/* ============================================================================
   PublishDesk — The Wire Desk
   Marketing surface for publishdesk.io.

   ART DIRECTION: an instrument-grade command surface. The page opens on deep
   Ink navy (the night desk, the moment news breaks) with real product screens
   glowing inside it like monitors; moves into light for the working sections;
   peaks on the darkest field for Live Story; closes on the one sanctioned
   gradient. Art direction varies per section — the voice does not.

   IDENTITY IS COMMITTED (do not drift):
     Ink navy #001F7C · Signal azure #417AFF · breaking red #E23744 (Live only)
     The one gradient (135deg, Ink→Signal): logo lockup, final CTA, "Most
     popular" badge. Nowhere else.
     Geist (display) · Inter (body) · Instrument Serif (pull-quote only)
     JetBrains Mono (wire + pipeline labels only)
   ========================================================================= */

/* ── Tokens ──────────────────────────────────────────────────────────────── */
:root {
  /* Brand */
  --ink: #001F7C;
  --signal: #417AFF;
  --signal-hover: #2C5FE6;
  --signal-bright: #6E9BFF;
  --breaking: #E23744;
  --gradient: linear-gradient(135deg, #001F7C 0%, #417AFF 100%);

  /* Night surfaces (the command field) */
  --night: #04143A;
  --night-raised: #062255;
  --night-line: rgba(146, 176, 255, 0.16);
  --night-line-soft: rgba(146, 176, 255, 0.09);

  /* Type on night — all verified ≥ 4.5:1 on --night */
  --on-night: #EDF2FF;
  --on-night-soft: #B6C6E8;
  --on-night-dim: #8FA3CE;

  /* Day surfaces */
  --bg: #FFFFFF;
  --bg-soft: #F6F8FC;
  --bg-tint: #F0F4FF;
  --surface: #FFFFFF;
  --border: #E3E7ED;
  --border-strong: #C7CDD8;

  /* Type on day */
  --text: #10151F;
  --text-2: #48505F;
  --text-3: #737B8B;

  --success: #2E7D52;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 3px rgba(15, 17, 23, .06), 0 1px 2px rgba(15, 17, 23, .04);
  --shadow-md: 0 6px 20px rgba(15, 17, 23, .08), 0 2px 6px rgba(15, 17, 23, .04);
  --shadow-lg: 0 30px 70px rgba(0, 31, 124, .16), 0 8px 20px rgba(15, 17, 23, .07);
  --glow: 0 0 0 1px rgba(146,176,255,.14), 0 40px 120px -20px rgba(65, 122, 255, .45), 0 12px 40px -12px rgba(0,0,0,.6);

  --font-display: 'Geist', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-editorial: 'Instrument Serif', Georgia, serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  --band: clamp(76px, 9vw, 132px);
  --container: 1180px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  /* z-scale — semantic, never arbitrary */
  --z-sticky: 100;
  --z-menu: 200;
  --z-widget: 300;
}

/* ── Reset & base ────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--signal); text-decoration: none; }
a:hover { color: var(--signal-hover); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(65,122,255,.24); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: var(--band); }
.band-soft { background: var(--bg-soft); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: var(--z-menu);
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: var(--radius-sm);
  transition: top .18s var(--ease);
}
.skip-link:focus { top: 12px; color: #fff; }

/* ── Typography ──────────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }

.h-display { font-size: clamp(2.9rem, 6.4vw, 5.1rem); letter-spacing: -0.038em; line-height: 1.02; }
.h-xl      { font-size: clamp(2.1rem, 3.9vw, 3.1rem); }
.h-lg      { font-size: clamp(1.5rem, 2.2vw, 1.9rem); letter-spacing: -0.025em; }
.h-md      { font-size: 1.16rem; letter-spacing: -0.02em; line-height: 1.35; }

.lede { font-size: clamp(1.06rem, 1.5vw, 1.24rem); line-height: 1.62; color: var(--text-2); max-width: 62ch; }
.section-intro { max-width: 60ch; margin-bottom: clamp(40px, 5vw, 68px); }
.section-intro .lede { margin-top: 18px; }

/* The wire label — this brand's ONE named kicker system, used only where the
   page is genuinely reporting machine state (hero status, pipeline, live). It
   is deliberately NOT placed above every section heading. */
.wire-label {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-3);
}
.on-night .wire-label { color: var(--on-night-dim); }

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: .98rem;
  letter-spacing: -0.01em;
  padding: 14px 26px; border-radius: var(--radius-pill);
  border: 1px solid transparent; cursor: pointer;
  transition: transform .22s var(--ease), background-color .22s var(--ease),
              border-color .22s var(--ease), box-shadow .22s var(--ease), color .22s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--signal); color: #fff; box-shadow: 0 8px 22px -8px rgba(65,122,255,.7); }
