/* ============================================================
   Glow Report — funnel frontend.
   Warm editorial beauty · Bodoni display + Manrope · terracotta / gold / sage.
   Screens: landing → working → report. Success lives on /success.html.
   Deliberate and opinionated — not a template. Mobile-first.
   ============================================================ */

@font-face {
  font-family: "Bodoni Moda";
  src: url("/fonts/bodoni-moda.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* warm neutral palette */
  --cream: #faf5ef;
  --cream-2: #f3ebe1;
  --porcelain: #fffdfa;
  --ink: #2c221c;
  --ink-soft: #6a5c51;
  --ink-mute: #6b5b4f;

  /* warm accents (no purple, no cold blue) */
  --rose: #cf7f66;
  --rose-deep: #b3573f;
  --peach: #f0c6a4;
  --gold: #e2b06b;
  --gold-deep: #c08f3e;
  --sage: #7f9070;

  --line: rgba(44, 34, 28, 0.1);
  --line-soft: rgba(44, 34, 28, 0.06);

  --shadow-warm: 0 18px 44px -22px rgba(122, 63, 40, 0.42);
  --shadow-soft: 0 10px 30px -18px rgba(70, 45, 30, 0.35);
  --shadow-lift: 0 26px 60px -28px rgba(90, 45, 22, 0.5);

  --serif: "Bodoni Moda", "Didot", "Bodoni MT", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", "Avenir Next", "Segoe UI", system-ui, sans-serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --maxw: 32rem;

  --safe-t: env(safe-area-inset-top, 0px);
  --safe-b: env(safe-area-inset-bottom, 0px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100dvh;
}
body.no-scroll { overflow: hidden; }

/* subtle paper grain over the whole page for atmosphere */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }

.skip {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: var(--cream);
  padding: 0.7rem 1rem; border-radius: 0 0 0.6rem 0; z-index: 30;
}
.skip:focus { left: 0; }

/* -------------------------------------------------------------- screens --- */
.screen { display: none; position: relative; z-index: 1; }
.screen.is-active { display: block; animation: fade 0.45s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.section__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.6rem, 1.1rem + 2.4vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 0.55rem;
}
.section__lead { color: var(--ink-soft); margin: 0 0 1.6rem; font-size: 1rem; }

/* ============================================================
   CTA
   ============================================================ */
.cta {
  display: flex; align-items: center; justify-content: center; gap: 0.55rem;
  width: 100%;
  min-height: 3.6rem;
  padding: 0 1.5rem;
  border: none;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(180deg, #c56d51 0%, var(--rose-deep) 100%);
  border-radius: 1rem;
  box-shadow: 0 14px 30px -14px rgba(150, 66, 40, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.25s var(--ease);
}
.cta:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 20px 40px -16px rgba(150, 66, 40, 0.82), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
.cta:active { transform: translateY(0); }
.cta:focus-visible { outline: 3px solid rgba(179, 87, 63, 0.5); outline-offset: 3px; }
.cta[disabled] { opacity: 0.62; cursor: default; transform: none; box-shadow: none; }
.cta svg { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.cta .price-tag { font-variant-numeric: tabular-nums; }

.cta--ghost {
  background: transparent; color: var(--rose-deep);
  box-shadow: inset 0 0 0 1.5px var(--line);
  min-height: 3.1rem; font-size: 1rem;
}
.cta--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--rose); filter: none; }

.trust {
  margin: 0.9rem 0 0;
  font-size: 0.86rem;
  color: var(--ink-mute);
  text-align: center;
}
.trust__item { display: inline-block; white-space: nowrap; margin: 0 0.5rem; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: calc(1.4rem + var(--safe-t)) 0 2.6rem;
  background:
    radial-gradient(120% 80% at 82% 6%, rgba(240, 198, 164, 0.6) 0%, rgba(240, 198, 164, 0) 55%),
    radial-gradient(110% 70% at 6% 22%, rgba(207, 127, 102, 0.22) 0%, rgba(207, 127, 102, 0) 52%),
    linear-gradient(180deg, #fbf1e6 0%, var(--cream) 64%);
  overflow: hidden;
}

.brand {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--sans); font-weight: 600;
  font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--rose-deep); margin: 0 0 1.4rem;
}
.brand__dot {
  width: 0.7rem; height: 0.7rem; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fbe0c8, var(--rose) 70%);
  box-shadow: 0 0 0 3px rgba(207, 127, 102, 0.18);
}

