/* ============================================================
   THYME — design tokens, typography, layout primitives
   Reference: Figma file 7Lnv85BPCgmVJisbpggfmB
   Principles: tight type, spacing rhythm, restrained color,
               no nested cards, real hierarchy.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600&family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&display=swap');

/* Lastik Free — display serif from the Figma source file */
@font-face {
  font-family: 'Lastik';
  src: url('assets/fonts/LastikFamily-SemiBold.woff2') format('woff2'),
       url('assets/fonts/LastikFamily-SemiBold.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* ---------- Color ---------- */
  --bg:            #f2f2f2;
  --surface:       #fafafa;
  --surface-2:     #f5f3f0;
  --surface-glass: rgba(250, 250, 250, 0.88);
  --white:         #fff;
  --ink-900:       #2c2321;
  --ink-hover:     #1a1311;
  --ink-700:       #4f4543;
  --ink-500:       #6a5f5c;
  --ink-300:       #9d938f;
  --ink-100:       #e8e4e0;
  --line:          #e0d9d3;
  --thyme:         #6c8258;
  --thyme-800:     #4e6140;
  --thyme-100:     #e4ebdc;
  --orange:        #c64606;
  --orange-800:    #b9480f;
  --orange-100:    #f5e3d8;
  --night:         #211a18;

  /* ---------- Ink alpha ---------- */
  --ink-a04:       rgba(44, 35, 33, 0.04);
  --ink-a10:       rgba(44, 35, 33, 0.10);
  --ink-a12:       rgba(44, 35, 33, 0.12);
  --ink-a18:       rgba(44, 35, 33, 0.18);
  --ink-a40:       rgba(44, 35, 33, 0.40);

  /* ---------- White alpha ---------- */
  --white-a08:     rgba(255, 255, 255, 0.08);
  --white-a10:     rgba(255, 255, 255, 0.10);
  --white-a12:     rgba(255, 255, 255, 0.12);
  --white-a14:     rgba(255, 255, 255, 0.14);
  --white-a18:     rgba(255, 255, 255, 0.18);
  --white-a28:     rgba(255, 255, 255, 0.28);
  --white-a30:     rgba(255, 255, 255, 0.30);
  --white-a48:     rgba(255, 255, 255, 0.48);
  --white-a50:     rgba(255, 255, 255, 0.50);
  --white-a60:     rgba(255, 255, 255, 0.60);
  --white-a70:     rgba(255, 255, 255, 0.70);
  --white-a72:     rgba(255, 255, 255, 0.72);
  --white-a82:     rgba(255, 255, 255, 0.82);
  --white-a85:     rgba(255, 255, 255, 0.85);
  --white-a92:     rgba(255, 255, 255, 0.92);

  /* ---------- Black alpha ---------- */
  --black-a45:     rgba(0, 0, 0, 0.45);

  /* ---------- Thyme alpha ---------- */
  --thyme-a18:     rgba(78, 97, 64, 0.18);

  /* ---------- Surface opaque ---------- */
  --surface-opaque: rgba(250, 250, 250, 0.96);

  /* ---------- Extended palette ---------- */
  --copper:        #c47a52;

  /* ---------- Figma-exact tokens (node 285-1624) ---------- */
  --forest:        #445238;   /* banner bg · nav CTA · darkest green */
  --rust:          #9f3702;   /* primary CTA burnt sienna */
  --lime:          #d1eba7;   /* banner accent dot */
  --hero-cream:    #eaece7;   /* hero section background */
  --ink-950:       #221a19;   /* darkest heading (Figma Rock-950) */

  /* ---------- Scene backgrounds (style page) ---------- */
  --scene-hero:     #eaece7;   /* light cream */
  --scene-trust:    #221a19;   /* dark ink */
  --scene-features: #e4ebdc;  /* light sage */

  /* ---------- Type ---------- */
  --f-display: 'Lastik', 'Fraunces', Georgia, serif;
  --f-body:    'Albert Sans', -apple-system, system-ui, sans-serif;

  /* Fluid type scale — clamp(min, pref, max) */
  --fs-12:  0.75rem;
  --fs-13:  0.8125rem;
  --fs-14:  0.875rem;
  --fs-15:  0.9375rem;
  --fs-16:  1rem;
  --fs-18:  1.125rem;
  --fs-20:  1.25rem;
  --fs-24:  1.5rem;
  --fs-28:  1.75rem;
  --fs-32:  2rem;
  --fs-40:  2.5rem;
  --fs-48:  3rem;
  --fs-56:  3.5rem;
  --fs-64:  clamp(2.75rem, 4.8vw, 4rem);
  --fs-80:  clamp(3rem, 7vw, 5rem);
  --fs-96:  clamp(3.5rem, 9vw, 6rem);
  --fs-120: clamp(4rem, 11vw, 7.5rem);

  /* ---------- Spacing (4-based) ---------- */
  --s-1:  4px;
  --s-2:  8px;
  --s-3:  12px;
  --s-4:  16px;
  --s-5:  20px;
  --s-6:  24px;
  --s-8:  32px;
  --s-10: 40px;
  --s-12: 48px;
  --s-16: 64px;
  --s-20: 80px;
  --s-24: 96px;
  --s-32: 128px;
  --s-40: 160px;

  /* ---------- Radii ---------- */
  --r-xs: 6px;
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-2xl: 40px;

  /* ---------- Elevation ---------- */
  --shadow-1: 0 1px 0 var(--ink-a04), 0 1px 2px var(--ink-a04);
  --shadow-2: 0 1px 0 var(--ink-a04), 0 8px 24px -8px var(--ink-a12);
  --shadow-3: 0 2px 0 var(--ink-a04), 0 24px 48px -16px var(--ink-a18);

  /* ---------- Motion ---------- */
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  /* Default canvas color (visible during overscroll/rubber-band). */
  background-color: var(--scene-hero);
  transition: background-color 0.9s var(--ease-out);
}
/* Mirror body's data-scene onto the html canvas so overscroll at the top
   or bottom of the page reveals the current scene's color, not a default. */
html:has(.sp[data-scene="hero"])    { background-color: var(--scene-hero); }
html:has(.sp[data-scene="voices"])  { background-color: var(--scene-voices); }
html:has(.sp[data-scene="quote"])   { background-color: var(--scene-quote); }
html:has(.sp[data-scene="assess"])  { background-color: var(--scene-assess); }
html:has(.sp[data-scene="about"])   { background-color: var(--scene-about); }
html:has(.sp[data-scene="numbers"]) { background-color: var(--scene-numbers); }
html:has(.sp[data-scene="faq"])     { background-color: var(--scene-faq); }
html:has(.sp[data-scene="nps"])     { background-color: var(--scene-nps); }
html:has(.sp[data-scene="cta"])     { background-color: var(--scene-cta); }
body {
  background: var(--bg);
  color: var(--ink-900);
  font-family: var(--f-body);
  font-size: var(--fs-16);
  line-height: 1.5;
  font-feature-settings: 'ss01', 'ss02', 'cv11';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
button { background: none; border: 0; cursor: pointer; }
::selection { background: var(--thyme); color: var(--white); }

/* ---------- Typography ---------- */
.h-display {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-variation-settings: 'opsz' 144;
  line-height: 0.96;
  letter-spacing: -0.022em;
  color: var(--ink-900);
}
h1, h2, h3, h4 { font-family: var(--f-display); font-feature-settings: normal; font-weight: 400; color: var(--ink-900); letter-spacing: -0.02em; font-optical-sizing: auto; }
h1 { font-size: var(--fs-96); line-height: 0.96; font-variation-settings: 'opsz' 144; }
h2 { font-size: var(--fs-64); line-height: 1; letter-spacing: -0.018em; font-variation-settings: 'opsz' 72; }
h3 { font-size: var(--fs-28); line-height: 1.15; letter-spacing: -0.012em; font-variation-settings: 'opsz' 36; }
h4 { font-size: var(--fs-20); line-height: 1.25; letter-spacing: -0.008em; font-variation-settings: 'opsz' 20; }

.lead {
  font-size: var(--fs-20);
  line-height: 1.55;
  color: var(--ink-700);
  max-width: 62ch;
  font-weight: 400;
}
.body {
  font-size: var(--fs-16);
  line-height: 1.6;
  color: var(--ink-700);
  max-width: 64ch;
}
.small {
  font-size: var(--fs-13);
  line-height: 1.55;
  color: var(--ink-500);
}
.eyebrow {
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--thyme);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: '';
  width: 18px;
  height: 1px;
  background: currentColor;
}
.eyebrow.plain::before { display: none; }

/* ---------- Layout ---------- */
.page {
  background: var(--bg);
  min-height: 100vh;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--s-6);
}
.wrap-tight { max-width: 960px; margin: 0 auto; padding: 0 var(--s-6); }
.wrap-wide  { max-width: 1360px; margin: 0 auto; padding: 0 var(--s-6); }
section { padding: var(--s-24) 0; }
section.tight { padding: var(--s-16) 0; }
section.loose { padding: var(--s-32) 0; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: var(--s-4);
  z-index: 60;
  margin: var(--s-4) auto 0;
  max-width: 1200px;
  padding: var(--s-3) var(--s-3) var(--s-3) var(--s-5);
  background: var(--surface-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-6);
  box-shadow: 0 1px 0 var(--ink-a04);
}
.nav-brand {
  display: inline-flex;
  align-items: center;
}
.nav-brand img {
  height: 24px;
  width: auto;
}
.nav-links {
  display: flex;
  gap: var(--s-6);
  font-size: var(--fs-14);
  color: var(--ink-700);
}
.nav-links a { transition: color .2s var(--ease-out); }
.nav-links a:hover { color: var(--ink-900); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: var(--r-md);
  font-size: var(--fs-15);
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: transform .2s var(--ease-out), background .2s var(--ease-out), color .2s var(--ease-out), border-color .2s var(--ease-out);
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary   { background: var(--ink-900); color: var(--white); }
.btn-primary:hover { background: var(--ink-hover); }
.btn-orange    { background: var(--orange); color: var(--white); }
.btn-orange:hover { background: var(--orange-800); }
.btn-thyme     { background: var(--thyme); color: var(--white); }
.btn-thyme:hover { background: var(--thyme-800); }
.btn-ghost     { background: transparent; color: var(--ink-900); border-color: var(--ink-900); }
.btn-ghost:hover { background: var(--ink-900); color: var(--white); }
.btn-ghost.on-dark { color: var(--white); border-color: var(--white-a50); }
.btn-ghost.on-dark:hover { background: var(--white); color: var(--ink-900); }
.btn-lg { padding: 18px 26px; font-size: var(--fs-16); }
.btn-sm { padding: 10px 16px; font-size: var(--fs-13); }

/* ---------- Divider ---------- */
.hr { height: 1px; background: var(--line); border: 0; width: 100%; }

/* ---------- Tag / chip ---------- */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--thyme-100);
  color: var(--thyme-800);
}
.tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.tag-orange { background: var(--orange-100); color: var(--orange-800); }
.tag-ink    { background: var(--ink-100);    color: var(--ink-900); }
.tag-ghost  { background: transparent; color: var(--ink-900); border: 1px solid var(--line); }

