:root {
  color-scheme: light;
  --navy-950: #061b46;
  --navy-900: #0a2459;
  --navy-800: #12346e;
  --blue-600: #1476f2;
  --blue-500: #2587ff;
  --blue-100: #eaf4ff;
  --blue-50: #f5faff;
  --green: #0a9f3d;
  --red: #d92d20;
  --ink: #0b1f45;
  --muted: #687a9b;
  --line: #dfe8f4;
  --surface: #ffffff;
  --surface-2: #f7faff;
  --bg: #ffffff;
  --header-bg: rgba(255,255,255,.86);
  --header-scrolled: rgba(255,255,255,.96);
  --header-line: rgba(223,232,244,.85);
  --nav: #3a5578;
  --card: #ffffff;
  --card-line: #edf2f8;
  --legal: #4d607f;
  --footer-link: #5e7090;
  --footer-meta: #8795ad;
  --price-li: #425778;
  --menu-bg: #ffffff;
  --hero-bg: #ffffff;
  --hero-fg: var(--ink);
  --hero-muted: var(--muted);
  --hero-accent: var(--blue-600);
  --hero-grid: rgba(10, 36, 89, .055);
  --hero-shadow: 0 28px 70px rgba(16, 46, 90, .12);
  --pin-bg: var(--bg);
  --pin-rail: var(--bg);
  --pin-fg: var(--ink);
  --pin-muted: var(--muted);
  --pin-eyebrow: var(--blue-600);
  --cta-bg: #061b46;
  --cta-fg: #ffffff;
  --cta-muted: #b8c7dc;
  --product-frame: #050814;
  --hover-line: #c9dbf0;
  --featured-line: #9bc8ff;
  --max: 1180px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow-soft: 0 18px 55px rgba(27, 66, 120, .08);
  --shadow-image: 0 22px 50px rgba(16, 46, 90, .08);
  --display: "Instrument Serif", "Iowan Old Style", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; background: var(--bg); }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  display:block;
  max-width:100%;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}
.media-fallback {
  min-height: 280px;
  border-radius: var(--radius-lg, 24px);
  background: var(--surface-2);
}
.is-media-missing { min-height: 280px; }
a { color: inherit; text-decoration:none; }
button, input { font: inherit; }

.container { width:min(calc(100% - 40px), var(--max)); margin-inline:auto; }
.section { padding: 96px 0; position:relative; overflow:hidden; }
.section-tight { padding: 76px 0; }
.eyebrow {
  display:block;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue-600);
  margin-bottom: 14px;
}
h1,h2,h3,p { margin-top:0; }
h1,h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.03em;
}
h3 { letter-spacing: -.03em; }
h1 { font-size: clamp(44px, 6vw, 80px); line-height: 1.02; }
h2 { font-size: clamp(36px, 4.8vw, 64px); line-height: 1.08; }
h3 { font-size: 22px; line-height:1.2; }
.lede { font-size: clamp(17px, 1.8vw, 20px); line-height:1.6; color:var(--muted); max-width:640px; }
.small { font-size:14px; color:var(--muted); line-height:1.6; }

.site-header {
  position: sticky; top:0; z-index:30;
  background: var(--header-bg);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  background: var(--header-scrolled);
  border-bottom-color: var(--header-line);
  box-shadow: var(--shadow-soft);
}
.nav {
  min-height:72px;
  display:grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
}
.brand { display:flex; align-items:center; gap:10px; min-width:0; justify-self:start; }
.brand img {
  height:40px;
  width:auto;
  max-width:none;
}
.brand-wordmark {
  display:none;
  font-size:22px;
  font-weight:700;
  letter-spacing:-.04em;
  line-height:1;
  color:var(--navy-900);
  white-space:nowrap;
}
.brand-wordmark span { color:var(--blue-600); }
.brand.is-logo-fallback .brand-wordmark { display:block; }
.brand-logo-dark { display:none; }
.nav-links {
  display:flex;
  align-items:center;
  justify-content:center;
  gap: clamp(14px, 1.6vw, 24px);
  font-size:14px;
  font-weight:600;
  min-width:0;
}
.nav-links a {
  color:var(--nav);
  transition:color .2s ease;
  padding: 6px 0;
  position:relative;
  letter-spacing: -.01em;
  white-space:nowrap;
}
.nav-links a:hover, .nav-links a.active { color:var(--blue-600); }
.nav-links a.active::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:1.5px;
  background:var(--blue-600);
  border-radius:2px;
}
.nav-actions {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
  justify-self:end;
  min-width:0;
}
.nav-actions .btn {
  min-height:36px;
  padding:0 15px;
  font-size:13.5px;
  white-space:nowrap;
  flex-shrink:0;
  box-shadow: 0 8px 18px rgba(37,135,255,.2);
}
.nav-actions .btn:hover { transform:translateY(-1px); }
.nav-toggle { display:none; border:0; background:transparent; padding:10px; color:var(--navy-900); }

