/* BigVelo — Leo-scale cinema, cockpit chrome. */

:root {
  --void: #040405;
  --graphite: #131519;
  --midnight: #0a1221;
  --ice: #94d6f5;
  --ice-deep: #4aa8d4;
  --ember: #ff7a1f;
  --amber: #ff9e38;
  --ember-grad: linear-gradient(118deg, #a33d14 0%, #ff7a1f 46%, #ffc46a 100%);
  --ember-glow: 0 12px 30px rgba(255, 122, 31, 0.32);
  --go: #29c75c;
  --halt: #e62e33;
  --pulse: #fa475c;
  --paper: #f4f1ea;
  --ink: #0c0d10;
  --muted: rgba(255, 255, 255, 0.62);
  --faint: rgba(255, 255, 255, 0.38);
  --line: rgba(255, 255, 255, 0.12);
  --card: 28px;
  --max: 1180px;
  --nav-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Outfit", "Avenir Next", system-ui, sans-serif;
  --font-body: "DM Sans", "Avenir Next", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *:not(.hero-plate),
  *:not(.hero-plate)::before,
  *:not(.hero-plate)::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

html, body {
  margin: 0;
  background: var(--void);
  color: #fff;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 80;
  padding: 8px 12px;
  background: var(--ice);
  color: var(--ink);
  border-radius: 8px;
}
.skip:focus { top: 12px; }

/* MARK: - Pill nav (Leo) */

.nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 8px 7px 14px;
  width: min(920px, calc(100vw - 24px));
  background: rgba(12, 14, 10, 0.72);
  color: #fff8e6;
  border: 1px solid rgba(254, 234, 181, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 15px;
  padding-right: 8px;
}

.nav-brand img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

.nav-links a {
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 248, 230, 0.72);
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}

.nav-links a:hover,
.nav-links a.is-active {
  color: #feeab5;
  background: rgba(254, 234, 181, 0.10);
}

.nav-rule {
  width: 1px;
  height: 22px;
  background: rgba(254, 234, 181, 0.18);
  margin: 0 4px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--ember-grad);
  color: #fff;
  font-weight: 700;
  font-size: 13.5px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(255, 122, 31, 0.32);
}

.nav-cta:hover { filter: brightness(1.06); }

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(254, 234, 181, 0.10);
  color: #feeab5;
  font-size: 18px;
}

/* MARK: - Hero */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: start center;
  overflow: visible;
  padding: 108px 16px 48px;
}

.hero-plate {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--void);
}

.hero-plate::before {
  content: "";
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(ellipse at 50% 16%, rgba(254, 234, 181, 0.16), transparent 44%),
    radial-gradient(ellipse at 72% 84%, rgba(132, 73, 61, 0.22), transparent 40%),
    url("../assets/plates/bars-hero.jpg") center 58% / cover no-repeat;
  animation: plateDrift 18s linear infinite alternate;
  will-change: transform;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 72%);
  pointer-events: none;
}

.hero-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 14, 10, 0.58) 0%, rgba(12, 14, 10, 0.20) 26%, rgba(20, 18, 12, 0.06) 48%, rgba(12, 14, 10, 0.42) 78%, var(--void) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  text-align: center;
  padding-bottom: 20px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(254, 234, 181, 0.32);
  background: rgba(12, 14, 10, 0.58);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #feeab5;
}

.wordmark {
  position: relative;
  width: min(920px, 100%);
  margin: 0 auto 8px;
  overflow: visible;
  filter: drop-shadow(0 18px 50px rgba(0, 0, 0, 0.45));
  animation: markLift 1.4s var(--ease) both;
}

.wordmark-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.wordmark-svg text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 142px;
  letter-spacing: -0.07em;
}

