/* ═══════════════════════════════════════════════════════════
   ORDO — Cinematic Edition
   Ember + Tide on true black · Instrument Serif + Geist
   Three.js hero · Liquid glass · Warm/cool blend gradients
   Built in the visual language of gregoryuku.com
   ═══════════════════════════════════════════════════════════ */

:root {
  color-scheme: dark;
  /* ── Ordo identity palette: Aurora — coral · violet · sky ── */
  --bg:         #0A0814;   /* very slight purple-black */
  --bg-soft:    #0E0B1F;
  --bg-surface: #15112A;
  --bg-card:    #1B1635;
  --bg-elev:    #221B3F;

  --bone:       #F0EEE6;   /* slightly warmer than portfolio bone */
  --bone-muted: #BFB9AE;
  --bone-dim:   #807A72;
  --bone-faint: #52504A;

  /* Primary — Coral (warm, urgent, "phone red") */
  --coral:      #FF4D6D;
  --coral-soft: #FF7A95;
  --coral-glow: #FFA8BB;
  --coral-deep: #D63956;

  /* Tertiary — Violet (Apple-Intelligence purple) */
  --violet:      #8B5CF6;
  --violet-soft: #A78BFA;
  --violet-glow: #C4B5FD;
  --violet-deep: #6D28D9;

  /* Secondary — Sky (clarity / communication) */
  --sky:        #22D3EE;
  --sky-soft:   #67E8F9;
  --sky-glow:   #A5F3FC;
  --sky-deep:   #0E9AB5;

  /* Back-compat aliases so we don't have to retag every selector */
  --ember:      var(--coral);
  --ember-soft: var(--coral-soft);
  --ember-glow: var(--coral-glow);
  --ember-deep: var(--coral-deep);
  --tide:       var(--sky);
  --tide-soft:  var(--sky-soft);
  --tide-glow:  var(--sky-glow);
  --tide-deep:  var(--sky-deep);

  --line:        rgba(240, 238, 230, 0.08);
  --line-soft:   rgba(240, 238, 230, 0.04);
  --line-strong: rgba(240, 238, 230, 0.16);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  /* Section vertical rhythm token */
  --section-y: 100px;
}
@media (min-width: 640px)  { :root { --section-y: 130px; } }
@media (min-width: 1024px) { :root { --section-y: 160px; } }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
*  { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* Anchor scroll offset so the floating nav doesn't cover section heads */
section[id], div[id] { scroll-margin-top: 110px; }

/* Skip-to-content link — visible on keyboard focus only */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 200;
  padding: 10px 16px;
  background: var(--coral);
  color: var(--bg);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 8px;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; outline: 2px solid var(--bone); outline-offset: 2px; }

/* Visible focus ring for all interactive elements (a11y) */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
  border-radius: 4px;
}

html, body {
  background-color: var(--bg);
  color: var(--bone);
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
}
body {
  min-height: 100vh;
  font-feature-settings: 'ss01', 'cv11';
  /* Aurora wash — coral + violet + sky corners */
  background-image:
    radial-gradient(ellipse 80% 50% at 80% -5%,  rgba(255,  77, 109, 0.13), transparent 60%),
    radial-gradient(ellipse 70% 50% at 15% 30%,  rgba(139,  92, 246, 0.13), transparent 60%),
    radial-gradient(ellipse 70% 50% at 85% 70%,  rgba( 34, 211, 238, 0.10), transparent 60%),
    radial-gradient(ellipse 70% 50% at 15% 100%, rgba(255,  77, 109, 0.09), transparent 60%);
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

::selection { background: var(--ember); color: var(--bg); }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--coral), var(--violet), var(--sky));
}

/* Grain overlay — generated SVG noise */
.grain::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.16;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.7'/></svg>");
  background-size: 200px 200px;
  background-repeat: repeat;
}

/* ═══════════════════════════════════════════════════════════
   TYPOGRAPHY ROLES
   ═══════════════════════════════════════════════════════════ */