/* ---------- Grid helpers ---------- */
.grid { display: grid; gap: var(--s-6); }
.g-2  { grid-template-columns: repeat(2, 1fr); }
.g-3  { grid-template-columns: repeat(3, 1fr); }
.g-4  { grid-template-columns: repeat(4, 1fr); }
.g-6  { grid-template-columns: repeat(6, 1fr); }
.g-12 { grid-template-columns: repeat(12, 1fr); }
.gap-4 { gap: var(--s-4); }
.gap-8 { gap: var(--s-8); }

/* ---------- Hero shell ---------- */
.hero {
  padding: var(--s-16) 0 var(--s-24);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--s-16);
  align-items: end;
}
.hero h1 { max-width: 14ch; }
.hero .lead { margin-top: var(--s-5); }
/* Temporarily invisible — restore when real Dr. Costa Varsi photo is ready */
.hero-photo { opacity: 0 !important; pointer-events: none; }
.hero-cta { display: flex; gap: var(--s-3); margin-top: var(--s-8); }
.hero-micro { margin-top: var(--s-5); font-size: var(--fs-13); color: var(--ink-500); }

/* ---------- Flat card (NO nested cards) ---------- */
.card {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: var(--s-8);
  border: none;
}
.card-ink {
  background: var(--ink-900);
  color: var(--white);
  border-color: transparent;
}
.card-ink * { color: inherit; }
.card-ink .lead, .card-ink .body, .card-ink .small { color: var(--white-a72); }
.card-ink h2, .card-ink h3 { color: var(--white); }
.card-thyme { background: var(--thyme); color: var(--white); border-color: transparent; }
.card-thyme *, .card-thyme h2, .card-thyme h3 { color: var(--white); }
.card-thyme .lead { color: var(--white-a85); }
.card-orange { background: var(--orange-800); color: var(--white); border-color: transparent; }
.card-orange *, .card-orange h2, .card-orange h3 { color: var(--white); }
.card-orange .lead { color: var(--white-a82); }

/* ---------- Feature line (used in lists) ---------- */
.feature {
  display: flex;
  align-items: flex-start;
  gap: var(--s-3);
  padding: var(--s-3) 0;
  border-bottom: 1px solid var(--line);
}
.feature:last-child { border-bottom: 0; }
.feature .f-mark {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--thyme-100);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--thyme-800);
  font-size: 11px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.card-ink .feature { border-color: var(--white-a10); }
.card-ink .feature .f-mark { background: var(--white-a08); color: var(--white); }
.card-orange .feature { border-color: var(--white-a18); }
.card-orange .feature .f-mark { background: var(--white-a14); color: var(--white); }

/* ---------- Trust strip ---------- */
.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-8);
  padding: var(--s-8) var(--s-10);
  background: var(--surface);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
}
.trust-item { display: grid; gap: 4px; }
.trust-num {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-40);
  line-height: 1;
  color: var(--thyme);
  letter-spacing: -0.02em;
}
.trust-label { font-size: var(--fs-13); color: var(--ink-500); }

/* ---------- Timeline (horizontal) ---------- */
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--cols, 5), 1fr);
  gap: var(--s-4);
  margin-top: var(--s-12);
}
.timeline::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 10px;
  right: 10px;
  height: 1px;
  background: var(--line);
}
.tl-step { position: relative; padding-top: 0; }
.tl-time { font-family: var(--f-display); font-feature-settings: normal; font-size: var(--fs-20); color: var(--ink-900); }
.tl-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--thyme);
  border: 4px solid var(--bg);
  margin: 20px 0 14px;
}
.tl-step:first-child .tl-dot { background: var(--orange); }
.tl-title { font-family: var(--f-display); font-feature-settings: normal; font-size: var(--fs-18); line-height: 1.2; margin-bottom: 6px; }
.tl-body  { font-size: var(--fs-13); color: var(--ink-500); line-height: 1.55; }

/* ---------- FAQ list (flat) ---------- */
.faq { display: grid; }
.faq details {
  border-top: 1px solid var(--line);
  padding: var(--s-6) 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-4);
  cursor: pointer;
  list-style: none;
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-24);
  line-height: 1.2;
  color: var(--ink-900);
  letter-spacing: -0.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-28);
  color: var(--thyme);
  transition: transform .3s var(--ease-out);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  margin-top: var(--s-4);
  color: var(--ink-700);
  max-width: 72ch;
  font-size: var(--fs-16);
  line-height: 1.65;
}

/* ---------- Waitlist form ---------- */
.waitlist {
  background: var(--thyme);
  border-radius: var(--r-xl);
  padding: var(--s-16);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.waitlist.on-ink { background: var(--ink-900); }
.waitlist.on-orange { background: var(--orange-800); }
.waitlist h2 { color: var(--white); max-width: 16ch; }
.waitlist .lead { color: var(--white-a82); max-width: 58ch; }
.waitlist-form {
  margin-top: var(--s-10);
  display: flex;
  gap: var(--s-3);
  max-width: 640px;
  padding: 8px;
  background: var(--surface);
  border-radius: 18px;
  align-items: stretch;
}
.waitlist-form input[type="email"] {
  flex: 1;
  padding: 14px 18px;
  border: 0;
  background: transparent;
  color: var(--ink-900);
  font-size: var(--fs-15);
  border-radius: 12px;
  outline: none;
  min-width: 0;
}
.waitlist-form input[type="email"]::placeholder { color: var(--ink-300); }
.waitlist-form input[type="email"]:focus { background: var(--bg); }
.waitlist-form button {
  padding: 14px 22px;
  border-radius: 12px;
  background: var(--orange);
  color: var(--white);
  font-size: var(--fs-15);
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: transform .2s var(--ease-out), background .2s var(--ease-out);
}
.waitlist-form button:hover { background: var(--orange-800); transform: translateY(-1px); }
.waitlist .reassure { margin-top: var(--s-4); font-size: var(--fs-13); color: var(--white-a60); }

/* ---------- Footer ---------- */
.footer {
  margin-top: var(--s-24);
  padding: var(--s-20) 0 var(--s-10);
  background: var(--ink-900);
  color: var(--white-a72);
  border-radius: var(--r-2xl) var(--r-2xl) 0 0;
}
.footer.on-cream { background: var(--thyme-100); color: var(--ink-700); }
.footer.on-cream .foot-title { color: var(--thyme-800); }
.footer.on-cream a { color: var(--ink-700); }
.footer.on-cream .foot-bottom { color: var(--ink-500); border-top-color: var(--ink-a10); }
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--s-10);
  padding-bottom: var(--s-16);
}
.foot-wordmark {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-48);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: var(--s-4);
}
.footer.on-cream .foot-wordmark { color: var(--ink-900); }
.foot-tag { margin-bottom: var(--s-8); font-size: var(--fs-14); line-height: 1.5; max-width: 22ch; }
.foot-loc { font-size: var(--fs-12); letter-spacing: 0.14em; text-transform: uppercase; color: var(--thyme); }
.foot-title {
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--thyme);
  margin-bottom: var(--s-4);
}
.footer ul { list-style: none; display: grid; gap: 10px; font-size: var(--fs-14); }
.footer a:hover { color: var(--white); }
.footer.on-cream a:hover { color: var(--ink-900); }
.foot-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: var(--s-6);
  border-top: 1px solid var(--white-a10);
  font-size: var(--fs-12);
  color: var(--white-a48);
}

/* ---------- Archive banner (for deprecated variants) ---------- */
.archive-banner {
  background: var(--ink-900);
  color: var(--white-a72);
  padding: 14px var(--s-6);
  text-align: center;
  font-size: var(--fs-13);
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-4);
  flex-wrap: wrap;
}
.archive-banner strong {
  color: var(--orange);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: var(--fs-12);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.archive-banner strong::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}
.archive-banner a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.archive-banner a:hover { color: var(--thyme-100); }

/* ---------- Approach switcher (hidden for production) ---------- */
.switcher {
  display: none;
  position: fixed;
  bottom: var(--s-6);
  left: var(--s-6);
  z-index: 70;
  background: var(--ink-900);
  border-radius: 999px;
  padding: 4px;
  gap: 2px;
  box-shadow: 0 8px 24px -8px var(--ink-a40);
  font-size: 11px;
  font-weight: 500;
}
.switcher a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--white-a50);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s var(--ease-out), color .2s var(--ease-out);
  letter-spacing: 0;
}
.switcher a::before { display: none; }
.switcher a:hover { color: var(--white); background: var(--white-a10); }
.switcher a.is-active {
  background: var(--surface);
  color: var(--ink-900);
}
.switcher a.home {
  font-size: 14px;
  letter-spacing: 0;
}

/* ---------- Helpers ---------- */
.mt-2 { margin-top: var(--s-2); }
.mt-3 { margin-top: var(--s-3); }
.mt-4 { margin-top: var(--s-4); }
.mt-5 { margin-top: var(--s-5); }
.mt-6 { margin-top: var(--s-6); }
.mt-8 { margin-top: var(--s-8); }
.mt-10{ margin-top: var(--s-10); }
.mt-12{ margin-top: var(--s-12); }
.mt-16{ margin-top: var(--s-16); }
.mt-20{ margin-top: var(--s-20); }
.mb-2 { margin-bottom: var(--s-2); }
.mb-4 { margin-bottom: var(--s-4); }
.mb-6 { margin-bottom: var(--s-6); }
.mb-8 { margin-bottom: var(--s-8); }
.mb-10{ margin-bottom: var(--s-10); }
.mb-12{ margin-bottom: var(--s-12); }
.mb-16{ margin-bottom: var(--s-16); }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.flex { display: flex; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: var(--s-3); }
.gap-4 { gap: var(--s-4); }
.gap-6 { gap: var(--s-6); }
.gap-8 { gap: var(--s-8); }