.wordmark-svg-shade {
  fill: url(#wordmarkShade);
  transform: translate(0, 8px);
}

.wordmark-svg-face {
  fill: url(#wordmarkFace);
}

.hero h1 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4.2vw, 2.7rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.grad {
  background: linear-gradient(110deg, var(--ice) 0%, #c9b6ff 48%, var(--ember) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero .grad {
  background: linear-gradient(110deg, #feeab5 0%, #d4a66a 48%, var(--ember) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.2s var(--ease), filter 0.2s var(--ease);
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--ember-grad);
  color: #fff;
  box-shadow: var(--ember-glow);
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin: 36px auto 0;
}

.hero-stat {
  padding: 12px 10px;
  border-radius: 16px;
  background: rgba(4, 4, 5, 0.42);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.hero-stat b {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.15rem;
  color: #feeab5;
}

.hero-stat span {
  font-size: 12px;
  color: var(--faint);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* MARK: - Ticker */

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #08090c;
  padding: 12px 0;
}

.ticker-track {
  display: flex;
  gap: 36px;
  width: max-content;
  animation: ticker 32s linear infinite;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.ticker b { color: var(--ice); }

/* MARK: - Story cards (Leo) */

.wrap {
  width: min(calc(100% - 32px), 1240px);
  margin: 0 auto;
}

.story {
  padding: 0;
}

.story-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: min(100svh, 1080px);
  border-radius: 0;
  background: #0b0d12 center / cover no-repeat;
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,4,5,0.82) 0%, rgba(4,4,5,0.35) 52%, rgba(4,4,5,0.18) 100%);
}

.story-card.is-right::after {
  background: linear-gradient(270deg, rgba(4,4,5,0.82) 0%, rgba(4,4,5,0.35) 52%, rgba(4,4,5,0.18) 100%);
}

#radar .story-card::after {
  background:
    linear-gradient(180deg, rgba(4,4,5,0.55) 0%, rgba(4,4,5,0.12) 42%, rgba(4,4,5,0.28) 100%),
    linear-gradient(90deg, rgba(4,4,5,0.72) 0%, rgba(4,4,5,0.18) 38%, rgba(4,4,5,0.12) 55%, rgba(4,4,5,0.62) 100%);
}

#radar .radar-grid {
  grid-template-columns: minmax(220px, 0.82fr) minmax(300px, 1.05fr);
  align-items: start;
  column-gap: clamp(28px, 4vw, 64px);
  padding-top: calc(var(--nav-h) + clamp(12px, 2vw, 28px));
}

#radar .radar-hero {
  padding-inline-end: 0;
  max-width: 16ch;
}

#radar .radar-body {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

#radar .radar-body::after {
  content: "";
  display: block;
  clear: both;
}

#radar .radar-body .radar-dash {
  float: right;
  width: min(196px, 36vw);
  margin: 0 0 14px 22px;
}

#radar .radar-body p {
  max-width: none;
}

#radar .radar-legal {
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

#radar .story-stage-radar {
  width: 100%;
  min-height: 0;
}

#radar .radar-phone.is-off {
  display: none;
}

#radar .radar-phone {
  position: absolute;
  z-index: 2;
  display: flex;
  overflow: hidden;
  border-radius: 18px;
  background: #07080c;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.55);
  transform: rotate(-1.4deg);
  transform-origin: center center;
}

#radar .radar-phone .radar-demo {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 5px 4px 4px;
}

#radar .radar-phone .radar-demo-head {
  flex: 0 0 auto;
  padding: 0 4px 4px;
  font-size: 8px;
}

#radar .radar-phone .radar-demo-title svg {
  width: 10px;
  height: 10px;
}

#radar .radar-phone .radar-road {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  border-radius: 14px;
}

#radar .radar-phone .radar-strip {
  flex: 0 0 auto;
  margin-top: 6px;
  padding: 6px 2px;
  border-radius: 10px;
}

#radar .radar-phone .radar-strip b { font-size: 10px; }
#radar .radar-phone .radar-strip span { font-size: 6px; }