.hero__title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.3rem, 1.3rem + 5.4vw, 3.2rem);
  line-height: 1.06; letter-spacing: -0.02em;
  margin: 0 0 0.9rem; color: var(--ink);
}
.hero__title em { font-style: italic; font-weight: 500; color: var(--rose-deep); }

.hero__sub {
  font-size: 1.06rem; line-height: 1.55; color: var(--ink-soft);
  margin: 0 0 1.7rem; max-width: 32ch;
}

/* ---------- hero example: real selfie -> real report ---------- */
.showcase {
  position: relative;
  margin: 0 0 1.4rem;
  padding-bottom: 3.4rem;   /* room for the overlapping report card */
}
.showcase__tag {
  position: absolute; top: -0.2rem; right: 0.2rem; z-index: 4;
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--rose-deep); background: rgba(255, 253, 250, 0.9);
  padding: 0.32rem 0.6rem; border-radius: 2rem;
  box-shadow: 0 4px 14px -8px rgba(120, 60, 38, 0.5); backdrop-filter: blur(4px);
}
.selfie-card {
  position: relative;
  width: 66%; max-width: 15.5rem;
  aspect-ratio: 4 / 5;
  border-radius: 1.4rem;
  padding: 0.5rem;
  background: linear-gradient(150deg, #fff6ec, #f6d9c0 58%, #ecbfa0);
  box-shadow: var(--shadow-warm);
}
.selfie-card__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 22%;
  border-radius: 1.05rem;
}
.selfie-card__chip {
  position: absolute; top: 0.8rem; left: 0.8rem; z-index: 2;
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.72rem; font-weight: 600; color: var(--ink);
  background: rgba(255, 253, 250, 0.86); backdrop-filter: blur(4px);
  padding: 0.3rem 0.58rem; border-radius: 2rem;
  box-shadow: 0 4px 12px -6px rgba(120, 60, 38, 0.5);
}
.selfie-card__live {
  width: 0.5rem; height: 0.5rem; border-radius: 50%;
  background: var(--rose-deep); animation: pulse 2.4s var(--ease) infinite;
}
.selfie-card__scan {
  position: absolute; left: 0.5rem; right: 0.5rem;
  height: 30%; top: -30%; border-radius: 1.05rem;
  background: linear-gradient(180deg, rgba(255, 245, 232, 0) 0%, rgba(255, 236, 214, 0.55) 70%, rgba(255, 224, 196, 0.8) 100%);
  border-bottom: 2px solid rgba(255, 240, 220, 0.95);
  box-shadow: 0 0 22px 4px rgba(247, 208, 168, 0.55);
  animation: scan 4s var(--ease) infinite;
  pointer-events: none;
}