/* ---------- FOMO banner ---------- */
.fomo-banner {
  background: var(--ink-900);
  color: var(--white-a85);
  padding: 10px var(--s-6);
  text-align: center;
  font-size: var(--fs-13);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-4);
  flex-wrap: wrap;
}
.fomo-banner .pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}
.fomo-banner strong { color: var(--white); font-weight: 500; }
.fomo-banner a {
  color: var(--orange);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.fomo-banner a:hover { color: var(--white); }

/* ---------- Hero v2 ---------- */
.hero-v2 {
  padding: var(--s-16) 0 var(--s-20);
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
}
.hero-v2 > .wrap { width: 100%; }
.hero-v2 .hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--s-12);
  align-items: end;
}
.hero-v2 h1 {
  max-width: 15ch;
  font-size: clamp(3.2rem, 6.2vw, 5.2rem);
}
.hero-v2 .price-line {
  margin-top: var(--s-8);
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
  padding-top: var(--s-5);
  border-top: 1px solid var(--line);
}
.hero-v2 .price-line .price {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-48);
  letter-spacing: -0.03em;
  color: var(--ink-900);
}
.hero-v2 .price-line .price-sub { font-size: var(--fs-14); color: var(--ink-500); }

/* ---------- Hero photo ---------- */
.hero-photo {
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
  background: var(--ink-900) url('https://images.pexels.com/photos/4266938/pexels-photo-4266938.jpeg?auto=compress&cs=tinysrgb&w=800&h=1000&fit=crop') center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: var(--s-6);
  min-height: 540px;
}
.hero-photo::before { display: none; }
.hero-photo::after {
  content: 'Temp photo · Cedric Fauntleroy / Pexels · Replace with Dr. Costa Varsi';
  position: absolute;
  top: var(--s-4);
  left: var(--s-4);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-a60);
  background: var(--black-a45);
  padding: 4px 10px;
  border-radius: 4px;
  pointer-events: none;
}
.hero-photo .badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--surface-opaque);
  border-radius: 999px;
  font-size: var(--fs-13);
  color: var(--ink-900);
  font-weight: 500;
}
.hero-photo .badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--thyme);
}

/* ---------- Teknon pull quote ---------- */
.teknon-quote {
  padding: var(--s-24) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.teknon-quote blockquote {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--ink-900);
  font-variation-settings: 'opsz' 144;
  max-width: 22ch;
  margin: var(--s-6) 0 var(--s-8);
  text-wrap: balance;
}
.teknon-quote blockquote .mark {
  color: var(--thyme);
  font-family: var(--f-display); font-feature-settings: normal;
  display: inline-block;
}
.teknon-quote .attribution {
  display: flex;
  align-items: center;
  gap: var(--s-4);
  font-size: var(--fs-14);
  color: var(--ink-500);
}
.teknon-quote .attribution::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--ink-300);
}

/* ---------- Story cards ---------- */
.story-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-rows: 220px auto;
}
.story-photo {
  display: flex;
  align-items: flex-end;
  padding: var(--s-5);
  color: var(--white-a70);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.story-photo.a { background: linear-gradient(160deg, var(--ink-500), var(--ink-900)); }
.story-photo.b { background: linear-gradient(160deg, var(--thyme), var(--thyme-800)); }
.story-photo.c { background: linear-gradient(160deg, var(--copper), var(--orange-800)); }
.story-body { padding: var(--s-6) var(--s-6) var(--s-8); }
.story-body .name {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-20);
  color: var(--ink-900);
  margin-top: var(--s-3);
  letter-spacing: -0.01em;
}
.story-body .detail { font-size: var(--fs-13); color: var(--ink-500); margin-top: 2px; }
.story-body .finding {
  margin-top: var(--s-5);
  padding-top: var(--s-5);
  border-top: 1px solid var(--line);
  font-size: var(--fs-14);
  line-height: 1.6;
  color: var(--ink-700);
}

/* ---------- Consultation section ---------- */
.consult {
  background: var(--thyme-100);
  border-radius: var(--r-xl);
  padding: var(--s-16);
}
.consult h2 { color: var(--ink-900); max-width: 14ch; }
.consult-list {
  counter-reset: consult;
  list-style: none;
  display: grid;
  gap: 0;
  margin-top: var(--s-10);
}
.consult-list li {
  padding: var(--s-5) 0;
  border-top: 1px solid var(--thyme-a18);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: var(--s-4);
  align-items: start;
  font-size: var(--fs-16);
  color: var(--ink-900);
  line-height: 1.55;
}
.consult-list li:last-child { border-bottom: 1px solid var(--thyme-a18); }
.consult-list li::before {
  content: counter(consult, decimal-leading-zero);
  counter-increment: consult;
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-18);
  color: var(--thyme-800);
  letter-spacing: -0.01em;
}

/* ---------- Comparison table ---------- */
.compare {
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--surface);
}
.compare-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.6fr 1.4fr;
  padding: var(--s-5) var(--s-6);
  border-top: 1px solid var(--line);
  gap: var(--s-4);
  align-items: start;
}
.compare-row:first-child {
  border-top: 0;
  background: var(--ink-100);
  font-size: var(--fs-12);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 500;
}
.compare-row.thyme { background: var(--thyme); color: var(--white); }
.compare-row.thyme * { color: var(--white); }
.compare-row .name { font-family: var(--f-display); font-feature-settings: normal; font-size: var(--fs-20); letter-spacing: -0.01em; }
.compare-row .price { font-family: var(--f-display); font-feature-settings: normal; font-size: var(--fs-20); letter-spacing: -0.01em; color: var(--ink-900); }
.compare-row.thyme .price { color: var(--white); }
.compare-row .what { font-size: var(--fs-14); line-height: 1.55; color: var(--ink-700); }
.compare-row.thyme .what { color: var(--white-a85); }
.compare-row .miss { font-size: var(--fs-13); line-height: 1.55; color: var(--ink-500); }
.compare-row.thyme .miss { color: var(--white-a70); }

/* ---------- Midlife card ---------- */
.midlife-card {
  background: var(--surface);
  border-radius: var(--r-xl);
  padding: var(--s-16);
}
.midlife-card h2 { max-width: 18ch; }
.midlife-panels {
  margin-top: var(--s-12);
  padding-top: var(--s-8);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.midlife-panels .p {
  padding: 0 var(--s-6) 0 0;
  border-right: 1px solid var(--line);
}
.midlife-panels .p:last-child { border-right: 0; padding-right: 0; }
.midlife-panels .p + .p { padding-left: var(--s-6); }
.midlife-panels .p .label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--thyme-800);
  margin-bottom: 10px;
  display: block;
}
.midlife-panels .p .body { font-size: var(--fs-13); color: var(--ink-700); line-height: 1.55; }

/* ---------- Founder letter ---------- */
.founder-letter {
  background: var(--night);
  color: var(--white);
  border-radius: var(--r-xl);
  padding: var(--s-16);
  position: relative;
}
.founder-letter h2 { color: var(--white); max-width: 16ch; }
.founder-letter .letter {
  margin-top: var(--s-10);
  padding-top: var(--s-8);
  border-top: 1px solid var(--white-a12);
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-24);
  line-height: 1.45;
  letter-spacing: -0.008em;
  color: var(--white-a92);
  font-variation-settings: 'opsz' 36;
  max-width: 46ch;
}
.founder-letter .sig {
  margin-top: var(--s-8);
  display: flex;
  align-items: center;
  gap: var(--s-4);
  font-size: var(--fs-14);
  color: var(--white-a60);
}
.founder-letter .sig::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--white-a30);
}

/* ---------- Founder cards ---------- */
.founder {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: var(--s-8);
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: var(--s-6);
  align-items: start;
}
.founder .photo {
  aspect-ratio: 1;
  border-radius: var(--r-md);
  background: linear-gradient(160deg, var(--thyme), var(--thyme-800));
}
.founder.b .photo { background: linear-gradient(160deg, var(--orange), var(--orange-800)); }

/* ---------- Founder call section ---------- */
.founder-call-card {
  background: var(--night);
  border-radius: var(--r-2xl);
  padding: var(--s-16);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-16);
  align-items: start;
}
.founder-call-left h2 { color: var(--white); max-width: 14ch; }
.founder-call-left .lead { color: var(--white-a72); }
.founder-call-meta {
  display: flex;
  align-items: center;
  gap: var(--s-4);
}
.founder-call-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--orange), var(--orange-800));
  flex: 0 0 auto;
}
.founder-call-name {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-18);
  color: var(--white);
  letter-spacing: -0.01em;
}
.founder-call-role { font-size: var(--fs-13); color: var(--white-a60); margin-top: 2px; }

.founder-call-right {
  background: var(--white-a08);
  border: 1px solid var(--white-a12);
  border-radius: var(--r-xl);
  padding: var(--s-8);
}
.founder-call-spots { margin-bottom: var(--s-6); }
.founder-call-spots-bar {
  height: 4px;
  background: var(--white-a12);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: var(--s-2);
}
.founder-call-spots-fill {
  height: 100%;
  background: var(--orange);
  border-radius: 99px;
}
.founder-call-spots-label { font-size: var(--fs-13); color: var(--white-a60); }

.founder-call-label {
  display: block;
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-a60);
  margin-bottom: var(--s-2);
  margin-top: var(--s-4);
}
.founder-call-label:first-of-type { margin-top: 0; }
.founder-call-input {
  width: 100%;
  padding: 12px 14px;
  background: var(--white-a08);
  border: 1px solid var(--white-a18);
  border-radius: var(--r-sm);
  font-size: var(--fs-14);
  color: var(--white);
  outline: none;
  transition: border-color .2s var(--ease-out);
}
.founder-call-input::placeholder { color: var(--white-a30); }
.founder-call-input:focus { border-color: var(--orange); background: var(--white-a10); }
.founder-call-confirm {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: var(--fs-24);
  color: var(--white);
  line-height: 1.3;
  letter-spacing: -0.01em;
  padding: var(--s-6) 0;
}

@media (max-width: 980px) {
  .founder-call-card { grid-template-columns: 1fr; gap: var(--s-10); }
}

/* ---------- Waitlist v2 ---------- */
.waitlist-v2 {
  background: var(--thyme);
  border-radius: var(--r-2xl);
  padding: var(--s-16);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.waitlist-v2 h2 { color: var(--white); max-width: 14ch; }
.waitlist-v2 .lead { color: var(--white-a85); max-width: 58ch; }
.waitlist-v2 .form-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--s-10);
  align-items: end;
  margin-top: var(--s-10);
}
.waitlist-perks {
  display: grid;
  gap: var(--s-3);
  padding-left: var(--s-6);
  border-left: 1px solid var(--white-a18);
}
.waitlist-perks .p {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: var(--s-3);
  font-size: var(--fs-13);
  color: var(--white-a85);
  line-height: 1.5;
}
.waitlist-perks .p::before {
  content: '✓';
  font-family: var(--f-display); font-feature-settings: normal;
  color: var(--white);
  font-size: var(--fs-16);
}

