/*
  AngelEQ design system, single source of truth for every page.
  Linked by all HTML files; the only per-page CSS is the tiny no-flash theme
  script in each <head> (must run before paint).

  WHAT WE WILL NOT DO (design guardrails, keep this list honest):
  No parallax or per-frame scroll JS. No count-up numbers. No re-animation on
  scroll-back. No animating width/height/top/left/margin/box-shadow/colour on
  scroll. No LCP element inside a fade. No zero-height hidden state (CLS stays
  0). No 160px section padding. No sub-pixel hairlines. No backdrop blur/glass.
  No carousel/marquee/typewriter. No more than one green element or one deep
  shadow per viewport. No build step, no framework. Any new animation must be
  justified against LCP/INP/CLS and reduced-motion.
*/

/* Schibsted Grotesk, self-hosted variable (weight axis 400 to 700). */
@font-face { font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/fonts/schibsted-grotesk-latin.woff2) format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/fonts/schibsted-grotesk-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
/* Metric-matched fallback so the swap causes near-zero CLS (overrides computed from the real font vs Arial). */
@font-face { font-family: "SG Fallback"; src: local("Arial"); size-adjust: 103.2%; ascent-override: 94.63%; descent-override: 24.98%; line-gap-override: 0%; }
/* IBM Plex Mono, self-hosted, latin only, for register figures and labels. */
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts/ibm-plex-mono-400-latin.woff2) format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url(/fonts/ibm-plex-mono-500-latin.woff2) format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  /* Light theme (default). Dark overrides below. The waitlist/CTA "back cover"
     (--band-*) is intentionally dark in BOTH themes. */
  --paper: #f4f2ec;
  --paper-raised: #faf9f5;
  --paper-2: #ece9df;
  --ink: #17191e;
  --ink-soft: #33363d;
  --muted: #565a64;
  --line: #ddd9cd;
  --line-strong: #cfcabb;
  --accent: #0f5138;
  --accent-soft: #e6efe8;
  --accent-line: #c4dccd;
  --accent-on-dark: #6fbf95;
  --panel-chip: #ffffff;
  --e1: 0 1px 2px rgba(20,22,26,.05);
  --e2: 0 14px 34px -22px rgba(20,22,26,.26);
  --e3: 0 2px 4px rgba(20,22,26,.05), 0 40px 80px -40px rgba(20,22,26,.24);
  --band-bg: #13161a;
  --band-text: #f4f2ec;
  --band-soft: #b7bbc4;
  --band-line: #2c2f36;
  --band-input: #1b1e24;
  --band-ph: #8a8e98;
  --band-btn: #f4f2ec;
  --band-btn-ink: #17191e;
  --band-accent: #7fcfae;
  --max: 1140px;
  --sans: "Schibsted Grotesk", "SG Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "Cascadia Mono", Consolas, "Segoe UI Mono", monospace;
  --d-fast: 150ms;
  --d-reveal: 600ms;
  --ease-reveal: cubic-bezier(.16,1,.3,1);
  --ease-ui: cubic-bezier(.4,0,.2,1);
}
/* Dark theme. Resolved to data-theme="dark" by the head script (system pref
   included). Warm dark to match the paper brand; green lifts for AA contrast. */
:root[data-theme="dark"] {
  --paper: #1b1e23;
  --paper-raised: #23272e;
  --paper-2: #2b3037;
  --ink: #ecebe4;
  --ink-soft: #ccced4;
  --muted: #a2a8b2;
  --line: #313640;
  --line-strong: #424955;
  --accent: #79c79f;
  --accent-soft: #16271e;
  --accent-line: #2f4a3c;
  --panel-chip: #2b3037;
  --e1: 0 1px 2px rgba(0,0,0,.5);
  --e2: 0 14px 34px -20px rgba(0,0,0,.78);
  --e3: 0 2px 4px rgba(0,0,0,.5), 0 40px 80px -40px rgba(0,0,0,.72);
}
/* Brand mark: theme-aware image pair (green on light, paper-toned on dark).
   Specificity note: .brand .mark.mark-* must beat the later .brand .mark rule. */
.brand .mark.mark-dark { display: none; }
:root[data-theme="dark"] .brand .mark.mark-light { display: none; }
:root[data-theme="dark"] .brand .mark.mark-dark { display: block; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--accent); }
.nums { font-variant-numeric: tabular-nums; }

/* Focus, applied to every interactive element, never removed. */
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px;
  box-shadow: 0 0 0 4px var(--accent-soft);
}