/* the real report card, overlapping the selfie */
.report-card {
  position: absolute; right: 0; bottom: 0; z-index: 3;
  width: 62%; max-width: 16rem;
  background: var(--porcelain);
  border-radius: 1.15rem;
  padding: 1rem 1.05rem 1.05rem;
  box-shadow: var(--shadow-lift);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.report-card__head {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.6rem;
}
.report-card__label { font-family: var(--serif); font-weight: 500; font-size: 1.02rem; letter-spacing: -0.01em; }
.report-card__spark { width: 1.15rem; height: 1.15rem; color: var(--gold); }
.report-card__spark svg { fill: currentColor; }

.score {
  position: relative; width: 4.4rem; height: 4.4rem; margin: 0.1rem 0 0.7rem;
}
.score--lg { width: 7.2rem; height: 7.2rem; margin: 0 auto 0.4rem; }
.ring { transform: rotate(-90deg); width: 100%; height: 100%; overflow: visible; }
.ring__bg { fill: none; stroke: #f0e4d8; stroke-width: 7; }
.ring__fg {
  fill: none; stroke: var(--rose); stroke-width: 7; stroke-linecap: round;
  stroke-dasharray: 188.5; stroke-dashoffset: 188.5;
  transition: stroke-dashoffset 1.4s var(--ease);
}
.score--lg .ring__bg, .score--lg .ring__fg { stroke-width: 6; }
.score__val { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; line-height: 1; }
.score__val b { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.score--lg .score__val b { font-size: 2.3rem; }
.score__val small { display: block; font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-top: 0.12rem; }
.score--lg .score__val small { font-size: 0.62rem; }

.report-card__rows { list-style: none; margin: 0; padding: 0; }
.report-card__rows li {
  display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
  padding: 0.4rem 0; border-top: 1px solid var(--line-soft); font-size: 0.82rem;
}
.report-card__rows li span:first-child { color: var(--ink-mute); }
.report-card__rows li b { font-weight: 600; color: var(--ink); }
.swatches { display: inline-flex; gap: 0.3rem; }
.swatches i { width: 0.85rem; height: 0.85rem; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); }
.report-card__foot {
  margin: 0.6rem 0 0; padding-top: 0.55rem; border-top: 1px solid var(--line-soft);
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.02em; color: var(--rose-deep); text-align: center;
}

.hero .cta { margin-top: 0.4rem; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how { padding: 3rem 0 2.6rem; }
.steps { list-style: none; margin: 1.2rem 0 0; padding: 0; }
.step { display: flex; gap: 1.1rem; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.step:first-child { border-top: 0; padding-top: 0.2rem; }
.step__num {
  flex: 0 0 2.6rem; height: 2.6rem; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; font-size: 1.2rem;
  color: var(--rose-deep); background: #fbe9db; border-radius: 50%;
}
.step__num--free { position: relative; }
.step__title { font-family: var(--serif); font-weight: 500; font-size: 1.2rem; margin: 0.2rem 0 0.25rem; }
.step__title .free-pill {
  margin-left: 0.45rem; font-family: var(--sans); font-size: 0.6rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage);
  background: #e8eee2; padding: 0.14rem 0.42rem; border-radius: 999px; vertical-align: middle;
}
.step__body { margin: 0; font-size: 0.96rem; color: var(--ink-soft); }

/* ============================================================
   PRICING (honest ladder)
   ============================================================ */
.pricing { padding: 0.4rem 0 3rem; }
.tier {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0.35rem 1rem;
  padding: 1.05rem 1.2rem; border: 1px solid var(--line); border-radius: 1rem;
  background: var(--porcelain); margin-top: 0.8rem;
}
.tier--focus { border-color: var(--rose); box-shadow: var(--shadow-soft); position: relative; }
.tier__flag {
  position: absolute; top: -0.7rem; left: 1.2rem;
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; background: var(--rose-deep); padding: 0.22rem 0.55rem; border-radius: 999px;
}
.tier__name { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); }
.tier__price { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.tier__price small { font-family: var(--sans); font-size: 0.72rem; font-weight: 600; color: var(--ink-mute); }
.tier__price.free { color: var(--sage); }
.tier__desc { grid-column: 1 / -1; font-size: 0.9rem; color: var(--ink-soft); margin-top: -0.05rem; }

.assurance {
  margin-top: 1.5rem; display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; align-items: center;
  padding: 1.05rem 1.15rem; border-radius: 1rem; background: #eef1e9; border: 1px solid #dbe2d1;
}
.assurance svg { width: 1.9rem; height: 1.9rem; color: var(--sage); flex: 0 0 auto; }
.assurance p { font-size: 0.88rem; color: #3d3a2f; margin: 0; }
.assurance b { color: var(--sage); }

/* ============================================================
   OFFER band (dark, reused on landing bottom)
   ============================================================ */
.offer { margin: 0 1rem 1.4rem; padding: 2.8rem 0; border-radius: 1.8rem;
  background: radial-gradient(120% 90% at 20% 0%, rgba(226, 176, 107, 0.28), rgba(226, 176, 107, 0) 55%),
    linear-gradient(165deg, #3a2a22 0%, #4a3228 55%, #5a3a2b 100%);
  color: #f7ecdf; overflow: hidden; text-align: center;
}
.offer__eyebrow { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin: 0 0 0.7rem; }
.offer__title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 1.2rem + 4vw, 2.5rem); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 0.8rem; color: #fff8f0; }
.offer__title em { font-style: italic; font-weight: 500; color: var(--peach); }
.offer__copy { margin: 0 auto 1.7rem; max-width: 26rem; color: #ecd8c6; font-size: 1rem; }
.cta--offer { width: 100%; max-width: 24rem; margin: 0 auto; }
.offer .trust { color: #d9c3b0; margin-top: 1.1rem; }
.offer__pay { margin: 0.8rem 0 0; font-size: 0.78rem; color: #b79a86; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { padding: 2.4rem 0 calc(6rem + var(--safe-b)); text-align: center; }
.foot__brand { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.82rem; color: var(--rose-deep); margin: 0 0 0.9rem; }
.foot__note { margin: 0 auto 0.9rem; max-width: 32rem; font-size: 0.82rem; line-height: 1.55; color: var(--ink-mute); }
.foot__legal { margin: 0; font-size: 0.8rem; color: var(--ink-mute); }

/* ============================================================
   STICKY CTA (landing)
   ============================================================ */
.stickybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 20;
  display: flex; align-items: center; gap: 0.9rem;
  padding: 0.7rem 1.2rem calc(0.7rem + var(--safe-b));
  background: rgba(255, 253, 250, 0.92); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px -20px rgba(74, 45, 20, 0.5);
  transform: translateY(140%); transition: transform 0.32s var(--ease);
}
.stickybar.is-visible { transform: translateY(0); }
.stickybar__copy { display: flex; flex-direction: column; line-height: 1.15; }
.stickybar__copy b { font-size: 0.96rem; color: var(--ink); }
.stickybar__copy span { font-size: 0.74rem; color: var(--sage); font-weight: 600; }
.stickybar .cta { margin-left: auto; width: auto; flex: 0 0 auto; min-height: 3rem; padding: 0 1.3rem; font-size: 1rem; border-radius: 0.85rem; }

/* ============================================================
   WORKING (analyzing) overlay
   ============================================================ */
.working {
  position: fixed; inset: 0; z-index: 50; display: none;
  align-items: center; justify-content: center; padding: 1.5rem;
  background: radial-gradient(120% 80% at 50% 0%, #f9e9cf, var(--cream)); text-align: center;
}
.working.is-active { display: flex; animation: fade 0.3s var(--ease); }
.working__box { max-width: 24rem; position: relative; z-index: 1; }
.orb {
  width: 140px; height: 140px; margin: 0 auto 1.6rem; border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255,255,255,0.7), rgba(255,255,255,0) 55%),
    conic-gradient(from 0deg, var(--rose), var(--gold), var(--peach), var(--sage), var(--rose));
  box-shadow: var(--shadow-lift); animation: swirl 3.4s var(--ease) infinite;
  display: grid; place-items: center;
}
.orb::after { content: "✦"; font-size: 2.6rem; color: rgba(255,255,255,0.92); }
@keyframes swirl { 0% { transform: rotate(0) scale(1); } 50% { transform: rotate(180deg) scale(1.05); } 100% { transform: rotate(360deg) scale(1); } }
.working h2 { font-family: var(--serif); font-weight: 500; font-size: 1.7rem; }
.working__status { margin-top: 0.7rem; font-size: 1rem; color: var(--ink-soft); min-height: 1.5rem; }
.progress { margin: 1.5rem auto 0; max-width: 18rem; height: 8px; border-radius: 999px; background: var(--cream-2); overflow: hidden; }
.progress__bar { height: 100%; width: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--rose), var(--gold)); transform-origin: left center; transform: scaleX(0.12); transition: transform 0.6s var(--ease); }
.working__sub { margin-top: 1rem; font-size: 0.82rem; color: var(--ink-mute); }

/* ============================================================
   REPORT screen (free read + gated section)
   ============================================================ */
.report-top { padding: calc(1.4rem + var(--safe-t)) 0 0; text-align: center; }
.report-top .brand { justify-content: center; }
.report-top h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 1.1rem + 3vw, 2.2rem); letter-spacing: -0.015em; }
.report-top p { margin-top: 0.4rem; color: var(--ink-soft); font-size: 0.98rem; }

/* free read panel */
.read {
  margin: 1.5rem 0 0; padding: 1.6rem 1.4rem 1.4rem;
  background: var(--porcelain); border: 1px solid var(--line-soft);
  border-radius: 1.4rem; box-shadow: var(--shadow-soft); text-align: center;
}
.read__badge {
  display: inline-block; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--sage); background: #e8eee2; padding: 0.2rem 0.6rem; border-radius: 999px; margin-bottom: 0.6rem;
}
.read__facts { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.fact { padding: 0.85rem 0.6rem; border-radius: 0.9rem; background: var(--cream); border: 1px solid var(--line-soft); }
.fact span { display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); }
.fact b { font-family: var(--serif); font-weight: 500; font-size: 1.12rem; color: var(--ink); margin-top: 0.2rem; display: block; }
.read__notes { margin: 1.1rem 0 0; font-size: 0.96rem; color: var(--ink-soft); line-height: 1.55; }