/* ---------- Success / referral state ---------- */
.success-state {
  display: none;
  margin-top: var(--s-8);
  padding-top: var(--s-6);
  border-top: 1px solid var(--white-a18);
  color: var(--white);
}
.success-state h3 { color: var(--white); margin-bottom: var(--s-3); }
.success-state .body { color: var(--white-a82); }
.success-state.visible { display: block; }
.success-state .refer {
  margin-top: var(--s-5);
  display: flex;
  gap: 0;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  max-width: 460px;
}
.success-state .refer input {
  flex: 1;
  padding: 12px 16px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--white-a18);
  font-family: var(--f-body);
  font-size: var(--fs-13);
  color: var(--white);
  outline: none;
  min-width: 0;
}
.success-state .refer button {
  padding: 12px 18px;
  background: transparent;
  color: var(--white);
  font-size: var(--fs-13);
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s var(--ease-out);
}
.success-state .refer button:hover { background: var(--white-a12); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .g-2, .g-3, .g-4 { grid-template-columns: 1fr; }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr !important; }
  .timeline::before { display: none; }
  section { padding: var(--s-16) 0; }
  .hero { padding: var(--s-12) 0 var(--s-16); }

  .midlife-panels { grid-template-columns: 1fr; gap: 0; }
  .midlife-panels .p {
    padding: var(--s-5) 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .midlife-panels .p + .p { padding-left: 0; }
  .midlife-panels .p:last-child { border-bottom: 0; }

  .compare-row:first-child { display: none; }
  .compare-row { grid-template-columns: 1fr; gap: var(--s-3); padding: var(--s-6); }
  .compare-row > div { position: relative; padding-left: 0; }
  .compare-row .name { font-size: var(--fs-20); }
  .compare-row .price { font-size: var(--fs-18); }
  .compare-row .what::before,
  .compare-row .miss::before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-500);
    margin-bottom: 4px;
  }
  .compare-row.thyme .what::before,
  .compare-row.thyme .miss::before { color: var(--white-a60); }

  .founder { grid-template-columns: 1fr; }
  .founder .photo { aspect-ratio: 16/9; }
  .waitlist-v2 .form-container { grid-template-columns: 1fr; }
  .waitlist-perks {
    padding-left: 0;
    border-left: 0;
    padding-top: var(--s-5);
    border-top: 1px solid var(--white-a18);
  }
  .hero-photo { min-height: 420px; aspect-ratio: auto; }
  .teknon-quote blockquote { font-size: var(--fs-40); }
}
@media (max-width: 640px) {
  .trust { grid-template-columns: 1fr; gap: var(--s-5); }
  .foot-grid { grid-template-columns: 1fr; }
  .waitlist-form { flex-direction: column; }
  .waitlist-form button { width: 100%; }
  h1 { font-size: var(--fs-64); }
  h2 { font-size: var(--fs-48); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   STYLE PAGE — sp-* namespace
   Figma reference: nodes 285:1624 · 283:1132 · 283:1509
   Three sections, each with its own background colour.
   ============================================================ */

/* ---------- Scene token overrides ---------- */
:root {
  --scene-hero:   #eaece7;   /* hero cream — Figma 285:1624 */
  --scene-voices: #eeebdf;   /* warm sand — testimonials */
  --scene-quote:  #f3f4f1;   /* warm grey — Figma 283:1132 */
  --scene-assess: #e0e7d8;   /* sage      — Figma 283:1509 */
  --scene-faq:     #efedea;   /* warm light grey — FAQ */
  --scene-cta:     #445238;   /* forest — waitlist CTA */
  --scene-about:   #9f3702;   /* terracotta / rust — about us */
  --scene-numbers: #ece4d2;   /* warm sand — pilot results */
  --scene-nps:     #2e3826;   /* deep forest — NPS crescendo */
  --olive:        #5d7c09;   /* assess card eyebrow */
  --rock-950:     #221a19;
  --rock-800:     #2c2321;
  --ink-685:      rgba(0, 0, 0, 0.68);
  --ink-590:      rgba(0, 0, 0, 0.59);
}

/* ---------- Scene transitions on body ---------- */
.sp {
  transition: background-color 0.9s var(--ease-out);
  --sp-topbar-h: 105.5px;
}
@media (max-width: 820px) {
  .sp { --sp-topbar-h: 92px; }
}
@media (max-width: 480px) {
  .sp { --sp-topbar-h: 84px; }
}
.sp[data-scene="hero"]   { background: var(--scene-hero); }
.sp[data-scene="voices"] { background: var(--scene-voices); }
.sp[data-scene="quote"]  { background: var(--scene-quote); }
.sp[data-scene="assess"] { background: var(--scene-assess); }
.sp[data-scene="faq"]     { background: var(--scene-faq); }
.sp[data-scene="cta"]     { background: var(--scene-cta); }
.sp[data-scene="about"]   { background: var(--scene-about); }
.sp[data-scene="numbers"] { background: var(--scene-numbers); }
.sp[data-scene="nps"]     { background: var(--scene-nps); }

/* ---------- Shared shell ---------- */
.sp-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--s-6);
  width: 100%;
}

/* ---------- Section reveal — per-element rise with stagger ---------- */
:root {
  --sp-ease: cubic-bezier(0.22, 1, 0.36, 1); /* expo-out — soft & long-tailed */
  --sp-rise-y: 36px;
  --sp-rise-d: 1.4s;
}
.sp-scene {
  position: relative;
  z-index: 1;   /* sit above the fixed shadow video */
}
.sp-js .sp-rise {
  opacity: 0;
  transform: translateY(var(--sp-rise-y));
  transition:
    opacity   var(--sp-rise-d) var(--sp-ease),
    transform var(--sp-rise-d) var(--sp-ease);
  transition-delay: 0ms;
  will-change: opacity, transform;
}
.sp-js .sp-scene.is-visible .sp-rise {
  opacity: 1;
  transform: translateY(0);
}
/* Sequential stagger for direct children of any .sp-stagger container.
   Tunable cadence — each step adds ~120ms after a small lead-in. */
.sp-js .sp-stagger > .sp-rise                  { transition-delay:  60ms; }
.sp-js .sp-stagger > .sp-rise:nth-child(2)     { transition-delay: 180ms; }
.sp-js .sp-stagger > .sp-rise:nth-child(3)     { transition-delay: 300ms; }
.sp-js .sp-stagger > .sp-rise:nth-child(4)     { transition-delay: 420ms; }
.sp-js .sp-stagger > .sp-rise:nth-child(5)     { transition-delay: 540ms; }
.sp-js .sp-stagger > .sp-rise:nth-child(6)     { transition-delay: 660ms; }
.sp-js .sp-stagger > .sp-rise:nth-child(7)     { transition-delay: 780ms; }
.sp-js .sp-stagger > .sp-rise:nth-child(8)     { transition-delay: 900ms; }

/* Lateral slide-in — siblings to .sp-rise, used for shapes that should
   enter from the page edges instead of from below. */
.sp-js .sp-slide-l,
.sp-js .sp-slide-r {
  opacity: 0;
  transition:
    opacity   var(--sp-rise-d) var(--sp-ease),
    transform var(--sp-rise-d) var(--sp-ease);
  will-change: transform, opacity;
}
.sp-js .sp-slide-l { transform: translateX(-30%); }
.sp-js .sp-slide-r { transform: translateX( 30%); }
.sp-js .sp-scene.is-visible .sp-slide-l,
.sp-js .sp-scene.is-visible .sp-slide-r {
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .sp-js .sp-rise,
  .sp-js .sp-slide-l,
  .sp-js .sp-slide-r { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   STICKY TOPBAR  (banner + nav)
   Banner sits flush, nav sticks below it as you scroll.
   Nav backdrop tints in once the page has scrolled past the top.
   ============================================================ */
.sp-scroll-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.sp-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* Banner — Figma 285:1628 (#445238 · 39.5px tall) */
.sp-banner {
  background: var(--forest);
  color: rgba(255, 255, 255, 0.85);
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-3);
  font-size: 13px;
  line-height: 1.5;
  padding: 8px var(--s-6);
  flex-wrap: wrap;
  text-align: center;
}
.sp-banner p { margin: 0; }
.sp-banner strong { color: var(--white); font-weight: 500; }
.sp-banner-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  flex-shrink: 0;
}
.sp-banner-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  white-space: nowrap;
}
.sp-banner-link:hover { opacity: 0.85; }

/* Nav wrap — transparent itself; progressive blur lives in `.sp-nav-fx`.
   Heaviest backdrop blur sits at the top edge, fading to crisp at the bottom
   so content emerges from under the nav with no visible cutoff line. */
.sp-nav-wrap {
  position: relative;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.sp-nav-wrap > .sp-shell {
  position: relative;
  z-index: 1;
}

/* The fx stack — five masked siblings, each with a different blur radius
   and a mask gradient that fades out at a different point. The cumulative
   blur at any pixel = sum of all layers still opaque at that y-position.
   Extends past the nav's bottom edge so the fade has room to breathe. */
.sp-nav-fx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -80px;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease-out);
}
.sp.is-scrolled .sp-nav-fx { opacity: 1; }

.sp-nav-fx > div {
  position: absolute;
  inset: 0;
}
.sp-nav-fx > div:nth-child(1) {
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}
.sp-nav-fx > div:nth-child(2) {
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
          mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
}
.sp-nav-fx > div:nth-child(3) {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 60%);
          mask-image: linear-gradient(to bottom, black 0%, transparent 60%);
}
.sp-nav-fx > div:nth-child(4) {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 45%);
          mask-image: linear-gradient(to bottom, black 0%, transparent 45%);
}
.sp-nav-fx > div:nth-child(5) {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 28%);
          mask-image: linear-gradient(to bottom, black 0%, transparent 28%);
}

/* Scene-tinted base. Lives on the fx container so it shares the soft fade
   (set via ::before so we can apply its own mask-image and tint var). */
.sp-nav-fx::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--nav-tint, transparent);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 100%);
  transition: background 0.4s var(--ease-out);
}

.sp[data-scene="hero"]   { --nav-tint: rgba(234, 236, 231, 0.55); }
.sp[data-scene="voices"] { --nav-tint: rgba(239, 234, 224, 0.55); }
.sp[data-scene="quote"]  { --nav-tint: rgba(243, 244, 241, 0.55); }
.sp[data-scene="assess"] { --nav-tint: rgba(224, 231, 216, 0.55); }
.sp[data-scene="about"]   { --nav-tint: rgba(159, 55, 2, 0.40); }
.sp[data-scene="faq"]     { --nav-tint: rgba(239, 237, 234, 0.55); }
.sp[data-scene="cta"]     { --nav-tint: rgba(68, 82, 56, 0.55); }
.sp[data-scene="numbers"] { --nav-tint: rgba(236, 228, 210, 0.55); }
.sp[data-scene="nps"]     { --nav-tint: rgba(46, 56, 38, 0.50); }

