/* ============================================================
   BEDAZZLE — landing page styles
   ============================================================ */

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px) saturate(1.1);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.site-header__inner {
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.nav {
  display: flex;
  gap: 38px;
  justify-content: center;
}
.nav a {
  font-size: 14px;
  color: var(--ink-soft);
  letter-spacing: 0.01em;
  position: relative;
  padding: 4px 0;
  transition: color .2s;
}
.nav a::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 1.5px; background: var(--ink);
  transition: width .3s var(--ease-out);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
.header-right { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.icon-btn {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--line-strong);
  background: transparent;
  display: grid; place-items: center;
  color: var(--ink);
  transition: border-color .2s, background .2s, transform .2s;
}
.icon-btn:hover { border-color: var(--ink); transform: translateY(-1px); }

/* ---------- Hero (two-column editorial) ---------- */
.hero {
  min-height: calc(100vh - 86px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.26fr) minmax(0, 1fr);
  column-gap: clamp(20px, 2.2vw, 40px);
  align-items: center;
  width: 100%;
}

.hero-text { display: flex; flex-direction: column; align-items: flex-start; }
.hero-eyebrow { margin-bottom: clamp(14px, 1.8vw, 22px); }
.hero-headline {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 3.8vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.005em;
  font-variant-ligatures: none; /* keep the f and i in "outfit" separate */
  margin-bottom: clamp(16px, 2vw, 26px);
}
.hero-headline em { font-style: italic; font-weight: 500; }
.hero-sub {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 34ch;
  margin-bottom: clamp(22px, 2.6vw, 32px);
}

/* Inline waitlist pill */
.hero-wl {
  display: flex; flex-direction: column; align-items: stretch; gap: 10px;
  width: 100%; max-width: 320px;
}
.hero-wl .field {
  border: 1.5px solid var(--line-strong); border-radius: var(--r-pill);
  background: var(--surface); height: 50px; padding: 0 18px;
  font-size: 15px; color: var(--ink);
}
.hero-wl .field:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(20,17,13,.06); }
.hero-wl .btn { height: 50px; justify-content: center; gap: 8px; }
.hero-wl .btn svg { flex: none; }
/* Secondary "Try the demo" button — matches the waitlist button's width, sits just below it */
.hero-demo { width: 100%; max-width: 320px; height: 50px; justify-content: center; gap: 8px; margin-top: 10px; }
.hero-demo svg { flex: none; }
/* App badges under the hero CTAs (light section) */
.store-badges--light { justify-content: flex-start; margin-top: 16px; max-width: 320px; }
.store-badges--light .store-badge { background: var(--ink); border-color: var(--ink); color: var(--on-dark); height: 50px; }
.store-badges--light .store-badge__txt small { color: var(--on-dark-soft); }

.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.hero-proof .avatars { display: flex; }
.hero-proof .avatars span {
  width: 34px; height: 34px; border-radius: 50%;
  border: 2px solid var(--bg);
  background-size: cover; background-position: center;
  margin-left: -10px;
}
.hero-proof .avatars span:first-child { margin-left: 0; }
.hero-proof__txt { font-size: 14px; color: var(--ink-soft); }
.hero-proof__txt b { color: var(--ink); font-weight: 700; }

/* Launch-price mini card */
.hero-offer {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  width: 100%; max-width: 460px;
  margin-top: clamp(22px, 3.4vh, 44px);
  padding: clamp(15px, 1.6vw, 19px) clamp(18px, 1.8vw, 22px);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.hero-offer__price { flex: none; }
.hero-offer__price .eyebrow { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-mute); margin-bottom: 6px; }
.hero-offer__num { font-size: 14px; color: var(--ink-soft); display: flex; align-items: baseline; gap: 8px; line-height: 1.15; }
.hero-offer__num b { font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 2.2vw, 30px); color: var(--ink); letter-spacing: -0.01em; }
.hero-offer__note { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; padding-top: 10px; border-top: 1px solid var(--line); width: 100%; }

/* Editorial visual */
.hero-visual { position: relative; }
.hero-visual__img {
  display: block; width: 100%; height: auto; /* show the full before/after at its natural 16:9 */
  border-radius: clamp(16px, 1.6vw, 24px);
  box-shadow: var(--shadow-lg);
}
.hero-microtrust {
  margin-top: 14px; text-align: right;
  font-size: 12.5px; color: var(--ink-mute); letter-spacing: 0.02em;
}