/* gated (locked) section — blurred placeholder + unlock overlay */
.locked { position: relative; margin: 1.6rem 0 0; }
.locked__inner { pointer-events: none; user-select: none; }
.locked__blur { filter: blur(7px) saturate(0.9); opacity: 0.82; }

.lgroup { margin-top: 1.2rem; }
.lgroup__title { font-family: var(--serif); font-weight: 500; font-size: 1.2rem; margin: 0 0 0.7rem; }
.palette { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.palette i { width: 3rem; height: 3rem; border-radius: 0.8rem; background: var(--c, var(--peach)); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06); }
.lroutine { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.lroutine li { display: flex; gap: 0.85rem; align-items: center; padding: 0.85rem 1rem; background: var(--porcelain); border: 1px solid var(--line-soft); border-radius: 0.9rem; }
.lroutine li .n { flex: 0 0 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; background: #fbe9db; color: var(--rose-deep); font-family: var(--serif); font-weight: 600; }
.lroutine li .t { height: 0.7rem; width: 60%; border-radius: 999px; background: var(--cream-2); }
.lpicks { list-style: none; margin: 0; padding: 0; }
.lpicks li { display: flex; align-items: center; gap: 0.7rem; padding: 0.6rem 0; border-top: 1px solid var(--line-soft); }
.lpicks li:first-child { border-top: 0; }
.lpicks li .dot { width: 1rem; height: 1rem; border-radius: 50%; background: var(--c, var(--peach)); }
.lpicks li .t { height: 0.7rem; width: 55%; border-radius: 999px; background: var(--cream-2); }

/* unlock overlay */
.unlock {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: 1.6rem 1.3rem;
  background: linear-gradient(180deg, rgba(250, 245, 239, 0.55) 0%, rgba(250, 245, 239, 0.94) 32%, var(--cream) 100%);
  border-radius: 1.4rem;
}
.unlock__card {
  background: var(--porcelain); border: 1px solid var(--line);
  border-radius: 1.4rem; padding: 1.5rem 1.3rem; box-shadow: var(--shadow-lift); text-align: center;
}
.unlock__lock { width: 2.4rem; height: 2.4rem; margin: 0 auto 0.6rem; color: var(--rose-deep); }
.unlock__title { font-family: var(--serif); font-weight: 500; font-size: 1.5rem; margin: 0 0 0.35rem; }
.unlock__sub { font-size: 0.94rem; color: var(--ink-soft); margin: 0 0 1.1rem; }

/* plan toggle */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin: 0 0 1rem; }
.plan {
  position: relative; text-align: left; cursor: pointer;
  padding: 0.85rem 0.9rem; border-radius: 0.9rem;
  border: 1.5px solid var(--line); background: var(--cream);
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.plan input { position: absolute; opacity: 0; pointer-events: none; }
.plan__name { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-mute); }
.plan__price { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; color: var(--ink); display: block; margin-top: 0.15rem; font-variant-numeric: tabular-nums; }
.plan__price small { font-family: var(--sans); font-size: 0.72rem; font-weight: 600; color: var(--ink-mute); }
.plan__note { display: block; font-size: 0.74rem; color: var(--ink-soft); margin-top: 0.15rem; }
.plan__save { position: absolute; top: -0.6rem; right: 0.6rem; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; background: var(--sage); padding: 0.16rem 0.44rem; border-radius: 999px; }
.plan:has(input:checked) { border-color: var(--rose-deep); background: #fff; box-shadow: 0 10px 26px -16px rgba(150, 66, 40, 0.5); }
.plan:has(input:focus-visible) { outline: 3px solid rgba(179, 87, 63, 0.4); outline-offset: 2px; }

.field { text-align: left; margin: 0 0 0.9rem; }
.field label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--ink-soft); margin-bottom: 0.35rem; }
.field input[type="email"] {
  width: 100%; min-height: 3.1rem; padding: 0.7rem 0.9rem;
  font-size: 1rem; font-family: var(--sans); color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 0.8rem;
  transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease);
}
.field input:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px rgba(207, 127, 102, 0.16); }
.field .err { margin-top: 0.35rem; font-size: 0.8rem; color: var(--rose-deep); min-height: 1rem; text-align: left; }
.unlock__note { margin-top: 0.8rem; font-size: 0.78rem; color: var(--ink-mute); display: flex; align-items: center; justify-content: center; gap: 0.4rem; }
.unlock__note svg { width: 0.9rem; height: 0.9rem; }