/* Pressed feel on everything clickable: the same 1px dip the theme toggle
   has. Inline text links (inside paragraphs, list items, table cells) cannot
   transform, so they briefly dim instead. */
a:active, button:active, .faq summary:active { transform: translateY(1px); }
p a:active, li a:active, td a:active, .hero-foot a:active, .cap a:active { transform: none; opacity: .75; }

.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-weight: 500; font-size: 15px; padding: 12px 20px; border-radius: 7px; cursor: pointer; border: 1px solid transparent; transition: background var(--d-fast) var(--ease-ui), color var(--d-fast) var(--ease-ui), border-color var(--d-fast) var(--ease-ui), transform var(--d-fast) var(--ease-ui); }
.btn:active { transform: translateY(1px); }
.btn-fill { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-fill:hover { filter: brightness(.9); }
.btn-line { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-line:hover { border-color: var(--ink); }
.btn-text { color: var(--ink); padding: 12px 6px; }
.btn-text:hover { color: var(--accent); }
.arrow { transition: transform var(--d-fast) var(--ease-ui); }
.btn:hover .arrow { transform: translateX(3px); }

/* Header, solid paper with a hairline that appears once you scroll (sentinel driven, no blur). */
header { position: sticky; top: 0; z-index: 40; background: var(--paper); border-bottom: 1px solid transparent; transition: border-color var(--d-fast) var(--ease-ui), box-shadow var(--d-fast) var(--ease-ui); }
header.scrolled { border-bottom-color: var(--line); box-shadow: var(--e1); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 19px; letter-spacing: -.01em; color: inherit; }
.brand:hover { text-decoration: none; }
.brand .mark { width: 28px; height: 28px; display: block; }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-right a.link { font-size: 15px; color: var(--muted); font-weight: 500; background-image: linear-gradient(var(--ink), var(--ink)); background-size: 0% 1px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size var(--d-fast) var(--ease-ui), color var(--d-fast) var(--ease-ui); }
.nav-right a.link:hover { color: var(--ink); background-size: 100% 1px; }
.theme-toggle { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--line-strong); background: transparent; color: var(--muted); cursor: pointer; transition: color var(--d-fast) var(--ease-ui), border-color var(--d-fast) var(--ease-ui); }
.theme-toggle:hover { color: var(--ink); border-color: var(--ink); }
.theme-toggle:active { transform: translateY(1px); }
.theme-toggle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle .ic { display: none; }
:root[data-theme-pref="light"] .theme-toggle .ic-sun { display: block; }
:root[data-theme-pref="dark"] .theme-toggle .ic-moon { display: block; }
:root[data-theme-pref="system"] .theme-toggle .ic-auto { display: block; }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 7px; z-index: 100; }
.skip:focus { left: 8px; }

/* Back to top, injected by site.js on every page; .show is toggled by an
   observer once the page has scrolled past ~1.2 viewports. */
.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; border: 1px solid var(--line-strong); background: var(--paper-raised); color: var(--muted); box-shadow: var(--e2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(6px); transition: opacity var(--d-fast) var(--ease-ui), transform var(--d-fast) var(--ease-ui), color var(--d-fast) var(--ease-ui), border-color var(--d-fast) var(--ease-ui); }
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { color: var(--ink); border-color: var(--ink); }
.to-top.show:active { transform: translateY(1px); }
.to-top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* Hero */
.hero { padding: 84px 0 68px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 60px; align-items: center; }
.hero h1 { font-weight: 500; font-size: clamp(38px, 4.8vw, 60px); line-height: 1.04; letter-spacing: -.028em; margin: 20px 0 22px; max-width: 15ch; text-wrap: balance; }
.hero .lead { font-size: clamp(17px, 1.8vw, 20px); color: var(--ink-soft); max-width: 46ch; text-wrap: pretty; }
.hero-cta { display: flex; gap: 18px; align-items: center; margin-top: 30px; flex-wrap: wrap; }
.hero-foot { margin-top: 32px; font-size: 14px; color: var(--muted); display: flex; align-items: baseline; gap: 10px; max-width: 48ch; }
.hero-foot .tick { color: var(--accent); flex: none; }

