/* ============================================================
   WAFAE — Ziana | Moroccan Couture
   Charcoal #242421 op crème #F2E9DF
   Poiret One (wordmark) · Cormorant Garamond (serif) · Jost (sans)
   ============================================================ */

:root {
  --cream: #F2E9DF;
  --cream-deep: #E9DECF;
  --charcoal: #242421;
  --charcoal-soft: #3B3A35;
  --muted: #6E685E;
  --line: rgba(36, 36, 33, 0.14);
  --line-mid: rgba(36, 36, 33, 0.28);
  --line-strong: rgba(36, 36, 33, 0.4);
  --cream-line: rgba(242, 233, 223, 0.14);

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Century Gothic", Futura, -apple-system, sans-serif;
  --display: "Poiret One", var(--sans);

  --wrap: 1248px;
  --gutter: clamp(1.35rem, 5vw, 6rem);
  --sec: clamp(4.5rem, 10vw, 8.5rem);

  --arch-grad-1: linear-gradient(168deg, #EADFCD 0%, #DBC8AE 55%, #CDB795 100%);
  --arch-grad-2: linear-gradient(168deg, #E7DCC9 0%, #D6C3A9 55%, #C7B191 100%);
  --arch-grad-3: linear-gradient(168deg, #ECE1D0 0%, #DECBB2 55%, #D0BA9A 100%);
  --pat: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='none' stroke='%23242421' stroke-width='0.7' stroke-opacity='0.5'%3E%3Crect x='30' y='30' width='36' height='36'/%3E%3Crect x='30' y='30' width='36' height='36' transform='rotate(45 48 48)'/%3E%3C/g%3E%3C/svg%3E");
  --pat-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cg fill='none' stroke='%23F2E9DF' stroke-width='0.7' stroke-opacity='0.5'%3E%3Crect x='38' y='38' width='44' height='44'/%3E%3Crect x='38' y='38' width='44' height='44' transform='rotate(45 60 60)'/%3E%3C/g%3E%3C/svg%3E");

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
p { margin: 0 0 1.2rem; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--sec); }

/* ---------- Typografie ---------- */
.eyebrow {
  font-size: 11px; font-weight: 400; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 1.35rem;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 300; line-height: 1.12; margin: 0; letter-spacing: 0.005em; }
.display { font-size: clamp(3rem, 7.5vw, 5.5rem); line-height: 1; }
.h-xl { font-size: clamp(2.1rem, 4.4vw, 3.5rem); }
.h-lg { font-size: clamp(1.85rem, 3.6vw, 3rem); line-height: 1.16; }
.h-md { font-size: clamp(1.45rem, 2.4vw, 1.7rem); font-weight: 400; }
.lead-italic {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.55; color: var(--charcoal-soft);
}
.body-copy { color: var(--charcoal-soft); font-size: 16px; line-height: 1.85; max-width: 34rem; }
.caps-note { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--muted); }

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem;
  font-size: 12px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase;
  padding: 1.12rem 2.6rem; border: 1px solid var(--charcoal);
  background: var(--charcoal); color: var(--cream);
  transition: background .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease);
}
.btn:hover { background: transparent; color: var(--charcoal); }
.btn--ghost { background: transparent; color: var(--charcoal); border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--charcoal); color: var(--cream); border-color: var(--charcoal); }
.on-dark .btn { background: var(--cream); color: var(--charcoal); border-color: var(--cream); }
.on-dark .btn:hover { background: transparent; color: var(--cream); }
.on-dark .btn--ghost { background: transparent; color: var(--cream); border-color: rgba(242,233,223,0.5); }
.on-dark .btn--ghost:hover { background: var(--cream); color: var(--charcoal); border-color: var(--cream); }
.btn .ic { width: 17px; height: 17px; flex: none; }

.link-line {
  display: inline-block; font-size: 12px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase;
  border-bottom: 1px solid var(--charcoal); padding-bottom: 5px;
  transition: color .4s var(--ease), border-color .4s var(--ease);
}
.link-line:hover { color: var(--muted); border-color: var(--muted); }