/* ---------- Browser mock ---------- */
.mock {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.mock__bar {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.mock__dots { display: flex; gap: 7px; }
.mock__dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); display: block; }
.mock__title { font-family: var(--sans); font-weight: 700; letter-spacing: 0.22em; font-size: 13px; text-align: center; text-transform: uppercase; }

.mock__stage {
  position: relative;
  aspect-ratio: 3 / 2;
  background:
    linear-gradient(180deg, #E9E1D6 0%, #E3DACB 58%, #D9CFBE 100%);
  overflow: hidden;
}
.mock__floor {
  position: absolute; left: 0; right: 0; bottom: 0; height: 16%;
  background: linear-gradient(180deg, #D9CDB8 0%, #CFC2AB 100%);
}
.mock__model {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.mock__model image-slot { width: 100%; height: 100%; --is-bg: transparent; }

/* Steps panel */
.steps-panel {
  position: absolute;
  top: 26px; left: 24px;
  width: 196px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  padding: 16px 16px 18px;
}
.step { display: flex; gap: 9px; }
.step + .step { margin-top: 13px; }
.step__num {
  flex: none;
  width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid var(--ink);
  font-size: 10px; font-weight: 700;
  display: grid; place-items: center;
  margin-top: 1px;
}
.step__label { font-size: 12px; font-weight: 600; line-height: 1.2; }
.step__thumbs { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.thumb {
  width: 38px; height: 46px; border-radius: 7px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  overflow: hidden;
  position: relative;
}
.thumb--sq { height: 38px; width: 38px; }
.thumb--wide { width: 30px; }
.thumb svg { position: absolute; inset: 0; margin: auto; width: 60%; height: 60%; color: var(--ink-mute); }

/* Floating action buttons */
.mock__actions {
  position: absolute; top: 26px; right: 24px;
  display: flex; flex-direction: column; gap: 12px;
  align-items: center;
}
.float-btn {
  width: 46px; height: 46px; border-radius: 50%;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: grid; place-items: center;
  color: var(--ink);
  font-size: 11px; font-weight: 700;
}
.float-btn small { font-size: 9px; display: block; margin-top: -2px; font-weight: 700; }
.float-btn--count { flex-direction: column; gap: 0; line-height: 1; }

.fit-pill {
  position: absolute; bottom: 24px; right: 24px;
  display: flex; align-items: center; gap: 8px;
  height: 44px; padding: 0 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-md);
  font-size: 13px; font-weight: 600;
}
.fit-pill .check {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--sage); color: #fff;
  display: grid; place-items: center;
}

/* ---------- Waitlist card ---------- */
.waitlist-card {
  background: var(--dark);
  color: var(--on-dark);
  border-radius: var(--r-xl);
  padding: 22px 28px 24px;
  box-shadow: var(--shadow-lg);
}
.waitlist-card .eyebrow { color: var(--on-dark-soft); display: flex; align-items: center; gap: 8px; }
.waitlist-card h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  margin: 10px 0 10px;
}
.waitlist-card p.lede { color: var(--on-dark-soft); font-size: 15px; line-height: 1.5; margin-bottom: 16px; }
.waitlist-card .field {
  background: rgba(255,255,255,.06);
  border-color: var(--line-dark);
  color: var(--on-dark);
  margin-bottom: 12px;
}
.waitlist-card .field::placeholder { color: var(--on-dark-soft); }
.waitlist-card .field:focus { border-color: var(--champagne); box-shadow: 0 0 0 3px rgba(198,168,107,.18); }
.waitlist-card .btn--light { width: 100%; }

.social-proof { display: flex; align-items: center; gap: 14px; margin-top: 16px; }
.avatars { display: flex; }
.avatars span {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid var(--dark);
  background: var(--surface-2);
  margin-left: -10px;
  background-size: cover;
}
.avatars span:first-child { margin-left: 0; }
.social-proof .count { font-size: 13px; color: var(--on-dark-soft); line-height: 1.35; }
.social-proof .count b { color: var(--on-dark); font-weight: 700; }
.waitlist-card hr { border: none; border-top: 1px solid var(--line-dark); margin: 24px 0; }
.launch-line { font-size: 15px; color: var(--on-dark-soft); }
.launch-line b { color: var(--champagne); font-weight: 700; }

/* ---------- Recreate the look strip ---------- */
.recreate {
  width: 100%;
}
.recreate__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.recreate__head h3 { font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.recreate__head .meta { display: flex; align-items: center; gap: 14px; }
.recreate__head .meta span { font-size: 13px; color: var(--ink-mute); }
.carousel-btns { display: flex; gap: 8px; }
.carousel-btns button {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--line-strong); background: var(--surface);
  display: grid; place-items: center; color: var(--ink);
  transition: border-color .2s, transform .2s;
}
.carousel-btns button:hover { border-color: var(--ink); }

.product-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px;
  display: flex; gap: 14px;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.product-card__img {
  flex: none;
  width: 84px; height: 104px;
  border-radius: 10px;
  background: var(--surface-2);
  overflow: hidden;
  position: relative;
}
.product-card__img image-slot { width: 100%; height: 100%; }
.product-card__body { display: flex; flex-direction: column; min-width: 0; }
.product-card__retailer { font-size: 13px; color: var(--ink-soft); }
.product-card__name { font-size: 14px; font-weight: 600; line-height: 1.25; margin: 1px 0 4px; }
.product-card__price { font-size: 14px; font-weight: 600; margin-bottom: auto; }
.product-card .vbtn {
  margin-top: 10px;
  align-self: flex-start;
  height: 34px; padding: 0 14px;
  font-size: 10px; letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase;
  background: var(--ink); color: var(--on-dark);
  border: none; border-radius: var(--r-pill);
  transition: background .2s, transform .2s;
}
.product-card .vbtn:hover { transform: translateY(-1px); }

/* ---------- Logos bar ---------- */
.logos-bar {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.logos-bar__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  height: 92px; flex-wrap: wrap;
}
.logos-bar .label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; flex: none; }
.logo-list { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); flex: 1; justify-content: center; flex-wrap: wrap; }
.logo-list span { font-family: var(--serif); font-size: 22px; color: var(--ink); opacity: .82; white-space: nowrap; }
.logo-list span.sans { font-family: var(--sans); font-weight: 800; letter-spacing: 0.02em; }
.rating { display: flex; align-items: center; gap: 10px; flex: none; }
.rating .stars { color: var(--ink); letter-spacing: 2px; font-size: 14px; }
.rating .txt { font-size: 13px; color: var(--ink-soft); }
.rating .txt b { color: var(--ink); }