.market-status {
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:36px;
  max-width: min(100%, 220px);
  padding:0 11px 0 10px;
  border-radius:999px;
  border:1px solid color-mix(in srgb, var(--line) 88%, transparent);
  background: color-mix(in srgb, var(--bg) 65%, var(--surface-2));
  color: var(--ink);
  line-height:1;
  white-space:nowrap;
  flex-shrink:1;
  min-width:0;
}
.market-status::after { display:none; }
.market-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background: #9aa6b8;
  box-shadow: 0 0 0 3px color-mix(in srgb, #9aa6b8 16%, transparent);
  flex-shrink:0;
}
.market-status.is-open .market-dot {
  background: var(--green);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--green) 22%, transparent);
}
.market-status.is-closed .market-dot {
  background:#8b95a8;
  box-shadow: 0 0 0 3px color-mix(in srgb, #8b95a8 16%, transparent);
}
.market-copy {
  display:flex;
  align-items:baseline;
  gap:5px;
  flex-wrap:nowrap;
  white-space:nowrap;
  min-width:0;
  overflow:hidden;
}
.market-copy strong {
  font-size:12px;
  font-weight:700;
  letter-spacing:-.01em;
  flex-shrink:0;
}
.market-status.is-open .market-copy strong { color: color-mix(in srgb, var(--green) 42%, var(--ink)); }
.market-sep {
  color: color-mix(in srgb, var(--muted) 55%, transparent);
  font-size:12px;
  font-weight:600;
  line-height:1;
  flex-shrink:0;
}
.market-copy [data-market-next] {
  font-size:12px;
  font-weight:500;
  color:var(--muted);
  font-variant-numeric: tabular-nums;
  letter-spacing:-.015em;
  overflow:hidden;
  text-overflow:ellipsis;
}

.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-height:48px; padding:0 22px; border-radius:999px;
  font-weight:650; font-size:15px; border:1px solid transparent;
  transition:transform .22s cubic-bezier(.16,1,.3,1), background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.btn:hover { transform:translateY(-2px); }
.btn:focus-visible { outline:2px solid var(--blue-500); outline-offset:3px; }
.btn-primary {
  background:var(--blue-500);
  color:white;
  box-shadow: 0 10px 28px rgba(37,135,255,.28);
}
.btn-primary:hover { background:#4b98ff; box-shadow: 0 16px 36px rgba(37,135,255,.38); }
.btn-secondary { border-color:var(--line); background:var(--card); color:var(--navy-900); }
.btn-secondary:hover { border-color:var(--hover-line); background:var(--blue-50); }
.btn-link { color:var(--blue-600); padding-inline:0; font-weight:650; }
.btn-link:hover { color:var(--blue-500); }

.hero {
  position:relative;
  overflow:hidden;
  padding: 92px 0 108px;
  min-height: calc(100vh - 76px);
  display:flex;
  align-items:center;
  background: var(--hero-bg);
  color: var(--hero-fg);
}
.hero-aurora {
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(var(--hero-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--hero-grid) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 35%, transparent 78%);
}
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap:36px; align-items:center; }
.hero-copy { position:relative; z-index:2; }
.hero-copy h1 { max-width:12ch; margin-bottom:18px; color: var(--hero-fg); }
.hero-copy h1 em {
  font-style: italic;
  color: var(--hero-accent);
}
.hero .eyebrow { color: var(--hero-accent); }
.hero-copy .lede { margin-bottom:28px; max-width:28em; color: var(--hero-muted); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.hero-note { margin-top:20px; font-size:13px; color: var(--hero-muted); }
.hero-stage {
  position:relative;
  min-height: 0;
}
.hero-art { position:relative; perspective: 1200px; z-index:2; }
.hero-art-frame {
  animation: float 7.5s ease-in-out infinite;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--hero-shadow);
}
.hero-art img {
  width:100%;
  max-width:none;
  display:block;
  border-radius: 0;
  box-shadow: none;
  transition: transform .18s ease-out;
}
.hero-in {
  opacity:0;
  transform: translateY(28px);
  animation: rise .95s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: var(--d, 0s);
}

.visual-band { background:linear-gradient(180deg,var(--bg),var(--surface-2) 48%,var(--bg)); }
.visual-shell { position:relative; }
.visual-shell img {
  width:100%;
  border-radius:var(--radius-lg);
  box-shadow: var(--shadow-image);
  border: 1px solid var(--line);
}
.visual-shell.soft img { box-shadow:var(--shadow-soft); }
.visual-shell.dark,
.media.dark {
  background: var(--product-frame);
  border-radius:var(--radius-lg);
  overflow:hidden;
}
.visual-shell.dark img,
.media.dark img {
  border:0;
  box-shadow:none;
  background: var(--product-frame);
}
.visual-copy { max-width:720px; margin-bottom:40px; }
.visual-copy.center { text-align:center; margin-inline:auto; }
.visual-copy.center .lede { margin-inline:auto; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.split.reverse .copy { order:2; }
.split.reverse .media { order:1; }
.media img { width:100%; border-radius:var(--radius-lg); }
.copy p { color:var(--muted); font-size:18px; line-height:1.7; }

.stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:42px; }
.stat { padding:28px; border:1px solid var(--line); border-radius:var(--radius-md); background:var(--card); }
.stat strong { display:block; font-size:30px; color:var(--navy-900); margin-bottom:8px; }
.stat span { color:var(--muted); line-height:1.5; }

.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.card {
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  padding:30px;
  background:var(--card);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform:translateY(-3px); box-shadow:var(--shadow-soft); border-color:var(--hover-line); }
.card p { color:var(--muted); line-height:1.65; }
.card .icon { width:38px;height:38px;border-radius:12px;background:var(--blue-100);color:var(--blue-600);display:grid;place-items:center;font-weight:800;margin-bottom:28px; }

.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:52px; }
.price-card { border:1px solid var(--line); border-radius:26px; padding:32px; background:var(--card); position:relative; }
.price-card.featured { border-color:var(--featured-line); box-shadow:var(--shadow-soft); }
.badge { display:inline-flex; padding:7px 10px; border-radius:999px; background:var(--blue-100); color:var(--blue-600); font-size:12px; font-weight:800; }
.price { font-size:44px; font-weight:760; letter-spacing:-.04em; margin:18px 0 6px; }
.price small { font-size:14px; color:var(--muted); font-weight:600; }
.price-card ul { list-style:none; padding:0; margin:26px 0 30px; }
.price-card li { padding:10px 0; border-top:1px solid var(--card-line); color:var(--price-li); }
.price-card li::before { content:"✓"; color:var(--blue-600); font-weight:800; margin-right:10px; }

