/* ===========================
   LUNAH — PREMIUM EDITORIAL
   =========================== */

:root {
  --ink:    #0d0b09;
  --paper:  #f5f0ea;
  --cream:  #faf7f3;
  --gold:   #b8924a;
  --gold-l: #d4b07a;
  --muted:  #6b5e52;
  --line:   #e0d5c8;
  --white:  #ffffff;
  --vision: #111009;
  --shadow: 0 32px 80px rgba(13,11,9,.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: default;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: inherit; }

/* ===========================
   TYPOGRAPHY
   =========================== */
.playfair { font-family: 'Playfair Display', Georgia, serif; }
h1, h2, h3, .section-h2, .manifesto-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1;
}

/* ===========================
   NAVIGATION
   =========================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 60px);
  height: 72px;
  background: rgba(13,11,9,0);
  transition: background .4s ease, backdrop-filter .4s ease;
}
.nav.scrolled {
  background: rgba(13,11,9,.92);
  backdrop-filter: blur(20px);
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  color: var(--white);
  letter-spacing: .32em;
  font-size: 13px; font-weight: 500;
}
.nav-moon { font-size: 18px; color: var(--gold); display: inline-flex; align-items: center; }
.nav-moon img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; vertical-align: middle; }
.footer-logo span img { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; vertical-align: middle; }
.nav-wordmark { font-family: 'Playfair Display', serif; font-size: 22px; letter-spacing: .28em; }
.nav-links { display: flex; gap: 32px; }
.nav-links .nl {
  color: rgba(255,255,255,.72);
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  transition: color .2s;
}
.nav-links .nl:hover { color: var(--gold-l); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-wa {
  background: var(--gold); color: var(--white);
  padding: 10px 22px; border-radius: 999px;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  transition: opacity .2s;
}
.nav-wa:hover { opacity: .82; }
.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 6px;
}
.burger span {
  display: block; width: 24px; height: 1.5px;
  background: var(--white); transition: .3s;
}
.burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* MOBILE MENU */
.mmenu {
  position: fixed; inset: 0; z-index: 90;
  background: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 32px;
  transform: translateX(100%);
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.mmenu.open { transform: none; }
.mmenu .ml {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 7vw, 48px);
  color: var(--white); letter-spacing: .04em;
  transition: color .2s;
}
.mmenu .ml:hover { color: var(--gold-l); }
.mmenu .ml-wa {
  background: var(--gold); color: var(--white);
  font-family: 'DM Sans', sans-serif;
  padding: 14px 36px; border-radius: 999px;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  margin-top: 12px;
}

/* ===========================
   HERO EDITORIAL
   =========================== */
.hero-editorial {
  position: relative;
  height: 100svh; min-height: 600px;
  overflow: hidden;
  background: var(--ink);
}
.hero-slides { position: absolute; inset: 0; }
.hslide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 1s ease;
}
.hslide.active { opacity: 1; }
.hslide img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06);
  transition: transform 8s ease;
}
.hslide.active img { transform: scale(1); }
.hslide::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,11,9,.65) 0%, rgba(13,11,9,.2) 60%, rgba(13,11,9,.5) 100%);
}
.hslide-copy {
  position: absolute; z-index: 2;
  bottom: clamp(80px, 12vh, 140px);
  left: clamp(24px, 6vw, 96px);
  color: var(--white);
  max-width: min(640px, 52vw);
}
.hslide-tag {
  display: block;
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-l); margin-bottom: 16px;
}
.hslide-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 6vw, 88px);
  line-height: .96; font-weight: 700;
  margin-bottom: 20px;
}
.hslide-h em { font-style: italic; color: var(--gold-l); }
.hslide-p {
  font-size: clamp(13px, 1.2vw, 16px);
  color: rgba(255,255,255,.75); line-height: 1.7;
  margin-bottom: 28px;
}
.hslide-btn {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255,255,255,.4);
  color: var(--white); padding: 14px 28px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  border-radius: 999px; font-weight: 500;
  transition: background .2s, border-color .2s;
}
.hslide-btn:hover { background: var(--gold); border-color: var(--gold); }
.hero-ui {
  position: absolute; z-index: 10;
  right: clamp(24px, 4vw, 60px);
  bottom: clamp(32px, 5vh, 60px);
  display: flex; flex-direction: column; align-items: flex-end; gap: 20px;
}
.hero-index {
  font-size: 11px; letter-spacing: .22em;
  color: rgba(255,255,255,.5);
}
#heroNum { color: var(--white); font-size: 14px; }
.hero-arrows { display: flex; gap: 10px; }
.hero-arrows button {
  width: 44px; height: 44px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.06);
  color: var(--white); font-size: 18px; border-radius: 50%;
  transition: .2s;
}
.hero-arrows button:hover { background: var(--gold); border-color: var(--gold); }
.hero-scroll-hint {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  font-size: 9px; letter-spacing: .36em; text-transform: uppercase;
  color: rgba(255,255,255,.35);
  animation: scrollpulse 2.4s ease-in-out infinite;
}
@keyframes scrollpulse { 0%,100%{opacity:.35;transform:translateX(-50%) translateY(0)} 50%{opacity:.7;transform:translateX(-50%) translateY(5px)} }