.btn-primary:hover { background: var(--signal-hover); color: #fff; box-shadow: 0 14px 32px -10px rgba(65,122,255,.8); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border-strong); }
.btn-ghost:hover { color: var(--text); border-color: var(--text); background: rgba(0,0,0,.02); }
.on-night .btn-ghost { color: var(--on-night); border-color: rgba(182,198,232,.34); }
.on-night .btn-ghost:hover { color: #fff; border-color: rgba(237,242,255,.75); background: rgba(255,255,255,.06); }
.btn-lg { padding: 16px 32px; font-size: 1.03rem; }

.arrow { transition: transform .22s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* ── Navigation ──────────────────────────────────────────────────────────── */
.nav {
  position: fixed; inset: 0 0 auto; z-index: var(--z-sticky);
  padding-block: 16px;
  transition: background-color .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(4, 20, 58, .82);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom-color: var(--night-line);
}
.nav-inner { display: flex; align-items: center; gap: 32px; }
.nav-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 1.12rem;
  letter-spacing: -0.028em; color: var(--on-night);
}
.nav-brand b { font-weight: 600; }
.nav-brand span { color: var(--signal-bright); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a {
  color: var(--on-night-soft); font-size: .94rem; font-weight: 500;
  transition: color .18s var(--ease);
}
.nav-links a:hover { color: var(--on-night); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-login { color: var(--on-night-soft); font-size: .94rem; font-weight: 500; }
.nav-login:hover { color: var(--on-night); }
.nav-actions .btn { padding: 10px 20px; font-size: .92rem; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--on-night); }

#mobile-menu {
  position: fixed; inset: 0; z-index: var(--z-menu);
  background: var(--night); padding: 88px 24px 32px;
  display: none; flex-direction: column; gap: 4px;
}
body.menu-open { overflow: hidden; }
body.menu-open #mobile-menu { display: flex; }
#mobile-menu a {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  letter-spacing: -0.03em; color: var(--on-night);
  padding: 14px 0; border-bottom: 1px solid var(--night-line-soft);
}
#mobile-menu .btn { margin-top: 22px; }

/* ── The command field (dark sections) ───────────────────────────────────── */
.on-night {
  position: relative;
  background: var(--night);
  color: var(--on-night);
  isolation: isolate;
}
.on-night h1, .on-night h2, .on-night h3, .on-night h4 { color: #fff; }
.on-night .lede { color: var(--on-night-soft); }
/* Instrument grid + signal bloom. Pure CSS, no image weight. */
.on-night::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(1100px 620px at 72% -10%, rgba(65,122,255,.30), transparent 62%),
    radial-gradient(760px 520px at 4% 8%, rgba(0,31,124,.75), transparent 70%);
}
.on-night::after {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(var(--night-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--night-line-soft) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(1200px 700px at 50% 0%, #000 5%, transparent 78%);
  -webkit-mask-image: radial-gradient(1200px 700px at 50% 0%, #000 5%, transparent 78%);
}

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero { padding-top: clamp(140px, 17vw, 190px); padding-bottom: 0; overflow: hidden; }
.hero-grid { display: grid; gap: clamp(28px, 4vw, 52px); }

.status-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 15px 7px 12px; border-radius: var(--radius-pill);
  border: 1px solid var(--night-line);
  background: rgba(146,176,255,.07);
  font-family: var(--font-mono); font-size: .73rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--on-night-soft);
}
.status-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--breaking);
  box-shadow: 0 0 0 0 rgba(226,55,68,.7); animation: pulse 2.4s var(--ease) infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(226,55,68,.6); }
  70%  { box-shadow: 0 0 0 9px rgba(226,55,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(226,55,68,0); }
}