/* Header — Figma 285:1645 (1200 wide · 65.5 tall) */
.sp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65.5px;
  padding: 12px 0;   /* horizontal alignment comes from .sp-shell only */
}
.sp-nav-brand img {
  display: block;
  height: 41px;
  width: auto;
  transition: filter 0.5s var(--ease-out);
}
.sp-nav-links {
  display: flex;
  gap: 24px;
  font-size: 14px;
  line-height: 21px;
  color: var(--rock-950);
  transition: color 0.5s var(--ease-out);
}
.sp-nav-links a { transition: opacity 0.2s var(--ease-out); }
.sp-nav-links a:hover { opacity: 0.65; }
.sp-nav-cta {
  background: var(--forest);
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 11px 17px;
  border-radius: 7px;
  height: 41.5px;
  display: inline-flex;
  align-items: center;
  transition: background 0.5s var(--ease-out), color 0.5s var(--ease-out);
}
.sp-nav-cta:hover { background: #38451f; }
/* After the hero — flip the CTA to the rust accent */
.sp:not([data-scene="hero"]) .sp-nav-cta { background: var(--rust); }
.sp:not([data-scene="hero"]) .sp-nav-cta:hover { background: #8a3102; }

/* Hamburger button — hidden on desktop, shown at ≤820px via media query. */
.sp-nav-burger {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  color: var(--ink-950);
  transition: color 0.5s var(--ease-out);
}
.sp-nav-burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.3s var(--ease-out), opacity 0.3s var(--ease-out);
}
.sp.is-menu-open .sp-nav-burger span:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}
.sp.is-menu-open .sp-nav-burger span:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* Dark-scene inversion — terracotta about + forest CTA + forest NPS. SVG logo
   gets pushed to white via the brightness/invert combo. */
.sp[data-scene="about"] .sp-nav-brand img,
.sp[data-scene="cta"] .sp-nav-brand img,
.sp[data-scene="nps"] .sp-nav-brand img {
  filter: brightness(0) invert(1);
}
.sp[data-scene="about"] .sp-nav-links,
.sp[data-scene="cta"] .sp-nav-links,
.sp[data-scene="nps"] .sp-nav-links { color: var(--orange-100); }
.sp[data-scene="about"] .sp-nav-burger,
.sp[data-scene="cta"] .sp-nav-burger,
.sp[data-scene="nps"] .sp-nav-burger { color: var(--orange-100); }
.sp[data-scene="about"] .sp-nav-cta,
.sp[data-scene="cta"] .sp-nav-cta,
.sp[data-scene="nps"] .sp-nav-cta {
  background: var(--orange-100);
  color: var(--rust);
}
.sp[data-scene="about"] .sp-nav-cta:hover,
.sp[data-scene="cta"] .sp-nav-cta:hover,
.sp[data-scene="nps"] .sp-nav-cta:hover {
  background: #ecd6c7;
  color: var(--rust);
}

/* ============================================================
   SECTION 1 · HERO  (Figma 285:1624)
   ============================================================ */
.sp-hero {
  position: relative;
  background: transparent;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  /* Slide under the sticky topbar so the shadow video shows through the nav */
  margin-top: calc(-1 * var(--sp-topbar-h));
  padding-top: var(--sp-topbar-h);
  padding-bottom: 0;   /* override global section { padding: 96px 0 } */
}
.sp-hero > .sp-hero-shell { flex: 1; }

/* Fixed-position shadow video — body-level so it persists past the hero scroll
   and cross-fades out alongside the body bg when entering the next scene. */
.sp-hero-video {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0.34;
  pointer-events: none;
  transition: opacity 0.9s var(--ease-out);
}
.sp:not([data-scene="hero"]) .sp-hero-video {
  opacity: 0;
}

/* Hero shell — left-aligned column, content drops to the bottom */
.sp-hero-shell {
  display: flex;
  align-items: stretch;
  padding-top: clamp(48px, 8vh, 96px);
  padding-bottom: clamp(80px, 12vh, 160px);
}
.sp-hero-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;   /* drop the text block to the bottom */
  gap: 32px;
  max-width: 720px;
  margin-right: auto;          /* keep text left-aligned, leave the right side empty */
  flex: 1;
}
.sp-hero-text {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.sp-hero-h1 {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(2.5rem, 7.2vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.022em;
  color: var(--rock-950);
  max-width: 14ch;
  font-variation-settings: 'opsz' 144;
}
.sp-hero-sub {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.45;
  color: #4f4543;
  max-width: 42ch;
}

/* Hero CTA buttons — Figma 285:1641 / 285:1643 */
.sp-hero-cta { display: flex; gap: 8px; flex-wrap: wrap; }
.sp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  transition: background 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}
.sp-cta:hover { transform: translateY(-1px); }
.sp-cta-rust   { background: var(--rust); color: var(--white); padding: 17px 27px; }
.sp-cta-rust:hover   { background: #8a3102; }
.sp-cta-subtle { background: rgba(44, 35, 33, 0.06); color: var(--rock-800); padding: 16px 26px; }
.sp-cta-subtle:hover { background: rgba(44, 35, 33, 0.12); }

/* ============================================================
   SECTION 2 · MEDICAL PARTNERSHIP  (Figma 283:1132)
   ============================================================ */
.sp-quote {
  background: transparent;
  padding: 96px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.sp-quote-card {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 374px;
  column-gap: 47px;
  align-items: center;
}
.sp-quote-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.sp-quote-eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--forest);
  margin: 0;
}
.sp-quote-body {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--rock-800);
  margin: 0;
  font-variation-settings: 'opsz' 144;
  text-wrap: balance;
}
.sp-mark {
  display: inline-block;
  width: clamp(20px, 2.6vw, 32px);
  color: var(--rust);
  vertical-align: 0.18em;
  line-height: 0;
}
.sp-mark svg {
  width: 100%;
  height: auto;
  display: block;
  fill: currentColor;
}
.sp-mark-open  { margin-right: 0.18em; }
.sp-mark-close { margin-left: 0.18em; }
.sp-emph { color: #21232c; }
.sp-quote-lede {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
  letter-spacing: -0.005em;
  color: var(--ink-590);
  margin: 0;
  max-width: 52ch;
  text-wrap: pretty;
}
.sp-quote-attr {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6a5f5c;
  margin: 0;
}
.sp-rule {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #9d938f;
  flex-shrink: 0;
}

/* Doctor portrait — SVG owns the blob clip-path so it scales with the container. */
.sp-quote-photo {
  width: 100%;
  max-width: 374px;
  aspect-ratio: 374 / 473;
  justify-self: end;
}
.sp-quote-photo svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ============================================================
   SECTION 3 · SIX ASSESSMENTS  (Figma 283:1509)
   ============================================================ */
.sp-assess {
  background: transparent;
  padding: 64px 24px 80px;
}
.sp-assess-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 83px;
}
.sp-assess-eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0;
}
.sp-assess-h2 {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(44px, 5.4vw, 68px);
  line-height: 0.94;
  letter-spacing: -0.017em;
  color: #323232;
  margin: 0;
  font-variation-settings: 'opsz' 144;
}
/* Founding pricing card — sits below the 6-card grid.
   Terracotta base + arena texture multiplied for subtle depth.
   Copy + CTA flipped to cream/peach for contrast. */
.sp-assess-cta {
  margin-top: clamp(48px, 6vw, 80px);
  background-color: var(--rust);
  background-image: url('assets/images/arena.png');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  border-radius: 16px;
  padding: clamp(24px, 3vw, 36px) clamp(28px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 40px);
  flex-wrap: wrap;
}
.sp-assess-cta-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.sp-assess-cta-eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: #ffaa71;
  margin: 0;
}
.sp-assess-cta-price {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1;
  letter-spacing: -0.018em;
  color: var(--orange-100);
  margin: 0;
  font-variation-settings: 'opsz' 144;
}
.sp-assess-cta-note {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.45;
  color: rgba(245, 227, 216, 0.78);
  margin: 0;
  max-width: 38ch;
}
/* CTA button — cream pill with rust label, mirrors the dark-scene nav CTA. */
.sp-assess-cta .sp-cta-rust {
  background: var(--orange-100);
  color: var(--rust);
}
.sp-assess-cta .sp-cta-rust:hover {
  background: #ecd6c7;
  color: var(--rust);
}
.sp-assess-lede {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: var(--ink-590);
  margin: 0;
  align-self: end;
}

.sp-assess-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
/* Shared white blob that follows the hovered card. */
.sp-card-blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 440px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-9999px, -9999px, 0);
  transition:
    opacity   0.45s var(--sp-ease),
    transform 0.65s var(--sp-ease);
  z-index: 0;
  /* filter: drop-shadow(0 12px 40px rgba(44, 35, 33, 0.10)); */
}
.sp-card-blob svg { width: 100%; height: 100%; display: block; }
.sp-card-blob.is-active { opacity: 0.2; }

.sp-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  background: transparent;
}
.sp-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--olive);
}
.sp-icon svg { width: 100%; height: 100%; display: block; fill: currentColor; }
.sp-card-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sp-card-title {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.006;
  letter-spacing: -0.0105em;
  color: #000;
  margin: 0;
  font-variation-settings: 'opsz' 36;
}
.sp-card-eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--olive);
  margin: 0;
}
.sp-card-body {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: var(--ink-685);
  margin: 0;
  max-width: 326px;
}

/* ============================================================
   SECTION 1.5 · MEMBER VOICES  (scroll-driven horizontal row)
   Tall outer section pins its inner content to the viewport while
   the user scrolls; JS maps that vertical scroll to translateX
   on the row, so scrolling down moves cards left.
   ============================================================ */
.sp-voices {
  background: transparent;
  padding: clamp(64px, 9vw, 120px) 0;
  position: relative;
}
.sp-voices-pin {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 64px);
}

/* ── Sticky radial glow — body-level layer that cross-fades with the
   scene, just like the body bg color. Visible only on the voices scene. */
.sp-bg-radial {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.9s var(--ease-out);
  background: radial-gradient(
    ellipse 70% 55% at 50% 100%,
    rgba(159, 55, 2, 0.22) 0%,
    rgba(159, 55, 2, 0.10) 35%,
    rgba(159, 55, 2, 0)    72%
  );
}
.sp[data-scene="voices"] .sp-bg-radial { opacity: 1; }

/* ── Sticky cream glow — same recipe as .sp-bg-radial, tinted to bloom
   on the rust about-scene. Cream center, fades to a darker vignette edge. */