.h-display {
  font-family: 'Geist', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
/* All big display headlines: Geist heavy. Italic emphasis inside them
   switches to EB Garamond for a serif warmth contrast against the
   sans base. This is the page's signature typographic move. */
.hero h1,
.section-h2,
.manifesto p,
.feature-text h3,
.tier-price,
.number-val,
.big-stat-val,
.dash-cell-val,
.inv-card-num,
.privacy-section h2 {
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hero h1 em,
.section-h2 em,
.manifesto p em,
.manifesto p .tide-it,
.section-h2 .tide-it,
.feature-text h3 em,
.feature-text h3 .tide-it,
.feature-text .pull,
.numeral,
.marquee-item,
.problem-num,
.step-num,
.trust-num,
.tier-price,
.tier-name,
.number-val,
.big-stat-val,
.dash-cell-val,
.inv-card-num {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.numeral {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-feature-settings: 'tnum';
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.marker {
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--bone-dim);
}

/* ═══════════════════════════════════════════════════════════
   BLEND GRADIENT TEXT (the signature)
   ═══════════════════════════════════════════════════════════ */
@keyframes blendShift {
  0%, 100% { background-position: 20% 50%; }
  50%      { background-position: 80% 50%; }
}
/* Aurora blend — coral → violet → sky, the Ordo signature */
.blend-glow {
  background: linear-gradient(100deg,
    #FF4D6D 0%, #FF7A95 18%, #FFA8BB 32%,
    #C4B5FD 50%,
    #A78BFA 64%, #67E8F9 82%, #22D3EE 100%);
  background-size: 130% 100%;
  background-position: 30% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter:
    drop-shadow(0 0 24px rgba(255,  77, 109, 0.22))
    drop-shadow(0 0 24px rgba(139,  92, 246, 0.22));
  animation: blendShift 7s ease-in-out infinite;
}
.warm-blend {
  background: linear-gradient(100deg,
    #FF4D6D 0%, #FF7A95 32%, #FFA8BB 58%,
    #C4B5FD 82%, #A78BFA 100%);
  background-size: 130% 100%;
  background-position: 25% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(255, 77, 109, 0.28));
  animation: blendShift 8s ease-in-out infinite;
}
.cool-blend {
  background: linear-gradient(100deg,
    #FFA8BB 0%, #C4B5FD 22%, #F0EEE6 38%,
    #A5F3FC 54%, #67E8F9 76%, #22D3EE 100%);
  background-size: 130% 100%;
  background-position: 35% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(34, 211, 238, 0.30));
  animation: blendShift 8s ease-in-out infinite;
}
.ember-text {
  background: linear-gradient(180deg, var(--ember) 0%, var(--ember-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.tide-text {
  background: linear-gradient(180deg, var(--tide) 0%, var(--tide-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ═══════════════════════════════════════════════════════════
   LIQUID-TEXT shimmer (refractive feel)
   ═══════════════════════════════════════════════════════════ */
@keyframes shimmerText {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
.liquid-text {
  background: linear-gradient(120deg,
    rgba(240, 238, 230, 0.9) 0%,
    rgba(255, 255, 255, 1)   25%,
    rgba(240, 238, 230, 0.7) 50%,
    rgba(255, 255, 255, 1)   75%,
    rgba(240, 238, 230, 0.9) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 32px rgba(255, 255, 255, 0.08));
  animation: shimmerText 8s ease-in-out infinite;
}

/* ═══════════════════════════════════════════════════════════
   LIQUID GLASS (apple-style card)
   ═══════════════════════════════════════════════════════════ */
@keyframes shimmerSweep {
  0%   { transform: translateX(-200%); }
  100% { transform: translateX(200%); }
}
.liquid-glass {
  position: relative;
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(22px) saturate(180%) brightness(1.05);
  -webkit-backdrop-filter: blur(22px) saturate(180%) brightness(1.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 8px 32px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 16px;
}
.liquid-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    transparent 0%, transparent 30%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 70%, transparent 100%);
  background-size: 200% 100%;
  pointer-events: none;
  animation: shimmerSweep 9s linear infinite;
  z-index: 0;
}
.liquid-glass > * { position: relative; z-index: 1; }

/* Stagger shimmer per occurrence so the page doesn't feel like one
   mechanical loop. Each subsequent .liquid-glass starts ~1.4s offset
   with slight period variation. */
.feature-spread:nth-of-type(1) .liquid-glass::before { animation-duration:  8s; animation-delay: -0.7s; }
.feature-spread:nth-of-type(2) .liquid-glass::before { animation-duration: 10s; animation-delay: -2.4s; }
.feature-spread:nth-of-type(3) .liquid-glass::before { animation-duration:  9s; animation-delay: -4.1s; }
.feature-spread:nth-of-type(4) .liquid-glass::before { animation-duration: 11s; animation-delay: -5.6s; }
.demo-form.liquid-glass::before                       { animation-duration: 12s; animation-delay: -3.2s; }
.mobile-menu.liquid-glass::before                     { animation-duration:  7s; animation-delay: -1.5s; }
.hero-sub.liquid-glass::before                        { animation-duration: 10s; animation-delay: -2.8s; }
.callflow-stop .liquid-glass::before                  { animation-duration:  9s; }

/* ═══════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════ */
@keyframes liquidShift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform 0.4s var(--ease-out), background 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.btn-blend {
  color: var(--bg);
  background: linear-gradient(135deg,
    var(--coral) 0%, var(--coral-soft) 30%,
    var(--violet-soft) 65%, var(--violet) 100%);
  background-size: 200% 200%;
  animation: liquidShift 7s ease-in-out infinite;
  box-shadow: 0 0 0 1px rgba(255, 77, 109, 0.38), 0 12px 40px -8px rgba(139, 92, 246, 0.45);
  position: relative;
  padding-right: 6px;
}
.btn-blend:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(255, 77, 109, 0.6), 0 16px 50px -8px rgba(139, 92, 246, 0.6);
}
.btn-blend:active { transform: translateY(-1px) scale(0.98); }

/* Button-in-Button trailing arrow — Apple-style nested icon island */
.btn-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border-radius: 999px;
  background: rgba(10, 8, 20, 0.18);
  margin-left: 6px;
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), background 0.3s;
}
.btn-blend .btn-icon { background: rgba(10, 8, 20, 0.22); color: var(--bg); }
.btn-line  .btn-icon { background: rgba(240, 238, 230, 0.08); color: var(--bone); }
.btn:hover .btn-icon { transform: translate(2px, -1px) scale(1.06); }
.btn-icon svg { width: 12px; height: 12px; }
.btn-line {
  color: var(--bone);
  border: 1px solid var(--line-strong);
  background: linear-gradient(135deg, rgba(240, 238, 230, 0.06), rgba(240, 238, 230, 0.01));
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}
.btn-line:hover {
  transform: translateY(-2px);
  border-color: var(--ember);
  color: var(--ember);
}

/* ═══════════════════════════════════════════════════════════
   CHIPS / PILLS
   ═══════════════════════════════════════════════════════════ */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: rgba(240, 238, 230, 0.02);
  color: var(--bone-muted);
}
.chip-ember { border-color: rgba(255, 77, 109, 0.4); background: rgba(255, 77, 109, 0.1); color: var(--ember); }
.chip-tide  { border-color: rgba(34, 211, 238, 0.4); background: rgba(34, 211, 238, 0.1); color: var(--tide-soft); }
.chip-pulse::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ember);
  animation: pulse-dot 1.6s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(1.3); }
}

/* ═══════════════════════════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════════════════════════ */
.container-x { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 640px)  { .container-x { padding: 0 40px; } }
@media (min-width: 1024px) { .container-x { padding: 0 64px; } }

.section { position: relative; padding: var(--section-y) 0; }

/* Subtle aurora divider — gradient hairline with a soft glow,
   replaces the noisy bar-chart waveform that read as a glitch. */
.divider-line {
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 77, 109, 0.25) 30%,
    rgba(139, 92, 246, 0.35) 50%,
    rgba(34, 211, 238, 0.25) 70%,
    transparent);
  position: relative;
}
.divider-line::after {
  content: '';
  position: absolute;
  inset: -3px 20% -3px 20%;
  background: linear-gradient(90deg,
    transparent,
    rgba(139, 92, 246, 0.18),
    transparent);
  filter: blur(6px);
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════
   NAV — floating liquid-glass island
   Apple-style approximation: backdrop blur + edge highlights +
   inner shadow + animated shimmer sweep
   ═══════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: calc(100% - 32px);
  max-width: 1180px;
  padding: 0;
  transition: top 0.3s var(--ease-out), max-width 0.3s var(--ease-out);
}
.nav.scrolled { top: 12px; max-width: 1140px; }

.nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 16px 10px 22px;
  border-radius: 999px;
  /* Liquid glass — Apple-style approximation, NOT official */
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(22px) saturate(180%) brightness(1.05);
  -webkit-backdrop-filter: blur(22px) saturate(180%) brightness(1.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 12px 40px rgba(8, 6, 20, 0.4);
  overflow: hidden;
}
.nav-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    transparent 0%, transparent 30%,
    rgba(255, 255, 255, 0.06) 50%,
    transparent 70%, transparent 100%);
  background-size: 200% 100%;
  pointer-events: none;
  animation: shimmerSweep 10s linear infinite;
  border-radius: inherit;
  z-index: 0;
}
.nav-inner > * { position: relative; z-index: 1; }

