/* heygerry — one story, scrolled. Tokens per BRAND.md; both themes designed. */

:root {
  --ground: #F3F1EC; --panel: #FFFFFF; --panel-2: #EAE7E0; --line: #DDD8CF;
  --text: #171B22; --muted: #66707E;
  --gerry: #F26A3B; --gerry-ink: #1A1508; --gerry-hi: #FF8F62; --gerry-lo: #D9552A; --gerry-text: #C24A1F;
  --gerry-wash: rgba(242, 106, 59, 0.16); --gerry-glow: rgba(242, 106, 59, 0.30);
  --you: #1F8FA3; --you-wash: rgba(31, 143, 163, 0.14);
  --bp: rgba(23, 27, 34, 0.055);
  --shadow: 0 18px 50px rgba(23, 27, 34, 0.14), 0 2px 6px rgba(23, 27, 34, 0.08);
  --shadow-badge: 0 12px 30px rgba(242, 106, 59, 0.30), 0 1px 0 rgba(255,255,255,.35) inset;
  --display: 'Bricolage Grotesque', 'Avenir Next', 'Helvetica Neue', sans-serif;
  --body: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --nav-h: 72px;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground: #151A22; --panel: #1D232D; --panel-2: #232A35; --line: #2C3440; --text: #F2EFE8; --muted: #9AA3B2;
    --gerry: #F26A3B; --gerry-ink: #1A1508; --gerry-hi: #FF8F62; --gerry-lo: #D9552A; --gerry-text: #FF8A5C;
    --gerry-wash: rgba(242, 106, 59, 0.18); --gerry-glow: rgba(242, 106, 59, 0.36);
    --you: #4FC3D6; --you-wash: rgba(79, 195, 214, 0.16);
    --bp: rgba(242, 239, 232, 0.05);
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
    --shadow-badge: 0 16px 44px rgba(242, 106, 59, 0.26), 0 1px 0 rgba(255,255,255,.28) inset;
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --ground: #151A22; --panel: #1D232D; --panel-2: #232A35; --line: #2C3440; --text: #F2EFE8; --muted: #9AA3B2;
  --gerry: #F26A3B; --gerry-ink: #1A1508; --gerry-hi: #FF8F62; --gerry-lo: #D9552A; --gerry-text: #FF8A5C;
  --gerry-wash: rgba(242, 106, 59, 0.18); --gerry-glow: rgba(242, 106, 59, 0.36);
  --you: #4FC3D6; --you-wash: rgba(79, 195, 214, 0.16);
  --bp: rgba(242, 239, 232, 0.05);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
  --shadow-badge: 0 16px 44px rgba(242, 106, 59, 0.26), 0 1px 0 rgba(255,255,255,.28) inset;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; background: color-mix(in srgb, var(--ground), var(--gerry) calc(var(--tint, 0) * 1%)); transition: background 700ms ease; color: var(--text); font-family: var(--body); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--you); outline-offset: 3px; border-radius: 6px; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; position: relative; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.025em; text-wrap: balance; margin: 0; font-variation-settings: "opsz" 96; }
h2 { font-weight: 600; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.08; }
p { margin: 0; }
.muted { color: var(--muted); }
.num { font-variant-numeric: tabular-nums; }
.two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 44px; align-items: center; }
.side p.muted { margin-top: 16px; font-size: 18px; max-width: 46ch; }
.side .hint { margin-top: 14px; font-size: 14px; color: var(--muted); display: flex; gap: 8px; align-items: center; }
@media (max-width: 960px) { .two { grid-template-columns: 1fr; gap: 28px; } }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; vertical-align: -3px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); margin: 0 0 14px; }
.eyebrow .ico { color: var(--gerry-text); width: 16px; height: 16px; }

/* words / chars split for motion */
.split .w, .split .ch { display: inline-block; white-space: pre; }

/* ---------- atmosphere ---------- */
.atmo { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.atmo .bp { position: absolute; inset: -10%; background:
  linear-gradient(var(--bp) 1px, transparent 1px) 0 0 / 56px 56px,
  linear-gradient(90deg, var(--bp) 1px, transparent 1px) 0 0 / 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%); will-change: transform; }
.atmo .bp .cells { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; }
.atmo .lamp { position: absolute; right: -20vw; top: -30vh; width: 90vw; height: 90vw; border-radius: 50%; background: radial-gradient(closest-side, var(--gerry-glow), transparent 70%); opacity: .35; filter: blur(30px); will-change: transform; }
.atmo .glow { position: absolute; left: 0; top: 0; width: 520px; height: 520px; margin: -260px 0 0 -260px; border-radius: 50%; background: radial-gradient(closest-side, var(--gerry-glow), transparent 70%); opacity: .6; filter: blur(10px); will-change: transform; }
.atmo .grain { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: multiply; opacity: .9; }
:root[data-theme="dark"] .atmo .grain, :root:not([data-theme="light"]) .atmo .grain { mix-blend-mode: screen; opacity: .5; }
@media (prefers-color-scheme: light) { :root:not([data-theme="dark"]) .atmo .grain { mix-blend-mode: multiply; opacity: .9; } }