.sp-bg-glow-about {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.9s var(--ease-out);

}
.sp[data-scene="about"] .sp-bg-glow-about { opacity: 1; }
.sp-voices-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 700px;
  margin-inline: auto;
}
.sp-voices-eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--forest);
  margin: 0;
}
.sp-voices-h2 {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
  letter-spacing: -0.018em;
  color: var(--rock-800);
  margin: 0;
  font-variation-settings: 'opsz' 144;
}

.sp-voices-track {
  overflow-x: auto;                /* manual horizontal scroll on every viewport */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(to right,
    transparent 0,
    #000 96px,
    #000 calc(100% - 96px),
    transparent 100%);
          mask-image: linear-gradient(to right,
    transparent 0,
    #000 96px,
    #000 calc(100% - 96px),
    transparent 100%);
}
.sp-voices-track::-webkit-scrollbar { display: none; }

.sp-voices-row {
  display: flex;
  gap: 24px;
  width: max-content;
  /* First card lines up with the .sp-shell content edge. */
  padding-inline: max(24px, calc((100vw - 1200px) / 2 + 24px));
  will-change: transform;
}

.sp-voice {
  flex-shrink: 0;
  width: 340px;
  min-height: 490px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: 16px;
  /* Tinted base + arena texture multiplied on top → richer text-only cards.
     Photo cards override via ::before so the texture is hidden under the photo. */
  background-color: var(--voice-tint, rgba(255, 255, 255, 0.55));
  background-image: url('assets/images/arena.png');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.sp-voice > * { position: relative; z-index: 2; }

/* Photo variant — set `style="--voice-bg: url('./voice-1.png');"` on the card.
   Layers (bottom → top): dark fill → photo (::before) → contrast gradient (::after) → text.
   Per-card knobs: --voice-bg-opacity (default 0.85), --voice-bg-position (default center). */
.sp-voice-has-photo {
  background: var(--rock-950);
  justify-content: flex-end;     /* text aligns to the bottom of the card */
  color: var(--white);
}
.sp-voice-has-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--voice-tint, transparent);
  background-image: var(--voice-bg, none);
  background-size: cover;
  background-position: var(--voice-bg-position, center);
  background-blend-mode: multiply;
  opacity: var(--voice-bg-opacity, 0.88);   /* was 0.7 — brighter photos */
  pointer-events: none;
}
.sp-voice-has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Softer contrast gradient so photo cards aren't visually heavier than text cards. */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0)    30%,
    rgba(0, 0, 0, 0)    60%,
    rgba(0, 0, 0, 0.30) 82%,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.sp-voice-has-photo .sp-voice-quote { color: var(--white); }
.sp-voice-has-photo .sp-voice-name  { color: var(--white); }
.sp-voice-has-photo .sp-voice-role  { color: rgba(255, 255, 255, 0.72); }
.sp-voice-quote {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--rock-800);
  margin: 0;
  font-variation-settings: 'opsz' 36;
  text-wrap: balance;
}
/* Long-quote variant — add .sp-voice-long to the card for ~70-word testimonials. */
.sp-voice-long .sp-voice-quote {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.003em;
}
.sp-voice-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}
.sp-voice-name {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 14px;
  color: var(--rock-950);
}
.sp-voice-role {
  font-family: var(--f-body);
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

/* ============================================================
   SECTION 3.25 · ABOUT
   Editorial centered column on terracotta scene, cream copy,
   lime quote-marks, two square photo placeholders side by side.
   ============================================================ */
.sp-about {
  background: transparent;
  padding: clamp(96px, 12vw, 160px) 24px clamp(96px, 12vw, 160px);
  position: relative;
  overflow: hidden;          /* clip the lateral shapes during the slide-in */
  color: var(--orange-100);
}
.sp-about > .sp-shell {
  position: relative;
  z-index: 1;                /* keep text above the shapes */
}
.sp-about-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
  max-width: 1100px;
  margin-inline: auto;
}
.sp-about-eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: #ffaa71;
  margin: 0;
}
.sp-about-h2 {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
  letter-spacing: -0.018em;
  color: var(--orange-100);
  margin: 0;
  font-variation-settings: 'opsz' 144;
}
.sp-about-quote {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: var(--orange-100);
  margin: 12px 0 0;
  max-width: 28ch;
  font-variation-settings: 'opsz' 144;
  text-wrap: balance;
}
.sp-about-mark {
  display: inline-block;
  width: clamp(24px, 3vw, 40px);
  color: #ffaa71;
  vertical-align: 0.18em;
  line-height: 0;
}
.sp-about-mark svg {
  width: 100%;
  height: auto;
  display: block;
  fill: currentColor;
}
.sp-about-mark-open  { margin-right: 0.18em; }
.sp-about-mark-close { margin-left: 0.18em; }

/* Founders grid — sits below the manifesto, each founder is a vertical card
   with photo → name + role → bio. Slide-in animations (sp-slide-l/r) fire on
   the cards horizontally as the section reveals. */
.sp-about-founders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  margin-top: clamp(64px, 9vw, 120px);
  max-width: 1040px;
  margin-inline: auto;
}
.sp-about-founder {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.sp-about-portrait {
  width: 100%;
  max-width: 360px;
}
.sp-about-portrait svg {
  width: 100%;
  height: auto;
  display: block;
}
.sp-about-founder-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.sp-about-founder-name {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--orange-100);
  margin: 0;
  font-variation-settings: 'opsz' 36;
}
.sp-about-founder-role {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.005em;
  color: rgba(245, 227, 216, 0.62);
  margin: 0;
}
.sp-about-founder-bio {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  color: rgba(245, 227, 216, 0.82);
  margin: 12px 0 0;
  max-width: 42ch;
  text-align: center;
  text-wrap: pretty;
}

/* ============================================================
   SECTION 3.15 · NUMBERS
   Pilot proof: stat + quote rows on warm sand, dark forest banner.
   ============================================================ */
.sp-numbers {
  display: none;       /* hidden — section preserved in markup, ready to re-enable */
  background: transparent;
  padding: clamp(96px, 12vw, 160px) 24px clamp(96px, 12vw, 160px);
  color: var(--ink-950);
}
.sp-numbers-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: clamp(48px, 6vw, 80px);
  max-width: 720px;
}
.sp-numbers-eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0;
}
.sp-numbers-h2 {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(48px, 6.4vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink-950);
  margin: 0;
  font-variation-settings: 'opsz' 144;
}
.sp-numbers-sub {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.55;
  color: rgba(34, 26, 25, 0.62);
  margin: 0;
}

.sp-numbers-rows {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(34, 26, 25, 0.16);
}
.sp-numbers-row {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 80px);
  padding: clamp(36px, 5vw, 56px) 0;
  border-bottom: 1px solid rgba(34, 26, 25, 0.16);
  align-items: center;
}
.sp-numbers-stat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sp-numbers-value {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(72px, 11vw, 144px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--rust);
  font-variation-settings: 'opsz' 144;
  display: inline-flex;
  align-items: flex-start;
}
.sp-numbers-unit {
  font-size: 0.55em;
  margin-left: 0.04em;
  margin-top: 0.18em;
  color: var(--rust);
  opacity: 0.85;
}
.sp-numbers-label {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.5;
  color: rgba(34, 26, 25, 0.78);
  margin: 0;
  max-width: 32ch;
}
.sp-numbers-label em {
  font-style: italic;
  color: var(--rust);
}
.sp-numbers-quote {
  margin: 0;
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.35;
  letter-spacing: -0.008em;
  color: var(--ink-950);
  font-variation-settings: 'opsz' 36;
}
.sp-numbers-quote p { margin: 0 0 16px; text-wrap: balance; }
.sp-numbers-quote cite {
  display: block;
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.005em;
  color: rgba(34, 26, 25, 0.55);
}

.sp-numbers-banner {
  margin-top: clamp(48px, 6vw, 80px);
  background: var(--scene-nps);
  border-radius: 8px;
  padding: clamp(56px, 7vw, 96px) clamp(32px, 5vw, 64px);
  text-align: center;
  color: var(--orange-100);
}
.sp-numbers-banner-value {
  display: inline-flex;
  align-items: flex-start;
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(80px, 11vw, 144px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--orange-100);
  font-variation-settings: 'opsz' 144;
  margin-bottom: 16px;
}
.sp-numbers-banner-value .sp-numbers-unit {
  color: var(--orange-100);
  opacity: 0.85;
}
.sp-numbers-banner-sub {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.5;
  color: rgba(245, 227, 216, 0.82);
  margin: 0;
  max-width: 38ch;
  margin-inline: auto;
}

/* ============================================================
   SECTION 3.75 · NPS CRESCENDO
   One number, one comparison. Forest bg, dramatic display serif.
   ============================================================ */
.sp-nps {
  display: none;       /* hidden — markup preserved, drop the line to re-enable */
  background: transparent;
  padding: clamp(96px, 14vw, 200px) 24px clamp(96px, 14vw, 200px);
  color: var(--orange-100);
}
.sp-nps-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  max-width: 920px;
  margin-inline: auto;
}
.sp-nps-eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--lime);
  margin: 0;
}
.sp-nps-value {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(140px, 22vw, 280px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--orange-100);
  margin: 0;
  font-variation-settings: 'opsz' 144;
}
.sp-nps-context {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--orange-100);
  margin: 8px 0 0;
  font-variation-settings: 'opsz' 96;
  text-wrap: balance;
}
.sp-nps-context span {
  border-bottom: 1px solid rgba(245, 227, 216, 0.30);
  padding-bottom: 2px;
}
.sp-nps-fineprint {
  font-family: var(--f-body);
  font-size: 14px;
  letter-spacing: 0.005em;
  color: rgba(245, 227, 216, 0.50);
  margin: 16px 0 0;
}

/* ============================================================
   SECTION 3.5 · FAQ
   Editorial accordion: oversized serif headline, hairline rules,
   rust + toggle that rotates to × when open.
   ============================================================ */
.sp-faq {
  background: transparent;
  padding: 96px 24px 120px;
}
.sp-faq > .sp-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
}
.sp-faq-header {
  position: sticky;
  top: calc(var(--sp-topbar-h) + 32px);
  align-self: start;
}
.sp-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 28px;
}
.sp-faq-dash {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
}
.sp-faq-h2 {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.022em;
  color: var(--ink-950);
  margin: 0;
  font-variation-settings: 'opsz' 144;
}

.sp-faq-list {
  border-top: 1px solid var(--ink-a12);
}
.sp-faq-item {
  border-bottom: 1px solid var(--ink-a12);
}
.sp-faq-q {
  width: 100%;
  background: none;
  border: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--ink-950);
  font-variation-settings: 'opsz' 36;
  transition: color 0.25s var(--ease-out);
}
.sp-faq-q:hover { color: var(--rust); }
.sp-faq-q:focus-visible { outline: 2px solid var(--rust); outline-offset: 4px; border-radius: 4px; }
.sp-faq-item.is-open > .sp-faq-q { color: var(--ink-950); }