.hero h1 { margin-top: 26px; max-width: 15ch; }
.hero h1 em {
  font-family: var(--font-editorial); font-style: italic; font-weight: 400;
  color: var(--signal-bright); letter-spacing: -0.01em;
}
.hero .lede { margin-top: 24px; font-size: clamp(1.08rem, 1.55vw, 1.28rem); max-width: 58ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note {
  margin-top: 20px; font-size: .89rem; color: var(--on-night-dim);
  display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center;
}
.hero-note b { color: var(--on-night-soft); font-weight: 500; }

/* The monitor — a real product screen glowing on the command field */
.monitor {
  position: relative; margin-top: clamp(52px, 6vw, 78px);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  background: linear-gradient(180deg, rgba(146,176,255,.2), rgba(146,176,255,.05));
  padding: 1px 1px 0;
  box-shadow: var(--glow);
}
.monitor-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 16px; border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  background: #0B1D48; border-bottom: 1px solid var(--night-line);
}
.monitor-dots { display: flex; gap: 6px; }
.monitor-dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(146,176,255,.26); }
.monitor-url {
  margin-inline: auto; font-family: var(--font-mono); font-size: .74rem;
  color: var(--on-night-dim); letter-spacing: .02em;
}
.monitor img { width: 100%; border-radius: 0; display: block; }
.monitor-frame { overflow: hidden; background: #fff; }

/* ── The wire — live pipeline states, the brand's signature strip ────────── */
.wire {
  position: relative; z-index: 1;
  border-top: 1px solid var(--night-line);
  border-bottom: 1px solid var(--night-line);
  background: rgba(4,20,58,.72);
  overflow: hidden;
  padding-block: 15px;
}
.wire-track {
  display: flex; gap: 46px; width: max-content;
  animation: wire 46s linear infinite;
}
.wire-item {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--font-mono); font-size: .78rem; letter-spacing: .05em;
  color: var(--on-night-soft); white-space: nowrap;
}
.wire-item i {
  width: 5px; height: 5px; border-radius: 50%; background: var(--signal-bright); flex: none;
}
.wire-item.is-live i { background: var(--breaking); }
.wire-item b { color: var(--on-night-dim); font-weight: 400; }
@keyframes wire { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.wire:hover .wire-track { animation-play-state: paused; }

/* ── Proof rail (understated — never a big-number hero-metric block) ─────── */
.rail {
  display: flex; flex-wrap: wrap; gap: 10px 38px; align-items: baseline;
  padding-block: 34px;
}
.rail-item { display: inline-flex; align-items: baseline; gap: 9px; font-size: .95rem; color: var(--text-2); }
.rail-item b { font-family: var(--font-mono); font-size: .95rem; font-weight: 500; color: var(--ink); letter-spacing: -.01em; }

/* ── Feature rows (asymmetric, screenshot-led — not a card grid) ─────────── */
.rows { display: grid; gap: clamp(64px, 8vw, 118px); }
.row { display: grid; gap: clamp(28px, 4vw, 56px); align-items: center; }
.row-text h3 { margin-top: 14px; }
.row-text .lede { margin-top: 16px; font-size: 1.04rem; }
.row-points { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.row-points li {
  position: relative; padding-left: 27px; color: var(--text-2); font-size: .97rem; line-height: 1.55;
}
.row-points li::before {
  content: ''; position: absolute; left: 3px; top: .62em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--signal); opacity: .85;
}
.shot {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border); background: #fff;
  box-shadow: var(--shadow-lg);
}
.shot img { width: 100%; }

