/* ============================================================
   Helix Gamer — site styles
   Concept: "the thread" — the cyan connection strand from the
   brand mark runs through every page. Cinematic dark ground,
   crimson vignette, Anton display skewed -6deg.
   Single dark theme, deliberate. Every colour painted explicitly.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

:root {
  --ink: #0D0406;
  --ink-2: #120609;
  --panel: #1A0B10;
  --panel-2: #230F15;
  --line: rgba(244, 231, 199, 0.10);
  --line-cyan: rgba(99, 218, 240, 0.24);

  --crimson: #ED1B4C;
  --crimson-deep: #7E0E2D;
  --crimson-glow: rgba(237, 27, 76, 0.22);

  --cyan: #63DAF0;
  --cyan-deep: #1F93B0;
  --cyan-glow: rgba(99, 218, 240, 0.30);

  --cream: #F4E7C7;
  --gold: #D9A441;

  /* one distinct hue per Helixer tier, ascending rarity */
  --tier-follow: #9C8F94;   /* Worth a Follow  — neutral slate */
  --tier-similar: #63DAF0;  /* Similar Tastes  — cyan */
  --tier-doppel: #F4E7C7;   /* Doppelganger    — cream */
  --tier-sibling: #F2547A;  /* Helix Sibling   — rose */
  --tier-god: #E8C878;      /* Helix God       — gold */

  --text: #ECE3E1;
  --muted: #A88D92;
  --muted-dim: #7C666B;

  --maxw: 1120px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* crimson light pooling from the top corners, fixed behind everything */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(46vw 40vw at 8% -6%, var(--crimson-glow), transparent 70%),
    radial-gradient(42vw 38vw at 100% 0%, rgba(126, 14, 45, 0.30), transparent 68%),
    radial-gradient(60vw 50vw at 50% 120%, rgba(31, 147, 176, 0.08), transparent 70%);
}

body > * { position: relative; z-index: 1; }

a { color: var(--cyan); text-decoration: none; }
a:hover { text-decoration: underline; }

img, svg { max-width: 100%; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

::selection { background: var(--cyan); color: var(--ink); }

:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 3px; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 4, 6, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 24px;
}
.site-header .logo-link { display: inline-flex; align-items: center; padding: 6px 8px 6px 0; }
.site-header .logo { height: 26px; width: auto; display: block; }

.nav { position: relative; display: flex; align-items: center; }
.nav-cb { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.nav-burger { display: none; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 21px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--text); text-decoration: none; }
.nav-links a[aria-current="page"] { color: var(--cyan); }
.nav-cta {
  border: 1px solid var(--line-cyan);
  color: var(--cyan) !important;
  padding: 8px 15px;
  border-radius: 999px;
}
.nav-cta:hover { background: var(--cyan-glow); border-color: var(--cyan); }

@media (max-width: 780px) {
  .nav-burger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.74rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--text);
    padding: 6px 2px;
    user-select: none;
  }
  .nav-burger::after { content: '+'; color: var(--cyan); font-size: 1.15em; line-height: 1; }
  .nav-cb:checked ~ .nav-burger::after { content: '\00d7'; }
  .nav-cb:focus-visible ~ .nav-burger { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 3px; }
  .nav-links {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    padding: 10px 14px;
    background: var(--panel-2);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 30px 60px -20px #000;
    min-width: 210px;
    z-index: 60;
  }
  .nav-cb:checked ~ .nav-links { display: flex; }
  .nav-links a { padding: 10px 4px; width: 100%; text-align: right; }
  .nav-cta { margin-top: 6px; text-align: center; }
}

/* ---------- type ---------- */
.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin: 0 0 20px;
}
.eyebrow.crimson { color: var(--crimson); }

h1, h2, h3, .display {
  font-family: 'Anton', 'Arial Narrow', 'Haettenschweiler', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transform: skewX(-6deg);
  transform-origin: left;
  margin: 0 0 20px;
  color: var(--cream);
  text-wrap: balance;
}
h1 { font-size: clamp(2.7rem, 7.4vw, 5rem); line-height: 0.98; letter-spacing: 0.005em; }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); line-height: 1.0; letter-spacing: 0.015em; }
h3 { font-size: 1.15rem; letter-spacing: 0.03em; color: var(--text); margin-bottom: 9px; }

p { margin: 0 0 16px; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--text); max-width: 58ch; }
.muted { color: var(--muted); }
.tickmono {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dim);
}

/* ---------- layout scaffolding ---------- */
main { display: block; }
.section { padding: 84px 0; border-top: 1px solid var(--line); }
.section:first-child { border-top: 0; }
.section.tight { padding: 56px 0; }