.btn-row { display: flex; flex-wrap: wrap; gap: 1.1rem; }
.btn-row--center { justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: clamp(1rem, 2.2vw, 1.8rem) var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background .5s var(--ease), padding .5s var(--ease), border-color .5s var(--ease);
}
.site-header.scrolled {
  background: rgba(242, 233, 223, 0.92);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom-color: var(--line);
  padding-block: clamp(0.8rem, 1.4vw, 1rem);
}
.nav-left { display: flex; gap: clamp(1.4rem, 3vw, 2.75rem); align-items: center; }
.nav-left a {
  font-size: 12px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase;
  padding-bottom: 3px; border-bottom: 1px solid transparent;
  transition: border-color .4s var(--ease), color .4s var(--ease);
}
.nav-left a:hover { color: var(--muted); }
.nav-left a[aria-current="page"] { border-bottom-color: var(--charcoal); }
.brand { display: inline-flex; align-items: center; }
.brand img { height: clamp(15px, 1.7vw, 20px); width: auto; }
.nav-right { display: flex; justify-content: flex-end; align-items: center; gap: 1.2rem; }
.nav-cta {
  font-size: 11px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase;
  border: 1px solid var(--charcoal); padding: 0.8rem 1.75rem;
  transition: background .45s var(--ease), color .45s var(--ease);
}
.nav-cta:hover { background: var(--charcoal); color: var(--cream); }

/* ---------- Mobiel menu ---------- */
.menu-btn { display: none; width: 28px; height: 20px; position: relative; z-index: 80; padding: 0; }
.menu-btn span {
  position: absolute; left: 0; width: 100%; height: 1.5px; background: var(--charcoal);
  transition: transform .45s var(--ease), opacity .3s var(--ease), top .35s var(--ease), bottom .35s var(--ease);
}
.menu-btn span:nth-child(1) { top: 2px; }
.menu-btn span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.menu-btn span:nth-child(3) { bottom: 2px; width: 70%; }
body.menu-open .menu-btn span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
body.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
body.menu-open .menu-btn span:nth-child(3) { bottom: auto; top: 50%; width: 100%; transform: translateY(-50%) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 70; background: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem;
  opacity: 0; visibility: hidden; transform: scale(1.02);
  transition: opacity .5s var(--ease), transform .6s var(--ease), visibility .5s;
}
body.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: scale(1); }
body.menu-open { overflow: hidden; }
.mobile-menu a {
  font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 9vw, 2.7rem);
  opacity: 0; transform: translateY(16px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}
body.menu-open .mobile-menu a { opacity: 1; transform: translateY(0); }
body.menu-open .mobile-menu a:nth-child(1) { transition-delay: .1s; }
body.menu-open .mobile-menu a:nth-child(2) { transition-delay: .17s; }
body.menu-open .mobile-menu a:nth-child(3) { transition-delay: .24s; }
body.menu-open .mobile-menu a:nth-child(4) { transition-delay: .31s; }
body.menu-open .mobile-menu a:nth-child(5) { transition-delay: .38s; }
.mobile-menu .mm-foot {
  position: absolute; bottom: clamp(2rem, 7vw, 3rem);
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted);
}

/* ---------- Hero ---------- */
.hero {
  position: relative; text-align: center;
  padding: clamp(9rem, 17vw, 13rem) var(--gutter) clamp(3.5rem, 7vw, 6rem);
  background: radial-gradient(110% 85% at 50% 0%, #EFE5D7 0%, rgba(242, 233, 223, 0) 62%);
}
.hero-logo { width: min(660px, 88vw); margin: 0 auto clamp(2rem, 4vw, 2.75rem); }
.hero-sub { max-width: 40rem; margin: 0 auto clamp(2.2rem, 4.5vw, 2.75rem); }
.scroll-cue {
  display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
  margin-top: clamp(3.5rem, 8vw, 5.25rem);
  font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted);
}
.scroll-cue .line { width: 1px; height: 52px; background: var(--line-strong); position: relative; overflow: hidden; }
.scroll-cue .line::after {
  content: ""; position: absolute; left: 0; top: -50%; width: 100%; height: 50%;
  background: var(--charcoal); animation: cue 2.6s var(--ease) infinite;
}
@keyframes cue { 0% { top: -50%; } 65%, 100% { top: 100%; } }