@media (max-width: 640px) {
  .nav { top: 12px; width: calc(100% - 24px); }
  .nav-inner { padding: 8px 14px 8px 18px; }
}

.brand {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 26px;
  letter-spacing: -0.03em;
  color: var(--bone);
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Brand mark — stylized phone handset (replaces the gradient dot) */
.brand .b-mark {
  width: 18px; height: 18px;
  color: var(--coral);
  filter: drop-shadow(0 0 8px rgba(255, 77, 109, 0.6));
}
.nav-links {
  position: relative;
  display: flex;
  gap: 2px;
  padding: 4px;
  list-style: none;
}
.nav-links li { display: flex; }
.nav-links a {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 8px 16px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-dim);
  transition: color 0.25s;
}
.nav-links a:hover, .nav-links a.nav-active { color: var(--bone); }

/* Sliding pill indicator — JS sets left + width */
.nav-pill {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(135deg,
    rgba(255, 77, 109, 0.18) 0%,
    rgba(139, 92, 246, 0.16) 50%,
    rgba(34, 211, 238, 0.14) 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 4px 16px rgba(255, 77, 109, 0.12);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition:
    left 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.3s ease;
}
.nav-pill.visible { opacity: 1; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.hamburger { display: none; }

/* ═══════════════════════════════════════════════════════════
   HERO — Three.js canvas + huge editorial type
   ═══════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
}
.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 40% at 50% 52%, rgba(10,8,20,0.78), transparent 78%),
    linear-gradient(180deg, rgba(10,8,20,0.7) 0%, transparent 24%, transparent 72%, var(--bg) 100%),
    linear-gradient(90deg, rgba(10,8,20,0.5) 0%, transparent 18%, transparent 82%, rgba(10,8,20,0.5) 100%);
}
.hero-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  padding: 28px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
@media (max-width: 640px) { .hero-top { display: none; } }
.hero-center {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  pointer-events: none;
}
.hero-eyebrow { margin-bottom: 24px; }
.hero h1 {
  font-family: 'Geist', system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
  font-size: clamp(72px, 13vw, 200px);
  margin-bottom: 18px;
}
.hero h1 .line { display: block; }
.hero h1 .line.italic { font-style: italic; }
.hero-sub {
  margin-top: 28px;
  padding: 16px 22px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--bone-muted);
  pointer-events: auto;
  border-radius: 14px;
}
.hero-sub strong { color: var(--bone); font-weight: 500; }
.hero-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 10;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
.hero-status { display: flex; flex-direction: column; gap: 6px; }
.hero-status-line { display: flex; align-items: center; gap: 8px; }
.hero-status-line .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ember);
  animation: pulse-dot 1.6s ease-in-out infinite;
}
.hero-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bone-dim);
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  pointer-events: auto;
}
@media (max-width: 640px) {
  .hero-bottom { padding: 24px; flex-direction: column; align-items: flex-start; }
  .hero-ctas { flex-wrap: wrap; }
}

/* ═══════════════════════════════════════════════════════════
   DECORATIVE FLOATING ORB — added by JS to sections for depth
   ═══════════════════════════════════════════════════════════ */
@keyframes deco-orb-drift {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-40%, -55%) scale(1.18); }
}