.page-hero { padding: 72px 0 60px; border-top: 0; }
.page-hero .lead { margin-top: 4px; }

/* ---------- buttons ---------- */
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 0.96rem;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform 0.15s var(--ease), filter 0.15s var(--ease), background 0.15s var(--ease);
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--cyan); color: #06222B; box-shadow: 0 10px 30px -10px var(--cyan-glow); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-ghost { border-color: var(--line); color: var(--text); }
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); }
.btn-crimson { background: var(--crimson); color: #fff; }
.btn-crimson:hover { filter: brightness(1.08); }

/* ---------- home hero ---------- */
.home-hero { position: relative; padding: 60px 0 40px; overflow: hidden; }
.home-hero .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 940px) {
  .home-hero .grid { grid-template-columns: 1.02fr 0.98fr; gap: 32px; }
}
.home-hero .copy { max-width: 30rem; }
.hero-logo { height: clamp(46px, 7vw, 62px); width: auto; display: block; margin-bottom: 26px; }
.home-hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.5rem); line-height: 0.94; margin-bottom: 20px; }
.home-hero .lead { margin-bottom: 4px; font-size: 1.05rem; max-width: 34rem; }

.ghost-mark {
  position: absolute;
  right: -14vw;
  top: 50%;
  width: 62vw;
  max-width: 720px;
  transform: translateY(-50%);
  opacity: 0.09;
  z-index: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .ghost-mark { animation: drift 26s ease-in-out infinite alternate; }
}
@keyframes drift {
  from { transform: translateY(-50%) rotate(-3deg); }
  to   { transform: translateY(-54%) rotate(3deg); }
}

/* ---------- home device mockups ---------- */
.stage {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ambient light the phones sit in */
.stage::before {
  content: '';
  position: absolute;
  width: 78%;
  height: 62%;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(99, 218, 240, 0.16), transparent 78%);
  filter: blur(8px);
  z-index: 0;
}

.device {
  position: relative;
  z-index: 1;
  width: 236px;
  aspect-ratio: 9 / 19.3;
  border-radius: 40px;
  padding: 8px;
  background:
    linear-gradient(150deg, #2b2f36 0%, #0c0e12 34%, #060709 70%, #14171c 100%);
  box-shadow:
    inset 0 0 0 1px rgba(244, 231, 199, 0.08),
    inset 0 2px 1px rgba(255, 255, 255, 0.14),
    inset 0 -2px 2px rgba(0, 0, 0, 0.7),
    0 2px 6px rgba(0, 0, 0, 0.5),
    0 44px 90px -34px #000;
}
.device .screen {
  position: relative;
  height: 100%;
  border-radius: 33px;
  overflow: hidden;
  background: radial-gradient(120% 90% at 50% 0%, #14161c, var(--ink) 60%);
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.9);
}
/* glass glare + a soft floor vignette */
.device .screen::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(133deg, rgba(255, 255, 255, 0.12), transparent 38%),
    radial-gradient(130% 70% at 50% 118%, rgba(0, 0, 0, 0.45), transparent);
  pointer-events: none;
}
.device .notch {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 15px;
  border-radius: 999px;
  background: #000;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.06);
  z-index: 3;
}

.stage .device.back {
  position: absolute;
  transform: rotate(-9deg) translate(-116px, 10px) scale(0.9);
  filter: saturate(0.9) brightness(0.72) blur(0.4px);
}
.stage .device.front {
  transform: rotate(4deg) translate(80px, 0);
  box-shadow:
    inset 0 0 0 1px rgba(244, 231, 199, 0.08),
    inset 0 2px 1px rgba(255, 255, 255, 0.14),
    inset 0 -2px 2px rgba(0, 0, 0, 0.7),
    -30px 30px 60px -20px rgba(0, 0, 0, 0.7),
    0 44px 90px -30px #000,
    0 0 60px -10px var(--cyan-glow);
}
@media (max-width: 940px) {
  .stage { min-height: 540px; }
  .stage .device.back { transform: rotate(-9deg) translate(-82px, 6px) scale(0.86); }
  .stage .device.front { transform: rotate(4deg) translate(58px, 0); }
}
@media (max-width: 460px) {
  .device { width: 194px; }
  .stage .device.back { transform: rotate(-8deg) translate(-56px, 6px) scale(0.82); }
  .stage .device.front { transform: rotate(4deg) translate(44px, 0); }
}

