/* ─────────────────────────────────────────────────────────────────────
   Next Visit · site pages (landing + legal + support)
   Shared styling for the static marketing/legal pages. Tokens come from
   /tokens/tokens.css (the source of truth); this file only composes them.
   Navy is the default look - pages set data-theme="dark" pre-paint.
   No raw hex: every colour references a token (CLAUDE.md §1).
   ───────────────────────────────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--nv-bg-page);
  color: var(--nv-text-primary);
  font-family: var(--nv-font-sans);
  font-size: var(--nv-text-base);
  line-height: var(--nv-leading-normal);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--nv-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: 880px; margin: 0 auto; padding: 0 var(--nv-space-5); }
.container--wide { max-width: 1080px; }

/* ── Brand wordmark (locked) - vanilla mirror of LogoA, identical to the
      construction used in the planner's index.html. Do not restyle. ─────── */
.nv-logo { display: inline-flex; flex-direction: column; align-items: center; gap: 5px; text-decoration: none; }
.nv-logo:hover { text-decoration: none; }
.nv-logo__row { display: flex; gap: 1px; }
.nv-logo__tile {
  position: relative; width: 16px; height: 22px;
  background: var(--nv-tile-bg); border-radius: 2px; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(251,232,222,0.07), 0 1px 0 rgba(0,0,0,0.45);
  font-family: var(--nv-font-mark); font-weight: 700; flex-shrink: 0;
}
.nv-logo__glyph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--nv-tile-glyph); font-size: 14px; line-height: 1; letter-spacing: -0.01em;
}
.nv-logo__seam { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(0,0,0,0.6); }
.nv-logo__hi { position: absolute; left: 0; right: 0; top: 0; height: 50%; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0)); pointer-events: none; }
.nv-logo__lo { position: absolute; left: 0; right: 0; top: 50%; bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.20)); pointer-events: none; }

/* ── Header ──────────────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(140%) blur(8px);
  background: var(--nv-bg-page); /* fallback for browsers without color-mix */
  background: color-mix(in srgb, var(--nv-bg-page) 86%, transparent);
  border-bottom: 1px solid var(--nv-border-subtle);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.site-nav { display: flex; align-items: center; gap: var(--nv-space-5); }
.site-nav a {
  color: var(--nv-text-secondary); font-size: var(--nv-text-sm); font-weight: var(--nv-weight-medium);
}
.site-nav a:hover { color: var(--nv-text-primary); text-decoration: none; }

/* Light/dark toggle - quiet outlined icon button (matches the planner). */
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; flex: none;
  background: transparent; border: 1px solid var(--nv-border-subtle);
  border-radius: var(--nv-radius-pill); color: var(--nv-text-secondary); cursor: pointer;
  transition: border-color var(--nv-dur-fast) var(--nv-ease-out),
              color var(--nv-dur-fast) var(--nv-ease-out);
}
.theme-toggle:hover { border-color: var(--nv-border-strong); color: var(--nv-text-primary); }
.theme-toggle:focus-visible { outline: none; border-color: var(--nv-border-focus); box-shadow: var(--nv-shadow-focus); }
.theme-toggle i { font-size: 17px; line-height: 1; }

/* ── Buttons ─────────────────────────────────────────────────────────── */
.site-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; padding: 0 22px; border-radius: var(--nv-radius-lg);
  font-family: var(--nv-font-sans); font-size: var(--nv-text-md); font-weight: var(--nv-weight-semibold);
  cursor: pointer; border: 1px solid transparent; transition: transform var(--nv-dur-fast) var(--nv-ease-out), background var(--nv-dur-fast);
}
.site-btn:hover { text-decoration: none; transform: translateY(-1px); }
.site-btn--primary { background: var(--nv-accent); color: var(--nv-text-on-pink); box-shadow: var(--nv-shadow-sm); }
.site-btn--primary:hover { background: var(--nv-accent-hover); }
.site-btn--ghost { background: transparent; color: var(--nv-text-primary); border-color: var(--nv-border-strong); }
.site-btn--ghost:hover { background: var(--nv-bg-hover); }

/* ── Eyebrow (mono kicker) ───────────────────────────────────────────── */
.eyebrow {
  font-family: var(--nv-font-mono); font-size: var(--nv-text-xs); font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--nv-text-muted);
}