/* The register panel (the one signature moment) */
.reg { position: relative; background: var(--paper-raised); border: 1px solid var(--line-strong); border-radius: 12px; box-shadow: var(--e3); overflow: hidden; }
.reg-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.reg-top .t { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.reg-top .tag { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--accent); background: var(--panel-chip); border: 1px solid var(--accent-line); border-radius: 999px; padding: 3px 10px; white-space: nowrap; }
.reg-body { padding: 20px 18px 22px; position: relative; }
.reg .brief, .reg .chips, .reg .count, .reg table { position: relative; z-index: 1; }

.brief { position: relative; font-size: 16px; color: var(--ink); padding: 0 0 16px; border-bottom: 1px solid var(--line); }
.brief .q { color: var(--muted); font-family: var(--mono); margin-right: 8px; }
.brief .scan { position: absolute; left: 0; bottom: 14px; height: 2px; width: 0; background: var(--accent); opacity: 0; }

.chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 4px; }
.chip { font-family: var(--mono); font-size: 12px; color: var(--accent); background: var(--panel-chip); border: 1px solid var(--accent-line); border-radius: 5px; padding: 4px 9px; }

.count { display: flex; align-items: baseline; gap: 10px; margin: 18px 0 12px; }
.count .n { font-family: var(--mono); font-weight: 500; font-size: 34px; letter-spacing: -.02em; color: var(--ink); font-variant-numeric: tabular-nums; }
.count .lbl { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

.reg table { width: 100%; border-collapse: collapse; font-size: 13px; }
.reg thead th { text-align: left; font-family: var(--mono); font-weight: 400; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding: 8px 10px; border-bottom: 1px solid var(--line-strong); }
.reg thead th.r, .reg tbody td.r { text-align: right; }
.reg tbody td { padding: 11px 10px; border-bottom: 1px solid var(--line); color: var(--ink-soft); vertical-align: top; }
.reg tbody tr:last-child td { border-bottom: 0; }
.reg tbody td.org, .reg tbody td.r { font-family: var(--mono); font-variant-numeric: tabular-nums; color: var(--muted); }
.reg tbody td.co { color: var(--ink); font-weight: 500; }
.reg tbody td .role { display: block; font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.reg-note { position: relative; z-index: 1; margin-top: 14px; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); opacity: .75; }

.seal { position: absolute; right: 18px; bottom: 16px; width: 72px; height: 72px; opacity: .07; z-index: 0; pointer-events: none; }
.seal text { font-family: var(--mono); fill: var(--accent); }
.seal circle { fill: none; stroke: var(--accent); stroke-width: 1; }

/* Stat band */
.statwrap { border-bottom: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats .s { padding: 44px 0; }
.stats .s + .s { border-left: 1px solid var(--line); padding-left: 32px; }
.stats .n { font-size: clamp(38px, 4vw, 46px); line-height: 1; font-weight: 500; letter-spacing: -.02em; }
.stats .t { font-size: 14px; color: var(--muted); margin-top: 12px; max-width: 22ch; }

/* Sections */
section { padding: clamp(64px, 9vw, 112px) 0; border-bottom: 1px solid var(--line); }
.head { max-width: 60ch; margin-bottom: 52px; }
.head h2 { font-weight: 500; font-size: clamp(28px, 3.6vw, 42px); line-height: 1.08; letter-spacing: -.022em; margin: 14px 0 0; text-wrap: balance; }
.head p { color: var(--muted); margin-top: 16px; font-size: 17px; max-width: 52ch; text-wrap: pretty; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { padding: 34px 28px 34px 0; }
.step + .step { border-left: 1px solid var(--line); padding-left: 32px; }
.step .no { font-family: var(--mono); font-size: 22px; font-weight: 500; color: var(--accent); letter-spacing: 0; }
.step h3 { font-size: 18px; font-weight: 600; letter-spacing: -.01em; margin: 16px 0 8px; }
.step p { color: var(--muted); font-size: 15px; max-width: 32ch; }

.caps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; }
.cap { display: grid; grid-template-columns: 24px 1fr; gap: 15px; padding: 28px 0; border-top: 1px solid var(--line); }
.cap svg { width: 22px; height: 22px; stroke: var(--ink); fill: none; stroke-width: 1.5; margin-top: 3px; }
.cap h3 { font-size: 16.5px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 6px; }
.cap p { color: var(--muted); font-size: 14.5px; }
.cap .anchor { display: inline-block; margin-top: 10px; font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 12.5px; color: var(--ink-soft); border: 1px solid var(--line-strong); border-radius: 5px; padding: 4px 9px; }
.cap .anchor b { font-weight: 500; color: var(--ink); }

/* Product surfaces (Explore + Enrich mini panels) */
.surfaces { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.surface h3 { font-size: 20px; font-weight: 600; letter-spacing: -.012em; margin-bottom: 8px; }
.surface > p { color: var(--muted); font-size: 15px; max-width: 44ch; margin-bottom: 22px; }
.surface .reg { box-shadow: var(--e2); }
.prof-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.prof-head .co { font-size: 16px; font-weight: 600; color: var(--ink); }
.status { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); background: var(--panel-chip); border: 1px solid var(--accent-line); border-radius: 999px; padding: 3px 9px; white-space: nowrap; }
.prof-meta { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-top: 9px; }
.prof-fin { display: flex; gap: 26px; margin: 16px 0; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prof-fin .k { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.prof-fin .v { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 15px; color: var(--ink); margin-top: 4px; }
.tree { font-family: var(--mono); font-size: 12.5px; color: var(--ink-soft); line-height: 1.85; }
.tree .root { color: var(--muted); }
.tree .node { padding-left: 16px; }
.tree .node::before { content: "\2514  "; color: var(--line-strong); }
.tree .node.here { color: var(--ink); font-weight: 500; }
.enr td.in { font-family: var(--mono); color: var(--muted); }
.enr td.co .chk { color: var(--accent); margin-right: 6px; }

/* Pricing */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tier { position: relative; border: 1px solid var(--line); border-radius: 14px; padding: 30px 26px; background: var(--paper-raised); display: flex; flex-direction: column; transition: transform var(--d-fast) var(--ease-ui), box-shadow var(--d-fast) var(--ease-ui); }
.tier:hover { transform: translateY(-2px); box-shadow: var(--e2); }
.tier.hot { box-shadow: var(--e2); border-color: var(--line-strong); }
.tier.hot::before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; height: 2px; background: var(--accent); border-radius: 14px 14px 0 0; }
.tier .name { font-size: 15px; font-weight: 600; }
.tier .rec { float: right; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); padding: 3px 9px; border-radius: 999px; }
.tier .who { color: var(--muted); font-size: 14px; margin-top: 6px; min-height: 38px; }
.tier .price { font-size: 38px; font-weight: 500; letter-spacing: -.02em; margin: 18px 0 2px; }
.tier .price small { font-size: 14px; color: var(--muted); font-weight: 400; }
.tier ul { list-style: none; margin: 22px 0 26px; display: grid; gap: 11px; }
.tier li { font-size: 14.5px; color: var(--ink-soft); padding-left: 24px; position: relative; }
.tier li::before { content: ""; position: absolute; left: 0; top: 7px; width: 11px; height: 6px; border-left: 1.5px solid var(--accent); border-bottom: 1.5px solid var(--accent); transform: rotate(-45deg); }
.tier .btn { width: 100%; justify-content: center; margin-top: auto; }
.price-note { color: var(--muted); font-size: 13px; margin-top: 22px; }

/* Waitlist / CTA back cover, intentionally dark in both themes via --band-* tokens */
.cta { background: var(--band-bg); color: var(--band-text); border: 0; border-top: 1px solid var(--band-line); }
.cta .head h2 { color: var(--band-text); }
.cta .head p { color: var(--band-soft); }
.form { display: flex; gap: 10px; flex-wrap: wrap; max-width: 480px; }
.form input[type=email] { flex: 1; min-width: 220px; padding: 12px 16px; border-radius: 7px; border: 1px solid var(--band-line); background: var(--band-input); color: var(--band-text); font-family: var(--sans); font-size: 15px; }
.form input::placeholder { color: var(--band-ph); }
.form input[type=email]:focus-visible { outline-color: var(--band-accent); box-shadow: 0 0 0 4px rgba(127,207,174,.2); border-color: var(--band-accent); }
.form .btn-fill { background: var(--band-btn); color: var(--band-btn-ink); border-color: var(--band-btn); }
.form .btn-fill:hover { background: #fff; }
.ts-slot { flex-basis: 100%; min-height: 65px; }
.cta .note { color: var(--band-ph); font-size: 13px; margin-top: 14px; }
.cta .note a { color: var(--band-soft); text-decoration: underline; }

/* Long-form pages (B2G + legal) */
.doc { padding: 60px 0 40px; }
.article { max-width: 820px; margin: 0 auto; padding: 0 28px; }
.doc .eyebrow { display: block; margin-bottom: 14px; }
.doc h1 { font-weight: 500; font-size: clamp(30px, 4.6vw, 46px); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 20px; text-wrap: balance; }
.doc .lead { font-size: 20px; color: var(--ink-soft); line-height: 1.5; }
.doc .lead strong { color: var(--ink); font-weight: 600; }
.doc .updated, .doc .meta { color: var(--muted); font-size: 14px; margin-top: 18px; }
.doc h2 { font-weight: 500; font-size: clamp(23px, 3vw, 30px); line-height: 1.14; letter-spacing: -.015em; margin: 52px 0 14px; text-wrap: balance; }
.doc h3 { font-size: 18px; font-weight: 600; margin: 28px 0 6px; }
.doc p { margin: 14px 0; color: var(--ink-soft); line-height: 1.65; }
.doc ul { margin: 14px 0 14px 22px; color: var(--ink-soft); }
.doc li { margin: 7px 0; }
.doc a { color: var(--accent); }
.doc a:hover { text-decoration: underline; }
.doc .back { display: inline-block; font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.doc .back:hover { color: var(--ink); text-decoration: none; }
.doc .note { background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; color: var(--muted); font-size: 14px; margin-top: 18px; }
.statband { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-strong); border-radius: 14px; background: var(--paper-raised); margin: 34px 0; overflow: hidden; }
.statband .s { padding: 24px 22px; }
.statband .s + .s { border-left: 1px solid var(--line); }
.statband .n { font-family: var(--mono); font-size: 30px; font-weight: 500; letter-spacing: -.02em; color: var(--accent); font-variant-numeric: tabular-nums; }
.statband .t { font-size: 13.5px; color: var(--muted); margin-top: 8px; }
table.data { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px; background: var(--paper-raised); border: 1px solid var(--line-strong); border-radius: 12px; overflow: hidden; }
table.data th, table.data td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); }
table.data th { background: var(--paper-2); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
table.data tr:last-child td { border-bottom: 0; }
table.data td.co { color: var(--ink); font-weight: 500; }
.callout { background: var(--accent-soft); border: 1px solid var(--accent-line); border-radius: 12px; padding: 18px 20px; margin: 26px 0; color: var(--ink); }
.faq { margin-top: 14px; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { font-weight: 600; font-size: 17px; cursor: pointer; color: var(--ink); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "+"; color: var(--accent); font-weight: 700; margin-right: 12px; }
.faq details[open] summary::before { content: "\2212"; }
.faq p { margin: 12px 0 2px; }
.doc-cta { background: var(--band-bg); color: var(--band-text); border-radius: 16px; padding: 40px 34px; margin: 54px 0 10px; }
.doc-cta h2 { color: var(--band-text); margin: 0 0 10px; }
.doc-cta p { color: var(--band-soft); }
.doc-cta .btn-fill { background: var(--band-btn); color: var(--band-btn-ink); border-color: var(--band-btn); margin-top: 8px; }

footer { padding: 48px 0; border-top: 1px solid var(--line); }
.foot { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; }
.foot .links { display: flex; gap: 26px; font-size: 14px; color: var(--muted); flex-wrap: wrap; }
.foot .links a { background-image: linear-gradient(var(--ink), var(--ink)); background-size: 0% 1px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size var(--d-fast) var(--ease-ui), color var(--d-fast) var(--ease-ui); }
.foot .links a:hover { color: var(--ink); background-size: 100% 1px; }
.foot .legal { font-size: 13px; color: var(--muted); margin-top: 14px; }

/* Motion: one reveal primitive (opacity + 12px rise), GPU only, fire once. */
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity var(--d-reveal) var(--ease-reveal), transform var(--d-reveal) var(--ease-reveal); transition-delay: calc(var(--i, 0) * 70ms); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }

/* The register resolve, the single signature sequence, plays once on load. */
.js #reg .brief, .js #reg .chip, .js #reg .count .n, .js #reg tbody tr { opacity: 0; transform: translateY(8px); transition: opacity var(--d-reveal) var(--ease-reveal), transform var(--d-reveal) var(--ease-reveal); }
#reg.go .brief { opacity: 1; transform: none; transition-delay: .05s; }
#reg.go .brief .scan { animation: scan .5s var(--ease-reveal) .45s both; }
#reg.go .chip { opacity: 1; transform: none; }
#reg.go .chip:nth-child(1) { transition-delay: .70s; }
#reg.go .chip:nth-child(2) { transition-delay: .77s; }
#reg.go .chip:nth-child(3) { transition-delay: .84s; }
#reg.go .chip:nth-child(4) { transition-delay: .91s; }
#reg.go .count .n { opacity: 1; transform: none; transition-delay: 1.02s; }
#reg.go tbody tr { opacity: 1; transform: none; }
#reg.go tbody tr:nth-child(1) { transition-delay: 1.20s; }
#reg.go tbody tr:nth-child(2) { transition-delay: 1.31s; }
#reg.go tbody tr:nth-child(3) { transition-delay: 1.42s; }
#reg.go tbody tr:nth-child(4) { transition-delay: 1.53s; }
@keyframes scan { 0% { width: 0; opacity: .7; } 100% { width: 100%; opacity: 0; } }

/* Scroll-snap acts (homepages only; .act appears on no other page). The page
   reads as a sequence of composed full-viewport screens: scrolling stays fully
   native and CSS scroll-snap settles the viewport onto each act. "proximity",
   never "mandatory", so taller-than-viewport acts, fast flicks and mid-section
   reading positions all keep working; the snap suggests, it never traps.
   Desktop and fine pointers only: on phones every act is several screens tall
   and snapping would fight the reader, so acts read as normal sections there. */
.scroll-cue { display: none; }
@media (min-width: 901px) and (min-height: 620px) and (pointer: fine) {
  html { scroll-snap-type: y proximity; scroll-padding-top: 70px; }
  /* Content anchors to the TOP of each act (not centred): arriving at a
     section must show its content immediately, with the breathing room below.
     Centring put blank space first and made sections read as empty on entry. */
  .act { scroll-snap-align: start; min-height: calc(100vh - 70px); min-height: calc(100svh - 70px); display: flex; flex-direction: column; justify-content: flex-start; }
  /* Acts arrive content-first: a tighter lead than the sections' editorial
     padding (which stays as the breathing room below). */
  section.act { padding-top: clamp(44px, 6vh, 64px); }
  /* The hero is the landing view, not a scroll destination: keep it centred. */
  .act-hero { justify-content: center; }
  /* As a full screen the stat band composes as a poster: larger numerals, same
     tokens, and a measured lead above instead of dead-centre. */
  .act-stats { padding-top: clamp(48px, 12vh, 120px); }
  .act-stats .stats .n { font-size: clamp(46px, 5.2vw, 74px); }
  .act-stats .stats .t { font-size: 15px; margin-top: 14px; }
  .act-stats .stats .s { padding: 56px 0; }
  .act-stats .stats .s + .s { padding-left: 36px; }
  /* Quiet scroll cue on the opening act: an index mark, not an animation. */
  .act-hero { position: relative; }
  .scroll-cue { display: flex; position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); flex-direction: column; align-items: center; gap: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); pointer-events: none; }
  .scroll-cue::after { content: ""; width: 1px; height: 26px; background: var(--line-strong); }
  /* The dark waitlist cover ends the sequence; the footer settles against the
     bottom edge beneath it rather than starting a screen of its own. */
  footer { scroll-snap-align: end; }
}