.trust-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.trust-item { padding:24px; border-top:1px solid var(--line); }
.trust-item strong { display:block; font-size:16px; margin-bottom:8px; }
.trust-item span { color:var(--muted); font-size:14px; line-height:1.5; }

.cta-section { padding:120px 0; text-align:center; scroll-margin-top: 88px; }
#story { scroll-margin-top: 88px; }
.cta-panel { padding:80px 30px; border-radius:34px; background:var(--cta-bg); color:var(--cta-fg); position:relative; overflow:hidden; }
.cta-panel::after { content:""; position:absolute; width:520px;height:520px;border-radius:50%; right:-180px; bottom:-330px; background:rgba(37,135,255,.28); filter:blur(8px); animation: aurora 12s ease-in-out infinite; }
.cta-panel h2 { max-width:780px; margin:0 auto 20px; color:var(--cta-fg); }
.cta-panel p { color:var(--cta-muted); max-width:690px; margin:0 auto 30px; font-size:18px; line-height:1.6; }

.waitlist { position:relative; z-index:1; max-width:560px; margin:0 auto; }
.waitlist-form { display:grid; gap:14px; }
.waitlist-form[hidden],
.waitlist-success[hidden] { display:none !important; }
.waitlist-row {
  display:flex; flex-wrap:wrap; gap:10px; justify-content:center; align-items:stretch;
}
.waitlist-email {
  flex: 1 1 auto;
  min-width: min(100%, 240px);
  min-height:48px;
  height:48px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color:#fff;
  font: inherit;
  font-size:15px;
  font-weight:550;
  outline:none;
  -webkit-text-fill-color:#fff;
  caret-color:#fff;
}
.waitlist-email::placeholder { color: rgba(255,255,255,.45); -webkit-text-fill-color: rgba(255,255,255,.45); }
.waitlist-email:focus {
  border-color: rgba(130,186,255,.85);
  box-shadow: 0 0 0 3px rgba(37,135,255,.25);
}
.waitlist-email:-webkit-autofill,
.waitlist-email:-webkit-autofill:hover,
.waitlist-email:-webkit-autofill:focus {
  -webkit-text-fill-color:#fff;
  caret-color:#fff;
  transition: background-color 99999s ease-in-out 0s;
  box-shadow: 0 0 0 1000px rgba(255,255,255,.08) inset;
}
.waitlist-form .btn-primary { flex: 0 0 auto; min-width:148px; }
.waitlist-turnstile { display:flex; justify-content:center; min-height:65px; }
.waitlist-note {
  margin: 4px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: rgba(184,199,220,.9) !important;
}
.waitlist-note a { color:#9cc7ff; text-decoration: underline; text-underline-offset:2px; }
.waitlist-status {
  margin: 0 !important;
  font-size: 14px !important;
  color: #ffb4b4 !important;
}
.waitlist-status[data-kind="ok"] { color:#9decc0 !important; }
.waitlist-success {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 8px 8px 0;
  animation: waitlistIn .45s cubic-bezier(.16,1,.3,1) both;
}
.waitlist-success-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(46, 204, 113, .16);
  border: 1px solid rgba(157, 236, 192, .45);
  color: #9decc0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.waitlist-success p {
  margin: 0 !important;
  max-width: 28ch;
  color: #e8eef8 !important;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.45 !important;
}
.cta-panel:has(.waitlist.is-done) > p { display:none; }
.cta-panel:has(.waitlist.is-done) .waitlist { margin-top: 8px; }
@keyframes waitlistIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.waitlist-hp {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.visually-hidden {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.page-hero { padding:88px 0 56px; text-align:center; }
.page-hero h1 { max-width:1000px; margin-inline:auto; }
.page-hero .lede { margin-inline:auto; }

.legal { max-width:860px; margin-inline:auto; }
.legal h2 { font-size:30px; margin-top:44px; }
.legal h3 { font-size:20px; margin-top:30px; }
.legal p, .legal li { color:var(--legal); line-height:1.75; }
.legal a { color:var(--blue-600); }

.site-footer { border-top:1px solid var(--line); padding:58px 0 26px; }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:44px; }
.footer-brand .brand { margin-bottom:16px; }
.footer-brand p { max-width:330px; color:var(--muted); line-height:1.6; }
.footer-col h4 { margin:0 0 16px; font-size:13px; text-transform:uppercase; letter-spacing:.12em; }
.footer-col a { display:block; color:var(--footer-link); margin:11px 0; font-size:14px; transition:color .18s ease; }
.footer-col a:hover { color:var(--blue-600); }
.nav-links a:focus-visible, .footer-col a:focus-visible, .btn-link:focus-visible {
  outline:2px solid var(--blue-500);
  outline-offset:3px;
  border-radius:4px;
}
.footer-bottom { margin-top:44px; padding-top:22px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:20px; color:var(--footer-meta); font-size:13px; }

.reveal {
  opacity:0;
  transform:translateY(32px);
  transition:opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.reveal.is-visible { opacity:1; transform:none; }
.parallax-media { will-change:transform; }

@keyframes rise {
  to { opacity:1; transform:none; }
}
@keyframes float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-14px,0); }
}
@keyframes aurora {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(6%, -5%, 0) scale(1.08); }
}