/* ---------- nav: a floating bar that becomes a capsule once you scroll ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 40; padding-top: 14px; pointer-events: none; }
.nav .wrap { pointer-events: auto; }
.nav .bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 56px; padding: 0 8px 0 14px; border-radius: 16px; border: 1px solid transparent; transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease; }
.nav.solid .bar { background: color-mix(in srgb, var(--panel) 78%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--line); box-shadow: var(--shadow); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -0.03em; color: var(--text); }
.wordmark.small { font-size: 17px; }
.wordmark .tag { width: 30px; height: 27px; display: block; overflow: visible; transition: transform 200ms; }
.wordmark:hover .tag { transform: translateY(-2px); }
.nav .links { display: flex; gap: 2px; list-style: none; margin: 0; padding: 4px; font-size: 14.5px; border-radius: 12px; background: color-mix(in srgb, var(--panel-2) 55%, transparent); }
.nav .links a { display: block; padding: 7px 12px; border-radius: 9px; text-decoration: none; color: var(--muted); transition: color 160ms, background 160ms; }
.nav .links a:hover { color: var(--text); background: color-mix(in srgb, var(--panel) 70%, transparent); }
.nav .links a.on { color: var(--text); background: var(--panel); box-shadow: 0 1px 0 var(--line), 0 0 0 1px var(--line); }
.nav .right { display: flex; align-items: center; gap: 8px; }
.iconbtn { width: 38px; height: 38px; border-radius: 10px; border: 1px solid transparent; background: transparent; color: var(--muted); display: inline-grid; place-items: center; cursor: pointer; transition: color 160ms, background 160ms, border-color 160ms; }
.iconbtn:hover { color: var(--text); background: var(--panel); border-color: var(--line); transform: translateY(-1px); }
.iconbtn { transition: color 160ms, background 160ms, border-color 160ms, transform 140ms ease-out; }
.iconbtn .ico { width: 18px; height: 18px; }
.iconbtn .moon { display: none; }
:root[data-theme="dark"] .iconbtn .sun { display: none; } :root[data-theme="dark"] .iconbtn .moon { display: block; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .iconbtn .sun { display: none; } :root:not([data-theme="light"]) .iconbtn .moon { display: block; } }
.iconbtn.menu { display: none; }
.nav .sheet { display: none; margin-top: 8px; padding: 10px; border-radius: 16px; background: color-mix(in srgb, var(--panel) 92%, transparent); backdrop-filter: blur(14px); border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; }
.nav .sheet > a { padding: 11px 12px; border-radius: 10px; text-decoration: none; color: var(--text); font-size: 16px; }
.nav .sheet > a:hover { background: var(--panel-2); }
.nav .sheet-ctas { display: flex; gap: 8px; padding: 8px 4px 2px; flex-wrap: wrap; }
.nav.open .sheet { display: flex; }
@media (max-width: 960px) { .nav .links { display: none; } .hide-m { display: none !important; } .iconbtn.menu { display: inline-grid; } }
/* buttons: one family. 12px corners, a hairline of ink, the mascot's orange on the primary. */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; padding: 11px 16px; font-weight: 500; font-size: 15px; line-height: 1.2; text-decoration: none; border: 1.5px solid var(--line); background: var(--panel); color: var(--text); cursor: pointer; position: relative; transition: transform 140ms ease-out, background 160ms, border-color 160ms, box-shadow 160ms, color 160ms; }
.btn:hover { transform: translateY(-1px); background: var(--panel-2); border-color: color-mix(in srgb, var(--muted) 55%, var(--line)); }
.btn:active { transform: translateY(0); }
.btn:focus-visible, .iconbtn:focus-visible { outline: 2px solid var(--gerry); outline-offset: 2px; }
.btn.primary { background: var(--gerry); color: var(--gerry-ink); border-color: color-mix(in srgb, var(--gerry) 60%, #1A1508); box-shadow: 0 6px 16px color-mix(in srgb, var(--gerry) 28%, transparent); }
.btn.primary:hover { background: var(--gerry); filter: brightness(1.05); box-shadow: 0 10px 22px color-mix(in srgb, var(--gerry) 34%, transparent); border-color: color-mix(in srgb, var(--gerry) 45%, #1A1508); }
.btn.primary:active { filter: brightness(.97); box-shadow: 0 3px 10px color-mix(in srgb, var(--gerry) 28%, transparent); }
.btn.primary .ico { color: var(--gerry-ink); }
.btn.ghost { background: transparent; border-color: transparent; color: var(--muted); }
.btn.ghost:hover { background: var(--panel); border-color: var(--line); color: var(--text); }
.btn.small { padding: 7px 12px; font-size: 14px; border-radius: 10px; }

/* hero highlight: a honey underline drawn under "one sentence" */
.hero h1 .hl { font-style: normal; position: relative; white-space: nowrap; }
.hero h1 .hl::after { content: ""; position: absolute; left: .02em; right: .02em; bottom: .04em; height: .09em; border-radius: .05em; background: var(--gerry); opacity: .9; transform: scaleX(var(--hl, 0)); transform-origin: 0 50%; z-index: -1; }

/* docked: the badge as the live control, present rather than parked */
.badge.docked .eyes { transform: none; }
.hail { position: fixed; z-index: 29; padding: 8px 12px; border-radius: 10px; background: var(--panel); border: 1px solid var(--line); color: var(--text); font-size: 13px; box-shadow: var(--shadow); pointer-events: none; opacity: 0; transform: translateY(6px); transition: opacity 260ms, transform 260ms; white-space: nowrap; }
.hail.show { opacity: 1; transform: none; }
.hail::after { content: ""; position: absolute; right: 18px; bottom: -6px; width: 10px; height: 10px; background: var(--panel); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: rotate(45deg); }

@keyframes floor { to { background-position: 0 64px, 0 0; } }

/* ticker of spoken sentences */
.ticker { overflow: hidden; margin-top: 18px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker .track { display: flex; gap: 40px; width: max-content; animation: ticker 48s linear infinite; padding: 6px 0; }
.ticker:hover .track { animation-play-state: paused; }
.ticker span { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 500; font-size: 17px; letter-spacing: -0.01em; color: var(--muted); white-space: nowrap; }
.ticker span i { width: 8px; height: 8px; border-radius: 50%; background: var(--you); flex: none; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Gerry, the badge ---------- */
/* ---------- Gerry: the block face. Blocks are chips, eyes are the someone. ---------- */
:root { --face-line: #111; --face-w: 108px; }
.badge { position: fixed; left: 0; top: 0; z-index: 30; transform: translate(-50%, -50%); display: inline-flex; flex-direction: column; align-items: center; gap: 8px; padding: 0; border: 0; background: none; cursor: pointer; will-change: transform; visibility: hidden; -webkit-tap-highlight-color: transparent; }
.badge:focus { outline: none; }
.badge:focus-visible .face { outline: 2px solid var(--gerry); outline-offset: 10px; border-radius: 20px; }
.badge .face { position: relative; width: var(--face-w); height: 94px; filter: drop-shadow(0 10px 18px var(--gerry-glow)); }
.badge .face::before { content: ""; position: absolute; inset: 2px -12px -10px; border-radius: 26px; border: 2px solid var(--you); opacity: 0; transform: scale(.96); transition: opacity 240ms, transform 240ms; pointer-events: none; }
.badge.listening .face::before { opacity: 1; transform: none; animation: breathe 1.6s ease-in-out infinite; }
@keyframes breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.035); } }
.badge .stack { position: absolute; left: 0; top: 46px; width: 100%; height: auto; overflow: visible; display: block; }
.badge .blk, .g-mark .blk { fill: var(--gerry); stroke: var(--face-line); stroke-width: 4; stroke-linejoin: round; }
.badge .gp, .g-mark .gp { fill: var(--face-line); }
.badge .nt, .g-mark .nt { stroke: var(--face-line); stroke-width: 4; stroke-linecap: round; fill: none; }
.badge .lv rect { fill: #fff; opacity: 0; transition: opacity 90ms; }
.badge.listening .lv rect:nth-child(1), .badge.speaking .lv rect:nth-child(1) { opacity: clamp(0, calc((var(--level, 0) - 0.12) * 5 * .55), .55); }
.badge.listening .lv rect:nth-child(2), .badge.speaking .lv rect:nth-child(2) { opacity: clamp(0, calc((var(--level, 0) - 0.37) * 5 * .55), .55); }
.badge.listening .lv rect:nth-child(3), .badge.speaking .lv rect:nth-child(3) { opacity: clamp(0, calc((var(--level, 0) - 0.62) * 5 * .55), .55); }
.badge.listening .lv rect:nth-child(4), .badge.speaking .lv rect:nth-child(4) { opacity: clamp(0, calc((var(--level, 0) - 0.87) * 5 * .55), .55); }
.badge.thinking .caret { animation: caret 900ms steps(1) infinite; }
@keyframes caret { 0% { opacity: 1; } 50% { opacity: .15; } 100% { opacity: 1; } }
.badge.speaking .stk > .blk:nth-child(2) { animation: wave 480ms ease-in-out infinite; }
.badge.speaking .stk > .blk:nth-child(3) { animation: wave 480ms ease-in-out infinite 90ms; }
.badge.speaking .stk > .blk:nth-child(4) { animation: wave 480ms ease-in-out infinite 180ms; }
.badge.speaking .stk > .blk:nth-child(5) { animation: wave 480ms ease-in-out infinite 270ms; }
@keyframes wave { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
/* eyes: HTML so lids, pupils and blinks stay as they were */
.badge .eyes { position: absolute; left: 0; top: 0; width: 100%; height: 46px; pointer-events: none; transform: translateY(38px); transition: transform 300ms cubic-bezier(.2,.8,.2,1); }
.badge .eye { position: absolute; top: 2px; width: 44px; height: 44px; }
.badge .eye:nth-child(1) { left: 9px; } .badge .eye:nth-child(2) { left: 55px; }
.badge .eye .ball { position: absolute; inset: 0; border-radius: 50%; background: #fff; border: 4px solid var(--face-line); box-sizing: border-box; overflow: hidden; }
.badge .eye .pupil { position: absolute; left: 10px; top: 10px; width: 20px; height: 20px; border-radius: 50%; background: var(--face-line); transform: translate(calc(3px + var(--lx, 0) * 6px), calc(3px + var(--ly, 0) * 5px)); transition: transform 180ms ease-out; }
.badge .eye .pupil::after { content: ""; position: absolute; left: 11px; top: 3px; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.badge .eye .lid { position: absolute; left: -4px; top: -4px; width: 44px; height: 44px; border-radius: 50%; background: var(--gerry); border: 4px solid var(--face-line); box-sizing: border-box; transform: translateY(-100%); transition: transform 140ms ease-out; }
.badge.thinking .eye .lid { transform: translateY(-52%); }
.badge.thinking .eye .pupil { transform: translate(-2px, -3px); }
.badge .eye .lid.blink { transform: translateY(0) !important; }
.badge.listening .eyes, .badge.thinking .eyes, .badge.speaking .eyes, .badge.awake .eyes, .badge:hover .eyes { transform: none; }
.badge.speaking .eyes { animation: bob 700ms ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
/* the sentence is the mouth: it runs under the face */
.badge .say { display: none; max-width: 36ch; padding: 7px 11px; border-radius: 10px; background: var(--panel); border: 1px solid var(--line); color: var(--text); font: 500 13px/1.35 var(--body); text-align: left; box-shadow: var(--shadow); }
.badge.listening .say, .badge.speaking .say, .badge.thinking .say { display: block; }
.badge.thinking .say::after { content: "…"; }
.badge.docked .face::after { content: ""; position: absolute; inset: 4px -10px -8px; border-radius: 20px; box-shadow: 0 0 0 0 var(--gerry-glow); animation: hail 2.6s ease-out infinite; pointer-events: none; }
@keyframes hail { 0% { box-shadow: 0 0 0 0 var(--gerry-glow); } 70% { box-shadow: 0 0 0 16px rgba(0,0,0,0); } 100% { box-shadow: 0 0 0 16px rgba(0,0,0,0); } }
/* static marks: nav, footer, install mock, try card, scenes */
.g-mark .wh, svg .ey .wh { fill: #fff; stroke: var(--face-line); stroke-width: 4.4; }
.g-mark .pu, svg .ey .pu { fill: var(--face-line); }
.g-mark .sh, svg .ey .sh { fill: #fff; }
svg .stk .blk { fill: var(--gerry); stroke: var(--face-line); stroke-width: 4; stroke-linejoin: round; }
svg .stk .gp { fill: var(--face-line); }
svg .stk .nt { stroke: var(--face-line); stroke-width: 4; stroke-linecap: round; fill: none; }

/* ---------- scenes ---------- */
.scene { position: relative; z-index: 1; }
.pin .sticky { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; position: relative; }

/* hero */
.hero { min-height: 100vh; display: flex; align-items: center; padding: calc(var(--nav-h) + 24px) 0 40px; position: relative; }
.hero .wrap { z-index: 2; }
.eyebrow-hero { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; font-size: 14px; color: var(--muted); margin-bottom: 22px; letter-spacing: .01em; }
.eyebrow-hero .dotline { width: 28px; height: 2px; background: var(--gerry); border-radius: 1px; display: inline-block; }
.eyebrow-hero .soon { white-space: nowrap; padding: 3px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; color: var(--muted); text-decoration: none; background: var(--panel); }
.eyebrow-hero .soon:hover { color: var(--text); border-color: color-mix(in srgb, var(--muted) 55%, var(--line)); }
.hero h1 { font-weight: 600; font-size: clamp(46px, 7.2vw, 104px); line-height: 0.98; max-width: 12ch; }
.hero h1 .ch { display: inline-block; }
.hero .lede { margin-top: 28px; font-size: clamp(18px, 1.6vw, 21px); max-width: 52ch; color: var(--muted); }
.hero .lede b { color: var(--text); font-weight: 500; }
.hero .ctas { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.hero .note { margin-top: 14px; font-size: 14px; color: var(--muted); min-height: 1.4em; }
.landing-pad { position: absolute; right: max(28px, calc((100vw - 1120px) / 2 + 28px)); top: 50%; width: 320px; height: 120px; transform: translateY(-50%); }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; width: 1px; height: 46px; background: var(--line); overflow: hidden; }
.scroll-cue span { position: absolute; left: 0; top: 0; width: 1px; height: 18px; background: var(--gerry); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0% { transform: translateY(-20px); } 100% { transform: translateY(50px); } }
/* drifting spec tiles: the catalog's world, floating behind the headline */
.drift { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; perspective: 900px; }
.drift .tile { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 9px; border: 1px solid var(--line); background: color-mix(in srgb, var(--panel) 78%, transparent); backdrop-filter: blur(4px); font-family: var(--mono); font-size: 12px; color: var(--muted); box-shadow: 0 8px 24px rgba(0,0,0,.06); white-space: nowrap; will-change: transform; opacity: 0; }
.drift .tile .ico { width: 14px; height: 14px; color: var(--gerry-text); }
.drift .tile[data-z="1"] { font-size: 11px; opacity: .55; } .drift .tile[data-z="3"] { font-size: 13px; }
.drift .tile:nth-child(1) { left: 58%; top: 16%; } .drift .tile:nth-child(2) { left: 74%; top: 24%; } .drift .tile:nth-child(3) { left: 88%; top: 18%; }
.drift .tile:nth-child(4) { left: 62%; top: 40%; } .drift .tile:nth-child(5) { left: 80%; top: 44%; } .drift .tile:nth-child(6) { left: 92%; top: 36%; }
.drift .tile:nth-child(7) { left: 66%; top: 66%; } .drift .tile:nth-child(8) { left: 78%; top: 74%; } .drift .tile:nth-child(9) { left: 90%; top: 60%; } .drift .tile:nth-child(10) { left: 70%; top: 84%; }
@media (max-width: 960px) { .landing-pad { display: none; } .hero { min-height: auto; padding-bottom: 120px; } .drift .tile { display: none; } .drift .tile:nth-child(-n+4) { display: inline-flex; } }

/* built on */
.built { padding: 8px 0 28px; }
.built .wrap { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 28px; }
.built-lab { font-size: 13px; color: var(--muted); letter-spacing: .02em; }
.stack { display: flex; gap: 28px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.stack li { display: flex; flex-direction: column; line-height: 1.2; }
.stack b { font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: -0.02em; color: var(--text); opacity: .85; }
.stack span { font-size: 12px; color: var(--muted); }

/* the sentence */
.sentence .sticky { overflow: hidden; }
.odo { position: absolute; right: 2vw; top: 50%; transform: translateY(-58%); display: flex; font-family: var(--display); font-weight: 700; font-size: clamp(120px, 24vw, 340px); letter-spacing: -0.05em; line-height: 1; color: var(--text); opacity: .07; pointer-events: none; user-select: none; }
.odo .col { position: relative; height: 1em; overflow: hidden; width: .62em; }
.odo .col.comma { width: .25em; }
.odo .col .strip { position: absolute; left: 0; top: 0; display: flex; flex-direction: column; will-change: transform; }
.odo .col .strip span { height: 1em; display: block; text-align: center; }
.spoken { font-family: var(--display); font-weight: 600; font-size: clamp(34px, 5.4vw, 74px); line-height: 1.12; letter-spacing: -0.03em; max-width: 16ch; }
.spoken .w { display: inline-block; white-space: pre; }
.spoken .chipw { position: relative; }
.chip { display: inline-block; position: relative; padding: .08em .42em; margin: 0 .04em; border-radius: .22em; vertical-align: baseline; }
.chip .fill { position: absolute; inset: 0; border-radius: inherit; background: var(--gerry-wash); border: 1.5px solid var(--gerry); transform: scaleX(0); transform-origin: 0 50%; box-shadow: 0 0 0 0 var(--gerry-glow); }
.chip .t { position: relative; }
.voiceline { width: min(600px, 100%); height: 6px; margin-top: 16px; display: block; }
.voiceline path { fill: none; stroke: var(--you); stroke-width: 2; stroke-linecap: round; }
.s-result { margin-top: 20px; display: flex; align-items: baseline; gap: 26px; flex-wrap: wrap; }
.s-count { font-family: var(--display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; }
.s-count small { font: 500 14px var(--body); color: var(--muted); margin-left: 10px; letter-spacing: 0; }
.gline { display: flex; gap: 10px; align-items: flex-start; max-width: 40ch; font-size: 18px; }
.gline i { width: 9px; height: 9px; border-radius: 50%; background: var(--gerry); margin-top: 9px; flex: none; }
.anchor { position: absolute; width: 1px; height: 1px; }
#a-sentence-home { right: 12%; bottom: 22%; }

/* the catalog stage — scaled to fit the viewport it plays in */
.catalog .two { grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr); }
.stage-wrap { position: relative; perspective: 1400px; transform-origin: 50% 0; transform: scale(var(--fit, 1)); }
.stage-fit { height: calc(var(--stage-h, 520px) * var(--fit, 1)); }
.stage-shadow { position: absolute; left: 8%; right: 8%; bottom: -26px; height: 40px; border-radius: 50%; background: radial-gradient(closest-side, rgba(0,0,0,.28), transparent); filter: blur(8px); opacity: .6; }
.stage { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; transform-style: preserve-3d; transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.stage .bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.stage .bar .dots { display: flex; gap: 5px; }
.stage .bar .dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); display: block; }
.stage .bar .url { margin-left: 8px; padding: 4px 10px; border-radius: 6px; background: var(--ground); font-family: var(--mono); font-size: 12px; }
.stage .body { display: grid; grid-template-columns: 150px 1fr; }
.stage .rail { border-right: 1px solid var(--line); padding: 12px 10px; display: flex; flex-direction: column; gap: 10px; }
.stage .group h4 { margin: 0 0 6px; font: 500 12px var(--body); color: var(--muted); }
.stage .group .opts { display: flex; flex-direction: column; gap: 2px; }
.fchip { display: block; width: 100%; text-align: left; font-size: 12.5px; line-height: 1.2; padding: 5px 8px; border-radius: 7px; border: 1px solid transparent; background: transparent; cursor: pointer; position: relative; transition: background 180ms ease-out, border-color 180ms ease-out; }
.fchip:hover { background: var(--panel-2); }
.fchip.on { background: var(--gerry-wash); border-color: var(--gerry); }
.fchip.trace { animation: trace 900ms ease-out; }
@keyframes trace { 0% { box-shadow: 0 0 0 0 var(--gerry-glow); } 100% { box-shadow: 0 0 0 12px rgba(0,0,0,0); } }
.stage .results { padding: 12px; min-height: 0; display: flex; flex-direction: column; gap: 10px; position: relative; }
.stage .count { display: flex; align-items: baseline; gap: 8px; font-size: 13px; color: var(--muted); }
.stage .count b { font-family: var(--display); font-weight: 600; font-size: 22px; color: var(--text); letter-spacing: -0.02em; }
.stage .count .btn { margin-left: auto; }
.stage .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.mcard { border: 1px solid var(--line); border-radius: 9px; padding: 8px 9px; background: var(--ground); font-size: 11.5px; line-height: 1.3; transition: opacity 260ms ease-out, transform 260ms ease-out, border-color 180ms; position: relative; }
.mcard .mcode { font-family: var(--mono); font-size: 11px; color: var(--muted); display: flex; justify-content: space-between; align-items: center; }
.mcard .mcode .ico { width: 15px; height: 15px; color: var(--gerry-text); }
.mcard .name { font-weight: 500; margin: 2px 0 3px; font-size: 12px; }
.mcard .spec { color: var(--muted); }
.mcard .price { margin-top: 6px; font-weight: 500; }
.mcard.focus { border-color: var(--gerry); box-shadow: 0 0 0 3px var(--gerry-wash); }
.mcard.out { opacity: 0; transform: translateY(14px) scale(.96); pointer-events: none; position: absolute; visibility: hidden; }
.stage .empty { color: var(--muted); font-size: 14px; padding: 30px 0; text-align: center; }
.stage .lead { border-top: 1px dashed var(--line); padding-top: 12px; display: flex; gap: 10px; align-items: center; font-size: 13px; opacity: 0; transform: translateY(8px); transition: opacity 240ms, transform 240ms; }
.stage .lead .ico { color: var(--gerry-text); }
.stage .lead.show { opacity: 1; transform: none; }
.stage .lead .pill { padding: 5px 10px; border-radius: 999px; background: var(--gerry-wash); border: 1px solid var(--gerry); font-weight: 500; flex: none; }
@media (max-width: 1100px) { .stage .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .stage .body { grid-template-columns: 1fr; } .stage .rail { border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; flex-wrap: wrap; } .stage .group { min-width: 44%; } .stage .grid { grid-template-columns: 1fr 1fr; } }
.transcript { margin-top: 16px; display: flex; flex-direction: column; gap: 6px; min-height: 58px; }
.transcript .line { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.transcript .who { width: 8px; height: 8px; border-radius: 50%; margin-top: 8px; flex: none; }
.transcript .you .who { background: var(--you); }
.transcript .gerry .who { background: var(--gerry); }
.transcript .you span { color: var(--muted); }

/* try */
.try { padding: 120px 0; }
.try .two { grid-template-columns: minmax(0, .8fr) minmax(0, 1.5fr); align-items: start; }
.try-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: var(--panel); }
.try-voice { background: linear-gradient(160deg, color-mix(in srgb, var(--panel-2) 70%, var(--gerry-wash)), var(--panel-2)); padding: 24px 22px; display: flex; flex-direction: column; gap: 16px; border-right: 1px solid var(--line); position: relative; overflow: hidden; }
.try-voice::before { content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(closest-side, var(--gerry-glow), transparent 70%); opacity: .6; }
.tv-head { display: flex; align-items: center; justify-content: space-between; }
.tv-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border-radius: 9px; background: var(--panel-2); color: var(--text); font: 700 14px var(--display); letter-spacing: -0.02em; border: 1px solid var(--line); }
.tv-badge .mark, .install-mock .mini-badge .mark { width: 26px; height: 23px; display: block; overflow: visible; }
.tv-lab { font-size: 12px; color: var(--muted); letter-spacing: .02em; }
.tv-lines { display: flex; flex-direction: column; gap: 10px; position: relative; }
.tv-lines .l { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; line-height: 1.4; }
.tv-lines .l i { width: 7px; height: 7px; border-radius: 50%; margin-top: 6px; flex: none; }
.tv-lines .you i { background: var(--you); } .tv-lines .you span { color: var(--muted); }
.tv-lines .ger i { background: var(--gerry); }
.tv-lines .ger span { background: var(--gerry-wash); padding: 2px 8px; border-radius: 8px; margin: -2px -8px; }
.tv-note { font-size: 13px; color: var(--muted); line-height: 1.45; }
.lead-form { padding: 24px 24px 22px; display: flex; flex-direction: column; gap: 16px; position: relative; }
.f-progress { display: flex; gap: 6px; }
.f-progress span { flex: 1; height: 3px; border-radius: 2px; background: var(--line); transition: background 240ms; }
.f-progress span.on { background: var(--gerry); }
.lead-form .f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fl { position: relative; display: block; }
.fl input, .fl textarea { width: 100%; font: 500 15px var(--body); color: var(--text); background: var(--ground); border: 1px solid var(--line); border-radius: 10px; padding: 20px 12px 8px; transition: border-color 160ms, box-shadow 160ms; }
.fl textarea { resize: vertical; min-height: 92px; padding-top: 24px; }
.fl span { position: absolute; left: 12px; top: 14px; font-size: 14px; color: var(--muted); pointer-events: none; transition: transform 160ms ease, font-size 160ms ease, color 160ms; transform-origin: 0 0; }
.fl input:focus + span, .fl input:not(:placeholder-shown) + span, .fl textarea:focus + span, .fl textarea:not(:placeholder-shown) + span { transform: translateY(-9px); font-size: 11px; color: var(--gerry-text); }
.fl input:focus, .fl textarea:focus { outline: none; border-color: var(--you); box-shadow: 0 0 0 3px var(--you-wash); }
.lead-form .gerry-typing { border-color: var(--gerry) !important; box-shadow: 0 0 0 3px var(--gerry-wash) !important; }
.btn.wide { justify-content: center; width: 100%; padding: 13px 16px; font-size: 16px; }
.f-foot { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.f-foot .ico { color: var(--gerry-text); width: 16px; height: 16px; }
.lead-form .f-done { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: 10px; background: var(--gerry-wash); border: 1px solid var(--gerry); font-size: 15px; }
.lead-form .f-done .ico { color: var(--gerry-text); margin-top: 2px; }
.lead-form .f-done b { font-weight: 600; margin-right: 4px; }
.lead-form.sent .fl, .lead-form.sent .btn.wide, .lead-form.sent .f-foot { opacity: .5; pointer-events: none; }
@media (max-width: 960px) { .try .two { grid-template-columns: 1fr; } .try-card { grid-template-columns: 1fr; } .try-voice { border-right: 0; border-bottom: 1px solid var(--line); } }
@media (max-width: 640px) { .lead-form .f2 { grid-template-columns: 1fr; } }


/* declare */
.declare, .install, .trust, .pricing { padding: 120px 0; }
.code .tabs { display: flex; gap: 4px; margin: -8px -6px 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-family: var(--body); font-size: 12px; }
.code .tabs span { padding: 5px 10px; border-radius: 7px 7px 0 0; color: var(--muted); }
.code .tabs span.on { color: var(--text); background: var(--ground); }
.convo { margin-top: 26px; display: flex; flex-direction: column; gap: 10px; }
.convo .line { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; opacity: .35; transition: opacity 240ms; padding: 6px 10px; margin: -6px -10px; border-radius: 8px; }
.convo .line.lit { opacity: 1; }
.convo .line.lit.gerry { background: var(--gerry-wash); }
.convo .line i { width: 8px; height: 8px; border-radius: 50%; margin-top: 8px; flex: none; }
.convo .you i { background: var(--you); } .convo .gerry i { background: var(--gerry); }
.convo .you span { color: var(--muted); }
.code-wrap { position: relative; }
.wire { position: absolute; left: -44px; top: 0; width: 44px; height: 100%; overflow: visible; pointer-events: none; }
.wire path { fill: none; stroke: var(--gerry); stroke-width: 1.5; stroke-dasharray: 4 4; opacity: 0; transition: opacity 240ms; }
.wire.on path { opacity: .9; }
.code { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 20px 18px 18px; font-family: var(--mono); font-size: 13px; line-height: 1.6; overflow-x: auto; box-shadow: var(--shadow); }
.code .copy { position: absolute; top: 10px; right: 10px; }
.code .cl { white-space: pre; padding: 0 8px; margin: 0 -8px; border-radius: 6px; transition: background 220ms; }
.code .cl.lit { background: var(--gerry-wash); }
.code .c { color: var(--muted); } .code .k { color: var(--gerry); } .code .s { color: var(--you); }
@media (max-width: 960px) { .wire { display: none; } }

/* trust: the flow */
.flow { margin: 0 0 32px; padding: 20px 18px 10px; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.flow svg { width: 100%; height: auto; display: block; overflow: visible; font-family: var(--body); }
.flow .node rect { fill: var(--ground); stroke: var(--line); stroke-width: 1.2; }
.flow .node.gerry rect { fill: var(--gerry-wash); stroke: var(--gerry); }
.flow .node text { fill: var(--text); font-size: 14px; font-weight: 500; text-anchor: middle; }
.flow .node text.sub { fill: var(--muted); font-size: 11.5px; font-weight: 400; }
.flow .wires .w { fill: none; stroke: var(--gerry); stroke-width: 1.6; stroke-dasharray: 5 4; }
.flow .labels text { fill: var(--muted); font-size: 11px; }
.flow .labels text.note { text-anchor: middle; font-size: 11.5px; fill: var(--text); opacity: .75; }

/* install */
.install .two { align-items: start; }
.install .facts { grid-template-columns: 1fr 1fr; gap: 18px 22px; }
.install-mock { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.install-mock .doc, .install-mock .site { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.install-mock .doc-bar, .install-mock .site-bar { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-bottom: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.install-mock .dots { display: flex; gap: 5px; } .install-mock .dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); display: block; }
.install-mock .fname { font-family: var(--mono); font-size: 11.5px; }
.install-mock .doc-code { margin: 0; padding: 14px 14px 16px; font-family: var(--mono); font-size: 12px; line-height: 1.7; color: var(--text); white-space: pre; overflow: hidden; }
.install-mock .doc-code .c, .install-mock .doc-code .dim { color: var(--muted); }
.install-mock .doc-code .typed { color: var(--gerry); }
.install-mock .caret { display: inline-block; width: 7px; height: 1.1em; background: var(--gerry); vertical-align: -3px; animation: caret 1s steps(1) infinite; opacity: 0; }
.install-mock .caret.on { opacity: 1; }
@keyframes caret { 50% { opacity: 0; } }
.install-mock .site-body { position: relative; padding: 14px; min-height: 190px; display: flex; flex-direction: column; gap: 9px; }
.install-mock .sk { height: 8px; border-radius: 4px; background: var(--panel-2); width: 70%; }
.install-mock .sk.h { height: 12px; width: 45%; } .install-mock .sk.w { width: 90%; }
.install-mock .sk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 6px; }
.install-mock .sk-grid i { display: block; height: 36px; border-radius: 6px; background: var(--panel-2); }
.install-mock .mini-badge { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px 6px 7px; border-radius: 9px; background: var(--panel); border: 1px solid var(--line); color: var(--text); font: 700 13px var(--display); letter-spacing: -0.02em; box-shadow: var(--shadow); transform: scale(0); transform-origin: 100% 100%; }
.install-mock .arrow { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 40px; height: 24px; color: var(--gerry); background: var(--ground); border-radius: 999px; padding: 4px 6px; box-sizing: content-box; }
.install-mock .arrow svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 960px) { .install-mock { grid-template-columns: 1fr; } .install-mock .arrow { transform: translate(-50%, -50%) rotate(90deg); } }
.install .oneline { margin-top: 26px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; font-family: var(--mono); font-size: 14px; overflow-x: auto; box-shadow: var(--shadow); }
.install .oneline code { white-space: pre-wrap; word-break: break-all; line-height: 1.5; }
.facts { margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fact { border-top: 2px solid var(--line); padding-top: 16px; }
.fact .ico { width: 26px; height: 26px; color: var(--gerry-text); display: block; margin-bottom: 12px; }
.fact b { display: block; font-weight: 500; margin-bottom: 4px; }
.fact span { color: var(--muted); font-size: 15px; }
.fact code { font-family: var(--mono); font-size: 13px; }
@media (max-width: 860px) { .facts { grid-template-columns: 1fr 1fr; } }

/* trust */
.qa { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 32px; margin: 16px 0 0; }
@media (max-width: 960px) { .qa { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .qa { grid-template-columns: 1fr; } }
.qa div { padding: 16px 0 16px 38px; border-top: 1px solid var(--line); position: relative; }
.qa .ico { position: absolute; left: 0; top: 19px; width: 24px; height: 24px; color: var(--gerry-text); }
.qa dt { font-weight: 500; margin-bottom: 4px; }
.qa dd { margin: 0; color: var(--muted); font-size: 15.5px; }
@media (max-width: 860px) { .qa { grid-template-columns: 1fr; } }

/* pricing calculator */
.calc { margin-top: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 18px 22px 16px; display: flex; flex-direction: column; gap: 14px; }
.calc-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.calc-out b { font-family: var(--display); font-weight: 600; font-size: 34px; letter-spacing: -0.025em; }
.calc-out small { font: 500 14px var(--body); color: var(--muted); margin-left: 6px; }
.calc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.calc-grid label { display: grid; grid-template-columns: 1fr auto; gap: 6px 10px; font-size: 13px; color: var(--muted); align-items: center; }
.calc-grid label span { color: var(--text); font-weight: 500; }
.calc-grid input[type=range] { grid-column: 1 / -1; width: 100%; accent-color: var(--gerry); }
.calc-note { font-size: 14px; color: var(--muted); }
.calc-note span.num { color: var(--text); font-weight: 500; }
@media (max-width: 860px) { .calc-grid { grid-template-columns: 1fr; } }

/* pricing */
.pricing .two { align-items: end; margin-bottom: 36px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; perspective: 1200px; }
.plan { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 22px; display: flex; flex-direction: column; gap: 8px; transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform 300ms ease-out, box-shadow 300ms; }
.plan .ico { width: 26px; height: 26px; color: var(--gerry); margin-bottom: 6px; }
.plan .lab, .meter .lab { font-size: 14px; color: var(--muted); }
.plan .price { font-family: var(--display); font-weight: 600; font-size: 38px; letter-spacing: -0.025em; line-height: 1; }
.plan .price small { font: 500 15px var(--body); color: var(--muted); letter-spacing: 0; margin-left: 4px; }
.plan p { color: var(--muted); font-size: 15px; }
.plan.featured { border-color: var(--gerry); box-shadow: 0 0 0 4px var(--gerry-wash), var(--shadow); }
.meter { margin-top: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 18px 22px; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; }
.meter .barw { height: 8px; border-radius: 999px; background: var(--panel-2); overflow: hidden; margin-top: 10px; }
.meter .barf { height: 100%; width: 0%; background: linear-gradient(90deg, var(--gerry-lo), var(--gerry-hi)); border-radius: 999px; }
.meter b { font-family: var(--display); font-weight: 600; font-size: 26px; letter-spacing: -0.02em; }
@media (max-width: 860px) { .plans { grid-template-columns: 1fr; } .meter { grid-template-columns: 1fr; } }

/* closing */
.closing { padding: 120px 0 48px; }
.closing .two { align-items: center; }
.closing h2 { font-size: clamp(34px, 4.6vw, 56px); }
.closing .muted { margin-top: 12px; font-size: 18px; }
.ctas.end { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

/* waitlist: opening soon, one field, a strip of its own above the footer */
.waitlist { margin-top: 72px; padding: 22px 24px; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px 40px; align-items: center; }
.waitlist .eyebrow { margin-bottom: 8px; }
.wl-line { color: var(--muted); font-size: 15.5px; max-width: 46ch; }
.wl-form { display: flex; gap: 10px; align-items: stretch; }
.wl-form .fl { flex: 1 1 auto; min-width: 0; }
.wl-form .btn { white-space: nowrap; }
.wl-form.sent { display: none; }
.wl-note { margin-top: 8px; font-size: 13.5px; color: var(--muted); }
.wl-note:empty { display: none; }
.wl-done { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: 10px; background: var(--gerry-wash); border: 1px solid var(--gerry); font-size: 15px; }
.wl-done .ico { color: var(--gerry-text); width: 16px; height: 16px; margin-top: 3px; }
.wl-done b { font-weight: 600; margin-right: 4px; }
.wl-done[hidden] { display: none; }
@media (max-width: 960px) { .waitlist { grid-template-columns: 1fr; margin-top: 48px; } }
@media (max-width: 520px) { .wl-form { flex-wrap: wrap; } .wl-form .fl { flex-basis: 100%; } .wl-form .btn { width: 100%; } }

.foot { margin-top: 120px; border-top: 1px solid var(--line); padding: 56px 0 36px; font-size: 14.5px; color: var(--muted); background: color-mix(in srgb, var(--panel) 40%, transparent); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.foot-grid > div { display: flex; flex-direction: column; gap: 9px; }
.foot-grid b { color: var(--text); font-weight: 500; margin-bottom: 4px; }
.foot-grid a { color: inherit; text-decoration: none; }
.foot-grid a:hover { color: var(--text); }
.foot-brand p { margin: 12px 0 8px; max-width: 34ch; line-height: 1.5; }
.foot-row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13.5px; }
.foot-row a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
@media (max-width: 860px) { .ctas.end { justify-content: flex-start; } }

/* reveal elements start visible; motion only lifts them when the page has GSAP */
.has-motion .reveal { opacity: 0; transform: translateY(18px); }

@media (prefers-reduced-motion: reduce) {
  .badge .eyes, .badge .eye .lid, .badge .eye .pupil, .fchip, .mcard, .btn, .chip .fill, .stage, .plan { transition: none !important; animation: none !important; }
  .scroll-cue span, .badge.listening .ring, .badge.speaking .eyes { animation: none !important; }
  .drift .tile { opacity: .5; }
}

/* who it's for: three drawn scenes in the site's own ink, Gerry the only fill */
.who { padding: 120px 0; }
.who .lede { max-width: 560px; margin: 8px 0 0; }
.who-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.who-card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px 20px; box-shadow: var(--shadow); }
.who-card b { display: block; font-weight: 500; margin: 16px 0 4px; font-size: 17px; }
.who-card span { color: var(--muted); font-size: 14.5px; }
.scene-art { display: block; width: 100%; height: auto; aspect-ratio: 320 / 200; border-radius: 10px; background: var(--ground); font-family: var(--mono); font-size: 11px; }
.scene-art .lines * { fill: none; stroke: var(--text); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; opacity: .72; }
.scene-art .chips rect { fill: var(--panel); stroke: var(--line); stroke-width: 1; }
.scene-art .chips rect.on { fill: var(--gerry-wash); stroke: var(--gerry); stroke-width: 1.5; }
.scene-art .chips text { fill: var(--text); text-anchor: middle; font-size: 11.5px; }
.scene-art .trace rect { fill: none; stroke: var(--gerry); stroke-width: 1; opacity: 0; transform-box: fill-box; transform-origin: center; }
.scene-art .lbl { fill: var(--muted); font-size: 10.5px; }
.scene-art .you circle { fill: var(--you); }
.scene-art .you text { fill: var(--you); font-size: 11.5px; }
.scene-art .pin path { fill: var(--gerry); stroke: none; }
.scene-art .pin circle { fill: var(--gerry-ink); opacity: .5; }
.scene-art .arc { fill: none; stroke: var(--gerry); stroke-width: 1.5; stroke-dasharray: 4 5; opacity: .8; }
.scene-art .gerry { filter: drop-shadow(0 6px 10px var(--gerry-glow)); }
@media (max-width: 1100px) { .who-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .who-grid { grid-template-columns: 1fr; } .who { padding: 90px 0; } }

/* declare: the script line is the one thing on the customer's site; the rest is the map */
.code .cl.hl-script { color: var(--text); white-space: pre-wrap; word-break: break-all; }
.code-alt { margin: 14px 4px 0; font-size: 14px; }
.code-alt code { font-family: var(--mono); font-size: 12.5px; background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 2px 6px; }

/* pricing: plans render from PRICING in app.js */
.plan ul { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 14.5px; }
.plan ul li { padding-left: 18px; position: relative; }
.plan ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--gerry); }
.plan .inc { display: flex; gap: 14px; font-size: 14px; margin-top: 4px; }
.plan .inc b { display: block; font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: -0.02em; color: var(--text); }
.plan .inc span { color: var(--muted); }
.plan-foot { margin: 14px 4px 0; font-size: 14px; color: var(--muted); }
.plan-foot b { color: var(--text); font-weight: 500; }
.f-invoice { margin: 10px 0 0; font-size: 13.5px; }

/* app doors */
.ctas .quiet { align-self: center; margin-left: 4px; font-size: 14.5px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.ctas .quiet:hover { color: var(--text); }
.plan .plan-cta { margin-top: auto; align-self: flex-start; margin-top: 14px; }
.plan-foot a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.plan.featured .plan-cta { background: var(--gerry); color: var(--gerry-ink); border-color: color-mix(in srgb, var(--gerry) 60%, #1A1508); box-shadow: 0 6px 16px color-mix(in srgb, var(--gerry) 28%, transparent); }
.plan.featured .plan-cta .ico { color: var(--gerry-ink); }

/* phones */
@media (max-width: 960px) {
  .catalog .two { grid-template-columns: 1fr; gap: 20px; }
  .catalog .side h2 { font-size: 30px; }
  .built .wrap { padding: 14px 20px; gap: 14px; }
  .stack { gap: 14px 22px; }
  .stack li b { font-size: 15px; } .stack li span { font-size: 12px; }
}
@media (max-width: 640px) {
  body.docs .nav .btn.primary { display: none; }
  .hero h1 { font-size: 46px; }
  .ctas { flex-wrap: wrap; }
}
html { overflow-x: clip; }
.hero { overflow: hidden; }

/* trust: certificates, said plainly, with whose they are */
.certs { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 8px 0 28px; }
.cert { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: var(--muted); }
.cert .owner { font-size: 11.5px; letter-spacing: .01em; }
.cert b { font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: -0.02em; color: var(--text); }
.cert.us { border-style: dashed; }
@media (max-width: 1100px) { .certs { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .certs { grid-template-columns: 1fr 1fr; } }
.nav .lang { font: 500 13px var(--body); letter-spacing: .04em; color: var(--muted); text-decoration: none; padding: 8px 9px; border-radius: 9px; border: 1px solid transparent; }
.nav .lang:hover { color: var(--text); background: var(--panel); border-color: var(--line); }

/* faq */
.faq { padding: 120px 0; }
.faq-grid { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.faq details { border-top: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; list-style: none; padding: 14px 32px 14px 0; font-weight: 500; font-size: 17px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font: 400 22px var(--display); color: var(--gerry-text); transition: transform 200ms; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 16px; color: var(--muted); font-size: 15.5px; max-width: 56ch; }
@media (max-width: 860px) { .faq-grid { grid-template-columns: 1fr; } }
.lead-form .f-done[hidden] { display: none; }