/* ── Landing ─────────────────────────────────────────────────────────── */
.hero { text-align: center; padding: var(--nv-space-20) 0 var(--nv-space-16); }
.hero__mark { margin-bottom: var(--nv-space-8); }
.hero h1 {
  font-family: var(--nv-font-serif); font-weight: 600;
  font-size: var(--nv-text-5xl); line-height: var(--nv-leading-tight);
  letter-spacing: var(--nv-tracking-tight); margin: 0 0 var(--nv-space-4);
}
.hero h1 em { font-style: italic; color: var(--nv-accent); }
.hero p.lead {
  font-size: var(--nv-text-lg); color: var(--nv-text-secondary);
  max-width: 30em; margin: 0 auto var(--nv-space-8); line-height: var(--nv-leading-normal);
}
.hero__cta { display: flex; gap: var(--nv-space-3); justify-content: center; flex-wrap: wrap; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--nv-space-5); padding: var(--nv-space-8) 0 var(--nv-space-20); }
.feature {
  background: var(--nv-bg-surface); border-radius: var(--nv-radius-xl);
  padding: var(--nv-space-6); box-shadow: var(--nv-shadow-md);
}
.feature__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--nv-radius-md);
  background: var(--nv-accent-soft); color: var(--nv-accent); margin-bottom: var(--nv-space-4);
}
.feature__ico i { font-size: 22px; }
.feature h3 { font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-xl); margin: 0 0 var(--nv-space-2); }
.feature p { color: var(--nv-text-secondary); font-size: var(--nv-text-sm); margin: 0; line-height: var(--nv-leading-normal); }

/* ── Legal / prose ───────────────────────────────────────────────────── */
.legal { padding: var(--nv-space-12) 0 var(--nv-space-20); }
.legal__head { margin-bottom: var(--nv-space-10); }
.legal h1 {
  font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-4xl);
  letter-spacing: var(--nv-tracking-tight); margin: var(--nv-space-3) 0 var(--nv-space-2);
}
.legal__updated { font-family: var(--nv-font-mono); font-size: var(--nv-text-sm); color: var(--nv-text-muted); }
.legal h2 {
  font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-2xl);
  margin: var(--nv-space-10) 0 var(--nv-space-3);
}
.legal h3 { font-size: var(--nv-text-md); font-weight: var(--nv-weight-semibold); margin: var(--nv-space-6) 0 var(--nv-space-2); }
.legal p, .legal li { color: var(--nv-text-secondary); line-height: 1.7; font-size: var(--nv-text-base); }
.legal p { margin: 0 0 var(--nv-space-4); }
.legal ul { margin: 0 0 var(--nv-space-4); padding-left: var(--nv-space-5); }
.legal li { margin-bottom: var(--nv-space-2); }
.legal strong { color: var(--nv-text-primary); font-weight: var(--nv-weight-semibold); }
.legal__callout {
  background: var(--nv-bg-subtle); border: 1px solid var(--nv-border-subtle);
  border-radius: var(--nv-radius-lg); padding: var(--nv-space-4) var(--nv-space-5); margin: 0 0 var(--nv-space-6);
}
.legal__callout p { margin: 0; font-size: var(--nv-text-sm); }

/* ── Footer ──────────────────────────────────────────────────────────── */
.site-footer { border-top: 1px solid var(--nv-border-subtle); padding: var(--nv-space-10) 0; margin-top: var(--nv-space-10); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--nv-space-5); flex-wrap: wrap; }
.site-footer__links { display: flex; gap: var(--nv-space-5); flex-wrap: wrap; }
.site-footer__links a { color: var(--nv-text-secondary); font-size: var(--nv-text-sm); }
.site-footer__links a:hover { color: var(--nv-text-primary); text-decoration: none; }
.site-footer__copy { font-family: var(--nv-font-mono); font-size: var(--nv-text-xs); color: var(--nv-text-muted); }


/* ═════════════════════════════════════════════════════════════════════
   LANDING - flash pass (2026-06). All colour via tokens; the only raw
   value is the external store-badge black, scoped + labelled below.
   Motion: scroll-reveals (IO adds .is-in), floating phones, flap board.
   Everything stills under prefers-reduced-motion.
   ═════════════════════════════════════════════════════════════════════ */

html { scroll-behavior: smooth; }
::selection { background: var(--nv-accent); color: var(--nv-text-on-pink); }