/* ---------- Ornament ---------- */
.ornament { display: flex; align-items: center; justify-content: center; gap: 1.25rem; margin: 0 auto; }
.ornament::before, .ornament::after { content: ""; height: 1px; width: clamp(56px, 10vw, 110px); }
.ornament::before { background: linear-gradient(90deg, rgba(36,36,33,0), rgba(36,36,33,0.35)); }
.ornament::after { background: linear-gradient(90deg, rgba(36,36,33,0.35), rgba(36,36,33,0)); }
.ornament svg { width: 22px; height: 22px; opacity: 0.7; }
.on-dark .ornament::before { background: linear-gradient(90deg, rgba(242,233,223,0), rgba(242,233,223,0.4)); }
.on-dark .ornament::after { background: linear-gradient(90deg, rgba(242,233,223,0.4), rgba(242,233,223,0)); }

/* ---------- Statement ---------- */
.statement { text-align: center; }
.statement .quote {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.38;
  max-width: 58rem; margin: clamp(2.4rem, 5vw, 3.25rem) auto 0;
}
.statement .caps-note { margin-top: clamp(2rem, 4vw, 2.75rem); display: block; }

/* ---------- Boogkaders (signatuur) ---------- */
.arch {
  position: relative; overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 999px 999px 0 0;
  background: var(--arch-grad-1);
}
.arch--g2 { background: var(--arch-grad-2); }
.arch--g3 { background: var(--arch-grad-3); }
.arch::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--pat); background-size: 96px 96px; background-position: center;
  opacity: 0.12; transition: transform 1.2s var(--ease), opacity .6s var(--ease);
}
.arch-inner {
  position: absolute; inset: 12px 12px 0;
  border: 1px solid var(--line-mid); border-bottom: 0;
  border-radius: 999px 999px 0 0; pointer-events: none;
}
.arch-mono {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(72px, 8vw, 120px); color: rgba(36, 36, 33, 0.2);
  transition: transform 1.2s var(--ease);
}
.arch-chip {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 18px;
  font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; white-space: nowrap;
  color: rgba(36, 36, 33, 0.6); background: rgba(242, 233, 223, 0.72);
  border: 1px solid rgba(36, 36, 33, 0.2); padding: 6px 14px;
}
.arch img.photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
a .arch:hover::before, .card:hover .arch::before { transform: scale(1.07); opacity: 0.17; }
.card:hover .arch-mono { transform: scale(1.04); }

.arch--card { aspect-ratio: 5 / 7; }
.arch--portrait { aspect-ratio: 9 / 10; }

/* ---------- Collectie preview / grid ---------- */
.sec-head-row {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem;
  margin-bottom: clamp(2.75rem, 5.5vw, 4.25rem);
}
.sec-head-row .link-line { margin-bottom: 0.5rem; flex: none; }

.look-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 3.5vw, 2.75rem); }
.look-grid--stagger { padding-bottom: 56px; }
.look-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 56rem; margin-inline: auto; }
.look-grid--stagger.staggered > *:nth-child(3n-1) { transform: translateY(56px); }
.card { display: block; }
.card-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: 1.3rem; }
.card-name { font-family: var(--serif); font-weight: 400; font-size: clamp(1.35rem, 2vw, 1.6rem); }
.card-meta { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }

/* ---------- Split ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1.05fr; align-items: center;
  gap: clamp(2.5rem, 6vw, 5.5rem);
}
.split-body .h-lg { margin-bottom: clamp(1.5rem, 3vw, 2rem); }
.split-body .link-line { margin-top: 2.2rem; }

/* ---------- Werkwijze / waarden ---------- */
.bg-deep { background: var(--cream-deep); }
.steps-head { text-align: center; margin-bottom: clamp(3.25rem, 6.5vw, 5.25rem); }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2.75rem, 5vw, 4.25rem); }
.step { text-align: center; }
.step-num { font-size: 11px; letter-spacing: 0.34em; color: var(--muted); margin-bottom: 1.5rem; }
.step-icon { width: 42px; height: 42px; margin: 0 auto 1.5rem; }
.step-icon svg { width: 100%; height: 100%; stroke: var(--charcoal); }
.step h3 { font-size: clamp(1.4rem, 2.2vw, 1.7rem); font-weight: 400; margin-bottom: 0.85rem; }
.step p { font-size: 14.5px; line-height: 1.8; color: var(--muted); max-width: 19.5rem; margin: 0 auto; }

/* ---------- Donkere banden ---------- */
.on-dark { background: var(--charcoal); color: var(--cream); position: relative; overflow: hidden; }
.on-dark .pat-layer {
  position: absolute; inset: 0; pointer-events: none;
  background-image: var(--pat-light); background-size: 120px 120px; background-position: center;
  opacity: 0.05;
}
.on-dark > .wrap { position: relative; }
.cta-band { text-align: center; }
.cta-band .band-logo { width: min(330px, 64vw); margin: 0 auto clamp(2rem, 4vw, 2.75rem); opacity: 0.95; }
.cta-band .h-xl { margin-bottom: 1.3rem; }
.cta-band .band-sub {
  font-size: 15px; line-height: 1.8; color: rgba(242, 233, 223, 0.7);
  max-width: 30rem; margin: 0 auto clamp(2.2rem, 4.5vw, 2.75rem);
}
.quote-band { text-align: center; }
.quote-band .quote {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem); line-height: 1.4;
  max-width: 51rem; margin: clamp(2.4rem, 5vw, 3rem) auto clamp(1.8rem, 3.5vw, 2.25rem);
}
.quote-band .caps-note { color: rgba(242, 233, 223, 0.6); }

/* ---------- Pagina-intro ---------- */
.page-intro {
  text-align: center;
  padding: clamp(9.5rem, 17vw, 13.5rem) var(--gutter) clamp(3.75rem, 7vw, 6rem);
  background: radial-gradient(110% 85% at 50% 0%, #EFE5D7 0%, rgba(242, 233, 223, 0) 62%);
}
.page-intro .display { margin-bottom: 1.5rem; }

/* ---------- Filters ---------- */
.filters {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem clamp(1.75rem, 4vw, 3.5rem);
  margin-bottom: clamp(3rem, 6vw, 5.25rem);
}
.filters button {
  font-size: 12px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--muted); padding: 0 0 6px; border-bottom: 1px solid transparent;
  transition: color .4s var(--ease), border-color .4s var(--ease);
}
.filters button:hover { color: var(--charcoal); }
.filters button[aria-pressed="true"] { color: var(--charcoal); border-bottom-color: var(--charcoal); }
.card[hidden] { display: none; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: start;
  gap: clamp(3rem, 7vw, 6.75rem);
}
.contact-info .h-lg { margin-bottom: clamp(2rem, 4vw, 2.5rem); }
.contact-line { display: flex; gap: 1.15rem; align-items: flex-start; padding: 1.35rem 0; border-top: 1px solid rgba(36,36,33,0.16); }
.contact-line:last-of-type { border-bottom: 1px solid rgba(36,36,33,0.16); }
.contact-line .ic { width: 21px; height: 21px; flex: none; margin-top: 5px; }
.contact-line .ic svg { stroke: var(--charcoal); }
.cl-label { font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.35rem; }
.cl-value { font-family: var(--serif); font-weight: 400; font-size: clamp(1.25rem, 2vw, 1.45rem); }
.cl-sub { font-size: 13px; color: var(--muted); margin-top: 0.25rem; }
.contact-info .btn { margin-top: 2.5rem; }