.startover { margin: 1.4rem auto; text-align: center; }
.startover button { background: none; border: none; color: var(--ink-mute); font-size: 0.85rem; text-decoration: underline; cursor: pointer; }

/* ============================================================
   FULL report (success page)
   ============================================================ */
.full-wrap { max-width: 34rem; margin: 0 auto; padding: calc(2rem + var(--safe-t)) 0 4rem; }
.full-hero { text-align: center; padding-top: 1rem; }
.full-hero .burst { font-size: 2.4rem; }
.full-hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem, 1.2rem + 3.5vw, 2.5rem); margin: 0.3rem 0 0.4rem; letter-spacing: -0.015em; }
.full-hero p { color: var(--ink-soft); font-size: 0.98rem; }

.card {
  margin-top: 1.4rem; padding: 1.5rem 1.4rem;
  background: var(--porcelain); border: 1px solid var(--line-soft);
  border-radius: 1.4rem; box-shadow: var(--shadow-soft);
}
.card__title { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; margin: 0 0 1rem; display: flex; align-items: center; gap: 0.5rem; }
.card__title svg { width: 1.3rem; height: 1.3rem; color: var(--rose); }

.shade-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(4.6rem, 1fr)); gap: 0.8rem; }
.shade { text-align: center; }
.shade i { display: block; width: 100%; aspect-ratio: 1; border-radius: 0.85rem; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07); }
.shade span { display: block; margin-top: 0.4rem; font-size: 0.76rem; color: var(--ink-soft); }
.shade small { display: block; font-size: 0.66rem; color: var(--ink-mute); font-variant-numeric: tabular-nums; }
.avoid { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line-soft); }
.avoid__label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); }
.avoid__row { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 0.6rem; }
.avoid__chip { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; color: var(--ink-soft); }
.avoid__chip i { width: 0.9rem; height: 0.9rem; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); }