#radar .radar-phone .radar-actions {
  flex: 0 0 auto;
  margin-top: 6px;
  gap: 5px;
}

#radar .radar-phone .radar-actions .btn {
  min-height: 26px;
  padding: 0 8px;
  font-size: 10px;
  border-radius: 999px;
}

#radar .radar-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  font-size: clamp(3.4rem, 7.4vw, 6.4rem);
  line-height: 0.9;
}

#radar .radar-title-lead {
  font-size: 0.38em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

#radar .radar-title-brand {
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.86);
}

#radar .radar-title-name {
  font-size: 1.12em;
  letter-spacing: -0.05em;
}

#radar .radar-title-rest {
  margin-top: 0.22em;
  font-size: 0.42em;
  font-weight: 650;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

#radar .radar-title .grad {
  font-size: 0.88em;
}

.story-copy,
.story-stage {
  position: relative;
  z-index: 1;
}

.story-copy {
  padding-inline-end: clamp(36px, 5.5vw, 72px);
}

.story-stage {
  justify-self: start;
  width: max-content;
  max-width: 100%;
  padding-inline-start: clamp(36px, 5.5vw, 72px);
}

.story-stage .phone-shot { margin: 0; }

.story-stage:has(.story-fan) {
  width: 100%;
  overflow: visible;
}

.story-card.is-right .story-copy {
  padding-inline-end: 0;
  padding-inline-start: clamp(36px, 5.5vw, 72px);
}

.story-card.is-right .story-stage {
  justify-self: end;
  padding-inline-start: 0;
  padding-inline-end: clamp(36px, 5.5vw, 72px);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
  width: min(calc(100% - 32px), 1240px);
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(56px, 8vw, 96px) clamp(28px, 5vw, 64px);
}

.story-card.is-right .story-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ice);
}

.story h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.story p { margin: 0 0 16px; color: var(--muted); max-width: 34em; }

.checks {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.checks li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-weight: 600;
  font-size: 15px;
}

.checks li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--ice) 0 4px, transparent 5px),
    rgba(148, 214, 245, 0.16);
  box-shadow: 0 0 0 1px rgba(148, 214, 245, 0.35);
}

/* MARK: - Device shots */

.phone-shot {
  width: min(300px, 100%);
  margin: 0 auto;
  padding: 8px;
  border-radius: 38px;
  background: linear-gradient(180deg, #2a2d34, #111216);
  box-shadow:
    0 28px 64px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(255,255,255,0.1);
}

.phone-shot img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.phone-shot.is-watch {
  width: min(380px, 100%);
  padding: 0;
  background: none;
  border-radius: 28px;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.phone-shot.is-watch img {
  border-radius: 28px;
  width: 100%;
  height: auto;
}

.radar-pair {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.radar-fan {
  position: relative;
  width: min(320px, 100%);
  height: 400px;
  margin: 0 auto;
}

.radar-fan .phone-shot {
  position: absolute;
  width: 148px;
  padding: 5px;
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.58);
  transition: transform 0.4s var(--ease);
}

.radar-fan .phone-shot img { border-radius: 23px; }

.radar-fan .is-tilt-left {
  left: 24px;
  top: 52px;
  transform: rotate(-16deg);
  z-index: 1;
}

.radar-fan .is-tilt-right {
  right: 10px;
  top: 8px;
  transform: rotate(13deg);
  z-index: 2;
}

.radar-fan:hover .is-tilt-left { transform: rotate(-10deg) translateY(-8px); }
.radar-fan:hover .is-tilt-right { transform: rotate(8deg) translateY(-12px); }

.story-fan {
  position: relative;
  width: 100%;
  height: 680px;
  margin: 0;
}

.story-fan .phone-shot {
  position: absolute;
  width: 248px;
  padding: 6px;
  border-radius: 30px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.58);
  transition: transform 0.4s var(--ease);
}

.story-fan .phone-shot img { border-radius: 23px; }

.story-fan .is-tilt-back {
  left: 8px;
  top: 52px;
  transform: rotate(-10deg);
  z-index: 1;
}

.story-fan .is-tilt-mid {
  left: 46%;
  top: 24px;
  transform: translateX(-50%) rotate(2deg);
  z-index: 2;
}

.story-fan .is-tilt-front {
  right: 4px;
  top: 6px;
  transform: rotate(9deg);
  z-index: 3;
}

.story-fan:hover .is-tilt-back { transform: rotate(-9deg) translateY(-6px); }
.story-fan:hover .is-tilt-mid { transform: translateX(-50%) rotate(0deg) translateY(-10px); }
.story-fan:hover .is-tilt-front { transform: rotate(7deg) translateY(-12px); }

.radar-pair .radar-demo { width: min(280px, 100%); }

.shot-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.shot-cap {
  margin: 10px 0 0;
  text-align: center;
  font-size: 13px;
  color: var(--faint);
}

/* MARK: - Device mocks (kept for radar tape) */

.phone {
  width: min(290px, 100%);
  margin: 0 auto;
  padding: 10px;
  border-radius: 36px;
  background: linear-gradient(180deg, #2a2d34, #111216);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.5),
    inset 0 0 0 1px rgba(255,255,255,0.08);
}

.phone-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 19.4;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(4,4,5,0.28), rgba(4,4,5,0.72)),
    url("../assets/plates/olive.jpg") center / cover;
}