.sp-faq-q-text {
  flex: 1;
  min-width: 0;
}

.sp-faq-toggle {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--rust);
}
.sp-faq-toggle::before,
.sp-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transition: transform 0.45s var(--sp-ease);
}
.sp-faq-toggle::before {
  width: 18px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.sp-faq-toggle::after {
  width: 1.5px;
  height: 18px;
  transform: translate(-50%, -50%);
}
.sp-faq-item.is-open .sp-faq-toggle::before { transform: translate(-50%, -50%) rotate(45deg); }
.sp-faq-item.is-open .sp-faq-toggle::after  { transform: translate(-50%, -50%) rotate(-45deg); }

/* Collapsing wrapper — grid-rows trick gives a true height transition
   without measuring scrollHeight in JS. */
.sp-faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s var(--sp-ease);
}
.sp-faq-a-wrap > .sp-faq-a {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity   0.4s var(--sp-ease),
    transform 0.5s var(--sp-ease);
}
.sp-faq-item.is-open .sp-faq-a-wrap {
  grid-template-rows: 1fr;
}
.sp-faq-item.is-open .sp-faq-a-wrap > .sp-faq-a {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity   0.5s var(--sp-ease) 0.08s,
    transform 0.55s var(--sp-ease) 0.08s;
}

.sp-faq-a {
  padding: 0 0 36px;
  max-width: 76ch;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-590);
}
.sp-faq-a p { margin: 0; }
.sp-faq-a p + p { margin-top: 14px; }
.sp-faq-a a {
  color: var(--rust);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.sp-faq-a a:hover { color: var(--orange-800); }

@media (prefers-reduced-motion: reduce) {
  .sp-faq-a-wrap,
  .sp-faq-a-wrap > .sp-faq-a,
  .sp-faq-toggle::before,
  .sp-faq-toggle::after,
  .sp-faq-q { transition: none; }
}

/* ============================================================
   SECTION 4 · WAITLIST CTA
   Rust background, water video drifting on top, two-column copy.
   ============================================================ */
.sp-join {
  position: relative;
  background: transparent;
  padding: clamp(96px, 12vw, 160px) 24px clamp(96px, 12vw, 160px);
  color: var(--orange-100);
}
/* Fixed-position arena image — body-level, mirrors the hero shadow video pattern.
   Multiplies over the body scene bg. Fades in on cta + about scenes. */
.sp-bg-arena {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: url('assets/images/arena.png') center / cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s var(--ease-out);
  z-index: 0;
}
.sp[data-scene="cta"]   .sp-bg-arena,
.sp[data-scene="about"] .sp-bg-arena {
  opacity: 0.6;
}
.sp-join-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 7vw, 96px);
}
.sp-join-head { margin: 0; }
.sp-join-h2 {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(56px, 8.5vw, 112px);
  line-height: 0.95;
  letter-spacing: -0.022em;
  color: var(--orange-100);
  margin: 0;
  font-variation-settings: 'opsz' 144;
  text-wrap: balance;
}

.sp-join-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}
.sp-join-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 560px;
}
.sp-join-lede {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: rgba(245, 227, 216, 0.82);
  margin: 0;
}

/* Cream pill containing the input + inset rust button. */
.sp-join-form {
  display: flex;
  align-items: center;
  background: var(--orange-100);
  border-radius: 12px;
  padding: 4px;
  gap: 8px;
  max-width: 560px;
  box-shadow: 0 12px 36px -16px rgba(0, 0, 0, 0.30);
}
.sp-join-form input[type="email"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 14px 20px;
  font-family: var(--f-body);
  font-size: 16px;
  color: var(--ink-950);
  outline: none;
}
.sp-join-form input[type="email"]::placeholder {
  color: var(--ink-300);
}
.sp-join-form button {
  flex: 0 0 auto;
  background: var(--rust);
  color: var(--orange-100);
  border: 0;
  border-radius: 10px;
  padding: 20px 30px;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.005em;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}
.sp-join-form button:hover { background: #8a3102; transform: translateY(-1px); }
.sp-join-form button:active { transform: translateY(0); }

.sp-join-note {
  font-family: var(--f-body);
  font-size: 14px;
  color: rgba(245, 227, 216, 0.62);
  margin: 0;
}

/* Loops success state — replaces the form innerHTML after a successful submit.
   Matches the cream-pill aesthetic of the form so the swap feels native. */
.sp-join-form.is-submitted {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.sp-join-success {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--orange-100);
  border-radius: 10px;
  padding: 18px 22px;
  color: var(--rust);
  max-width: 560px;
  width: 100%;
  box-shadow: 0 12px 36px -16px rgba(0, 0, 0, 0.30);
}
.sp-join-success-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--rust);
}
.sp-join-success-check svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}
.sp-join-success p {
  margin: 0;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
  color: var(--rust);
}

/* Right column — checkmark list (no divider). */
.sp-join-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: center;
}
.sp-join-benefits li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 18px;
  align-items: start;
  font-family: var(--f-body);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.5;
  color: rgba(245, 227, 216, 0.88);
}
.sp-join-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--lime);
}
.sp-join-check svg { width: 14px; height: 14px; display: block; }

/* ---------- Style page responsive ---------- */
@media (max-width: 1080px) {
  .sp-assess-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  /* Single source of horizontal padding — kill shell's so sections own it. */
  .sp-shell { padding-left: 0; padding-right: 0; }
  /* Restore horizontal padding to sections that previously relied on shell for it. */
  .sp-hero { padding-left: 24px; padding-right: 24px; }
  .sp-voices-header { padding-left: 24px; padding-right: 24px; }
  .sp-quote { padding-left: 24px; padding-right: 24px; }

  .sp-nav-burger {
    display: inline-flex;
    margin-left: auto;
    margin-right: 4px;
  }
  /* Slide-down drawer — anchored to .sp-nav-wrap (which is position: relative). */
  .sp-nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 24px 16px;
    background: var(--nav-tint, rgba(255, 255, 255, 0.92));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(34, 26, 25, 0.08);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
      transform  0.3s var(--ease-out),
      opacity    0.3s var(--ease-out),
      visibility 0s   linear 0.3s;
  }
  .sp-nav-links a {
    padding: 16px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(34, 26, 25, 0.08);
  }
  .sp-nav-links a:last-child { border-bottom: 0; }
  .sp.is-menu-open .sp-nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }
  /* Drawer link colors flip on dark scenes too */
  .sp[data-scene="about"] .sp-nav-links a,
  .sp[data-scene="cta"] .sp-nav-links a,
  .sp[data-scene="nps"] .sp-nav-links a {
    border-bottom-color: rgba(245, 227, 216, 0.14);
  }
  /* Topbar density */
  .sp-banner { font-size: 12px; padding: 6px 16px; min-height: 36px; gap: 8px; }
  .sp-banner-link { display: none; }   /* link reachable via burger drawer */
  .sp-nav { height: 56px; padding: 8px 20px; }
  .sp-nav-brand img { height: 32px; }
  .sp-nav-cta { padding: 9px 14px; font-size: 12px; height: 36px; }
  .sp-hero-body { gap: 40px; }
  .sp-quote-card {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }
  .sp-quote-photo {
    justify-self: center;
  }
  .sp-assess-header {
    gap: 12px;
    margin-bottom: 48px;
  }
  .sp-assess-grid { grid-template-columns: 1fr; }
  .sp-numbers-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sp-numbers-quote { padding-left: 0; }
  .sp-about-founders {
    grid-template-columns: 1fr;
    gap: clamp(48px, 8vw, 72px);
    max-width: 440px;
  }
  .sp-about-quote { max-width: 22ch; }
  .sp-faq > .sp-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sp-faq-header {
    position: static;
    top: auto;
    margin-bottom: 8px;
  }
  .sp-join-grid { grid-template-columns: 1fr; gap: 48px; }
  .sp-faq { padding: 72px 24px 96px; }
  .sp-faq-header { margin-bottom: 40px; }
  .sp-faq-q { padding: 24px 0; gap: 20px; }
  .sp-faq-a { padding-bottom: 28px; font-size: 16px; }

  /* Assess CTA box — stack into a single column with full-width button. */
  .sp-assess-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: clamp(16px, 3vw, 24px);
    padding: clamp(24px, 4vw, 32px) clamp(24px, 4vw, 32px);
  }
  .sp-assess-cta-text { align-items: center; }
  .sp-assess-cta-note { max-width: none; }
  .sp-assess-cta .sp-cta-rust {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  /* Topbar — keep the banner copy visible, allow it to wrap to 2 lines. */
  .sp-banner { padding: 8px 16px; font-size: 11.5px; min-height: 32px; line-height: 1.35; }
  .sp-banner-dot { display: none; }
  .sp-banner-dot { width: 5px; height: 5px; }
  .sp-nav { height: 52px; padding: 6px 20px; }
  .sp-nav-brand img { height: 28px; }
  .sp-nav-cta { padding: 8px 12px; font-size: 11.5px; height: 32px; }
  .sp-nav-burger { width: 36px; height: 36px; padding: 6px; }
  .sp-nav-burger span { width: 20px; }

  /* Hero — full viewport, content aligned at the bottom, full-width CTAs. */
  .sp-hero {
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-hero-shell {
    padding-top: clamp(32px, 6vh, 64px);
    padding-bottom: clamp(32px, 6vh, 56px);
  }
  .sp-hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }
  .sp-hero-cta .sp-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .sp-voices-header { padding-left: 20px; padding-right: 20px; }

  /* Section vertical padding pass — tighten everywhere on small phones. */
  .sp-voices  { padding: 56px 0 64px; }
  .sp-quote   { padding: 56px 20px 64px; }
  .sp-assess  { padding: 56px 20px 64px; }
  .sp-about   { padding: 64px 20px 80px; }
  .sp-faq     { padding: 56px 20px 72px; }
  .sp-join    { padding: 64px 20px 80px; }
  .sp-footer  { padding: 28px 20px; }

  /* Voices — slightly smaller cards so they breathe in a 360px viewport. */
  .sp-voice { width: 300px; min-height: 440px; padding: 24px; }
  .sp-voices-track {
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
            mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
  }

  /* Quote section — smaller serif and constrained photo. */
  .sp-quote-body { font-size: clamp(28px, 8.5vw, 40px); }
  .sp-quote-photo { max-width: 260px; }
  .sp-quote-lede { font-size: clamp(14px, 3.6vw, 16px); }

  /* Assess section — smaller title + tighter CTA box. */
  .sp-assess-h2 { font-size: clamp(28px, 9vw, 44px); }
  .sp-assess-cta { padding: 24px 20px; border-radius: 14px; }
  .sp-assess-cta-price { font-size: clamp(32px, 9vw, 40px); }
  .sp-assess-cta-note  { font-size: 13.5px; }

  /* About — manifesto bumps up on mobile, h2 stays as the small overline. */
  .sp-about-quote { font-size: clamp(32px, 9vw, 44px); max-width: 22ch; }
  .sp-about-h2    { font-size: clamp(28px, 8vw, 36px); }
  .sp-about-portrait { max-width: 280px; }
  .sp-about-founder-name { font-size: clamp(18px, 5vw, 22px); }
  .sp-about-founder-bio  { font-size: 14px; max-width: 36ch; margin-inline: auto; }
  .sp-about-founders { gap: clamp(40px, 7vw, 56px); }

  /* FAQ — tighter accordion rhythm. */
  .sp-faq-q { font-size: 18px; padding: 20px 0; gap: 16px; }
  .sp-faq-toggle { flex-basis: 20px; width: 20px; height: 20px; }
  .sp-faq-toggle::before { width: 14px; }
  .sp-faq-toggle::after  { height: 14px; }
  .sp-faq-h2 { font-size: clamp(48px, 14vw, 64px); }

  /* CTA — form unstacks, headline smaller. */
  .sp-join-h2 { font-size: clamp(40px, 11vw, 56px); }
  .sp-join-form {
    flex-direction: column;
    background: transparent;
    padding: 0;
    gap: 12px;
    box-shadow: none;
  }
  .sp-join-form input[type="email"] {
    width: 100%;
    background: var(--orange-100);
    border-radius: 10px;        /* match the submit button */
    padding: 16px 20px;
    box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.30);
  }
  .sp-join-form button { width: 100%; padding: 16px 24px; }

  /* Footer — email + copyright share one row, wrap only if absolutely needed. */
  .sp-footer-bottom { gap: 16px; }
  .sp-footer-email,
  .sp-footer-copyright { font-size: 12.5px; }
}