/* ── Pipeline (a real ordered sequence — numbers are earned here) ────────── */
.steps { display: grid; gap: 2px; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--border); }
.step { background: var(--surface); padding: clamp(24px, 3vw, 34px); display: grid; gap: 10px; align-content: start; }
.step-n {
  font-family: var(--font-mono); font-size: .74rem; letter-spacing: .14em;
  color: var(--signal); font-weight: 500;
}
/* A highlight travels step 1→5 while the band is on screen (main.js [data-flow]). */
.step { position: relative; transition: background-color .5s var(--ease); }
.step::after {
  content: ''; position: absolute; inset: auto 0 0 0; height: 2px;
  background: var(--signal); transform: scaleX(0); transform-origin: left;
  transition: transform .55s var(--ease);
}
.step.lit { background: var(--bg-tint); }
.step.lit::after { transform: scaleX(1); }
.step h3 { font-size: 1.14rem; letter-spacing: -.02em; }
.step p { color: var(--text-2); font-size: .95rem; line-height: 1.58; }

/* ── Live Story Mode — the peak. Breaking red lives ONLY here. ──────────── */
.live-head { display: grid; gap: 18px; max-width: 60ch; }
.live-badge {
  display: inline-flex; align-items: center; gap: 9px; align-self: start;
  padding: 6px 14px 6px 11px; border-radius: var(--radius-pill);
  background: rgba(226,55,68,.14); border: 1px solid rgba(226,55,68,.4);
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: #FF8A93;
}
.live-grid { display: grid; gap: clamp(34px, 4vw, 60px); align-items: center; margin-top: clamp(38px, 4vw, 56px); }
.live-points { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.live-points li {
  position: relative; padding-left: 30px; color: var(--on-night-soft); line-height: 1.55;
}
.live-points li::before {
  content: ''; position: absolute; left: 2px; top: .55em;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--breaking); box-shadow: 0 0 0 4px rgba(226,55,68,.16);
}
.live-shot {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--night-line); box-shadow: var(--glow);
}

/* ── Pull quote (the only place Instrument Serif appears) ───────────────── */
.quote {
  font-family: var(--font-editorial); font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem, 2.9vw, 2.15rem); line-height: 1.32;
  letter-spacing: -0.02em; color: #fff; max-width: 24ch;
}

/* ── Pricing ─────────────────────────────────────────────────────────────── */
.plans { display: grid; gap: 22px; margin-top: clamp(36px, 4vw, 54px); align-items: start; }
.plan {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: clamp(26px, 3vw, 34px);
  display: grid; gap: 6px; align-content: start;
  transition: border-color .24s var(--ease), box-shadow .24s var(--ease), transform .24s var(--ease);
}
.plan:hover { border-color: var(--border-strong); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.plan.is-featured { border-color: var(--signal); box-shadow: 0 24px 60px -24px rgba(65,122,255,.55); }
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 26px; }
.plan h3 { font-size: 1.22rem; }
.badge-popular {
  background: var(--gradient); color: #fff;
  font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 11px; border-radius: var(--radius-pill); white-space: nowrap;
}
.plan-for { color: var(--text-3); font-size: .92rem; }
.plan-price { display: flex; align-items: baseline; gap: 7px; margin-top: 16px; }
.plan-price b { font-family: var(--font-display); font-size: 2.5rem; font-weight: 600; letter-spacing: -.04em; color: var(--text); }
.plan-price span { color: var(--text-3); font-size: .95rem; }
.plan ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.plan li { position: relative; padding-left: 26px; font-size: .95rem; color: var(--text-2); line-height: 1.5; }
.plan li::before {
  content: ''; position: absolute; left: 4px; top: .5em; width: 11px; height: 6px;
  border-left: 2px solid var(--success); border-bottom: 2px solid var(--success);
  transform: rotate(-45deg);
}
.plan .btn { margin-top: 24px; width: 100%; }
.plan-foot { margin-top: 26px; color: var(--text-3); font-size: .93rem; }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.faq { max-width: 800px; margin-inline: auto; border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 0; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: 1.09rem; font-weight: 600;
  letter-spacing: -.022em; color: var(--text);
  transition: color .18s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--signal); }