/* ═══════════════════════════════════════════════════════════
   PER-SECTION AMBIENT GLOWS
   Each lower section gets a positioned aurora glow so the
   visual richness of the hero carries through the page.
   ═══════════════════════════════════════════════════════════ */
.section, .manifesto-section, .privacy-section { position: relative; isolation: isolate; }
.section::before, .manifesto-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.8;
}
.manifesto-section::before {
  background:
    radial-gradient(ellipse 55% 60% at 80% 40%, rgba(255, 77, 109, 0.10), transparent 65%),
    radial-gradient(ellipse 55% 60% at 20% 70%, rgba(139, 92, 246, 0.08), transparent 65%);
}
#problem::before {
  background:
    radial-gradient(ellipse 50% 55% at 10% 20%, rgba(255, 77, 109, 0.09), transparent 65%),
    radial-gradient(ellipse 50% 55% at 90% 80%, rgba(255, 77, 109, 0.06), transparent 65%);
}
#how::before {
  background:
    radial-gradient(ellipse 60% 60% at 50% 30%, rgba(139, 92, 246, 0.10), transparent 65%),
    radial-gradient(ellipse 50% 50% at 90% 80%, rgba(34, 211, 238, 0.06), transparent 65%);
}
#features::before {
  background:
    radial-gradient(ellipse 55% 50% at 0% 40%, rgba(255, 77, 109, 0.07), transparent 65%),
    radial-gradient(ellipse 55% 50% at 100% 60%, rgba(34, 211, 238, 0.07), transparent 65%);
}
#trust::before {
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(139, 92, 246, 0.09), transparent 65%);
}
#numbers::before {
  background:
    radial-gradient(ellipse 50% 55% at 25% 30%, rgba(34, 211, 238, 0.10), transparent 65%),
    radial-gradient(ellipse 50% 55% at 75% 70%, rgba(255, 77, 109, 0.07), transparent 65%);
}
#pricing::before {
  background:
    radial-gradient(ellipse 65% 60% at 50% 50%, rgba(255, 77, 109, 0.09), transparent 65%);
}
#demo::before {
  background:
    radial-gradient(ellipse 55% 50% at 80% 50%, rgba(139, 92, 246, 0.10), transparent 65%),
    radial-gradient(ellipse 55% 50% at 20% 50%, rgba(34, 211, 238, 0.07), transparent 65%);
}
#investors::before {
  background:
    radial-gradient(ellipse 60% 60% at 50% 30%, rgba(255, 77, 109, 0.08), transparent 65%),
    radial-gradient(ellipse 55% 55% at 50% 90%, rgba(139, 92, 246, 0.08), transparent 65%);
}
#privacy::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 70% at 20% 20%, rgba(139, 92, 246, 0.05), transparent 65%),
    radial-gradient(ellipse 60% 70% at 80% 80%, rgba(34, 211, 238, 0.04), transparent 65%);
}

/* ═══════════════════════════════════════════════════════════
   MANIFESTO — big italic statement
   ═══════════════════════════════════════════════════════════ */
.manifesto-section { padding: var(--section-y) 0; position: relative; }
.manifesto { max-width: 1100px; margin: 0 auto; }
.manifesto p {
  font-family: 'Geist', system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--bone);
}
.manifesto p em { font-style: italic; color: var(--ember-soft); }
.manifesto p .tide-it { font-style: italic; color: var(--tide-soft); }
.manifesto .marker { margin-bottom: 36px; }

/* ═══════════════════════════════════════════════════════════
   MARQUEE — businesses
   ═══════════════════════════════════════════════════════════ */