/* ===========================
   MANIFESTO
   =========================== */
.manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 0;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,.08);
}
.manifesto-tag {
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); grid-column: 1;
  align-self: start; padding-top: 8px;
}
.manifesto-headline {
  grid-column: 2;
  font-size: clamp(52px, 6vw, 96px);
  line-height: .92;
  color: var(--white);
}
.mh-line { display: block; }
.mh-italic { font-style: italic; color: var(--gold-l); }
.manifesto-body {
  grid-column: 3;
  padding-left: 40px;
  border-left: 1px solid rgba(255,255,255,.12);
}
.manifesto-body p {
  font-size: 15px; line-height: 1.8;
  color: rgba(255,255,255,.6);
  margin-bottom: 32px;
}
.manifesto-actions { display: flex; flex-direction: column; gap: 12px; }

/* ===========================
   BUTTONS
   =========================== */
.btn-dark {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ink); color: var(--white);
  padding: 14px 28px; border-radius: 999px;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  transition: .2s; border: 1px solid var(--ink);
}
.btn-dark:hover { background: var(--gold); border-color: var(--gold); }
.btn-outline {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: var(--white);
  padding: 14px 28px; border-radius: 999px;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  border: 1px solid rgba(255,255,255,.3); transition: .2s;
}
.btn-outline:hover { border-color: var(--gold-l); color: var(--gold-l); }
.btn-gold {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold); color: var(--white);
  padding: 14px 28px; border-radius: 999px;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  transition: .2s; border: 1px solid var(--gold);
}
.btn-gold:hover { opacity: .85; }

/* ===========================
   SECTIONS SHARED
   =========================== */
.collection-section, .colors-section, .atelier-section, .combos-section {
  padding: clamp(80px, 10vw, 130px) clamp(24px, 5vw, 80px);
}
.section-label {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 48px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.sl-tag {
  font-size: 10px; letter-spacing: .3em; color: var(--gold); font-weight: 500;
}
.sl-name {
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
}
.section-title-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end;
  margin-bottom: 52px;
}
.section-h2 {
  font-size: clamp(52px, 6vw, 88px);
  line-height: .92; color: var(--ink);
}
.section-h2 em { font-style: italic; color: var(--gold); }
.section-meta p {
  font-size: 14px; line-height: 1.8; color: var(--muted);
  margin-bottom: 24px;
}

/* FILTER */
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.fbt {
  background: none; border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 18px;
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--muted); transition: .2s; font-weight: 500;
}
.fbt:hover, .fbt.active {
  background: var(--ink); color: var(--white); border-color: var(--ink);
}

/* ===========================
   PRODUCT GRID
   =========================== */
.pgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.pcard {
  background: var(--white);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.pcard:hover { z-index: 2; }
.pcard.hidden { display: none; }
.pcard-img {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f0eae1;
}
.pcard-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.pcard:hover .pcard-img img { transform: scale(1.06); }
.pcard-info {
  padding: 18px 20px 20px;
  border-top: 1px solid var(--line);
}
.pcard-tag {
  font-size: 9px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 6px; display: block;
}
.pcard-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 600; color: var(--ink);
  margin-bottom: 10px;
}
.pcard-price {
  font-size: 13px; color: var(--muted);
  display: flex; align-items: center; justify-content: space-between;
}
.pcard-price strong { font-size: 17px; color: var(--ink); font-weight: 500; }
.pcard-badge {
  position: absolute; top: 14px; left: 14px; z-index: 3;
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; font-weight: 600;
}
.badge-novo { background: var(--ink); color: var(--white); }
.badge-promo { background: #b91c1c; color: var(--white); }
.pcard-arrow {
  position: absolute; bottom: 20px; right: 20px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ink); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  opacity: 0; transform: translateY(6px);
  transition: .25s;
}
.pcard:hover .pcard-arrow { opacity: 1; transform: none; }