/* ---------- Generic section ---------- */
.section { padding: clamp(72px, 9vw, 130px) 0; }
.section--alt { background: var(--bg-2); }
.section-head { max-width: 720px; margin: 0 auto clamp(48px, 6vw, 80px); text-align: center; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(36px, 4.4vw, 60px); line-height: 1.02; letter-spacing: -0.015em;
  margin-bottom: 18px;
}
.section-head p { font-size: 18px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- How it works ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.howstep { position: relative; }
.howstep__n {
  font-family: var(--serif); font-size: 18px; color: var(--ink-mute);
  border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 22px;
  display: flex; justify-content: space-between; align-items: center;
}
.howstep__icon { color: var(--ink); }
.howstep h3 { font-size: 21px; font-weight: 600; margin-bottom: 10px; letter-spacing: -0.01em; }
.howstep p { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- Features ---------- */
.feature-row {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(36px, 4.5vw, 72px);
  align-items: center;
}
.feature-row.rev { grid-template-columns: 1.6fr 1fr; } /* keep the (larger) visual column on the visual's side */
.feature-row + .feature-row { margin-top: clamp(60px, 8vw, 120px); }
.feature-row.rev .feature-copy { order: 2; }
.feature-copy .eyebrow { margin-bottom: 16px; }
.feature-copy h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 3.6vw, 50px); line-height: 1.04; letter-spacing: -0.015em; margin-bottom: 18px; }
.feature-copy p { font-size: 17px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 26px; }
.feature-list { list-style: none; padding: 0; margin: 0 0 30px; display: flex; flex-direction: column; gap: 12px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.feature-list .dot { flex: none; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--ink); display: grid; place-items: center; margin-top: 1px; }