/* ── Scroll reveal ───────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 640ms var(--nv-ease-out), transform 640ms var(--nv-ease-out); }
.reveal[data-delay="1"] { transition-delay: 90ms; }
.reveal[data-delay="2"] { transition-delay: 180ms; }
.reveal[data-delay="3"] { transition-delay: 270ms; }
.reveal[data-delay="4"] { transition-delay: 360ms; }
.reveal.is-in { opacity: 1; transform: none; }

/* Header "Get the app" pill */
.site-nav__cta {
  display: inline-flex; align-items: center; height: 34px; padding: 0 16px;
  border-radius: var(--nv-radius-pill); background: var(--nv-accent);
  color: var(--nv-text-on-pink) !important; font-weight: var(--nv-weight-semibold);
  font-size: var(--nv-text-sm); transition: background var(--nv-dur-fast) var(--nv-ease-out), transform var(--nv-dur-fast) var(--nv-ease-out);
}
.site-nav__cta:hover { background: var(--nv-accent-hover); text-decoration: none; transform: translateY(-1px); }

/* ── Hero ────────────────────────────────────────────────────────────── */
.hero { text-align: left; padding: var(--nv-space-16) 0 var(--nv-space-12); overflow: hidden; position: relative; }
.hero::before {
  content: ""; position: absolute; top: -12%; right: -10%; width: 64%; height: 130%;
  background: radial-gradient(closest-side, var(--nv-accent-soft), transparent 70%);
  opacity: 0.9; pointer-events: none; z-index: 0;
}
.hero::after { /* second, cooler glow bottom-left for depth */
  content: ""; position: absolute; bottom: -30%; left: -12%; width: 50%; height: 80%;
  background: radial-gradient(closest-side, var(--nv-bg-subtle), transparent 70%);
  opacity: 0.5; pointer-events: none; z-index: 0;
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--nv-space-12);
  align-items: center;
}
.hero__copy { max-width: 33rem; }
.hero h1 {
  font-family: var(--nv-font-serif); font-weight: 600;
  font-size: var(--nv-text-5xl); line-height: var(--nv-leading-tight);
  letter-spacing: var(--nv-tracking-tight); margin: var(--nv-space-5) 0 var(--nv-space-5);
}
.hero h1 em { font-style: italic; color: var(--nv-accent); }
.hero .lead {
  font-size: var(--nv-text-lg); color: var(--nv-text-secondary);
  margin: 0 0 var(--nv-space-6); line-height: var(--nv-leading-normal); max-width: 32em;
}
.hero__note { margin: var(--nv-space-4) 0 0; font-size: var(--nv-text-sm); }
.hero__note a { color: var(--nv-text-secondary); font-weight: var(--nv-weight-medium); }
.hero__note a:hover { color: var(--nv-accent); }

/* ── Split-flap destination board (content motif - NOT the locked marks;
      tiles use surface navy, not the mark-only --nv-tile-bg). ─────────── */
.board { display: inline-flex; align-items: center; gap: var(--nv-space-3); }
.board__label {
  font-family: var(--nv-font-mono); font-size: var(--nv-text-xs); font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--nv-text-muted);
}
.board__tiles { display: inline-flex; gap: 2px; perspective: 300px; }
.board__tile {
  position: relative; width: 20px; height: 28px; border-radius: 3px;
  background: var(--nv-bg-dark); color: var(--nv-cream-100); overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--nv-font-mono); font-weight: 500; font-size: 15px;
  box-shadow: inset 0 0 0 1px var(--nv-border-subtle), var(--nv-shadow-sm);
  transform-style: preserve-3d;
}
.board__tile::after { /* seam */
  content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px;
  background: var(--nv-bg-darker); opacity: 0.8;
}
.board__tile.is-flipping { animation: flap 360ms var(--nv-ease-in-out); }
@keyframes flap {
  0%   { transform: rotateX(0deg); }
  49%  { transform: rotateX(-88deg); }
  51%  { transform: rotateX(88deg); }
  100% { transform: rotateX(0deg); }
}