.routine { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.8rem; }
.routine li { display: flex; gap: 0.9rem; }
.routine .n { flex: 0 0 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 50%; background: #fbe9db; color: var(--rose-deep); font-family: var(--serif); font-weight: 600; font-size: 1.1rem; }
.routine h4 { font-family: var(--serif); font-weight: 500; font-size: 1.1rem; margin: 0.1rem 0 0.2rem; }
.routine p { font-size: 0.9rem; color: var(--ink-soft); }

.picks { list-style: none; margin: 0; padding: 0; }
.picks li { display: flex; align-items: center; gap: 0.8rem; padding: 0.75rem 0; border-top: 1px solid var(--line-soft); }
.picks li:first-child { border-top: 0; }
.picks .dot { flex: 0 0 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); }
.picks .p-name { flex: 1; font-size: 0.95rem; font-weight: 500; color: var(--ink); }
.picks .p-shop { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.82rem; font-weight: 700; color: var(--rose-deep); text-decoration: none; padding: 0.35rem 0.7rem; border-radius: 999px; background: #f8e2d3; white-space: nowrap; }
.picks .p-shop:hover { background: #f2d0bd; }
.picks .p-shop svg { width: 0.85rem; height: 0.85rem; }
.picks__disc { margin: 0.9rem 0 0; font-size: 0.76rem; color: var(--ink-mute); }

.state-msg { margin-top: 1.6rem; padding: 1.4rem; background: var(--porcelain); border: 1px solid var(--line); border-radius: 1.2rem; }
.spinner { width: 44px; height: 44px; margin: 2.4rem auto; border-radius: 50%; border: 4px solid var(--cream-2); border-top-color: var(--rose); animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   MOTION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(18px); }
.is-in { opacity: 1; transform: none; transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }

@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.82); } }
@keyframes scan { 0% { top: -30%; opacity: 0; } 12% { opacity: 1; } 70% { top: 100%; opacity: 1; } 72%, 100% { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .selfie-card__scan { display: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 30rem) {
  .hero__sub { font-size: 1.12rem; }
}
@media (min-width: 40rem) {
  :root { --maxw: 40rem; }
  .read__facts { grid-template-columns: repeat(4, 1fr); }
  .stickybar { justify-content: center; }
}