.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: 4rem;
  animation: marquee-scroll 50s linear infinite;
  flex-shrink: 0;
  white-space: nowrap;
}
.marquee-item {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 36px;
  color: var(--bone-muted);
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 32px;
}
.marquee-item::after {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ember);
  display: inline-block;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════
   SECTION HEAD
   ═══════════════════════════════════════════════════════════ */
.section-head { max-width: 880px; margin-bottom: 80px; }
.section-head .eyebrow { margin-bottom: 24px; }
.section-h2 {
  font-family: 'Geist', system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--bone);
  margin-bottom: 24px;
}
.section-h2 em { font-style: italic; color: var(--ember-soft); }
.section-h2 .tide-it { font-style: italic; color: var(--tide-soft); }
.section-sub {
  font-size: 18px;
  line-height: 1.55;
  color: var(--bone-muted);
  max-width: 620px;
}

/* ═══════════════════════════════════════════════════════════
   PROBLEM
   ═══════════════════════════════════════════════════════════ */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.problem-item {
  position: relative;
  padding: 32px 28px 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color 0.4s var(--ease-out), transform 0.5s var(--ease-out);
}
.problem-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%,
    rgba(255, 77, 109, 0.14) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
  pointer-events: none;
}
.problem-item:hover {
  border-color: rgba(255, 77, 109, 0.25);
  transform: translateY(-3px);
}
.problem-item:hover::after { opacity: 1; }
.problem-item > * { position: relative; z-index: 1; }
.problem-num {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  background: linear-gradient(180deg, var(--coral) 0%, var(--coral-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  margin-bottom: 18px;
}
.problem-item h3 {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.015em;
  color: var(--bone);
  margin-bottom: 12px;
}
.problem-item p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--bone-muted);
}

/* ═══════════════════════════════════════════════════════════
   HOW IT WORKS — cinematic call-flow journey
   ─────────────────────────────────────────────────────────── */
.callflow { position: relative; padding-top: 20px; }

/* The S-curve path drawn beneath the waypoints */
.callflow-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 220px;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.callflow-line {
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: cf-draw 2.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
  opacity: 0.85;
}
@keyframes cf-draw {
  to { stroke-dashoffset: 0; }
}
.callflow-pulse {
  filter: drop-shadow(0 0 8px rgba(255, 168, 187, 0.8));
}

/* Three waypoint stops sit across the top of the curve */
.callflow-stops {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 70px;
}
.callflow-stop {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  overflow: hidden;
  transition: border-color 0.5s cubic-bezier(0.32, 0.72, 0, 1), transform 0.55s cubic-bezier(0.32, 0.72, 0, 1);
}
.callflow-stop::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 77, 109, 0.10), transparent 60%);
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.32, 0.72, 0, 1);
  pointer-events: none;
}
.callflow-stop:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.callflow-stop:hover::before { opacity: 1; }
.callflow-stop > * { position: relative; z-index: 1; }

/* Node = glowing icon orb on top of the card, sits over the curve */
.cf-node {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg);
  color: var(--bone);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    0 0 0 1px rgba(255, 255, 255, 0.10),
    0 8px 28px rgba(10, 8, 20, 0.7);
  z-index: 2;
}
.cf-node svg { width: 22px; height: 22px; }
.cf-node::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, currentColor, transparent);
  filter: blur(6px);
  opacity: 0.55;
  z-index: -1;
  animation: cf-node-spin 6s linear infinite;
}
@keyframes cf-node-spin {
  to { transform: rotate(360deg); }
}
.cf-node-coral  { color: var(--coral); }
.cf-node-violet { color: var(--violet); }
.cf-node-sky    { color: var(--sky); }

.cf-num {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: var(--bone-dim);
  margin-bottom: 14px;
  margin-top: 8px;
}
.callflow-stop h3 {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
  color: var(--bone);
}
.callflow-stop p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--bone-muted);
  margin-bottom: 16px;
}
.cf-tag {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bone);
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

@media (max-width: 1024px) {
  .callflow-stops { grid-template-columns: 1fr; gap: 60px; padding-top: 50px; }
  .callflow-path  { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   HOW IT WORKS (legacy step layout — kept for fallback)
   ─────────────────────────────────────────────────────────── */
.steps-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr;
  gap: 0;
  align-items: stretch;
}
.step {
  padding: 36px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease-out), border-color 0.3s;
}
.step::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 77, 109, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
  pointer-events: none;
}
.step:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.step:hover::before { opacity: 1; }
.step-num {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: var(--ember-soft);
  margin-bottom: 24px;
}
.step h3 {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  color: var(--bone);
}
.step p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--bone-muted);
}
.cable {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cable::before {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ember), var(--tide), transparent);
  opacity: 0.5;
}
.cable::after {
  content: '';
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ember), var(--tide));
  box-shadow: 0 0 16px rgba(255, 77, 109, 0.6);
}

/* ═══════════════════════════════════════════════════════════
   FEATURES — editorial spreads
   ═══════════════════════════════════════════════════════════ */
