/* Advanto marketing — dark, type-led, with the interactive shape field and the
   product spiral doing the showing-off. Space Grotesk carries the voice;
   Instrument Serif italics mark the human moments. */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #080a0f;
  --bg-2: #0c0f16;
  --ink: #f4f5f7;
  --ink-2: #b9bec9;
  --muted: #7c828f;
  --line: rgba(255, 255, 255, .09);
  --line-2: rgba(255, 255, 255, .16);
  --go: #2dd4a7;
  --go-deep: #0ca678;
  --indigo: #8b93ff;
  --font: 'Space Grotesk', system-ui, sans-serif;
  --serif: 'Instrument Serif', Georgia, serif;
}

html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--bg); color: var(--ink);
  font-family: var(--font); font-size: 16px; line-height: 1.6;
  /* CLIP, NOT HIDDEN. Both stop sideways scrolling — which Google's mobile report
     flags as "content wider than screen" and which feels broken under a thumb — but
     `hidden` also makes body a SCROLL CONTAINER, and that silently kills every
     position:sticky descendant. This page has one (.gallery-sticky), so the plain
     `hidden` that was here was stopping the gallery pinning with no error to show
     for it. `clip` clips without creating a scroll container. `hidden` stays first
     as the fallback for browsers that predate `clip`. */
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}
em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--go); }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-weight: 700; letter-spacing: -0.02em; }

/* reveals — hidden only while the anim system is confirmed alive */
.anim-ready .reveal { opacity: 0; transform: translateY(26px); }

/* ── loader ─────────────────────────────────────────────────────────────── */
#loader { position: fixed; inset: 0; z-index: 200; background: var(--bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  transition: opacity .55s ease, visibility .55s; }
#loader.hide { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-word { font-size: 30px; font-weight: 700; letter-spacing: -.02em; }
.loader-bar { width: 148px; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.loader-bar span { display: block; width: 0; height: 100%; background: var(--go); }

/* ── nav ────────────────────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 18px clamp(18px, 4vw, 44px);
  transition: background .35s ease, padding .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent; }
.nav.shrink { background: rgba(8, 10, 15, .82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding-top: 12px; padding-bottom: 12px; border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 19px; letter-spacing: -.01em; }
.brand-mark { width: 15px; height: 15px; border-radius: 4px; flex-shrink: 0; transform: rotate(45deg);
  background: conic-gradient(from 180deg, var(--go-deep), var(--indigo), var(--go), var(--go-deep)); }
/* the nav orb floats where the diamond was; the diamond stays as the fallback */
.brand-orb { position: relative; width: 22px; height: 22px; flex-shrink: 0; display: inline-flex;
  align-items: center; justify-content: center; }
.brand-orb .brand-mark { width: 13px; height: 13px; }
.brand-orb.has-orb .brand-mark { opacity: 0; }
.nav-orb { position: absolute; inset: -9px; width: calc(100% + 18px); height: calc(100% + 18px); display: block;
  pointer-events: none; }
.nav-links { display: flex; gap: clamp(14px, 3vw, 30px); font-size: 14.5px; color: var(--ink-2); }
.nav-links a:hover { color: var(--ink); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; border-radius: 50px;
  font-weight: 600; font-size: 14.5px; padding: 10px 20px; border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--go); color: #04231a; }
.btn.primary:hover { background: #47e6bb; }
.btn.ghost { border-color: var(--line-2); color: var(--ink); }
.btn.ghost:hover { border-color: var(--go); color: var(--go); }
.btn.big { padding: 14px 28px; font-size: 16px; }
.btn.wide { width: 100%; justify-content: center; }

/* ── shape-field sections (hero + cta) ──────────────────────────────────── */
/* Every ambient canvas dissolves at its vertical edges so sections flow into
   each other — nothing ever hard-crops at a boundary. */
.shape-canvas {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 86%, transparent 100%);
}
.shape-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

.hero { position: relative; min-height: 100vh; min-height: 100dvh; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--go); }
.eyebrow.center { text-align: center; }

/* ── the L.I.S.A. stage: big Eve centre-right, conversation at the left edge ── */
.stage-orb { position: absolute; right: 11vw; top: 42%; transform: translateY(-54%);
  width: min(38vw, 540px); aspect-ratio: 1; pointer-events: none; }
.stage-orb::before { content: ''; position: absolute; inset: 18%; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #8b93ff 0%, var(--go) 60%, var(--go-deep) 100%);
  filter: blur(2px); opacity: .9; }
.stage-orb.has-orb::before, .stage-orb:has([data-blob])::before { display: none; }
.stage-orb-canvas { position: absolute; inset: -32%; width: 164%; height: 164%; display: block; }
.stage-chat { position: absolute; z-index: 2; left: clamp(18px, 6vw, 96px); top: 50%;
  transform: translateY(-50%); width: min(420px, 86vw); }