.feature-visual {
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  aspect-ratio: 4 / 3.4;
  position: relative;
}
/* Fake browser frame around product screenshots — rounded chrome + traffic lights + URL */
.feature-visual--browser { aspect-ratio: auto; display: flex; flex-direction: column; background: var(--surface); }
.browser__bar {
  flex: none; height: 42px; display: flex; align-items: center; gap: 12px;
  padding: 0 14px; background: var(--surface-2); border-bottom: 1px solid var(--line);
}
.browser__dots { display: inline-flex; gap: 7px; }
.browser__dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.browser__dots i:nth-child(1) { background: #E8897F; }
.browser__dots i:nth-child(2) { background: #F3C969; }
.browser__dots i:nth-child(3) { background: #8FCB8A; }
.browser__img { display: block; width: 100%; height: auto; }

/* Dressing room visual */
.dressing-grid {
  position: absolute; inset: 26px;
  display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px;
}
.dressing-grid > div {
  border-radius: 14px; border: 1px solid var(--line); background: var(--surface-2);
  position: relative; overflow: hidden;
}
.dressing-grid > div:first-child { grid-row: 1 / span 2; }
.dressing-grid image-slot { width: 100%; height: 100%; }
.saved-tag {
  position: absolute; top: 10px; left: 10px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-pill); padding: 4px 11px; font-size: 11px; font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}

/* ---------- Retailers ---------- */
/* Stockist logo wall — refined monochrome wordmarks on a hairline grid */
.retailer-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px;
  max-width: 1180px; margin: 0 auto;
  background: var(--line); border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden;
}
.retailer {
  height: 88px; background: var(--surface); display: grid; place-items: center;
  padding: 0 10px; text-align: center; white-space: nowrap;
  font-size: clamp(12px, 1.05vw, 16px); font-weight: 600; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--ink-mute);
  transition: color .22s var(--ease-out), background .22s var(--ease-out);
}
.retailer:hover { color: var(--ink); background: var(--surface-2); }
.retailer-note { text-align: center; margin-top: 28px; font-size: 13px; color: var(--ink-mute); }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  font-family: var(--serif); font-size: clamp(20px, 2vw, 26px); font-weight: 500; color: var(--ink);
}
.faq-q .pm { flex: none; width: 28px; height: 28px; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content:""; position:absolute; background: var(--ink); transition: transform .3s var(--ease); }
.faq-q .pm::before { left: 4px; right: 4px; top: 50%; height: 1.5px; transform: translateY(-50%); }
.faq-q .pm::after  { top: 4px; bottom: 4px; left: 50%; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .pm::after { transform: translateX(-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding: 0 0 28px; font-size: 16px; color: var(--ink-soft); line-height: 1.65; max-width: 64ch; }

/* ---------- Final CTA ---------- */
.final-cta { background: var(--dark); color: var(--on-dark); }
.final-cta__inner { text-align: center; max-width: 760px; margin: 0 auto; }
.final-cta .eyebrow { color: var(--on-dark-soft); margin-bottom: 20px; }
.final-cta h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 5vw, 72px); line-height: 1; letter-spacing: -0.02em; margin-bottom: 22px; }
.final-cta p.lede { font-size: 19px; color: var(--on-dark-soft); margin-bottom: 38px; }
.final-form { display: flex; gap: 12px; max-width: 520px; margin: 0 auto 18px; }
.final-form .field { background: rgba(255,255,255,.06); border-color: var(--line-dark); color: var(--on-dark); }
.final-form .field::placeholder { color: var(--on-dark-soft); }
.final-form .field:focus { border-color: var(--champagne); box-shadow: 0 0 0 3px rgba(198,168,107,.18); }
.final-form .btn--light { flex: none; }
.final-note { font-size: 13px; color: var(--on-dark-soft); }
.final-note b { color: var(--champagne); }
/* App-store "coming soon" badges (dark section) */
.store-badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  height: 54px; padding: 0 18px; border-radius: 12px;
  background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); color: var(--on-dark);
  cursor: default; user-select: none;
}
.store-badge svg { flex: none; width: 24px; height: 24px; fill: currentColor; }
.store-badge__txt { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
.store-badge__txt small { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--on-dark-soft); }
.store-badge__txt b { font-size: 17px; font-weight: 600; }