/* thread linking the two phones */
.stage .thread { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; overflow: visible; }
.thread path.base { stroke: var(--cyan); stroke-width: 2.4; fill: none; opacity: 0.55; filter: drop-shadow(0 0 6px var(--cyan)); stroke-linecap: round; }
.thread path.flow { stroke: #eafcff; stroke-width: 2.6; fill: none; stroke-linecap: round; stroke-dasharray: 24 460; filter: drop-shadow(0 0 7px var(--cyan)); }
@media (prefers-reduced-motion: no-preference) {
  .thread path.flow { animation: flow 3.6s linear infinite; }
}
@keyframes flow { to { stroke-dashoffset: -484; } }
.thread .endpoint { fill: #eafcff; filter: drop-shadow(0 0 6px var(--cyan)); }

/* ---------- in-screen app UI ---------- */
.app { flex: 1; display: flex; flex-direction: column; min-height: 0; font-size: 11px; }
.app-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 30px 14px 10px;
}
.app-word {
  font-family: 'Anton', sans-serif; text-transform: uppercase; transform: skewX(-6deg);
  font-size: 12px; letter-spacing: 0.04em; color: var(--cream);
}
.app-steam {
  font-family: 'IBM Plex Mono', monospace; font-size: 6.5px; letter-spacing: 0.1em;
  color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 3px 6px;
  text-transform: uppercase;
}
.app-h {
  font-family: 'Anton', sans-serif; text-transform: uppercase; transform: skewX(-6deg);
  font-size: 13px; color: var(--text); padding: 8px 14px 5px; letter-spacing: 0.03em;
}
.app-sub {
  font-family: 'IBM Plex Mono', monospace; font-size: 6.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--cyan); padding: 0 14px 9px;
}
.app-scroll { flex: 1; overflow: hidden; padding: 0 14px 14px; }

/* Steam capsule + our score circle */
.cap-list { display: flex; flex-direction: column; gap: 10px; }
.cap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09), 0 8px 16px -8px rgba(0, 0, 0, 0.7);
}
.cap img { display: block; width: 100%; height: auto; }
.sc {
  width: 27px;
  height: 27px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #180a0d;
  border: 2px solid;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.8);
}
.cap .sc { position: absolute; right: 5px; bottom: 5px; }
.sc.big { width: 33px; height: 33px; font-size: 14px; }
.s-hi { border-color: #4fae7a; color: #4fae7a; }   /* score 7-10 */
.s-mid { border-color: #d9a441; color: #d9a441; }  /* score 4-6  */
.s-lo { border-color: #d14747; color: #d14747; }   /* score 0-3  */

/* front phone — a discovery */
.rec-title {
  font-weight: 700; font-size: 11px; color: var(--text); line-height: 1.25;
  margin-top: 10px;
}
.rec-meta {
  font-family: 'IBM Plex Mono', monospace; font-size: 6.5px; color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase; margin-top: 3px;
}
.rec-vouch { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 8px; margin-top: 11px; }
.rec-arrow {
  font-family: 'IBM Plex Mono', monospace; font-size: 7px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); white-space: nowrap;
}

.god-badge {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 6.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  color: #f4dca0;
  background: rgba(217, 164, 65, 0.24);
  border: 1.5px solid #e8c878;
  box-shadow: 0 0 10px -2px rgba(232, 200, 120, 0.6);
}
@media (prefers-reduced-motion: no-preference) {
  .god-badge { animation: godpulse 2.6s ease-in-out infinite; }
  .god-badge::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
    transform: skewX(-18deg);
    animation: godshine 2.9s linear infinite;
  }
}
@keyframes godpulse {
  0%, 100% { box-shadow: 0 0 9px -3px rgba(232, 200, 120, 0.55); }
  50% { box-shadow: 0 0 18px 1px rgba(232, 200, 120, 0.95); }
}
@keyframes godshine {
  0% { left: -50%; }
  55%, 100% { left: 135%; }
}

.match-tally {
  margin-top: 12px; font-family: 'IBM Plex Mono', monospace; font-size: 7px;
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--muted); line-height: 1.5;
}
.match-tally b { color: var(--cream); font-weight: 500; }

/* ---------- generic content blocks ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
@media (min-width: 880px) { .split { grid-template-columns: 1fr 1fr; gap: 60px; } }
.split.lead-left { grid-template-columns: 1fr; }
@media (min-width: 880px) { .split.lead-left { grid-template-columns: 0.45fr 1.55fr; } }

.prose p { color: var(--text); }
.prose p.muted { color: var(--muted); }

/* numbered step sequence */
.flow-steps { display: flex; flex-direction: column; gap: 0; margin-top: 8px; }
.flow-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.flow-step:first-child { border-top: 0; }
.flow-step .idx {
  font-family: 'Anton', sans-serif; transform: skewX(-6deg);
  font-size: 1.5rem; color: var(--cyan);
  position: relative;
}
.flow-step .idx::after {
  content: '';
  position: absolute;
  left: 12px; top: 2.6rem; bottom: -28px;
  width: 1px;
  background: linear-gradient(var(--cyan-glow), transparent);
}
.flow-step:last-child .idx::after { display: none; }
.flow-step h3 { margin-bottom: 7px; }
.flow-step p { margin: 0; color: var(--muted); font-size: 0.98rem; max-width: 52ch; }
@media (min-width: 720px) {
  .flow-step { grid-template-columns: 70px 1fr; gap: 30px; }
  .flow-step .idx { font-size: 1.9rem; }
}