/* COLORS SECTION BG */
.colors-section { background: #f9f4ee; }

/* ===========================
   VISION SECTION
   =========================== */
.vision-section { background: var(--vision); }
.vision-cover {
  position: relative; height: clamp(420px, 55vh, 680px);
  overflow: hidden; margin-bottom: 2px;
}
.vision-cover img {
  width: 100%; height: 100%; object-fit: cover; opacity: .38;
}
.vision-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(40px, 6vw, 80px);
  background: linear-gradient(0deg, rgba(11,9,7,.9) 0%, rgba(11,9,7,.2) 60%);
}
.vision-label { border-bottom-color: rgba(255,255,255,.12); margin-bottom: 24px; }
.vision-label .sl-tag { color: var(--gold); }
.vision-label .sl-name { color: rgba(255,255,255,.45); }
.vision-h2 {
  font-size: clamp(52px, 7vw, 96px);
  color: var(--white); line-height: .92; margin-bottom: 16px;
}
.vision-h2 em { font-style: italic; color: var(--gold-l); }
.vision-sub { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.8; }
.vision-pgrid { background: var(--vision); gap: 2px; padding: 2px; }
.vision-pgrid .pcard { background: #1a1510; }
.vision-pgrid .pcard-info { border-top-color: rgba(255,255,255,.08); }
.vision-pgrid .pcard-name { color: rgba(255,255,255,.9); }
.vision-pgrid .pcard-price { color: rgba(255,255,255,.4); }
.vision-pgrid .pcard-price strong { color: rgba(255,255,255,.85); }
.vision-pgrid .pcard-img { background: #201810; }
.vision-pgrid .pcard-arrow { background: var(--gold); }

/* ===========================
   ATELIER
   =========================== */
.atelier-section { background: #faf6f0; }
.atelier-feature {
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 0;
  margin-bottom: 2px; overflow: hidden;
  border-radius: 0;
  height: clamp(380px, 50vh, 600px);
}
.atelier-feature img {
  width: 100%; height: 100%; object-fit: cover;
}
.atelier-feature-text {
  background: var(--ink); padding: clamp(40px, 5vw, 70px);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.af-tag {
  font-size: 9px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px; display: block;
}
.atelier-feature-text h3 {
  font-size: clamp(36px, 4vw, 58px);
  color: var(--white); line-height: 1.04; margin-bottom: 16px;
}
.atelier-feature-text p {
  font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.8;
}
.atelier-pgrid .pcard-img { aspect-ratio: 1/1; background: #ede6da; }

/* ===========================
   COMBOS
   =========================== */
.combos-section { background: var(--ink); }
.combos-section .section-label { border-bottom-color: rgba(255,255,255,.1); }
.combos-section .sl-tag { color: var(--gold); }
.combos-section .sl-name { color: rgba(255,255,255,.4); }
.combos-h2 { color: var(--white); margin-bottom: 52px; }
.combos-h2 em { color: var(--gold-l); }
.combos-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.combo-item { background: #161210; overflow: hidden; }
.combo-img { position: relative; aspect-ratio: 2/3; overflow: hidden; }
.combo-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s ease; }
.combo-item:hover .combo-img img { transform: scale(1.05); }
.combo-tag {
  position: absolute; top: 16px; left: 16px;
  background: var(--gold); color: var(--white);
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; font-weight: 600;
}
.combo-info { padding: clamp(24px, 3vw, 40px); border-top: 1px solid rgba(255,255,255,.08); }
.combo-sub { font-size: 9px; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.combo-info h3 { font-size: 28px; color: var(--white); margin-bottom: 12px; }
.combo-info > p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.8; margin-bottom: 20px; }
.combo-price { margin-bottom: 24px; }
.combo-price strong { display: block; font-family: 'Playfair Display', serif; font-size: 32px; color: var(--white); }
.combo-price small { font-size: 12px; color: rgba(255,255,255,.35); }
.combo-info .btn-dark {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: var(--white); width: 100%;
}
.combo-info .btn-dark:hover { background: var(--gold); border-color: var(--gold); }

/* ===========================
   PILLARS
   =========================== */
.pillars {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.pillar {
  padding: clamp(40px, 5vw, 64px) clamp(24px, 3vw, 48px);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px;
}
.pillar:last-child { border-right: none; }
.pillar-num { font-size: 9px; letter-spacing: .3em; color: var(--gold); }
.pillar strong { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--ink); }
.pillar span { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ===========================
   MODAL
   =========================== */
.modal {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(13,11,9,.75);
  backdrop-filter: blur(12px);
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
.modal.open { display: flex; }
.modal-inner {
  background: var(--cream);
  border-radius: 4px;
  max-width: 1000px; width: 100%;
  max-height: 92vh; overflow: auto;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative;
}
.modal-close {
  position: absolute; top: 18px; right: 20px; z-index: 2;
  background: none; border: none;
  font-size: 20px; color: var(--muted);
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: .2s;
}
.modal-close:hover { background: rgba(0,0,0,.08); }
.modal-gallery { background: #f0e9de; padding: 0; }
.modal-gallery > img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
}
.modal-thumbs {
  display: flex; gap: 2px; padding: 2px;
  background: var(--line);
}
.modal-thumbs button {
  flex: 1; background: none; border: none; padding: 0;
  aspect-ratio: 1; overflow: hidden; opacity: .55; transition: .2s;
}
.modal-thumbs button.active { opacity: 1; outline: 2px solid var(--gold); }
.modal-thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.modal-info {
  padding: clamp(32px, 4vw, 52px);
  display: flex; flex-direction: column;
}
.modal-tag {
  font-size: 9px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.modal-title {
  font-size: clamp(36px, 4vw, 52px); margin-bottom: 14px;
}
.modal-desc { font-size: 14px; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.modal-bullets {
  list-style: none; margin-bottom: 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.modal-bullets li {
  font-size: 13px; color: var(--muted);
  padding-left: 16px; position: relative;
}
.modal-bullets li::before {
  content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 10px;
}
.modal-price {
  background: #f0e9de; border-radius: 4px;
  padding: 18px 20px; margin-bottom: 16px;
  font-size: 15px; color: var(--muted);
}
.modal-price strong { font-size: 26px; color: var(--ink); font-family: 'Playfair Display', serif; }
.modal-related-wrap { margin-bottom: 20px; }
.modal-related-wrap > p {
  font-size: 9px; letter-spacing: .25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.related-row { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; }
.rel-card {
  flex: 0 0 72px; cursor: pointer;
  border: 1px solid var(--line); transition: .2s;
}
.rel-card:hover { border-color: var(--gold); }
.rel-card img { width: 72px; height: 72px; object-fit: cover; display: block; }
.rel-card span { display: block; font-size: 9px; text-align: center; padding: 4px 2px; color: var(--muted); }
.modal-ctas { display: flex; gap: 10px; margin-top: auto; }
.modal-ctas .btn-dark, .modal-ctas .btn-gold { flex: 1; }

/* ===========================
   FOOTER
   =========================== */
.footer {
  background: var(--ink); color: rgba(255,255,255,.5);
  padding: clamp(48px, 6vw, 80px) clamp(24px, 5vw, 80px) clamp(32px, 4vw, 48px);
}
.footer-top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 40px; margin-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 28px; letter-spacing: .24em; color: var(--white);
}
.footer-logo span { color: var(--gold); }
.footer-nav { display: flex; gap: 28px; }
.footer-nav a {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.4); transition: .2s;
}
.footer-nav a:hover { color: var(--gold-l); }
.footer-bottom {
  display: flex; justify-content: space-between;
  font-size: 11px; letter-spacing: .1em;
}

/* ===========================
   WHATSAPP FAB
   =========================== */
.wa-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 200;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(37,211,102,.4);
  transition: .25s;
}
.wa-fab:hover { transform: scale(1.1); }
.wa-fab svg { width: 28px; height: 28px; }

/* ===========================
   FADE IN
   =========================== */
.fade-up {
  opacity: 0; transform: translateY(36px);
  transition: opacity .8s ease, transform .8s ease;
}
.fade-up.in { opacity: 1; transform: none; }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1100px) {
  .pgrid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  .manifesto { grid-template-columns: 1fr; gap: 32px; }
  .manifesto-body { padding-left: 0; border-left: none; border-top: 1px solid rgba(255,255,255,.1); padding-top: 28px; }
  .section-title-row { grid-template-columns: 1fr; gap: 24px; }
  .pgrid { grid-template-columns: repeat(2, 1fr); }
  .combos-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar { border-bottom: 1px solid var(--line); }
  .atelier-feature { grid-template-columns: 1fr; height: auto; }
  .atelier-feature img { aspect-ratio: 16/9; max-height: 320px; }
  .modal-inner { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 28px; align-items: flex-start; }
}
@media (max-width: 560px) {
  .pgrid { grid-template-columns: repeat(2, 1fr); gap: 1px; }
  .pillars { grid-template-columns: 1fr; }
  .hslide-h { font-size: clamp(36px, 10vw, 56px); }
  .hslide-copy { max-width: 85vw; }
  .section-h2 { font-size: clamp(44px, 12vw, 64px); }
  .modal { padding: 8px; }
  .modal-inner { border-radius: 0; }
  .modal-ctas { flex-direction: column; }
  .wa-fab { bottom: 20px; right: 20px; }
  .manifesto-headline { font-size: clamp(44px, 12vw, 64px); }
}