.faq summary::after {
  content: ''; flex: none; width: 11px; height: 11px;
  border-right: 2px solid var(--text-3); border-bottom: 2px solid var(--text-3);
  transform: rotate(45deg) translateY(-2px); transition: transform .26s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.faq-body { padding: 0 0 26px; color: var(--text-2); max-width: 68ch; }

/* ── Final CTA (the one gradient's third sanctioned home) ───────────────── */
.cta-final { background: var(--gradient); color: #fff; text-align: center; }
.cta-final h2 { color: #fff; max-width: 18ch; margin-inline: auto; }
.cta-final p { color: rgba(255,255,255,.9); margin: 20px auto 0; max-width: 52ch; font-size: 1.08rem; }
.cta-final .btn-primary { background: #fff; color: var(--ink); box-shadow: 0 14px 40px -12px rgba(0,0,0,.4); }
.cta-final .btn-primary:hover { background: #fff; color: var(--ink); }
.cta-final .btn-ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.cta-final .btn-ghost:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.12); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }
.cta-note { margin-top: 22px; font-size: .92rem; color: rgba(255,255,255,.82); }

/* ── Footer ──────────────────────────────────────────────────────────────── */
footer { background: var(--night); color: var(--on-night-soft); padding-block: clamp(56px, 6vw, 80px) 34px; }
.foot-grid { display: grid; gap: 40px; grid-template-columns: 1.6fr repeat(3, 1fr); }
.foot-brand .nav-brand { color: #fff; }
.foot-brand p { margin-top: 14px; color: var(--on-night-dim); font-size: .94rem; max-width: 34ch; }
.foot-col h4 { font-size: .82rem; color: #fff; letter-spacing: .04em; margin-bottom: 14px; }
.foot-col a { display: block; color: var(--on-night-dim); font-size: .94rem; padding: 5px 0; transition: color .18s var(--ease); }
.foot-col a:hover { color: var(--on-night); }
.foot-base {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--night-line-soft);
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
  color: var(--on-night-dim); font-size: .88rem;
}

/* ── Motion ──────────────────────────────────────────────────────────────── */
/* Reveals ENHANCE an already-visible default: content is never gated behind a
   class that a headless renderer or background tab might not apply. */
.reveal, .reveal-stagger > * {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: no-preference) {
  .js .reveal, .js .reveal-stagger > * {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .68s var(--ease), transform .68s var(--ease);
  }
  /* main.js adds the class `in` */
  .js .reveal.in, .js .reveal-stagger.in > * { opacity: 1; transform: none; }
  .js .reveal-stagger.in > *:nth-child(2) { transition-delay: .08s; }
  .js .reveal-stagger.in > *:nth-child(3) { transition-delay: .16s; }
  .js .reveal-stagger.in > *:nth-child(4) { transition-delay: .24s; }
  .js .reveal-stagger.in > *:nth-child(5) { transition-delay: .32s; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wire-track { animation: none; transform: none; }
  .status-dot { animation: none; }
  .btn:hover, .plan:hover { transform: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (min-width: 720px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .row { grid-template-columns: 1fr 1.15fr; }
  .row.is-flipped .row-text { order: 2; }
  .row.is-flipped .shot { order: 1; }
  .steps { grid-template-columns: repeat(5, 1fr); }
  .live-grid { grid-template-columns: .9fr 1.1fr; }
}
@media (max-width: 959px) {
  .nav-links, .nav-login { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-actions .btn { display: none; }
}
@media (max-width: 719px) {
  body { font-size: 16px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .rail { gap: 10px 24px; }
  .monitor { margin-inline: -8px; }
}