.feature-spread {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
.feature-spread:first-of-type { border-top: none; }
.feature-spread:nth-of-type(even) { grid-template-columns: 7fr 5fr; }
.feature-spread:nth-of-type(even) .feature-text { order: 2; }
.feature-spread:nth-of-type(even) .feature-vis  { order: 1; }

.feature-text .marker { margin-bottom: 16px; color: var(--ember); }
.feature-text h3 {
  font-family: 'Geist', system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--bone);
  margin-bottom: 22px;
}
.feature-text h3 em { font-style: italic; color: var(--ember-soft); }
.feature-text h3 .tide-it { font-style: italic; color: var(--tide-soft); }
.feature-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--bone-muted);
  margin-bottom: 14px;
}
.feature-text .pull {
  margin-top: 22px;
  padding-left: 18px;
  border-left: 2px solid var(--ember);
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.35;
  color: var(--bone);
}
.feature-vis { min-height: 360px; position: relative; }

/* Full-bleed center feature — breaks the L/R zigzag at the 3rd spread */
.feature-bleed {
  position: relative;
  padding: 100px 0 90px;
  margin: 60px 0;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feature-bleed::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(255, 77, 109, 0.12), transparent 70%),
    radial-gradient(ellipse 40% 60% at 50% 50%, rgba(139, 92, 246, 0.10), transparent 75%);
  z-index: -1;
}
.feature-bleed-mark {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 32px;
}
.feature-bleed-stat {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(180px, 22vw, 320px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 8px;
  white-space: nowrap;
}
.feature-bleed-h {
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--bone);
  margin-bottom: 24px;
}
.feature-bleed-h em {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--coral-soft);
}
.feature-bleed-p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
  color: var(--bone-muted);
}

.transcript { padding: 28px; font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace; font-size: 13px; line-height: 1.7; }
.transcript-line {
  display: grid;
  grid-template-columns: 72px 80px 1fr;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
}
.transcript-line:last-child { border-bottom: none; }
.transcript-time { color: var(--bone-dim); font-feature-settings: 'tnum'; }
.transcript-who  { color: var(--ember); font-weight: 600; }
.transcript-who.tide { color: var(--tide-soft); }
.transcript-text { color: var(--bone); }

.queue { padding: 28px; }
.queue-item {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
  align-items: center;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 12.5px;
}
.queue-item:last-child { border-bottom: none; }
.queue-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bone-faint); }
.queue-dot.live { background: var(--ember); box-shadow: 0 0 12px rgba(255, 77, 109, 0.7); animation: pulse-dot 1.6s ease-in-out infinite; }
.queue-name { color: var(--bone); }
.queue-status { color: var(--bone-dim); letter-spacing: 0.14em; text-transform: uppercase; font-size: 10px; }

.big-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  text-align: center;
  height: 100%;
}
.big-stat-val {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(140px, 18vw, 240px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
}
.big-stat-lbl {
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-dim);
}

.dash-mock {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.dash-cell {
  background: rgba(240, 238, 230, 0.025);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px 16px;
}
.dash-cell-lbl {
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 8px;
}
.dash-cell-val {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  color: var(--bone);
}
.dash-cell-val.ember { color: var(--ember-soft); }

/* ═══════════════════════════════════════════════════════════
   TRUST
   ═══════════════════════════════════════════════════════════ */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.trust-item {
  position: relative;
  padding: 26px 24px 22px;
  border-radius: var(--radius);
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.035) 0%,
    rgba(255, 255, 255, 0.008) 100%);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  overflow: hidden;
  transition: border-color 0.35s var(--ease-out), transform 0.45s var(--ease-out);
}
.trust-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%,
    rgba(139, 92, 246, 0.10) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
  pointer-events: none;
}
.trust-item:hover {
  border-color: rgba(139, 92, 246, 0.25);
  transform: translateY(-2px);
}
.trust-item:hover::after { opacity: 1; }
.trust-item > * { position: relative; z-index: 1; }
.trust-num {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 44px;
  line-height: 1;
  background: linear-gradient(180deg, var(--violet-soft) 0%, var(--violet) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-variant-numeric: lining-nums;
}
.trust-item h4 {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--bone);
  margin-bottom: 8px;
}
.trust-item p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--bone-muted);
}

/* ═══════════════════════════════════════════════════════════
   NUMBERS — huge italic
   ═══════════════════════════════════════════════════════════ */
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.number-item {
  position: relative;
  padding: 28px 22px 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.045) 0%,
    rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color 0.4s var(--ease-out), transform 0.5s var(--ease-out);
}
.number-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.55), transparent);
  opacity: 0.55;
}
.number-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%,
    rgba(34, 211, 238, 0.10) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
  pointer-events: none;
}
.number-item:hover {
  border-color: rgba(34, 211, 238, 0.28);
  transform: translateY(-3px);
}
.number-item:hover::after { opacity: 1; }
.number-item > * { position: relative; z-index: 1; }
.number-val {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(64px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
  white-space: nowrap;
  font-variant-numeric: lining-nums;
}
.number-val.ember { color: var(--ember-soft); }
.number-val.tide  { color: var(--tide-soft); }
.number-lbl {
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 12px;
}
.number-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--bone-muted);
}