/* ── Phones ──────────────────────────────────────────────────────────── */
.nv-phone {
  background: var(--nv-tile-bg);
  border: 1px solid rgba(251, 232, 222, 0.10);
  border-radius: 34px; padding: 7px;
  box-shadow: var(--nv-shadow-xl), 0 0 0 1px rgba(0,0,0,0.4);
  transition: transform var(--nv-dur-slow) var(--nv-ease-out), box-shadow var(--nv-dur-slow) var(--nv-ease-out);
}
.nv-phone img { display: block; width: 100%; height: auto; border-radius: 27px; }
.hero__art { position: relative; height: 580px; }
.hero__art .nv-phone { position: absolute; width: 258px; will-change: transform; }
.nv-phone--front { left: 6%; bottom: 0; z-index: 2; transform: rotate(-3deg); animation: floaty 7s ease-in-out infinite; }
.nv-phone--back  { right: 3%; top: 0; z-index: 1; transform: rotate(4deg); opacity: 0.97; animation: floaty 9s ease-in-out 1.2s infinite reverse; }
@keyframes floaty {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -12px; }
}
.nv-phone--tilt-r { transform: rotate(2deg); }
.nv-phone--tilt-l { transform: rotate(-2deg); }
.row__art .nv-phone:hover, .go__rail .nv-phone:hover { transform: rotate(0deg) translateY(-6px) scale(1.015); box-shadow: var(--nv-shadow-xl), 0 0 0 1px rgba(0,0,0,0.4), 0 30px 60px -20px var(--nv-accent-soft); }

/* ── The one line ────────────────────────────────────────────────────── */
.oneline { padding: var(--nv-space-16) 0 var(--nv-space-12); text-align: center; }
.oneline p {
  font-family: var(--nv-font-serif); font-weight: 500;
  font-size: var(--nv-text-3xl); line-height: var(--nv-leading-snug);
  letter-spacing: var(--nv-tracking-tight); color: var(--nv-text-primary); margin: 0;
}
.oneline em { font-style: italic; color: var(--nv-accent); }

/* ── Feature rows ────────────────────────────────────────────────────── */
.rows { display: flex; flex-direction: column; gap: var(--nv-space-20); padding: var(--nv-space-8) 0 var(--nv-space-20); }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--nv-space-12); align-items: center; }
.row--flip .row__text { order: 2; }
.row__text { max-width: 30rem; }
.row__text h2 {
  font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-3xl);
  line-height: var(--nv-leading-snug); letter-spacing: var(--nv-tracking-tight);
  margin: var(--nv-space-3) 0 var(--nv-space-4);
}
.row__text h2 em { font-style: italic; color: var(--nv-accent); }
.row__text p { font-size: var(--nv-text-lg); color: var(--nv-text-secondary); line-height: var(--nv-leading-normal); margin: 0; }
.row__art { display: flex; justify-content: center; }
.row__art .nv-phone { width: 270px; }

/* ── GO showcase band ────────────────────────────────────────────────── */
.go {
  position: relative; overflow: hidden;
  background: var(--nv-bg-surface);
  border-block: 1px solid var(--nv-border-subtle);
  padding: var(--nv-space-20) 0;
}
.go::before { /* aurora glow behind the rail */
  content: ""; position: absolute; top: 10%; right: -15%; width: 70%; height: 90%;
  background: radial-gradient(closest-side, var(--nv-accent-soft), transparent 72%);
  opacity: 0.8; pointer-events: none;
}
.go > .container { position: relative; }
.go__head { max-width: 38rem; margin-bottom: var(--nv-space-12); }
.go__head h2 {
  font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-3xl);
  line-height: var(--nv-leading-snug); letter-spacing: var(--nv-tracking-tight);
  margin: var(--nv-space-3) 0 var(--nv-space-4);
}
.go__head h2 em { font-style: italic; color: var(--nv-accent); }
.go__lead { font-size: var(--nv-text-lg); color: var(--nv-text-secondary); margin: 0; }
.go__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: var(--nv-space-12); align-items: center; }
.go__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--nv-space-5); }
.go__list li { display: flex; gap: var(--nv-space-4); align-items: flex-start; }
.go__list strong { display: block; font-weight: var(--nv-weight-semibold); color: var(--nv-text-primary); margin-bottom: 2px; }
.go__list span:not(.go__ico) { color: var(--nv-text-secondary); font-size: var(--nv-text-sm); line-height: var(--nv-leading-normal); }
.go__ico {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--nv-radius-md);
  background: var(--nv-accent-soft); color: var(--nv-accent);
}
.go__ico i { font-size: 20px; }
.go__rail {
  display: flex; gap: var(--nv-space-5); overflow-x: auto; padding: var(--nv-space-4) var(--nv-space-2) var(--nv-space-6);
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(90deg, transparent 0, black 4%, black 96%, transparent 100%);
}
.go__rail::-webkit-scrollbar { height: 6px; }
.go__rail::-webkit-scrollbar-thumb { background: var(--nv-border-strong); border-radius: var(--nv-radius-pill); }
.go__rail::-webkit-scrollbar-track { background: transparent; }
.go__rail .nv-phone { flex: none; width: 232px; scroll-snap-align: center; }
.go__try { margin: var(--nv-space-8) 0 0; text-align: center; }
.go__try .site-btn i { font-size: 17px; }