@media (max-width: 900px) {
  .hero { padding: 52px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats .s { padding: 32px 0; }
  .stats .s + .s { border-left: 0; padding-left: 0; }
  .stats .s:nth-child(n+3) { border-top: 1px solid var(--line); }
  .steps, .caps, .tiers, .surfaces { grid-template-columns: 1fr; }
  .step { padding: 30px 0; }
  .step + .step { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .cap { padding: 24px 0; }
  .nav-right .link { display: none; }
}
@media (max-width: 640px) {
  .statband { grid-template-columns: 1fr; }
  .statband .s + .s { border-left: 0; border-top: 1px solid var(--line); }
  /* The product-mock panels must never widen the page on a phone: let the
     grid track shrink below the mock tables' natural width and tighten the
     tables instead (the long mono domains otherwise set a ~440px floor). */
  .surfaces .surface { min-width: 0; }
  .reg table { font-size: 12px; }
  .reg thead th, .reg tbody td { padding: 9px 6px; }
  .enr td.in { overflow-wrap: anywhere; }
}

/* Reduced motion, hard global override. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal, .js #reg .brief, .js #reg .chip, .js #reg .count .n, .js #reg tbody tr { opacity: 1 !important; transform: none !important; transition: none !important; }
  #reg.go .brief .scan { animation: none; opacity: 0; }
  .arrow, .btn, .tier, .nav-right a.link, .foot .links a, .to-top { transition: none !important; }
}