.cockpit {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 16px 12px 14px;
  color: #fff;
}

.cockpit-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--go);
  box-shadow: 0 0 8px var(--go);
}

.speed-hero {
  margin-top: 10px;
  text-align: center;
}

.speed-hero .num {
  font-family: var(--font-mono);
  font-size: 72px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: var(--ice);
}

.speed-hero .unit {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.45);
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.metric {
  padding: 8px;
  border-radius: 12px;
  background: rgba(10, 12, 16, 0.62);
  border: 1px solid rgba(255,255,255,0.08);
}

.metric small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.42);
}

.metric b {
  font-family: var(--font-mono);
  font-size: 18px;
}

.metric.pulse b { color: var(--pulse); }

.map-drawer {
  flex: 1;
  margin-top: 10px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(4,4,5,0.1), rgba(4,4,5,0.35)),
    url("../assets/plates/lupine.jpg") center / cover;
  border: 1px solid rgba(255,255,255,0.08);
}

.controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.ctrl {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}

.ctrl.go { background: var(--go); color: #04210c; }
.ctrl.pause { background: var(--ember); color: #1a0c00; }
.ctrl.end { background: var(--halt); color: #fff; }

/* MARK: - Radar page demo */

.radar-demo {
  width: min(300px, 100%);
  margin: 0 auto;
}

.radar-demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.7);
}

.radar-demo-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.radar-demo-title svg {
  width: 14px;
  height: 14px;
  color: var(--ice);
}

.radar-demo-live {
  color: var(--ice);
  opacity: 0.85;
}

.radar-road {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 24px;
  background: #07080c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.radar-road-surface {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.radar-ticks {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.radar-ticks span {
  position: absolute;
  left: 10px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}

.radar-you {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 2px;
  transform: translateX(-50%);
  color: var(--ice);
}

.radar-you svg { width: 26px; height: 26px; }

.radar-you span {
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.45);
}

.radar-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.radar-empty.is-hidden { display: none; }

.radar-wash {
  pointer-events: none;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 70px transparent;
  transition: box-shadow 0.4s;
}

.radar-wash.is-amber { box-shadow: inset 0 0 80px rgba(255, 158, 56, 0.28); }
.radar-wash.is-hot { box-shadow: inset 0 0 90px rgba(230, 46, 51, 0.48); }

.radar-car {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: grid;
  justify-items: center;
  color: var(--amber);
  transform: translate(-50%, -50%) scale(var(--scale, 1));
  transition: top 0.4s linear, color 0.35s, filter 0.35s;
}