/* ── Features grid ───────────────────────────────────────────────────── */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--nv-space-5); padding: var(--nv-space-16) 0; }
.feature {
  background: var(--nv-bg-surface); border-radius: var(--nv-radius-xl);
  padding: var(--nv-space-6); box-shadow: var(--nv-shadow-md);
  transition: transform var(--nv-dur-base) var(--nv-ease-out), box-shadow var(--nv-dur-base) var(--nv-ease-out);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--nv-shadow-lg); }
.feature__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--nv-radius-md);
  background: var(--nv-accent-soft); color: var(--nv-accent); margin-bottom: var(--nv-space-4);
}
.feature__ico i { font-size: 22px; }
.feature h3 { font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-xl); margin: 0 0 var(--nv-space-2); }
.feature p { color: var(--nv-text-secondary); font-size: var(--nv-text-sm); margin: 0; line-height: var(--nv-leading-normal); }

/* ── Built for two ───────────────────────────────────────────────────── */
.pair { background: var(--nv-bg-surface); border-block: 1px solid var(--nv-border-subtle); padding: var(--nv-space-20) 0; }
.pair__inner { text-align: center; max-width: 720px; }
.pair h2 {
  font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-3xl);
  letter-spacing: var(--nv-tracking-tight); margin: var(--nv-space-3) 0 var(--nv-space-4);
}
.pair h2 em { font-style: italic; color: var(--nv-accent); }
.pair__lead { font-size: var(--nv-text-lg); color: var(--nv-text-secondary); margin: 0 auto var(--nv-space-10); max-width: 34em; }
.pair__steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--nv-space-6); text-align: left; }
.pair__steps li { display: flex; flex-direction: column; gap: var(--nv-space-3); }
.pair__steps div { color: var(--nv-text-secondary); font-size: var(--nv-text-sm); line-height: var(--nv-leading-normal); }
.pair__steps strong { color: var(--nv-text-primary); font-weight: var(--nv-weight-semibold); }
.pair__num {
  display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px;
  border-radius: var(--nv-radius-pill); background: var(--nv-accent-soft); color: var(--nv-accent);
  font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-lg);
}

/* ── It plans. You decide. (control / differentiator band) ──────────── */
.control { padding: var(--nv-space-20) 0; text-align: center; }
.control__inner { max-width: 760px; }
.control h2 {
  font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-3xl);
  line-height: var(--nv-leading-snug); letter-spacing: var(--nv-tracking-tight);
  margin: var(--nv-space-3) 0 var(--nv-space-4);
}
.control h2 em { font-style: italic; color: var(--nv-accent); }
.control__lead { font-size: var(--nv-text-lg); color: var(--nv-text-secondary); margin: 0 auto var(--nv-space-8); max-width: 36em; }
.control__chips { display: flex; flex-wrap: wrap; gap: var(--nv-space-3); justify-content: center; }
.control__chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: var(--nv-radius-pill);
  background: var(--nv-bg-surface); border: 1px solid var(--nv-border-subtle);
  color: var(--nv-text-primary); font-size: var(--nv-text-sm); font-weight: var(--nv-weight-semibold);
  box-shadow: var(--nv-shadow-sm);
}
.control__chip i { color: var(--nv-accent); font-size: 17px; }