/* ═══════════════════════════════════════════════════════════
   PRICING
   ═══════════════════════════════════════════════════════════ */
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pricing-tier {
  position: relative;
  padding: 32px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.pricing-tier:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
}
.pricing-tier.tier-featured {
  border-color: rgba(255, 77, 109, 0.4);
  background:
    linear-gradient(135deg, rgba(255, 77, 109, 0.07) 0%, rgba(34, 211, 238, 0.04) 100%);
  box-shadow: 0 0 0 1px rgba(255, 77, 109, 0.25), 0 24px 60px -20px rgba(255, 77, 109, 0.3);
}
.pricing-tier.tier-featured::before {
  content: 'Recommended';
  position: absolute;
  top: -12px; left: 24px;
  background: var(--bg);
  padding: 4px 12px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ember);
  border: 1px solid rgba(255, 77, 109, 0.4);
  border-radius: 4px;
}
.tier-name {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  color: var(--bone);
  margin-bottom: 16px;
}
.tier-price {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}
.tier-price.ember { color: var(--ember-soft); }
.tier-price-per {
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 22px;
}
.tier-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--bone-muted);
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px dashed var(--line);
}
.tier-features {
  list-style: none;
  flex: 1;
  margin-bottom: 26px;
}
.tier-features li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 0;
  color: var(--bone);
}
.tier-features li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ember-soft);
  margin-top: 7px;
}
.tier-cta {
  width: 100%;
  justify-content: center;
}
.pricing-foot {
  text-align: center;
  margin-top: 36px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-dim);
}

/* ═══════════════════════════════════════════════════════════
   DEMO FORM
   ═══════════════════════════════════════════════════════════ */
.demo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.demo-info p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--bone-muted);
  margin-bottom: 28px;
}
.demo-list { list-style: none; }
.demo-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--bone);
}
.demo-list li::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ember), var(--tide));
  margin-top: 6px;
}
.demo-form { padding: 36px 32px; }
.form-row { margin-bottom: 22px; }
.form-row label {
  display: block;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 8px;
}
.form-row input,
.form-row select {
  width: 100%;
  font-family: 'Geist', sans-serif;
  font-size: 15px;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line-strong);
  color: var(--bone);
  outline: none;
  transition: border-color 0.25s;
}
.form-row input:focus,
.form-row select:focus { border-bottom-color: var(--ember); }
.form-row input::placeholder { color: var(--bone-faint); }
.form-row select { appearance: none; cursor: pointer; }
.form-submit { width: 100%; margin-top: 8px; justify-content: center; }
.form-success, .form-error-msg {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 12.5px;
  border-radius: 8px;
}
.form-success { background: rgba(34, 211, 238, 0.12); color: var(--tide-soft); border-left: 3px solid var(--tide); }
.form-error-msg { background: rgba(255, 77, 109, 0.12); color: var(--ember-soft); border-left: 3px solid var(--ember); }

/* ═══════════════════════════════════════════════════════════
   INVESTORS
   ═══════════════════════════════════════════════════════════ */
.inv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.inv-card {
  padding: 36px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s var(--ease-out), transform 0.5s var(--ease-out);
}
.inv-card::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
  pointer-events: none;
}
.inv-card:nth-child(1)::after { background: radial-gradient(circle at 50% 0%, rgba(255, 77, 109, 0.14) 0%, transparent 60%); }
.inv-card:nth-child(2)::after { background: radial-gradient(circle at 50% 0%, rgba(240, 238, 230, 0.10) 0%, transparent 60%); }
.inv-card:nth-child(3)::after { background: radial-gradient(circle at 50% 0%, rgba( 34, 211, 238, 0.14) 0%, transparent 60%); }
.inv-card:hover::after { opacity: 1; }
.inv-card:nth-child(1):hover { border-color: rgba(255, 77, 109, 0.28); transform: translateY(-3px); }
.inv-card:nth-child(2):hover { border-color: rgba(240, 238, 230, 0.22); transform: translateY(-3px); }
.inv-card:nth-child(3):hover { border-color: rgba( 34, 211, 238, 0.28); transform: translateY(-3px); }
.inv-card > * { position: relative; z-index: 1; }
.inv-card-num {
  font-family: 'EB Garamond', 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
}
.inv-card:nth-child(1) .inv-card-num { color: var(--ember-soft); }
.inv-card:nth-child(2) .inv-card-num { color: var(--bone); }
.inv-card:nth-child(3) .inv-card-num { color: var(--tide-soft); }
.inv-card h4 {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--bone);
}
.inv-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--bone-muted);
}

/* ═══════════════════════════════════════════════════════════
   PRIVACY
   ═══════════════════════════════════════════════════════════ */