/* floating, bubble-less conversation (hero only — the signup bubble stays a bubble) */
.stage-chat .chat-thread { padding: 0 0 4px; max-height: min(56vh, 520px); }
.stage-chat .chat-msg.eve .chat-bubble { background: none; border: none; padding: 0; max-width: 100%;
  font-size: 16.5px; line-height: 1.6; }
.stage-chat .chat-msg.me .chat-bubble { font-size: 13.5px; padding: 7px 12px; }
.stage-chat .chat-msg { transition: opacity .5s ease; }
.stage-chat .chat-thread .chat-msg:not(:last-child) { opacity: .42; }   /* history fades like L.I.S.A. */
.stage-chat .chat-chips { padding: 12px 0; }
.stage-chat .chat-composer { padding: 8px 0 0; }
.stage-chat .chat-composer input { padding: 10px 15px; font-size: 13.5px; }
.stage-chat .chat-composer button { width: 38px; height: 38px; font-size: 16px; }

@media (max-width: 900px) {
  .hero-stage { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
  .stage-orb { position: relative; right: auto; top: auto; transform: none;
    width: min(58vw, 300px); margin: 96px auto 0; }
  .stage-chat { position: relative; left: auto; top: auto; transform: none;
    width: min(480px, calc(100vw - 36px)); margin: 4px auto 46px; }
  .stage-chat .chat-thread { max-height: none; }
}

/* the chat — no panel, no chrome: everything floats on the page itself */
.chat-panel { pointer-events: auto; text-align: left; }
.chat-head { display: flex; align-items: center; gap: 11px; padding: 13px 4px; }
.chat-ava { position: relative; width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  animation: avaBreath 3.6s ease-in-out infinite; }
/* gradient dot only as the no-WebGL fallback — the bare orb floats otherwise */
.chat-ava::before { content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #8b93ff 0%, var(--go) 60%, var(--go-deep) 100%);
  box-shadow: 0 0 18px -2px var(--go); }
.chat-ava.has-orb::before { display: none; }
.chat-ava-orb { position: absolute; inset: -12px; width: calc(100% + 24px); height: calc(100% + 24px); display: block; }
@keyframes avaBreath { 50% { transform: scale(1.07); } }
.chat-id { display: flex; flex-direction: column; line-height: 1.25; }
.chat-id strong { font-size: 15px; }
.chat-id small { font-size: 11.5px; color: var(--muted); display: inline-flex; align-items: center; gap: 5px; }
.chat-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--go); display: inline-block;
  box-shadow: 0 0 6px var(--go); }
.chat-open { margin-left: auto; font-size: 12px; color: var(--muted); border: 1px solid var(--line);
  border-radius: 50px; padding: 6px 12px; transition: color .2s, border-color .2s; }
.chat-open:hover { color: var(--go); border-color: var(--go); }
.chat-thread { padding: 12px 4px 4px; max-height: min(44vh, 430px); overflow-y: auto; scrollbar-width: thin;
  display: flex; flex-direction: column; gap: 12px; }
.chat-msg { display: flex; gap: 9px; align-items: flex-end; }
.chat-msg.me { justify-content: flex-end; }
.chat-bubble { max-width: 86%; font-size: 14.5px; line-height: 1.55; padding: 10px 14px; border-radius: 16px 16px 16px 5px;
  background: rgba(255, 255, 255, .06); border: 1px solid var(--line); color: var(--ink); }
.chat-msg.me .chat-bubble { background: var(--go); border-color: transparent; color: #04231a;
  border-radius: 16px 16px 5px 16px; font-weight: 500; }
.chat-cursor { display: inline-block; width: 8px; margin-left: 2px; animation: curBlink .9s steps(1) infinite; color: var(--go); }
@keyframes curBlink { 50% { opacity: 0; } }
.chat-typing { display: inline-flex; gap: 4px; padding: 4px 2px; }
.chat-typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: typBob 1s ease-in-out infinite; }
.chat-typing i:nth-child(2) { animation-delay: .15s; } .chat-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typBob { 30% { transform: translateY(-4px); opacity: 1; } }

/* light widget cards inside Eve's bubbles — the product's own look */
.cw { margin-top: 10px; background: #f4f5f8; color: #16181d; border-radius: 12px; overflow: hidden;
  font-size: 13px; box-shadow: 0 10px 26px -14px rgba(0, 0, 0, .8); }