/* comparison columns */
.versus { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 8px; }
@media (min-width: 780px) { .versus { grid-template-columns: 1fr 1fr; gap: 20px; } }
.vcard {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  background: var(--panel);
}
.vcard.good { border-color: var(--line-cyan); background: linear-gradient(180deg, rgba(99,218,240,0.06), var(--panel)); }
.vcard .vlabel {
  font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; letter-spacing: 0.16em;
  text-transform: uppercase; margin-bottom: 14px;
}
.vcard.bad .vlabel { color: var(--muted-dim); }
.vcard.good .vlabel { color: var(--cyan); }
.vlist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.vlist li { position: relative; padding-left: 22px; font-size: 0.95rem; color: var(--muted); }
.vcard.good .vlist li { color: var(--text); }
.vlist li::before {
  content: '';
  position: absolute; left: 0; top: 0.5em;
  width: 11px; height: 2px; border-radius: 2px; background: var(--muted-dim);
}
.vcard.good .vlist li::before { background: var(--cyan); box-shadow: 0 0 8px var(--cyan-glow); }

.pullquote {
  font-family: 'Anton', sans-serif; text-transform: uppercase; transform: skewX(-6deg);
  font-size: clamp(1.5rem, 3.6vw, 2.4rem); line-height: 1.08; color: var(--cream);
  max-width: 20ch; margin: 0;
}
.pullquote .accent { color: var(--cyan); }

/* ---------- tiers (helixers page) ---------- */
.tier-scale { display: flex; flex-direction: column; gap: 14px; margin-top: 10px; }
.tier-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
@media (min-width: 760px) {
  .tier-row { grid-template-columns: 190px 1fr 128px; gap: 26px; }
}
.tier-row .tname {
  font-family: 'Anton', sans-serif; text-transform: uppercase; transform: skewX(-6deg);
  font-size: 1.35rem; letter-spacing: 0.02em; line-height: 1;
}
.tier-row .tdesc { color: var(--muted); font-size: 0.96rem; margin: 0; }
.tier-row .tdesc b { color: var(--text); font-weight: 600; }
.tier-meter { height: 6px; border-radius: 999px; background: rgba(244,231,199,0.08); overflow: hidden; }
.tier-meter i { display: block; height: 100%; border-radius: 999px; }
.tier-row .tmeta {
  font-family: 'IBM Plex Mono', monospace; font-size: 0.64rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted-dim); margin-top: 8px;
}

.tier-row.t1 .tname { color: var(--tier-follow); }
.tier-row.t1 .tier-meter i { width: 18%; background: var(--tier-follow); }
.tier-row.t2 .tname { color: var(--tier-similar); }
.tier-row.t2 .tier-meter i { width: 40%; background: var(--tier-similar); }
.tier-row.t3 { border-color: rgba(244, 231, 199, 0.26); }
.tier-row.t3 .tname { color: var(--tier-doppel); }
.tier-row.t3 .tier-meter i { width: 64%; background: var(--tier-doppel); }
.tier-row.t4 { border-color: rgba(242, 84, 122, 0.42); background: linear-gradient(180deg, rgba(242, 84, 122, 0.08), var(--panel)); }
.tier-row.t4 .tname { color: var(--tier-sibling); text-shadow: 0 0 14px rgba(242, 84, 122, 0.4); }
.tier-row.t4 .tier-meter i { width: 84%; background: var(--tier-sibling); box-shadow: 0 0 10px var(--tier-sibling); }
.tier-row.t5 { border-color: rgba(232, 200, 120, 0.45); background: linear-gradient(180deg, rgba(232, 200, 120, 0.09), var(--panel)); }
.tier-row.t5 .tname { color: var(--tier-god); text-shadow: 0 0 16px rgba(232, 200, 120, 0.4); }
.tier-row.t5 .tier-meter i { width: 98%; background: var(--tier-god); box-shadow: 0 0 10px rgba(232, 200, 120, 0.6); }