/* ============================================================
   SECTION 4 · CTA / WAITLIST
   Full-width card with organic visual, email input.
   ============================================================ */
.sp-cta-section {
  background: transparent;
  padding: 64px 0 0;
}
.sp-cta-card {
  position: relative;
  background: var(--forest);
  border-radius: var(--r-2xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}
.sp-cta-body {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sp-cta-eyebrow {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--lime);
  margin: 0 0 16px;
}
.sp-cta-h2 {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1;
  letter-spacing: -0.022em;
  color: var(--white);
  margin: 0 0 20px;
  font-variation-settings: 'opsz' 144;
}
.sp-cta-sub {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--white-a70);
  margin: 0 0 36px;
  max-width: 38ch;
}
.sp-waitlist-form {
  display: flex;
  gap: 8px;
  max-width: 440px;
}
.sp-input-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.sp-input-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: var(--white-a30);
  pointer-events: none;
}
.sp-waitlist-form input[type="email"] {
  width: 100%;
  padding: 14px 14px 14px 42px;
  border: 1px solid var(--white-a18);
  border-radius: 10px;
  background: var(--white-a08);
  color: var(--white);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}
.sp-waitlist-form input[type="email"]::placeholder { color: var(--white-a30); }
.sp-waitlist-form input[type="email"]:focus {
  border-color: var(--lime);
  background: var(--white-a12);
}
.sp-waitlist-form button {
  padding: 14px 24px;
  border-radius: 10px;
  background: var(--rust);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}
.sp-waitlist-form button:hover {
  background: #8a3102;
  transform: translateY(-1px);
}
.sp-waitlist-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--white-a40);
}
.sp-cta-visual {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 480px;
  height: 480px;
  opacity: 0.7;
  pointer-events: none;
}
.sp-cta-visual svg { width: 100%; height: 100%; }

/* ============================================================
   SECTION 5 · FOOTER
   Dark night background, wave separator, two-row layout.
   ============================================================ */
.sp-foot {
  background: var(--night);
  color: var(--white-a70);
  padding: 0 0 32px;
  position: relative;
}
.sp-foot-top {
  position: relative;
  padding-top: 80px;
}
.sp-foot-wave {
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  height: 80px;
  pointer-events: none;
}
.sp-foot-wave svg { width: 100%; height: 100%; display: block; }
.sp-foot-brand-col {
  margin-bottom: 48px;
}
.sp-foot-brand-col img {
  margin-bottom: 16px;
  opacity: 0.92;
}
.sp-foot-tagline {
  font-family: var(--f-display); font-feature-settings: normal;
  font-size: 20px;
  line-height: 1.35;
  color: var(--white-a60);
  max-width: 28ch;
  margin: 0 0 12px;
  font-variation-settings: 'opsz' 20;
}
.sp-foot-loc {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
}
.sp-foot-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--white-a08);
}
.sp-foot-title {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 16px;
}
.sp-foot-col ul {
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.sp-foot-col a {
  transition: color 0.2s var(--ease-out);
}
.sp-foot-col a:hover { color: var(--white); }
.sp-foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--white-a08);
  font-size: 12px;
  color: var(--white-a40);
}
.sp-foot-bottom-note {
  color: var(--white-a30);
  font-style: italic;
}

@media (max-width: 820px) {
  .sp-cta-card { grid-template-columns: 1fr; }
  .sp-cta-body { padding: 40px 32px; }
  .sp-cta-visual { display: none; }
  .sp-waitlist-form { flex-direction: column; }
  .sp-waitlist-form button { width: 100%; }
  .sp-foot-links { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .sp-cta-body { padding: 32px 24px; }
  .sp-foot-links { grid-template-columns: 1fr; gap: 28px; }
  .sp-foot-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ============================================================
   FOOTER · compact, two-row, extends the cta scene's forest bg.
   ============================================================ */
.sp-footer {
  background: var(--scene-faq);          /* extends FAQ scene — they share the same bg */
  color: var(--ink-950);
  padding: clamp(32px, 4vw, 48px) 24px;
}
.sp-footer-shell {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px);
}
.sp-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sp-footer-brand img {
  display: block;
  height: 32px;
  width: auto;
}
.sp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: clamp(20px, 2.5vw, 32px);
  border-top: 1px solid rgba(34, 26, 25, 0.10);
}
.sp-footer-email {
  font-family: var(--f-body);
  font-size: 13px;
  letter-spacing: -0.005em;
  color: rgba(34, 26, 25, 0.72);
  transition: color 0.2s var(--ease-out);
}
.sp-footer-email:hover { color: var(--ink-950); }
.sp-footer-copyright {
  font-family: var(--f-body);
  font-size: 13px;
  letter-spacing: -0.005em;
  color: rgba(34, 26, 25, 0.50);
  margin: 0;
}
.sp-footer-copyright span {
  margin: 0 6px;
  opacity: 0.5;
}


/* ============================================================
   SECTION 3.75 · TRUST STRIP  (auto-scrolling stats cards)
   Small product-UI cards with mini charts. Sits between CTA + FAQ.
   ============================================================ */
/* ============================================================
   TRUST STRIP  (auto-scrolling stats cards inside .sp-join)
   Compact product-UI cards with mini charts.
   ============================================================ */
.sp-stats-track {
  margin-top: clamp(48px, 6vw, 80px);
  margin-inline: calc(-1 * clamp(20px, 3vw, 24px));   /* break out of section's horizontal padding */
  /* Vertical padding gives the card drop shadow room to render before
     the overflow-x: auto clip cuts it off (per spec, x:auto forces y to clip). */
  padding: 12px 0 44px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(to right,
    transparent 0,
    #000 48px,
    #000 calc(100% - 48px),
    transparent 100%);
          mask-image: linear-gradient(to right,
    transparent 0,
    #000 48px,
    #000 calc(100% - 48px),
    transparent 100%);
}
.sp-stats-track::-webkit-scrollbar { display: none; }

.sp-stats-row {
  display: flex;
  gap: 12px;
  width: max-content;
  padding-inline: max(24px, calc((100vw - 1200px) / 2 + 24px));
  will-change: transform;
}

/* Horizontal card — chart on the left, label on the right.
   Card bg matches the cta scene (forest) so cards "float" via shadow only. */
.sp-stat-card {
  flex-shrink: 0;
  width: 300px;
  min-height: 132px;
  background: var(--scene-cta);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  box-shadow:
    inset 0 1px 0 rgba(245, 227, 216, 0.04),
    0 12px 32px -12px rgba(0, 0, 0, 0.45);
  margin: 0;
  color: var(--orange-100);
}
.sp-stat-card-large { width: 340px; }

.sp-stat-card-chart {
  position: relative;
  flex: 0 0 92px;
  width: 92px;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-stat-card-chart-nps {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.sp-stat-card-value {
  font-family: var(--f-display); font-feature-settings: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.022em;
  color: var(--orange-100);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variation-settings: 'opsz' 144;
}
.sp-stat-card-value-xl {
  position: static;
  inset: auto;
  font-size: clamp(40px, 4.4vw, 52px);
}
.sp-stat-card-unit {
  font-size: 0.5em;
  margin-left: 1px;
  align-self: flex-start;
  margin-top: 0.12em;
  opacity: 0.85;
}
.sp-stat-card-divider {
  margin: 0 2px;
  opacity: 0.4;
  font-weight: 400;
}
.sp-stat-card-denominator {
  font-size: 0.55em;
  opacity: 0.55;
}

.sp-stat-card-label {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(245, 227, 216, 0.78);
  margin: 0;
  flex: 1;
  min-width: 0;
}
.sp-stat-card-label strong {
  color: var(--orange-100);
  font-weight: 500;
}

/* NPS scale — slim line with marker dot */
.sp-stat-scale {
  width: 100%;
  height: 6px;
  display: block;
}
.sp-stat-scale-track {
  stroke: rgba(245, 227, 216, 0.22);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}
.sp-stat-scale-marker {
  fill: var(--orange-100);
}

@media (max-width: 820px) {
  .sp-stat-card { width: 280px; min-height: 124px; padding: 14px; gap: 12px; }
  .sp-stat-card-large { width: 320px; }
  .sp-stat-card-chart { flex-basis: 84px; width: 84px; min-height: 84px; }
  .sp-stat-card-value { font-size: 28px; }
  .sp-stat-card-value-xl { font-size: clamp(36px, 8vw, 46px); }
}
@media (max-width: 480px) {
  .sp-stat-card { width: 260px; min-height: 116px; padding: 12px; gap: 10px; }
  .sp-stat-card-large { width: 290px; }
  .sp-stat-card-chart { flex-basis: 76px; width: 76px; min-height: 76px; }
  .sp-stat-card-label { font-size: 12.5px; }
  .sp-stats-track {
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
            mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  }
}