/* ---------- Footer ---------- */
.footer { padding: 56px 0 48px; border-top: 1px solid var(--line); }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer__cols { display: flex; gap: clamp(40px, 6vw, 90px); flex-wrap: wrap; }
.footer__col h5 { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 16px; font-weight: 700; }
.footer__col a { display: block; font-size: 14px; color: var(--ink-soft); margin-bottom: 10px; transition: color .2s; }
.footer__col a:hover { color: var(--ink); }
.footer__legal { margin-top: 40px; font-size: 12px; color: var(--ink-mute); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* ============================================================
   Full-page scroll — one section per viewport (popcard-style).
   Each .snap-page fills the screen under the sticky header and
   snaps into place. Desktop only; mobile keeps natural document
   flow. Skipped entirely for reduced-motion users.
   ============================================================ */
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  :root { --nav-h: 86px; }
  html {
    scroll-snap-type: y proximity;
    scroll-padding-top: var(--nav-h);
    scroll-behavior: smooth;
  }
  .snap-page {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: calc(100vh - var(--nav-h));
    min-height: calc(100svh - var(--nav-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 5vh, 60px);
  }
  .snap-page > .wrap { width: 100%; }
  /* Sections carry large block padding by default — trim it so the
     vertically-centred content sits comfortably within one screen. */
  .snap-page.section { padding-block: clamp(44px, 7vh, 100px); }
  /* Tall pages whose content can exceed one screen anchor to the top
     (and scroll through) instead of centring, so nothing clips up
     under the header. */
  .vw-section.snap-page,
  #faq.snap-page { justify-content: flex-start; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: clamp(24px, 3vw, 48px); }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .hero { min-height: auto; display: block; padding: 24px 0 8px; }
  .hero-grid { grid-template-columns: 1fr; row-gap: clamp(28px, 6vw, 44px); }
  .hero-visual__img { max-height: none; }
  .hero-microtrust { text-align: left; }
  .product-row { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .retailer-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-row, .feature-row.rev .feature-copy { grid-template-columns: 1fr; order: 0; }
  .feature-row .feature-visual { order: -1; }
  /* Press logos: stack into a tidy centred column instead of wrapping awkwardly */
  .logos-bar__inner { flex-direction: column; height: auto; padding: 30px 0; gap: 18px; text-align: center; }
  .logos-bar .label { order: -1; }
  .logo-list { justify-content: center; gap: 14px 26px; }
  .rating { justify-content: center; }
}
@media (max-width: 560px) {
  .hero-headline { font-size: clamp(40px, 12vw, 56px); }
  .hero-wl { flex-direction: column; align-items: stretch; background: transparent; border: none; padding: 0; gap: 10px; max-width: none; }
  .hero-wl .field { border: 1.5px solid var(--line-strong); border-radius: var(--r-pill); background: var(--surface); height: 52px; padding: 0 18px; }
  .hero-wl .btn { height: 52px; justify-content: center; }
  .hero-demo { max-width: none; height: 52px; }
  .hero-offer { flex-direction: column; align-items: flex-start; gap: 12px; max-width: none; }
  .hero-offer__note { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 12px; }
  .product-row { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .retailer-grid { grid-template-columns: repeat(2, 1fr); }
  .final-form { flex-direction: column; }
  .header-right .btn { display: none; }
}

/* ---------- Virtual Wardrobe showcase ---------- */
.vw-panel {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  grid-template-areas:
    "slots preview"
    "alts  alts";
}
.vw-slots {
  grid-area: slots;
  background: var(--surface-2);
  border-right: 1px solid var(--line);
  padding: 22px;
  display: flex; flex-direction: column; gap: 16px;
}
.vw-slots__head { display: flex; align-items: center; justify-content: space-between; }
.vw-model-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600; color: var(--ink-soft);
  border: 1px solid var(--line); background: var(--surface);
  border-radius: var(--r-pill); padding: 5px 11px;
}
.vw-slot-list { display: flex; flex-direction: column; gap: 10px; }
.vw-slot {
  display: flex; gap: 12px; align-items: center; text-align: left; width: 100%;
  background: var(--surface); border: 1.5px solid var(--line);
  border-radius: var(--r-md); padding: 10px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.vw-slot:hover { border-color: var(--line-strong); transform: translateY(-1px); }
.vw-slot.is-selected { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(20,17,13,.06); }
.vw-slot__thumb { flex: none; width: 48px; height: 60px; border-radius: 8px; overflow: hidden; background: var(--surface-2); }
.vw-slot__info { display: flex; flex-direction: column; min-width: 0; }
.vw-slot__slot { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.vw-slot__name { font-size: 14px; font-weight: 600; line-height: 1.2; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vw-slot__meta { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }
.vw-add { margin-top: auto; align-self: flex-start; }

.vw-preview {
  grid-area: preview; position: relative; min-height: 460px;
  background: linear-gradient(180deg, #E9E1D6 0%, #E3DACB 55%, #D7CCB9 100%);
}
.vw-preview__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vw-badge {
  position: absolute; top: 16px; left: 16px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: var(--r-pill);
  padding: 6px 13px; font-size: 11px; font-weight: 700; letter-spacing: .04em;
}
.vw-preview__actions { position: absolute; bottom: 16px; left: 16px; right: 16px; display: flex; gap: 10px; justify-content: flex-end; }

.vw-alts { grid-area: alts; border-top: 1px solid var(--line); background: var(--surface); padding: 20px 22px 22px; }
.vw-alts__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.vw-alts__title { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.vw-alts__title span { color: var(--ink-soft); }
.vw-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  height: 34px; padding: 0 14px; border-radius: var(--r-pill);
  border: 1.5px solid var(--line-strong); background: var(--surface);
  font-size: 12px; font-weight: 600; color: var(--ink-soft);
  transition: border-color .2s, color .2s, background .2s;
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip.is-active { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }

.vw-alts__row {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr);
  gap: 14px; overflow-x: auto; padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}
.vw-alt {
  scroll-snap-align: start;
  border: 1px solid var(--line); border-radius: var(--r-md);
  background: var(--surface); overflow: hidden;
  display: flex; flex-direction: column;
}
.vw-alt__img { position: relative; aspect-ratio: 4 / 3; background: var(--surface-2); }
.vw-alt__img .slot-img { position: absolute; inset: 0; }
.vw-alt__match {
  position: absolute; top: 10px; left: 10px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-pill); padding: 3px 9px; font-size: 11px; font-weight: 700; color: var(--sage);
}
.vw-alt__best {
  position: absolute; top: 10px; right: 10px;
  background: var(--ink); color: var(--on-dark);
  border-radius: var(--r-pill); padding: 3px 10px; font-size: 10px; font-weight: 700; letter-spacing: .04em;
}
.vw-alt__body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 4px; }
.vw-alt__top { display: flex; align-items: center; justify-content: space-between; }
.vw-alt__retailer { font-size: 13px; color: var(--ink-soft); }
.vw-alt__stock { font-size: 11px; color: var(--sage); font-weight: 600; }
.vw-alt__name { font-size: 14px; font-weight: 600; line-height: 1.25; }
.vw-alt__price { font-size: 15px; font-weight: 700; }
.vw-alt__save { font-size: 12px; color: var(--sage); font-weight: 600; margin-left: 8px; }
.vw-alt__actions { display: flex; gap: 8px; align-items: center; margin-top: 10px; }
.vw-alt__actions .btn { flex: 1; }
.vw-alt__save-btn {
  flex: none; width: 38px; height: 38px; border-radius: var(--r-pill);
  border: 1.5px solid var(--line-strong); background: var(--surface); color: var(--ink);
  display: grid; place-items: center; transition: border-color .2s, color .2s;
}
.vw-alt__save-btn:hover { border-color: var(--ink); color: var(--champagne); }

.vw-cta { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 34px; flex-wrap: wrap; }
.vw-cta__note { font-size: 14px; color: var(--ink-soft); }

@media (max-width: 900px) {
  .vw-panel { grid-template-columns: minmax(0, 1fr); grid-template-areas: "preview" "slots" "alts"; }
  /* Let the single column resolve to the panel width instead of blowing out to
     the horizontal-scroll rows' content width (which overflow:hidden then clips,
     showing only the left of the preview). */
  .vw-panel > * { min-width: 0; }
  .vw-slots { border-right: none; border-top: 1px solid var(--line); }
  .vw-slot-list { flex-direction: row; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; }
  .vw-slot { flex: none; width: 210px; scroll-snap-align: start; }
  .vw-add { display: none; }
  .vw-preview { min-height: 0; aspect-ratio: 4 / 5; }
}
@media (max-width: 560px) {
  .vw-preview__actions { left: 12px; right: 12px; bottom: 12px; }
  .vw-alts { padding: 18px 16px; }
}