@media (max-width: 1180px) {
  .nav-links { gap:18px; font-size:13px; }
  .market-sep,
  .market-copy [data-market-next] { display:none; }
}

@media (max-width: 1080px) {
  .nav { grid-template-columns: auto 1fr auto; gap:16px; }
  .nav-links { gap:14px; }
}

@media (max-width: 980px) {
  .nav { grid-template-columns: minmax(0,1fr) auto; gap:10px; }
  .brand { max-width:min(46vw, 210px); overflow:hidden; }
  .brand img { height:30px; max-width:100%; object-fit:contain; object-position:left center; }
  .brand-wordmark { font-size:17px; }
  .nav-actions { gap:10px; }
  .nav-links { display:none; position:absolute; top:72px; left:20px; right:20px; flex-direction:column; background:var(--menu-bg); padding:22px; border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow-soft); z-index:20; }
  .nav-links.open { display:flex; align-items:stretch; }
  .nav-toggle { display:block; }
  .market-sep,
  .market-copy [data-market-next] { display:none; }
  .hero { padding: 56px 0 64px; min-height:auto; }
  .hero-grid, .split { grid-template-columns:1fr; gap:36px; }
  .split.reverse .copy, .split.reverse .media { order:unset; }
  .cards, .pricing-grid { grid-template-columns:1fr; }
  .stat-grid { grid-template-columns:1fr; }
  .trust-strip { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .section { padding:78px 0; }
  h1 { font-size:42px; }
  h2 { font-size:34px; }
  .lede { font-size:17px; }
  .nav { min-height:64px; }
  .site-header .brand { min-width:0; max-width:min(38vw, 156px); }
  .brand img { height:28px; }
  .brand-wordmark { font-size:15px; }
  .nav-actions .btn-primary { min-height:36px; padding-inline:12px; font-size:13px; }
  .market-copy { display:none; }
  .market-status {
    min-height:28px;
    min-width:28px;
    padding:0;
    justify-content:center;
    border-radius:999px;
  }
  .nav-links { top:64px; }
  .hero { padding:48px 0 40px; }
  .hero-grid { gap:24px; }
  .trust-strip { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .cta-panel { padding:54px 20px; }
  .waitlist-row { flex-direction:column; align-items:stretch; }
  .waitlist-email {
    flex: none;
    width: 100%;
    min-width: 0;
    height: 48px;
  }
  .waitlist-form .btn-primary { width:100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
  .reveal, .hero-in { opacity:1; transform:none; animation:none; }
  .hero-art-frame { animation:none; }
  .home-pin { height:auto; }
  .home-pin-sticky { position:relative; height:auto; min-height:0; }
  .home-story-sticky, .home-vera-sticky, .home-compare-sticky, .home-evidence-sticky, .home-clarity-sticky, .home-close-sticky { display:block; }
  .home-story-step, .home-close-step { position:relative; opacity:1; transform:none; }
  .home-story-step + .home-story-step, .home-close-step + .home-close-step { margin-top:24px; }
  .home-story-stage { position:relative; height:min(52vh, 420px); }
  .home-story-media, .home-close-media, .home-clarity-reveal, .home-clarity-base, .home-expand, .home-vera-src, .home-vera-phone, .home-vera-out, .home-evidence-shot, .home-story-mark { transform:none !important; clip-path:none; opacity:1 !important; filter:none; }
  [data-layer] { transform:none !important; }
  .hero-cue i, .home-clarity-scan { display:none; }
}

/* ===== Home cinematic scroll ===== */
html:has(body.home) { overflow-x: clip; }
body.home { overflow-x: clip; }

.home-hero {
  min-height: calc(100svh - 72px);
  padding: 36px 0 72px;
}
.home-hero .hero-grid,
.home-hero .hero-cue {
  opacity: var(--hero-fade, 1);
}
.home-hero .hero-copy {
  position:relative;
  z-index:6;
  transform: translate3d(0, var(--ly, 0px), 0);
}
.home-hero .hero-art {
  position:relative;
  z-index:2;
  transform: translate3d(0, var(--ly, 0px), 0) scale(var(--art-scale, 1));
  transform-origin: 70% 48%;
}
.hero-cue {
  position:absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index:5;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color: var(--hero-accent);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.hero-cue i {
  display:block;
  width:1px;
  height:36px;
  background: linear-gradient(180deg, var(--blue-500), transparent);
  animation: cue 1.8s ease-in-out infinite;
}
@keyframes cue {
  0%, 100% { transform: scaleY(.55); opacity:.35; transform-origin:top; }
  50% { transform: scaleY(1); opacity:1; transform-origin:top; }
}

.home-pin {
  height: 250vh;
  position:relative;
}
.home-pin-story { height: 280vh; }
.home-pin-vera { height: 230vh; }
.home-pin-compare { height: 210vh; }
.home-pin-evidence { height: 210vh; }
.home-pin-clarity { height: 200vh; }
.home-pin-close { height: 210vh; }
.home-pin-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
}

.home-story-sticky {
  display:grid;
  grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
  background: var(--pin-bg);
}
.home-story-rail {
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding: 100px 36px 48px;
  background: var(--pin-rail);
  color: var(--pin-fg);
  border-right: 1px solid var(--line);
}
.home-story-steps { position:relative; min-height: 280px; }
.home-story-step {
  position:absolute;
  inset:auto 0 0 0;
  opacity:0;
  visibility:hidden;
  transform: translate3d(0, 22px, 0);
  transition: opacity .5s cubic-bezier(.16,1,.3,1), transform .5s cubic-bezier(.16,1,.3,1);
  pointer-events:none;
}
.home-story-step.is-active { opacity:1; visibility:visible; transform:none; pointer-events:auto; }
.home-story-step h2 {
  color: var(--pin-fg);
  font-size: clamp(30px, 3.4vw, 48px);
  max-width: 14ch;
}
.home-story-step p { color: var(--pin-muted); font-size:16px; line-height:1.65; margin:0; }
.home-story-step .eyebrow { color: var(--pin-eyebrow); }
.home-story-beats {
  list-style:none;
  padding:0;
  margin: 28px 0 0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.home-story-beats li {
  display:flex;
  align-items:center;
  gap:12px;
  color: var(--muted);
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
  transition: color .35s ease;
}
.home-story-beats li.is-on { color: var(--pin-fg); }
.home-story-beats em {
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-style:normal;
  font-size:11px;
  border:1px solid var(--line);
  color: var(--muted);
  transition: background .35s ease, border-color .35s ease, color .35s ease;
}
.home-story-beats li.is-on em {
  background: var(--blue-500);
  border-color: var(--blue-500);
  color:#fff;
}
.home-story-stage { position:relative; overflow:hidden; background: var(--pin-bg); }
.home-story-media {
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  transform: translate3d(var(--cam-x, 0%), var(--cam-y, 0%), 0) scale(var(--cam-s, 1.14));
  transform-origin: 50% 46%;
}
.home-story-frame {
  position:relative;
  width:100%;
}
.home-story-frame img {
  width:100%;
  height:auto;
  display:block;
}
.home-story-marks { position:absolute; inset:0; pointer-events:none; }
.home-story-mark {
  position:absolute;
  left: var(--mx);
  top: var(--my);
  transform: translate(-50%, -50%) scale(.92);
  opacity:0;
  transition: opacity .45s ease, transform .45s cubic-bezier(.16,1,.3,1);
}
.home-story-mark.is-on { opacity:1; transform: translate(-50%, -50%) scale(1); }
.home-story-mark i {
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background: var(--blue-500);
  color:#fff;
  font-style:normal;
  font-size:11px;
  font-weight:800;
  box-shadow: 0 0 0 6px rgba(37,135,255,.18), 0 8px 20px rgba(10,36,89,.2);
}
.home-story-card {
  position:absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 168px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(185,212,243,.9);
  box-shadow: 0 10px 24px rgba(16,46,90,.1);
}
.home-story-card strong {
  display:block;
  font-size:12px;
  color: #0a2459;
}
.home-story-card span {
  display:block;
  margin-top:2px;
  font-size:11px;
  line-height:1.35;
  color: #687a9b;
}
.home-story-mark[data-mark="2"] .home-story-card {
  left: auto;
  right: 34px;
}
.home-story-vignette { display:none; }

.home-vera-sticky {
  display:flex;
  align-items:center;
  background: var(--pin-bg);
}
.home-vera-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
  gap: 28px 36px;
  align-items:center;
  width:min(calc(100% - 40px), var(--max));
}
.home-vera-copy { color: var(--pin-fg); }
.home-vera-copy h2 { color: var(--pin-fg); max-width: 12ch; }
.home-vera-copy p { color: var(--pin-muted); font-size:18px; line-height:1.7; max-width: 32em; }
.home-vera-copy .eyebrow { color: var(--pin-eyebrow); }
.home-vera-copy .btn-link { color: var(--blue-600); }
.home-vera-stage {
  position:relative;
  display:grid;
  place-items:center;
  min-height: min(58vh, 540px);
}
.home-vera-cluster {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 16px;
  width: min(100%, 680px);
}
.home-vera-sources {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: 10px;
}
.home-vera-phone {
  width: 100%;
  z-index:1;
  filter: drop-shadow(0 28px 60px rgba(16, 46, 90, .2));
}
.home-vera-phone img {
  width:100%;
  height:auto;
  display:block;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
}
.home-vera-src,
.home-vera-out {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--pin-fg);
  font-size:13.5px;
  font-weight:700;
  letter-spacing:.01em;
  white-space:nowrap;
  box-shadow: var(--shadow-soft);
}
.home-vera-src {
  opacity: var(--dock, 0);
  transform: translateY(calc((1 - var(--dock, 0)) * 8px));
}
.home-vera-out {
  opacity: var(--out, 0);
  transform: translateY(calc((1 - var(--out, 0)) * 8px));
  background: var(--blue-50);
  border-color: color-mix(in srgb, var(--blue-500) 32%, var(--line));
  color: var(--blue-600);
  font-size:14px;
  padding: 12px 18px;
}

.home-compare-sticky {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-direction:column;
  background: var(--pin-bg);
  padding: 88px 24px 28px;
}
.home-compare-copy {
  position:relative;
  text-align:center;
  z-index:2;
  width:100%;
  flex: 0 0 auto;
  padding: 0 0 18px;
  pointer-events: none;
}
.home-compare-copy h2 { color: var(--pin-fg); max-width: 16ch; margin-inline:auto; }
.home-compare-copy .eyebrow { color: var(--pin-eyebrow); }
.home-compare-peers {
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top: 18px;
}
.home-compare-peers span {
  padding: 8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  color: var(--pin-fg);
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  opacity: .2;
  transform: translateY(8px);
  transition: opacity .4s ease, transform .4s ease, border-color .4s ease;
}
.home-compare-peers span.is-on {
  opacity:1;
  transform:none;
  border-color: var(--blue-500);
}
.home-expand {
  width: calc(68% + var(--pin, 0) * 32%);
  max-height: calc(100svh - 280px);
  min-height: 0;
  flex: 1 1 auto;
  border-radius: calc(28px - var(--pin, 0) * 26px);
  overflow:hidden;
  transform: scale(calc(.9 + var(--pin, 0) * .12));
  box-shadow: var(--hero-shadow);
}
.home-expand img { width:100%; height:100%; object-fit:cover; display:block; }
.home-compare-note {
  position:relative;
  width: min(560px, 100%);
  text-align:center;
  color: var(--pin-muted);
  font-size:16px;
  line-height:1.6;
  opacity: calc(.55 + var(--pin, 0) * .45);
  margin: 16px 0 0;
  flex: 0 0 auto;
}

.home-evidence-sticky {
  display:flex;
  align-items:center;
  background: var(--pin-bg);
}
.home-evidence-grid {
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items:center;
}
.home-evidence-copy h2 { max-width: 13ch; }
.home-evidence-copy p { color:var(--muted); font-size:18px; line-height:1.7; }
.home-evidence-branches {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin: 26px 0 22px;
}
.home-evidence-branches span {
  padding: 9px 12px;
  border-radius:999px;
  background:var(--card);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
  font-weight:700;
  opacity:.18;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease, border-color .4s ease, color .4s ease, background .4s ease;
}
.home-evidence-branches span.is-on {
  opacity:1;
  transform:none;
  color:var(--navy-900);
  border-color: var(--hover-line);
  background: var(--blue-50);
}
.home-evidence-shot {
  border-radius: var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow-image);
  border: 1px solid var(--line);
  background:var(--card);
  opacity: var(--shot, 0);
  transform: translate3d(0, calc((1 - var(--shot, 0)) * 36px), 0) scale(calc(.94 + var(--shot, 0) * .06));
}
.home-evidence-shot img { width:100%; display:block; }