.cw-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  padding: 8px 12px; background: #e9ebf0; font-weight: 700; }
.cw-head small { font-weight: 500; color: #6b7280; }
.cw-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 12px;
  border-top: 1px solid #e2e5ea; }
.cw-row .t { font-weight: 600; }
.cw-row .d { color: #6b7280; font-size: 12px; }
.cw-row .v { font-weight: 700; white-space: nowrap; }
.cw-pill { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  border-radius: 50px; padding: 3px 9px; background: #e2e5ea; color: #374151; }
.cw-pill.won { background: #d3f5e9; color: #067a58; }
.chat-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 4px 12px; }
.chat-chip { border: 1px solid var(--line-2); background: rgba(255, 255, 255, .04); color: var(--ink);
  border-radius: 50px; padding: 8px 14px; font-size: 13px; font-weight: 500; cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s; }
.chat-chip:hover { border-color: var(--go); color: var(--go); transform: translateY(-1px); }
.chat-chip.go { background: var(--go); border-color: transparent; color: #04231a; font-weight: 600; }
.chat-chip.go:hover { color: #04231a; background: #47e6bb; }
.chat-composer { display: flex; gap: 9px; padding: 12px 4px 4px; }
.chat-composer input { flex: 1; background: rgba(255, 255, 255, .05); border: 1px solid var(--line-2);
  border-radius: 50px; padding: 11px 17px; color: var(--ink); font: inherit; font-size: 14px; outline: none; }
.chat-composer input:focus { border-color: var(--go); }
.chat-composer input::placeholder { color: var(--muted); }
.chat-composer button { width: 42px; height: 42px; border-radius: 50%; border: none; background: var(--go);
  color: #04231a; font-size: 18px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.chat-composer button:hover { transform: translateY(-2px); background: #47e6bb; }
.hero-hint { position: absolute; bottom: 16px; left: 0; right: 0; z-index: 2; text-align: center;
  font-size: 12.5px; letter-spacing: .08em; color: var(--muted); pointer-events: none;
  animation: hintPulse 2.6s ease-in-out infinite; }
@keyframes hintPulse { 50% { opacity: .45; } }

/* ── signup page ────────────────────────────────────────────────────────── */
.signup-sub { max-width: 560px; margin: 0 auto 30px; color: var(--ink-2); font-size: clamp(15px, 1.9vw, 18px); }
.signup-sub strong { color: var(--ink); }
.signup-form { pointer-events: auto; text-align: left; max-width: 560px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 14px; }
.sf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.signup-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.signup-form label span { display: block; }
.signup-form label small { text-transform: none; letter-spacing: 0; font-weight: 400; }
.signup-form input { background: rgba(255, 255, 255, .05); border: 1px solid var(--line-2); border-radius: 14px;
  padding: 13px 16px; color: var(--ink); font: inherit; font-size: 16px; outline: none; transition: border-color .2s; }
.signup-form input:focus { border-color: var(--go); }
.signup-form input::placeholder { color: rgba(124, 130, 143, .55); }
.signup-form .btn { margin-top: 6px; justify-content: center; }
.signup-done { max-width: 560px; margin: 0 auto; text-align: left; pointer-events: auto; }
@media (max-width: 640px) { .sf-row { grid-template-columns: 1fr; } }

/* ── statement ──────────────────────────────────────────────────────────── */
.statement { padding: clamp(90px, 14vh, 160px) 20px; display: flex; justify-content: center; }
.statement p { max-width: 780px; text-align: center; font-size: clamp(21px, 3.2vw, 34px); line-height: 1.4; font-weight: 500; color: var(--ink-2); }
.statement em { font-size: 1.06em; }

/* ── trades marquee — an endless drift of who it's for ──────────────────── */
.marquee { overflow: hidden; padding: 16px 0; margin: 0 0 6px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; white-space: nowrap; width: max-content;
  animation: marqueeDrift 46s linear infinite; }
.marquee-track span { font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
@keyframes marqueeDrift { to { transform: translateX(-50%); } }

/* ── product showcase: big cards gliding through centre stage ───────────── */
.gallery { position: relative; height: 230vh; }
.gallery-sticky { position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center; }
.gallery-head { text-align: center; padding: max(76px, 9vh) 20px 0; flex: 0 0 auto; }
.gallery-head h2 { font-size: clamp(28px, 4.4vw, 52px); line-height: 1.05; margin: 12px 0 0; }
.show-track { flex: 1 1 auto; display: flex; align-items: center; gap: clamp(24px, 3.4vw, 56px);
  padding: 2vh 0 10vh; will-change: transform; }
.show-card { flex: 0 0 auto; margin: 0; height: min(62vh, 660px); aspect-ratio: 620 / 756;
  display: flex; flex-direction: column; }
.show-card img { width: 100%; height: 100%; object-fit: contain; border-radius: 18px;
  border: 1px solid var(--line-2); background: #f4f5f8;
  box-shadow: 0 30px 70px -24px rgba(0, 0, 0, .85); display: block; }
.show-card figcaption { margin-top: 14px; text-align: center; font-size: 13px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ── horizontal scramble ────────────────────────────────────────────────── */
/* Pulled up into the gallery's tail (the spiral has faded there) so there is
   no dead viewport-tall black gap between the two set-pieces. */
.hscroll { position: relative; overflow: hidden; margin-top: -55vh; }
.hs-sticky { height: 100vh; height: 100dvh; display: flex; align-items: center; overflow: hidden; }
/* The lead-in padding leaves the line's head already on screen at rest, so the
   hand-off from the gallery never shows an empty viewport — the scattered head
   rises in, then the pin engages and the travel assembles it. */
.hs-text { white-space: nowrap; font-size: clamp(64px, 13vw, 180px); line-height: 1;
  padding-left: 55vw; will-change: transform; }
.hs-text em { color: var(--go); }
.hs-char { display: inline-block; will-change: transform; }
.hs-word { display: inline-block; white-space: nowrap; }

/* ── features ───────────────────────────────────────────────────────────── */
.features, .voice, .pricing { padding: clamp(90px, 13vh, 150px) clamp(18px, 5vw, 60px); }
.sec-h2 { font-size: clamp(32px, 5.4vw, 62px); line-height: 1.05; margin: 16px 0 0; }
.sec-h2.center, .center { text-align: center; }
.feature-grid { max-width: 1080px; margin: clamp(40px, 7vh, 70px) auto 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
/* the four WebGL feature cards */
.fx-grid { max-width: 1120px; margin: clamp(40px, 7vh, 70px) auto 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 16px; }
.fx-card { border: 1px solid var(--line); border-radius: 20px; padding: 0 0 22px; overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,.028), rgba(255,255,255,.008));
  transition: transform .25s ease, border-color .25s ease; }
.fx-card:hover { transform: translateY(-5px); border-color: var(--line-2); }
.fx-card canvas { display: block; width: 100%; height: 150px;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent);
  mask-image: linear-gradient(to bottom, #000 70%, transparent); }
.fx-card h3 { font-size: 18px; margin: 4px 22px 8px; }
.fx-card p { color: var(--ink-2); font-size: 14px; margin: 0 22px; }
.feature-card { border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px;
  background: linear-gradient(160deg, rgba(255,255,255,.028), rgba(255,255,255,.008));
  transition: transform .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: var(--line-2); }
.fc-ic { font-size: 24px; display: inline-block; margin-bottom: 14px; }
.feature-card h3 { font-size: 18.5px; margin-bottom: 8px; }
.feature-card p { color: var(--ink-2); font-size: 14.5px; }

/* ── voice / resilience ─────────────────────────────────────────────────── */
/* pulled up into the scramble's tail — its waves fade in over the empty release */
/* Voice used to climb -32vh into the section above (built when the pinned scramble
   preceded it and left runway). The jobs section sits there now, so the chapters get
   real air between them instead. */
.voice { position: relative; overflow: hidden; margin-top: clamp(70px, 12vh, 160px); }
/* full-viewport background layer — its edges ARE the screen edges, so the
   lines can never crop; it fades in as the voice chapter approaches */
.voice-wave { position: fixed; inset: 0; width: 100%; height: 100%; display: block;
  pointer-events: none; z-index: -1; opacity: 0; }
.voice-body { position: relative; z-index: 1; }
.voice-sub { max-width: 620px; margin: 18px auto 0; text-align: center; color: var(--ink-2); font-size: clamp(15.5px, 1.9vw, 19px); }

/* the playable voice moment */
.voice-demo { max-width: 560px; margin: clamp(30px, 5vh, 48px) auto 0; display: flex; align-items: center; gap: 18px;
  border: 1px solid var(--line-2); border-radius: 20px; padding: 18px 20px;
  background: rgba(10, 13, 19, .8); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.vd-orb-wrap { position: relative; width: 64px; height: 64px; flex-shrink: 0; border-radius: 50%; }
.vd-orb-wrap::before { content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #8b93ff 0%, var(--go) 62%, var(--go-deep) 100%); }
.vd-orb-wrap.has-orb::before, .vd-orb-wrap[data-blob]::before { display: none; }
.vd-orb-wrap[data-blob] { display: flex; align-items: center; justify-content: center; }
.vd-orb { position: absolute; inset: -22px; width: calc(100% + 44px); height: calc(100% + 44px); display: block; }
.vd-lines { flex: 1; min-width: 0; text-align: left; display: flex; flex-direction: column; gap: 8px; }
.vd-mic { align-self: flex-start; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .05); color: var(--ink);
  border-radius: 50px; padding: 10px 16px; font: inherit; font-size: 14px; font-weight: 500; cursor: pointer;
  transition: border-color .2s, color .2s, transform .2s; }
.vd-mic:hover { border-color: var(--go); color: var(--go); transform: translateY(-1px); }
.vd-you { font-size: 14px; color: var(--ink-2); }
.vd-you::before { content: 'You · '; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.vd-eve { font-size: 14.5px; color: var(--ink); }
.vd-eve::before { content: 'Eve · '; color: var(--go); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.mini-grid { max-width: 1080px; margin: clamp(40px, 7vh, 64px) auto 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.mini-card { border: 1px solid var(--line); border-radius: 18px; padding: 24px;
  background: linear-gradient(160deg, rgba(255,255,255,.028), rgba(255,255,255,.008)); }
.mini-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.mini-card p { color: var(--ink-2); font-size: 14px; }

/* ── pricing ────────────────────────────────────────────────────────────── */
.price-card { max-width: 560px; margin: clamp(36px, 6vh, 60px) auto 0; text-align: center;
  border: 1px solid var(--line-2); border-radius: 26px; padding: clamp(30px, 5vw, 50px);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(45, 212, 167, .09), transparent 60%),
    linear-gradient(160deg, rgba(255,255,255,.03), rgba(255,255,255,.008)); }
.price-line { display: flex; align-items: baseline; justify-content: center; gap: 8px; }
.price { font-size: clamp(56px, 9vw, 84px); font-weight: 700; letter-spacing: -.03em; }
.per { color: var(--muted); font-size: 17px; }
.price-sub { color: var(--ink-2); margin: 10px 0 26px; }
.price-list { list-style: none; text-align: left; max-width: 400px; margin: 0 auto 30px; display: flex; flex-direction: column; gap: 12px; }
.price-list li { padding-left: 30px; position: relative; color: var(--ink-2); font-size: 15px; }
.price-list li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 20px; height: 20px;
  border-radius: 50%; background: rgba(45, 212, 167, .15); color: var(--go); font-size: 12px;
  display: grid; place-items: center; }
.price-note { margin-top: 14px; color: var(--muted); font-size: 13px; }

/* ── faq ────────────────────────────────────────────────────────────────── */
.faq { padding: clamp(80px, 12vh, 140px) clamp(18px, 5vw, 60px); }
.faq-list { max-width: 720px; margin: clamp(34px, 6vh, 56px) auto 0; display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px;
  background: linear-gradient(160deg, rgba(255,255,255,.024), rgba(255,255,255,.006));
  transition: border-color .25s ease; }
.faq-item[open], .faq-item:hover { border-color: var(--line-2); }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 600; font-size: 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--go); font-size: 20px; font-weight: 500; flex-shrink: 0;
  transition: transform .25s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 18px; color: var(--ink-2); font-size: 14.5px; max-width: 620px; }

/* ── cta ────────────────────────────────────────────────────────────────── */
.cta { position: relative; min-height: 92vh; display: flex; align-items: center; justify-content: center;
  overflow: hidden; text-align: center; }
.cta-inner { position: relative; z-index: 2; padding: clamp(16px, 4vw, 44px); pointer-events: none; }
.cta-inner .btn { pointer-events: auto; margin-top: 30px; }
.cta-inner h2 { font-size: clamp(40px, 7.4vw, 92px); line-height: 1.03; }

/* ── footer ─────────────────────────────────────────────────────────────── */
.footer { position: relative; z-index: 2; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px;
  padding: 30px clamp(18px, 4vw, 44px) 34px; color: var(--muted); font-size: 13.5px; background: var(--bg); }
.footer .brand { justify-self: start; }
.footer p { text-align: center; margin: 0; }
.footer .nav-links { justify-self: end; }
@media (max-width: 700px) { .footer { grid-template-columns: 1fr; justify-items: center; } .footer .brand, .footer .nav-links { justify-self: center; } }

/* ── gradual blur (bottom of viewport, elfekky-style stacked divs) ──────── */
.gblur { position: fixed; left: 0; right: 0; bottom: 0; height: 6.5rem; z-index: 90; pointer-events: none;
  transition: opacity .35s ease; }
.gblur i { position: absolute; inset: 0; }
.gblur i:nth-child(1) { backdrop-filter: blur(1px);  -webkit-backdrop-filter: blur(1px);  mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 42%, transparent 58%); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 42%, transparent 58%); }
.gblur i:nth-child(2) { backdrop-filter: blur(2px);  -webkit-backdrop-filter: blur(2px);  mask-image: linear-gradient(to bottom, transparent 12%, #000 38%, #000 55%, transparent 70%); -webkit-mask-image: linear-gradient(to bottom, transparent 12%, #000 38%, #000 55%, transparent 70%); }
.gblur i:nth-child(3) { backdrop-filter: blur(4px);  -webkit-backdrop-filter: blur(4px);  mask-image: linear-gradient(to bottom, transparent 28%, #000 52%, #000 68%, transparent 82%); -webkit-mask-image: linear-gradient(to bottom, transparent 28%, #000 52%, #000 68%, transparent 82%); }
.gblur i:nth-child(4) { backdrop-filter: blur(7px);  -webkit-backdrop-filter: blur(7px);  mask-image: linear-gradient(to bottom, transparent 42%, #000 66%, #000 80%, transparent 92%); -webkit-mask-image: linear-gradient(to bottom, transparent 42%, #000 66%, #000 80%, transparent 92%); }
.gblur i:nth-child(5) { backdrop-filter: blur(11px); -webkit-backdrop-filter: blur(11px); mask-image: linear-gradient(to bottom, transparent 58%, #000 80%, #000 90%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, transparent 58%, #000 80%, #000 90%, transparent 100%); }
.gblur i:nth-child(6) { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); mask-image: linear-gradient(to bottom, transparent 72%, #000 94%); -webkit-mask-image: linear-gradient(to bottom, transparent 72%, #000 94%); }
.gblur.off { opacity: 0; }

/* ── responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .gallery { height: 200vh; }
  /* size cards by WIDTH on phones — height-driven cards overflow the viewport */
  .show-card { height: auto; width: 86vw; }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; }
  .anim-ready .reveal { opacity: 1; transform: none; }
}

/* ── what's in it: WebGL card surfaces, DOM copy ────────────────────────────── */
/* The panels are drawn by does-cards.js into one canvas behind the grid. The CSS below
   is the FALLBACK look — it renders on its own when WebGL is unavailable, and .gl-on
   hands the surface over to the canvas once the shader is confirmed running. */
.does { padding: clamp(80px, 12vh, 140px) clamp(18px, 5vw, 60px); }
.does-sub { max-width: 560px; margin: 14px auto 0; text-align: center; color: var(--ink-2); font-size: clamp(15px, 1.6vw, 17px); }
.does-grid { position: relative; max-width: 1120px; margin: clamp(40px, 7vh, 70px) auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 940px) { .does-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .does-grid { grid-template-columns: 1fr; } }
.does-gl { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }

.does-card { position: relative; z-index: 1; border-radius: 16px; padding: 26px 24px 24px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255,255,255,.024), rgba(255,255,255,.006));
  transition: border-color .25s ease, transform .3s cubic-bezier(.2,.7,.3,1); }
.does-card:hover { transform: translateY(-4px); }
/* Shader is live: drop the CSS panel so the two don't stack into a double border. */
.does-grid.gl-on .does-card { border-color: transparent; background: none; }

.does-ico { display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 12px; font-size: 20px; line-height: 1;
  background: rgba(45, 212, 167, .1); border: 1px solid rgba(45, 212, 167, .22); }
/* Vector icons, animated part by part — waves off the megaphone, a phone that rings,
   invoice lines that write themselves. Cards are staggered by --d so the grid never
   pulses in sync; everything sits still under prefers-reduced-motion. */
.does-ico svg { width: 22px; height: 22px; display: block; color: var(--go); overflow: visible; }
/* nth-of-TYPE, not nth-child: does-cards.js prepends its WebGL canvas into the grid,
   which shifts the articles to children 2-7 — the sixth card fell off an nth-child
   list and its undefined --d invalidated the whole animation shorthand. */
.does-card:nth-of-type(1) { --d: 0s; } .does-card:nth-of-type(2) { --d: .7s; }
.does-card:nth-of-type(3) { --d: 1.4s; } .does-card:nth-of-type(4) { --d: 2.1s; }
.does-card:nth-of-type(5) { --d: 2.8s; } .does-card:nth-of-type(6) { --d: 3.5s; }
@media (prefers-reduced-motion: no-preference) {
  /* megaphone: sound ripples out, near wave first */
  .ico-mega .mw { transform-origin: 11px 12px; animation: megaWave 3.4s ease-out infinite var(--d, 0s); }
  .ico-mega .mw2 { animation-delay: calc(var(--d, 0s) + .18s); }
  /* phone: a quick ring, then rest */
  .ico-ring svg { transform-origin: 50% 60%; animation: ringRing 4.6s ease-in-out infinite var(--d, 0s); }
  /* quote: the two lines write themselves, top first */
  .ico-quote .ql { stroke-dasharray: 9; animation: lineWrite 3.8s ease infinite var(--d, 0s); }
  .ico-quote .ql2 { animation-delay: calc(var(--d, 0s) + .35s); }
  /* calendar/shield: the tick lands, holds, resets */
  .ico-cal .ct, .ico-shield .ct { stroke-dasharray: 9; animation: tickLand 4.2s ease infinite var(--d, 0s); }
  /* billboard: a shine sweeps the board */
  .ico-bb .bs { animation: bbShine 4.6s ease-in-out infinite var(--d, 0s); }
  /* coin: flips on its axis now and then */
  .ico-coin .cg { transform-origin: 12px 12px; animation: coinFlip 5s ease-in-out infinite var(--d, 0s); }
  /* star: a slow twinkle while its sparkles trade places */
  .ico-star .st { transform-origin: 12px 12px; animation: starPulse 3.6s ease-in-out infinite var(--d, 0s); }
  .ico-star .sp { animation: sparkle 3.6s ease-in-out infinite var(--d, 0s); }
  .ico-star .sp2 { animation-delay: calc(var(--d, 0s) + 1.8s); }
  .does-card:hover .does-ico svg, .does-card:hover .does-ico path, .does-card:hover .does-ico g { animation-duration: 1.8s; }
}
@keyframes megaWave { 0%, 55%, 100% { opacity: .25; transform: scale(.82); } 18% { opacity: 1; transform: scale(1.06); } 38% { opacity: .5; } }
@keyframes ringRing { 0%, 14%, 100% { transform: rotate(0); } 2% { transform: rotate(-11deg); } 5% { transform: rotate(9deg); } 8% { transform: rotate(-7deg); } 11% { transform: rotate(4deg); } }
@keyframes lineWrite { 0% { stroke-dashoffset: 9; opacity: 0; } 12% { opacity: 1; } 30%, 78% { stroke-dashoffset: 0; opacity: 1; } 92%, 100% { stroke-dashoffset: 9; opacity: 0; } }
@keyframes tickLand { 0%, 8% { stroke-dashoffset: 9; opacity: 0; } 26%, 74% { stroke-dashoffset: 0; opacity: 1; } 88%, 100% { stroke-dashoffset: 9; opacity: 0; } }
@keyframes coinFlip { 0%, 58%, 100% { transform: scaleX(1); } 66% { transform: scaleX(-.15); } 74% { transform: scaleX(1); } }
@keyframes starPulse { 0%, 100% { transform: scale(1) rotate(0); } 50% { transform: scale(1.1) rotate(4deg); } }
@keyframes sparkle { 0%, 42%, 100% { opacity: 0; transform: scale(.5); } 14%, 26% { opacity: 1; transform: scale(1); } }
@keyframes bbShine { 0%, 55%, 100% { transform: translate(0, 0); opacity: .3; } 70% { transform: translate(5px, -2px); opacity: 1; } 85% { transform: translate(9px, -3.6px); opacity: 0; } }
.does-card h3 { font-size: 19px; font-weight: 650; margin: 16px 0 8px; letter-spacing: -.01em; }
.does-card p { color: var(--ink-2); font-size: 14.5px; line-height: 1.55; }

@media (max-width: 560px) {
  .does-card { padding: 22px 20px; }
  .does-card h3 { font-size: 17.5px; }
}
/* No animation for anyone who asked not to have it. */
@media (prefers-reduced-motion: reduce) {
  .does-card { transition: none; }
  .does-card:hover { transform: none; }
}


/* ── legal pages (privacy, data deletion) ──────────────────────────────────── */
/* Shared rather than inlined per page: two pages use this now, and duplicated blocks
   drift. Long-form text, readable measure, nothing decorative. */
/* Long-form legal text: a readable measure, generous spacing, nothing decorative. */
  .legal { max-width: 720px; margin: 0 auto; padding: clamp(90px, 12vh, 140px) clamp(18px, 5vw, 40px) clamp(70px, 10vh, 110px); }
  .legal h1 { font-size: clamp(34px, 6vw, 54px); line-height: 1.05; margin: 12px 0 10px; }
  .legal .updated { color: var(--muted); font-size: 13.5px; }
  .legal h2 { font-size: clamp(20px, 2.6vw, 25px); margin: clamp(34px, 5vh, 48px) 0 10px; }
  .legal h3 { font-size: 16.5px; margin: 22px 0 6px; color: var(--ink); }
  .legal p, .legal li { color: var(--ink-2); font-size: 15.5px; line-height: 1.7; }
  .legal p { margin: 0 0 12px; }
  .legal ul { margin: 0 0 14px; padding-left: 20px; }
  .legal li { margin-bottom: 7px; }
  .legal a { color: var(--go); text-decoration: underline; text-underline-offset: 3px; }
  .legal strong { color: var(--ink); font-weight: 600; }
  .legal table { width: 100%; border-collapse: collapse; margin: 8px 0 18px; font-size: 14.5px; }
  .legal th, .legal td { text-align: left; padding: 9px 10px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-2); }
  .legal th { color: var(--ink); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
  .legal .wrap-table { overflow-x: auto; }
  .legal .back { display: inline-block; margin-bottom: 26px; font-size: 14px; color: var(--muted); text-decoration: none; }
  .legal .back:hover { color: var(--ink); }

/* ── signup: socials + services panel (SJ-Media layout, Advanto skin) ─────── */
.signup-form label b { color: var(--go); font-weight: 600; }
.signup-form textarea { background: rgba(255,255,255,.05); border: 1px solid var(--line-2); border-radius: 14px; padding: 12px 14px; color: inherit; font: inherit; font-size: 16px; resize: vertical; }
.signup-form textarea:focus { border-color: var(--go); outline: none; }
.sf-field { display: flex; flex-direction: column; gap: 8px; }
.sf-label { font-size: 12.5px; font-weight: 600; }
.sf-label small, .signup-form label small { text-transform: none; letter-spacing: 0; font-weight: 400; opacity: .7; }
.sf-socials { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sf-social { display: grid !important; grid-template-columns: auto auto 1fr; align-items: center; gap: 8px !important; background: rgba(255,255,255,.04); border: 1px solid var(--line-2); border-radius: 12px; padding: 8px 10px; flex-direction: row !important; }
.sf-social span { font-size: 12px; white-space: nowrap; }
/* 16px is the magic number: iOS Safari auto-zooms the page on focusing any smaller
   input, and the zoomed page pans sideways — the "form scrolls left and right" bug.
   No overflow rule can prevent that pan; only never triggering the zoom can. */
.sf-social input[type="text"] { min-width: 0; background: transparent; border: 0; border-bottom: 1px solid var(--line-2); border-radius: 0; padding: 4px 2px; font-size: 16px; }
.sf-social input[type="text"]:disabled { opacity: .35; }
.sf-social input[type="text"]:focus { border-bottom-color: var(--go); outline: none; }
.sf-disclosure { display: flex; align-items: center; gap: 10px; width: 100%; background: rgba(255,255,255,.05); border: 1px solid var(--line-2); border-radius: 14px; padding: 12px 14px; color: inherit; font: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; text-align: left; }
.sf-disclosure:hover { border-color: var(--go); }
.sf-count { margin-left: auto; font-weight: 400; font-size: 12px; opacity: .7; white-space: nowrap; }
.sf-chev { width: 16px; height: 16px; flex: 0 0 auto; }
.sf-disclosure[aria-expanded="true"] .sf-chev { transform: rotate(180deg); }
.sf-panel { border: 1px solid var(--line-2); border-radius: 14px; padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.sf-panel[hidden] { display: none; }
.sf-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sf-opt { display: flex !important; flex-direction: row !important; align-items: center; gap: 8px !important; font-size: 12.5px; font-weight: 500 !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.sf-opt input, .sf-check input { accent-color: var(--go); width: 16px; height: 16px; flex: 0 0 auto; }
.sf-other { display: flex; flex-direction: column; gap: 6px; }
.sf-check { display: flex !important; flex-direction: row !important; align-items: center; gap: 8px !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; font-size: 12.5px; }
@media (max-width: 560px) { .sf-socials, .sf-opts { grid-template-columns: 1fr; } }

/* ── give Eve a job — chips left, the product's own chat in a phone, right ── */
.jobs { padding: clamp(90px, 14vh, 170px) 20px; }
.jobs-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(30px, 6vw, 80px); align-items: center; }
.jobs-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: clamp(24px, 4vh, 40px) 0 0; }
.jobs-chips button { font: inherit; font-size: 14px; font-weight: 600; color: var(--ink-2);
  background: none; border: 1px solid var(--line-2); border-radius: 50px; padding: 9px 18px;
  cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.jobs-chips button:hover { color: var(--ink); border-color: var(--ink-2); }
.jobs-chips button.on { color: #04231a; background: var(--go); border-color: var(--go); }
.jobs-desc { margin: clamp(20px, 3.5vh, 34px) 0 0; max-width: 480px; font-size: clamp(15.5px, 1.9vw, 18px);
  line-height: 1.6; color: var(--ink-2); min-height: 4.8em; }
.jobs-desc strong { color: var(--ink); }
.jobs-cta { margin-top: clamp(18px, 3vh, 28px); display: inline-flex; }
.jobs-phone { display: flex; justify-content: center; }
/* A real device, the real app on its screen — the frame the simulator wears. */
.device { position: relative; width: min(340px, 86vw); aspect-ratio: 340 / 690;
  border-radius: 54px; background: linear-gradient(150deg, #3a3d45, #17181d 45%, #101116);
  padding: 12px;
  box-shadow: 0 60px 120px -50px rgba(0, 0, 0, .95), inset 0 0 0 2px rgba(255, 255, 255, .07),
    inset 0 0 0 7px #000; }
.device-btn { position: absolute; width: 3px; border-radius: 2px;
  background: linear-gradient(90deg, #2c2e35, #14151a); }
.device-btn-power { right: -3px; top: 27%; height: 74px; }
.device-btn-volup { left: -3px; top: 21%; height: 46px; }
.device-btn-voldn { left: -3px; top: 30%; height: 46px; }
.device-screen { position: relative; width: 100%; height: 100%; border-radius: 43px;
  overflow: hidden; background: #f7f8f9; }
.device-island { position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 26px; border-radius: 16px; background: #000; z-index: 2; }
/* contain, not cover: the captures are squarer than the screen, and their flat
   app-grey background IS the screen colour, so the letterbox is invisible. */
.device-shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
  transition: opacity .28s ease; }
@media (max-width: 860px) {
  .jobs-grid { grid-template-columns: 1fr; }
  .jobs-phone { order: 2; margin-top: 8px; }
  .jobs-desc { min-height: 0; }
}

/* ── the blob — Eve's little cousin, greeting the close ───────────────────── */
.cta-blob { display: flex; justify-content: center; margin-bottom: 6px; }

/* ── blobs in the wild: full stops and the phone's island ─────────────────── */
.dot-blob { display: inline-block; vertical-align: baseline; transform: translateY(14%); margin-left: .06em; }
.dot-blob canvas { display: block; }
.device-island { display: flex; align-items: center; justify-content: center; }
.stage-orb [data-blob] { display: flex; justify-content: center; align-items: center; height: 100%; pointer-events: auto; }