/* ── Final CTA - a contained, elevated closing panel ─────────────────── */
.cta { padding: var(--nv-space-16) 0 var(--nv-space-20); }
.cta__card {
  position: relative; overflow: hidden; text-align: center;
  max-width: 760px; margin: 0 auto;
  padding: var(--nv-space-16) var(--nv-space-8);
  border-radius: 28px; border: 1px solid var(--nv-border-subtle);
  background:
    radial-gradient(120% 90% at 50% -10%, var(--nv-accent-soft), transparent 60%),
    linear-gradient(180deg, var(--nv-bg-surface), var(--nv-bg-subtle));
  box-shadow: var(--nv-shadow-lg);
}
.cta__card > * { position: relative; }
.cta__icon {
  width: 76px; height: 76px; border-radius: 18px; display: block; margin: 0 auto var(--nv-space-6);
  box-shadow: var(--nv-shadow-lg), 0 0 0 1px var(--nv-border-subtle);
}
.cta h2 {
  font-family: var(--nv-font-serif); font-weight: 600; font-size: var(--nv-text-4xl);
  line-height: var(--nv-leading-tight); letter-spacing: var(--nv-tracking-tight); margin: 0 0 var(--nv-space-3);
}
.cta h2 em { font-style: italic; color: var(--nv-accent); }
.cta p { font-size: var(--nv-text-lg); color: var(--nv-text-secondary); margin: 0 0 var(--nv-space-8); }
.cta .nv-stores { justify-content: center; margin-bottom: var(--nv-space-2); }

/* ── Store badges (rendered by nv-site.js into .nv-stores) ───────────────
   --nv-store-black is the external Apple/Google badge artwork colour, NOT
   part of the NV palette - scoped here, never reused elsewhere. */
.nv-stores { --nv-store-black: #000; display: flex; gap: var(--nv-space-3); flex-wrap: wrap; align-items: center; margin-top: var(--nv-space-2); }
.nv-store-badge {
  display: inline-flex; align-items: center; gap: 10px;
  height: 54px; padding: 0 18px; border-radius: 12px;
  background: var(--nv-store-black); color: #fff;
  border: 1px solid rgba(255,255,255,0.16); text-decoration: none;
  transition: transform var(--nv-dur-fast) var(--nv-ease-out), opacity var(--nv-dur-fast);
}
.nv-store-badge:hover { text-decoration: none; transform: translateY(-1px); }
.nv-store-badge svg { flex: none; width: 26px; height: 26px; fill: #fff; }
.nv-store-badge__txt { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
.nv-store-badge__sm { font-size: 10px; letter-spacing: 0.02em; opacity: 0.92; }
.nv-store-badge__lg { font-family: var(--nv-font-sans); font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.nv-store-badge.is-soon { opacity: 0.5; cursor: default; pointer-events: none; position: relative; }
.nv-stores[data-state="soon"]::after {
  content: "Coming soon"; align-self: center;
  font-family: var(--nv-font-mono); font-size: var(--nv-text-xs); letter-spacing: 0.06em;
  color: var(--nv-text-muted);
}
.nv-stores[data-variant="on-pink"] { justify-content: center; }

/* ── Reduced motion: kill the choreography, keep the content ─────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .nv-phone--front, .nv-phone--back { animation: none; }
  .board__tile.is-flipping { animation: none; }
  .nv-phone, .feature { transition: none; }
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: var(--nv-space-10); }
  .hero__art { height: 440px; margin: 0 auto; max-width: 420px; width: 100%; }
  .hero__art .nv-phone { width: 220px; }
  .row { grid-template-columns: 1fr; gap: var(--nv-space-6); }
  .row--flip .row__text { order: 0; }
  .row__text { max-width: none; text-align: center; margin: 0 auto; }
  .row__art { order: -1; }
  .go__grid { grid-template-columns: 1fr; gap: var(--nv-space-8); }
  .go__head { margin-bottom: var(--nv-space-8); }
  .pair__steps { grid-template-columns: 1fr; gap: var(--nv-space-5); }
}
@media (max-width: 720px) {
  .features { grid-template-columns: 1fr; }
  .hero h1 { font-size: var(--nv-text-4xl); }
  .oneline p { font-size: var(--nv-text-2xl); }
  .row__text h2, .pair h2, .go__head h2 { font-size: var(--nv-text-2xl); }
  .cta h2 { font-size: var(--nv-text-3xl); }
  .site-nav { gap: var(--nv-space-3); }
  .site-nav a:not(.theme-toggle):not(.site-nav__cta) { display: none; }
  .nv-stores { justify-content: center; }
  .hero, .hero__copy { text-align: center; }
  .hero__copy { margin: 0 auto; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .board { justify-content: center; width: 100%; }
  .go__rail .nv-phone { width: 208px; }
}
@media (max-width: 380px) {
  .nv-store-badge { height: 50px; padding: 0 14px; }
  .hero__art .nv-phone { width: 188px; }
}