.privacy-section { padding: 80px 0; border-top: 1px solid var(--line); }
.privacy-section h2 {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: var(--bone);
  margin-bottom: 20px;
}
.privacy-section p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--bone-muted);
  margin-bottom: 16px;
  max-width: 760px;
}
.privacy-section strong { color: var(--bone); font-weight: 500; }

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.footer {
  padding: 70px 0 36px;
  border-top: 1px solid transparent;
  background-image:
    linear-gradient(180deg, var(--bg), var(--bg)),
    linear-gradient(90deg, transparent, var(--coral) 25%, var(--violet) 50%, var(--sky) 75%, transparent);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--bone-muted);
  max-width: 320px;
}
.footer-col h5 {
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; }
.footer-col li { font-size: 14px; padding: 5px 0; }
.footer-col a { color: var(--bone-muted); transition: color 0.25s; }
.footer-col a:hover { color: var(--bone); }
.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-faint);
}

/* ═══════════════════════════════════════════════════════════
   REVEAL
   ═══════════════════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="100"] { transition-delay: 100ms; }
.reveal[data-delay="200"] { transition-delay: 200ms; }
.reveal[data-delay="300"] { transition-delay: 300ms; }
.reveal[data-delay="400"] { transition-delay: 400ms; }

/* ═══════════════════════════════════════════════════════════
   MOBILE MENU
   ═══════════════════════════════════════════════════════════ */
.mobile-menu {
  display: none;
  position: fixed;
  top: 60px; right: 16px;
  z-index: 49;
  padding: 22px 26px;
  border-radius: 16px;
  flex-direction: column;
  gap: 14px;
}
.mobile-menu a {
  font-family: 'JetBrains Mono', 'Geist Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
/* ── Tablet (641px - 1024px) — keep some 2-col layouts ────── */
@media (max-width: 1024px) {
  .hero h1 { font-size: clamp(56px, 11vw, 96px); }
  .problem-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .problem-item:nth-child(3) { grid-column: 1 / -1; }
  .steps-row { grid-template-columns: 1fr; gap: 16px; }
  .cable { display: none; }
  .feature-spread, .feature-spread:nth-of-type(even) { grid-template-columns: 1fr; gap: 40px; }
  .feature-spread:nth-of-type(even) .feature-text { order: 1; }
  .feature-spread:nth-of-type(even) .feature-vis  { order: 2; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .pricing-tiers { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .demo-wrap { grid-template-columns: 1fr; gap: 48px; }
  .inv-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-right { gap: 8px; }
  .hamburger { display: flex; flex-direction: column; gap: 4px; padding: 10px; }
  .hamburger span { width: 22px; height: 2px; background: var(--bone); }
  .marquee-item { font-size: 28px; gap: 24px; }
}

/* ── Mobile (≤ 640px) — single column, tighter padding ───── */
@media (max-width: 640px) {
  .container-x { padding: 0 18px; }
  .section { padding: 80px 0; }
  .manifesto-section { padding: 80px 0; }
  .section-head { margin-bottom: 48px; }
  .section-h2 { font-size: clamp(36px, 10vw, 56px); }

  .nav { width: calc(100% - 16px); }
  .nav-inner { padding: 8px 12px 8px 16px; }
  .nav-right { gap: 6px; }
  .nav-right .chip { display: none; }
  .nav-right .btn { padding: 9px 16px; font-size: 10px; }
  .brand { font-size: 22px; }

  .hero { padding-top: 80px; }
  .hero-sub { font-size: 14.5px; max-width: 90%; }
  .hero h1 { font-size: clamp(48px, 13vw, 80px); margin-bottom: 8px; }
  .hero-bottom { padding: 18px 18px 22px; }

  .problem-grid { grid-template-columns: 1fr; gap: 14px; }
  .problem-item:nth-child(3) { grid-column: auto; }
  .problem-item { padding: 26px 22px 22px; }
  .problem-num { font-size: 44px; margin-bottom: 14px; }

  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { grid-template-columns: 36px 1fr; padding: 22px 20px 18px; }
  .trust-num { font-size: 30px; }

  .numbers-grid { grid-template-columns: 1fr; gap: 14px; }
  .number-item { padding: 24px 20px 22px; }

  .pricing-tier { padding: 28px 24px; }
  .tier-price { font-size: 56px; }

  .demo-form { padding: 26px 22px; }
  .inv-card { padding: 28px 22px; }
  .inv-card-num { font-size: 48px; margin-bottom: 14px; }

  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; padding-top: 22px; }

  .manifesto p { font-size: clamp(28px, 7vw, 44px); }
  .marquee-item { font-size: 22px; gap: 18px; }
}

/* ── Very small phones (≤ 380px) ───────────────────────────── */
@media (max-width: 380px) {
  .hero h1 { font-size: 13vw; }
  .nav-right .btn { padding: 8px 12px; font-size: 9.5px; }
  .container-x { padding: 0 14px; }
}

/* ═══════════════════════════════════════════════════════════
   REDUCED MOTION
   ═══════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none !important; overflow-x: auto; }
}

#scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 1px;
  width: 0;
  background: linear-gradient(90deg, var(--ember), var(--tide));
  z-index: 100;
  transition: width 0.08s linear;
}