/* ---------- pricing ---------- */
.price-cards { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; }
@media (min-width: 760px) { .price-cards { grid-template-columns: 1fr 1fr; } }
.price {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px;
}
.price.hl {
  border-color: var(--line-cyan);
  background: linear-gradient(180deg, rgba(99, 218, 240, 0.07), var(--panel));
  box-shadow: 0 30px 60px -30px var(--cyan-glow);
}
.price .tag {
  font-family: 'IBM Plex Mono', monospace; font-size: 0.64rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted-dim); margin-bottom: 14px;
}
.price.hl .tag { color: var(--cyan); }
.price .big {
  font-family: 'Anton', sans-serif; font-size: 2.6rem; color: var(--cream);
  transform: skewX(-6deg); transform-origin: left; line-height: 1;
}
.price .big small {
  font-size: 0.86rem; color: var(--muted); font-family: 'IBM Plex Sans', sans-serif;
  transform: none; display: inline-block; font-weight: 400;
}
.price ul { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 10px; }
.price li { position: relative; padding-left: 22px; font-size: 0.94rem; color: var(--muted); }
.price li::before {
  content: ''; position: absolute; left: 0; top: 0.55em;
  width: 11px; height: 2px; border-radius: 2px; background: var(--cyan);
}
.price li b { color: var(--text); font-weight: 600; }
.price .founder {
  margin-top: 18px; padding: 12px 14px; border-radius: 12px;
  background: rgba(99, 218, 240, 0.08); border: 1px solid var(--line-cyan);
  font-size: 0.86rem; color: var(--cream);
}

/* ---------- notify / coming soon ---------- */
.notify-box {
  margin-top: 30px;
  max-width: 440px;
}
.notify-form { display: flex; gap: 10px; flex-wrap: wrap; }
.notify-form input[type="email"] {
  flex: 1 1 220px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 999px;
  padding: 13px 20px;
  font: inherit;
  font-size: 0.95rem;
}
.notify-form input[type="email"]::placeholder { color: var(--muted-dim); }
.notify-form input[type="email"]:focus { border-color: var(--cyan); outline: none; }
.notify-note { margin-top: 14px; font-size: 0.85rem; color: var(--muted-dim); }

/* ---------- callout row ---------- */
.endcap {
  margin-top: 0;
  padding: 70px 0 84px;
  border-top: 1px solid var(--line);
  text-align: left;
}
.endcap h2 { margin-bottom: 16px; }

/* ---------- footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 46px 0 64px;
  font-size: 0.86rem;
  color: var(--muted-dim);
}
.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 44px;
  align-items: baseline;
  justify-content: space-between;
}
.site-footer nav { display: flex; gap: 22px; flex-wrap: wrap; }
.site-footer nav a { color: var(--muted); }
.site-footer nav a:hover { color: var(--text); }
.site-footer .fine { max-width: 44ch; line-height: 1.6; }
.site-footer .fine strong { color: var(--muted); }

/* ---------- legal / doc pages (kept compatible with existing markup) ---------- */
.doc { padding: 60px 0 90px; }
.doc .wrap { max-width: 760px; }
.doc h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 8px; }
.doc .updated {
  font-family: 'IBM Plex Mono', monospace; font-size: 0.72rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted-dim); margin-bottom: 40px;
}
.doc h2 { font-size: 1.35rem; margin-top: 44px; margin-bottom: 12px; }
.doc h3 { font-size: 1rem; margin-top: 26px; }
.doc p, .doc li { color: var(--text); }
.doc ul, .doc ol { padding-left: 22px; margin: 0 0 16px; }
.doc li { margin-bottom: 8px; }
.doc .note {
  background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--crimson);
  border-radius: 8px; padding: 14px 18px; margin: 24px 0; font-size: 0.92rem; color: var(--muted);
}
.doc a { text-decoration: underline; }
.back-link {
  display: inline-block; margin-bottom: 30px; font-family: 'IBM Plex Mono', monospace;
  font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
}
.back-link:hover { color: var(--cyan); text-decoration: none; }

/* ---------- entrance animation (CSS-only, load; not scroll-bound) ---------- */
.rise { opacity: 0; transform: translateY(14px); animation: rise 0.62s var(--ease) forwards; }
.rise.d1 { animation-delay: 0.06s; }
.rise.d2 { animation-delay: 0.14s; }
.rise.d3 { animation-delay: 0.22s; }
.rise.d4 { animation-delay: 0.32s; }
@keyframes rise { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise { opacity: 1; transform: none; animation: none; }
  .ghost-mark { animation: none; }
  .thread path.flow { animation: none; opacity: 0; }
}