.radar-car svg {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 0 8px currentColor);
}

.radar-car.is-hot {
  color: var(--halt);
}

.radar-car.is-hot::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(230, 46, 51, 0.5);
  border-radius: 50%;
}

.radar-car-ft {
  position: absolute;
  left: 34px;
  top: 50%;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: inherit;
  opacity: 0.92;
  transform: translateY(-50%);
}

.radar-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  padding: 10px 4px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(22, 24, 30, 0.78), rgba(10, 11, 16, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.radar-strip b {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.radar-strip span {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.45);
}

.radar-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.radar-actions .btn { min-height: 40px; font-size: 13px; }

/* MARK: - Watch */

.watch-wrap {
  display: grid;
  place-items: center;
}

.watch {
  width: 196px;
  height: 236px;
  padding: 14px 16px;
  border-radius: 48px;
  background: linear-gradient(180deg, #2c3038, #0e1014);
  box-shadow: 0 24px 50px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.1);
}

.watch-face {
  height: 100%;
  border-radius: 38px;
  padding: 14px 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(148,214,245,0.16), transparent 50%),
    #07080b;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.watch-hr {
  font-family: var(--font-mono);
  font-size: 42px;
  font-weight: 700;
  color: var(--pulse);
  line-height: 1;
  animation: pulseBeat 1.1s ease-in-out infinite;
}

.watch-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(255,255,255,0.62);
}

.watch-btns {
  display: flex;
  gap: 6px;
  margin-top: auto;
}

.watch-btns span {
  flex: 1;
  text-align: center;
  padding: 6px 0;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

/* MARK: - Climb */

.climb {
  padding: 16px;
  border-radius: 20px;
  background: rgba(7, 8, 11, 0.62);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.climb svg { width: 100%; height: 180px; }

[data-climb] {
  stroke-dasharray: 640;
  stroke-dashoffset: 640;
}

[data-climb].is-drawn {
  animation: climbDraw 1.6s var(--ease) forwards;
}

@keyframes climbDraw {
  to { stroke-dashoffset: 0; }
}

.climb-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ice);
}

/* MARK: - Full-bleed bands */

.band { padding: 0; }

.band-card {
  position: relative;
  overflow: hidden;
  min-height: min(100svh, 1080px);
  padding: 80px 0;
  background: #0b0d12 center / cover no-repeat;
}

.band-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,4,5,0.78) 0%, rgba(4,4,5,0.58) 42%, rgba(4,4,5,0.86) 100%);
}

.band-card > .wrap {
  position: relative;
  z-index: 1;
}

/* MARK: - Feature grid */

.section {
  padding: 72px 0;
}

.section h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
}

.lead { color: var(--muted); max-width: 40em; }

.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.feat {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid var(--line);
  min-height: 168px;
}

.feat .ico {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(148, 214, 245, 0.12);
  color: var(--ice);
  font-size: 16px;
}

.feat h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.feat p {
  margin: 0;
  color: var(--faint);
  font-size: 14.5px;
}

/* MARK: - Pricing */

.pricing {
  padding: 80px 0 40px;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.plan {
  position: relative;
  padding: 24px 22px;
  border-radius: 22px;
  background: #0d1016;
  border: 1px solid var(--line);
}

.plan.is-featured {
  border-color: rgba(255, 122, 31, 0.55);
  background: linear-gradient(180deg, rgba(255, 122, 31, 0.14), #0d1016 46%);
  transform: translateY(-6px);
}

.plan-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--ember-grad);
  color: #1a0c00;
  font-size: 11px;
  font-weight: 800;
}

.plan h3 { margin: 0 0 6px; font-size: 1.2rem; }