.form-card {
  border: 1px solid rgba(36, 36, 33, 0.2);
  background: rgba(255, 255, 255, 0.25);
  padding: clamp(2.25rem, 4.5vw, 4rem);
}
.form-card .eyebrow { margin-bottom: 0.85rem; }
.form-card .h-md { font-size: clamp(1.6rem, 2.6vw, 2.05rem); font-weight: 300; margin-bottom: clamp(2.25rem, 4vw, 2.75rem); }
.form { display: grid; gap: 2rem; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.field label { display: block; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.6rem; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-weight: 300; font-size: 15px; color: var(--charcoal);
  background: transparent; border: 0; border-bottom: 1px solid rgba(36, 36, 33, 0.35);
  border-radius: 0; padding: 0.65rem 2px; transition: border-color .4s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 0.85; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--charcoal); }
.field textarea { resize: vertical; min-height: 108px; }
.field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236E685E' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 4px center;
}
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.form-note { font-size: 12.5px; line-height: 1.6; color: var(--muted); max-width: 15rem; margin: 0; }
.form-done {
  border: 1px solid rgba(36, 36, 33, 0.25); padding: 1.5rem 1.75rem;
  font-family: var(--serif); font-size: 1.2rem; line-height: 1.5;
}

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal); color: var(--cream); padding: clamp(3.75rem, 7vw, 5.5rem) 0 2.5rem; }
.site-footer.ft-line { border-top: 1px solid var(--cream-line); }
.ft-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(2.25rem, 4.5vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem); border-bottom: 1px solid var(--cream-line);
}
.ft-brand img { width: 230px; margin-bottom: 1.6rem; }
.ft-brand p { font-size: 14px; line-height: 1.8; color: rgba(242, 233, 223, 0.6); max-width: 19rem; margin: 0; }
.ft-col h4 {
  font-family: var(--sans); font-weight: 400; font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase; color: rgba(242, 233, 223, 0.55); margin: 0 0 1.5rem;
}
.ft-col a, .ft-col span {
  display: block; font-family: var(--serif); font-weight: 400; font-size: 18px;
  color: rgba(242, 233, 223, 0.85); margin-bottom: 0.75rem;
  transition: color .35s var(--ease);
}
.ft-col a:hover { color: var(--cream); }
.ft-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
  padding-top: 2rem;
}
.ft-bottom p { margin: 0; font-size: 11px; letter-spacing: 0.14em; color: rgba(242, 233, 223, 0.5); }
.ft-bottom .ft-tag { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .95s var(--ease), transform 1.05s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-cue .line::after { animation: none; }
  .look-grid--stagger.staggered > *:nth-child(3n-1) { transform: none; }
  .look-grid--stagger { padding-bottom: 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .look-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .look-grid--stagger.staggered > *:nth-child(3n-1) { transform: none; }
  .look-grid--stagger.staggered > *:nth-child(2n) { transform: translateY(48px); }
  .look-grid--stagger { padding-bottom: 48px; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .ft-brand { grid-column: 1 / -1; }
}
@media (max-width: 880px) {
  .nav-left, .nav-cta { display: none; }
  .menu-btn { display: block; justify-self: start; }
  .site-header { grid-template-columns: 1fr auto 1fr; }
  .brand { justify-self: center; }
  .split { grid-template-columns: 1fr; }
  .split-media { max-width: 480px; margin-inline: auto; width: 100%; }
  .steps { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .sec-head-row { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .look-grid { grid-template-columns: 1fr; }
  .look-grid--stagger.staggered > * { transform: none !important; }
  .look-grid--stagger { padding-bottom: 0; }
  .card { max-width: 420px; margin-inline: auto; width: 100%; }
  .f-row { grid-template-columns: 1fr; gap: 2rem; }
  .ft-top { grid-template-columns: 1fr; }
  .ft-bottom { flex-direction: column; align-items: flex-start; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .nav-right { display: none; }
}