.home-clarity-sticky {
  display:flex;
  flex-direction:column;
  justify-content:center;
  background: var(--pin-bg);
  padding: 88px 0 40px;
}
.home-clarity-copy {
  width:min(calc(100% - 40px), var(--max));
  margin: 0 auto 28px;
  text-align:center;
}
.home-clarity-copy h2 { max-width: 14ch; margin-inline:auto; }
.home-clarity-copy p { color:var(--muted); max-width: 34em; margin: 0 auto; line-height:1.65; }
.home-clarity-frame {
  position:relative;
  width:min(calc(100% - 40px), var(--max));
  margin-inline:auto;
  border-radius: var(--radius-lg);
  overflow:hidden;
  background: var(--surface-2);
  box-shadow: var(--shadow-image);
}
.home-clarity-base {
  position:absolute;
  inset:0;
  filter: blur(3px) saturate(.55) contrast(.88);
  transform: scale(1.04);
}
.home-clarity-base img,
.home-clarity-reveal img { width:100%; display:block; }
.home-clarity-reveal {
  position:relative;
  clip-path: inset(0 calc((1 - var(--wipe, .12)) * 100%) 0 0);
}
.home-clarity-scan {
  position:absolute;
  top:0; bottom:0;
  left: calc(var(--wipe, 0) * 100%);
  width: 2px;
  background: var(--blue-500);
  box-shadow: 0 0 24px rgba(37,135,255,.75);
  opacity: calc(var(--wipe, 0) * (1.15 - var(--wipe, 0)));
}
.home-clarity-label {
  position:absolute;
  top: 18px;
  z-index:2;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.home-clarity-label.is-noise { left: 20px; color:#7a8aa3; }
.home-clarity-label.is-clear {
  right: 20px;
  color:var(--blue-600);
  opacity: calc((var(--wipe, .12) - .18) / .55);
}

.home-close-sticky { background:var(--bg); }
.home-close-media {
  position:absolute;
  inset:0;
}
.home-close-media img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: 62% 38%;
  transform: scale(calc(1.08 + var(--under, 0) * .1)) translateY(calc((1 - var(--under, 0)) * 6%));
  clip-path: inset(0 0 calc((1 - var(--under, 0)) * 48%) 0);
}
.home-close-shade {
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(
    180deg,
    transparent 38%,
    color-mix(in srgb, var(--bg) 55%, transparent) 68%,
    var(--bg) 90%
  );
  opacity: 1;
}
.home-close-copy {
  position:absolute;
  left:0; right:0; bottom:0;
  z-index:2;
  width:min(calc(100% - 40px), var(--max));
  margin: 0 auto 56px;
  color: var(--pin-fg);
  min-height: 140px;
}
.home-close-step {
  position:absolute;
  inset:auto 0 0 0;
  opacity:0;
  visibility:hidden;
  transform: translate3d(0, 18px, 0);
  transition: opacity .45s ease, transform .45s ease;
}
.home-close-step.is-active { opacity:1; visibility:visible; transform:none; }
.home-close-copy h2 { color: var(--pin-fg); max-width: 12ch; }
.home-close-copy .eyebrow { color: var(--pin-eyebrow); }

@media (max-width: 980px) {
  .home-hero { min-height: calc(100svh - 72px); padding: 28px 0 64px; }
  .home-pin, .home-pin-story, .home-pin-vera, .home-pin-compare, .home-pin-evidence, .home-pin-clarity, .home-pin-close { height: 200vh; }
  .home-story-sticky { grid-template-columns:1fr; grid-template-rows: minmax(0, 1fr) auto; }
  .home-story-stage { grid-row: 1; }
  .home-story-rail { grid-row: 2; padding: 24px 22px 28px; justify-content:flex-start; border-right:0; border-top:1px solid var(--line); }
  .home-story-steps { min-height: 168px; }
  .home-story-step h2 { font-size: 28px; max-width:none; }
  .home-story-beats { flex-direction:row; flex-wrap:wrap; gap:8px 14px; margin-top:18px; }
  .home-story-card { min-width: 132px; padding: 6px 9px; }
  .home-story-mark i { width:24px; height:24px; }
  .home-story-card { min-width: 132px; padding: 6px 9px; }
  .home-story-mark i { width:24px; height:24px; }
  .home-story-vignette { display:none; }
  .home-vera-grid, .home-evidence-grid { grid-template-columns:1fr; gap:16px; }
  .home-vera-copy h2, .home-evidence-copy h2 { max-width: none; }
  .home-vera-sticky { align-items:flex-start; padding: 88px 0 24px; }
  .home-vera-stage { min-height: 0; padding: 8px 0 16px; }
  .home-vera-phone { width: 100%; }
  .home-vera-cluster { width: min(100%, 520px); }
  .home-expand { width: calc(86% + var(--pin, 0) * 14%); max-height: 50vh; }
  .home-compare-copy { padding-bottom: 12px; }
  .home-compare-copy h2 { font-size: 30px; }
  .home-clarity-sticky { padding: 80px 0 28px; }
  .home-close-copy { margin-bottom: 28px; min-height: 110px; }
}

@media (max-width: 640px) {
  .home-hero { min-height: calc(100svh - 64px); padding: 20px 0 56px; }
  .hero-cue { bottom: 16px; }
  .home-pin, .home-pin-story, .home-pin-vera, .home-pin-compare, .home-pin-evidence, .home-pin-clarity, .home-pin-close { height: 190vh; }
  .home-story-step h2 { font-size: 26px; }
  .home-story-card span { display:none; }
  .home-story-card { min-width:0; }
  .home-story-card span { display:none; }
  .home-story-card { min-width:0; }
  .home-compare-note { margin-top: 12px; font-size:14px; }
  .home-vera-src { font-size:12.5px; padding: 9px 13px; }
  .home-vera-out { font-size:13px; padding: 10px 15px; }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --navy-900: #e8eef8;
    --ink: #e8eef8;
    --muted: #93a3bb;
    --line: #24344d;
    --surface: #0d1524;
    --surface-2: #111b2c;
    --bg: #080d16;
    --blue-50: #122033;
    --blue-100: #173056;
    --header-bg: rgba(8,13,22,.78);
    --header-scrolled: rgba(8,13,22,.94);
    --header-line: rgba(36,52,77,.9);
    --nav: #b7c4d8;
    --card: #101928;
    --card-line: #24344d;
    --legal: #9aabc2;
    --footer-link: #8b9bb4;
    --footer-meta: #7d8ba0;
    --price-li: #b7c4d8;
    --menu-bg: #101928;
    --shadow-soft: 0 18px 55px rgba(0,0,0,.38);
    --shadow-image: 0 22px 50px rgba(0,0,0,.42);
    --hero-bg: #080d16;
    --hero-fg: #e8eef8;
    --hero-muted: #93a3bb;
    --hero-accent: #7cbcff;
    --hero-grid: rgba(255,255,255,.045);
    --hero-shadow: 0 28px 70px rgba(0,0,0,.45);
    --pin-bg: #080d16;
    --pin-rail: #0d1524;
    --pin-fg: #e8eef8;
    --pin-muted: #93a3bb;
    --pin-eyebrow: #89c0ff;
    --cta-bg: #101928;
    --cta-fg: #ffffff;
    --cta-muted: #93a3bb;
    --hover-line: #35557a;
    --featured-line: #3d6ea8;
  }
  .brand-logo-light { display:none; }
  .brand-logo-dark { display:block; }
  .brand.is-logo-fallback .brand-logo-light { display:none; }
  .brand.is-logo-fallback .brand-wordmark { display:block; }
  .site-header .brand,
  .footer-brand .brand {
    background: #f7faff;
    border-radius: 12px;
    padding: 4px 10px 4px 8px;
  }
  .card:hover { border-color: var(--hover-line); }
}