.plan .price {
  font-family: var(--font-mono);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.plan .price small {
  font-size: 0.9rem;
  color: var(--faint);
}

.plan p { color: var(--muted); font-size: 14.5px; }

.plan ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

.trial-note {
  margin-top: 22px;
  text-align: center;
  color: var(--muted);
  font-size: 14.5px;
}

/* MARK: - Closer */

.closer {
  position: relative;
  overflow: hidden;
  border-radius: var(--card);
  margin: 28px auto 48px;
  width: min(calc(100% - 32px), 1240px);
  display: grid;
  place-items: center;
  text-align: center;
  background: url("../assets/plates/bars-closer.jpg") center 48% / cover;
}

.closer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,4,5,0.28) 0%, rgba(4,4,5,0.18) 42%, rgba(4,4,5,0.72) 100%);
}

.closer-inner {
  position: relative;
  z-index: 1;
  padding: 52px 24px 48px;
}

.closer .lead {
  margin: 0 auto 16px;
  max-width: 28em;
}

.closer h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  letter-spacing: -0.045em;
}

/* MARK: - Footer / legal */

.footer {
  padding: 36px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 13.5px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.footer a:hover { color: var(--ice); }

.mark {
  margin: 14px 0 0;
  font-size: 12.5px;
  color: var(--faint);
}

sup.tm {
  font-size: 0.48em;
  font-weight: 650;
  line-height: 0;
  vertical-align: super;
  letter-spacing: 0;
  position: relative;
  top: -0.12em;
}

h2 sup.tm,
.eyebrow sup.tm {
  font-size: 0.32em;
  top: -0.28em;
}

.legal-page {
  padding: 140px 0 80px;
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: -0.04em;
}

.legal-page h2 {
  margin-top: 32px;
  font-size: 1.2rem;
}

.legal-page p, .legal-page li { color: var(--muted); max-width: 46em; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: rise 0.9s var(--ease) forwards;
}

.reveal[data-d="1"] { animation-delay: 0.08s; }
.reveal[data-d="2"] { animation-delay: 0.16s; }
.reveal[data-d="3"] { animation-delay: 0.24s; }

/* MARK: - Motion */

@keyframes plateDrift {
  from { transform: translate3d(-2.5%, 2%, 0) scale(1.06); }
  to { transform: translate3d(2.5%, -3%, 0) scale(1.12); }
}

@keyframes markLift {
  from { opacity: 0; transform: translateY(24px) rotateX(16deg); }
  to { opacity: 1; transform: none; }
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes pulseBeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@keyframes rise {
  to { opacity: 1; transform: none; }
}

/* MARK: - Responsive */

@media (max-width: 920px) {
  .nav-links, .nav-rule { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .nav.is-open .nav-links {
    display: flex;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 12px;
    background: rgba(12, 14, 10, 0.94);
    border: 1px solid rgba(254, 234, 181, 0.14);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  }
  .story-grid,
  #radar .radar-grid { grid-template-columns: 1fr; }
  #radar .radar-hero { max-width: none; }
  #radar .radar-body .radar-dash {
    float: none;
    width: min(200px, 46vw);
    margin: 0 0 20px;
  }
  .story-copy,
  .story-stage,
  .story-card.is-right .story-copy,
  .story-card.is-right .story-stage {
    padding-inline: 0;
  }
  .story-card.is-right::after,
  .story-card::after {
    background: linear-gradient(180deg, rgba(4,4,5,0.2) 0%, rgba(4,4,5,0.78) 72%);
  }
  .feat-grid, .plans { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .shot-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan.is-featured { transform: none; }
}

@media (max-width: 640px) {
  .hero { padding-bottom: 48px; }
  .radar-fan {
    width: min(260px, 100%);
    height: 320px;
  }
  .radar-fan .phone-shot { width: 122px; }
  .radar-fan .is-tilt-left { left: 12px; top: 36px; }
  .radar-fan .is-tilt-right { right: 4px; }
  .story-fan {
    width: min(300px, 100%);
    height: 380px;
    margin: 0 auto;
  }
  .story-fan .phone-shot { width: 148px; }
}
