/* =========================================================
   AsterPump — $ASTERPUMP
   ========================================================= */

:root {
  --bg: #050a1f;
  --bg-deep: #03060f;
  --navy: #16235e;
  --navy-2: #1d2d78;
  --navy-3: #0b1233;
  --white: #f4f7ff;
  --muted: #a9b4d0;
  --dim: #6f7a99;
  --green: #4be38a;
  --green-2: #2cc26b;
  --green-deep: #177a43;
  --ice: #9fd8ff;
  --rock: #6d727b;
  --orange: #ff8a3d;

  --line: rgba(159, 216, 255, 0.12);
  --line-strong: rgba(159, 216, 255, 0.24);

  --font-display: "Unbounded", "Arial Black", system-ui, sans-serif;
  --font-body: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, Consolas, monospace;

  --header-h: 76px;
  --container: 1240px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --ease-out: cubic-bezier(0.2, 0.75, 0.2, 1);
  --ease-spring: cubic-bezier(0.3, 1.5, 0.5, 1);
}

/* ---------- Base ---------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 8px);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}

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

img {
  height: auto;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

p {
  margin: 0 0 1rem;
}

::selection {
  background: var(--green);
  color: #04210f;
}

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

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: var(--green);
  color: #04210f;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s var(--ease-out);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.icon {
  width: 1.1em;
  height: 1.1em;
  flex: none;
}

/* ---------- Space backdrop ---------- */

.space {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(1200px 800px at 82% -10%, rgba(40, 72, 176, 0.36), transparent 60%),
    radial-gradient(900px 700px at -10% 35%, rgba(28, 48, 130, 0.3), transparent 62%),
    linear-gradient(180deg, #060c24 0%, #040819 55%, var(--bg-deep) 100%);
}

.space-nebula {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(640px 420px at 72% 82%, rgba(75, 227, 138, 0.06), transparent 70%),
    radial-gradient(520px 380px at 12% 92%, rgba(255, 138, 61, 0.05), transparent 70%),
    radial-gradient(700px 500px at 40% 45%, rgba(159, 216, 255, 0.035), transparent 70%);
  animation: breathe 18s ease-in-out infinite alternate;
}

.stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  will-change: transform;
}

.stars--far {
  bottom: -320px;
  background-size: 320px 320px;
  opacity: 0.7;
  background-image:
    radial-gradient(1px 1px at 24px 40px, #fff, transparent),
    radial-gradient(1px 1px at 88px 210px, #fff, transparent),
    radial-gradient(1px 1px at 150px 96px, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1px 1px at 212px 280px, #fff, transparent),
    radial-gradient(1px 1px at 290px 30px, rgba(159, 216, 255, 0.9), transparent),
    radial-gradient(1px 1px at 60px 150px, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 260px 170px, #fff, transparent),
    radial-gradient(1px 1px at 180px 250px, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1px 1px at 310px 120px, #fff, transparent),
    radial-gradient(1px 1px at 120px 300px, rgba(159, 216, 255, 0.8), transparent),
    radial-gradient(1px 1px at 230px 60px, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 10px 260px, #fff, transparent);
}

.stars--mid {
  bottom: -560px;
  background-size: 560px 560px;
  background-image:
    radial-gradient(1.5px 1.5px at 70px 90px, #fff, transparent),
    radial-gradient(1.5px 1.5px at 210px 400px, rgba(159, 216, 255, 0.95), transparent),
    radial-gradient(1.5px 1.5px at 330px 160px, #fff, transparent),
    radial-gradient(1.5px 1.5px at 480px 300px, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1.5px 1.5px at 140px 510px, #fff, transparent),
    radial-gradient(1.5px 1.5px at 420px 40px, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 520px 480px, rgba(159, 216, 255, 0.9), transparent),
    radial-gradient(1.5px 1.5px at 260px 250px, #fff, transparent);
  animation: twinkle 7s ease-in-out infinite alternate;
}

.stars--near {
  bottom: -840px;
  background-size: 840px 840px;
  background-image:
    radial-gradient(2px 2px at 120px 200px, #fff, transparent),
    radial-gradient(6px 6px at 120px 200px, rgba(159, 216, 255, 0.25), transparent),
    radial-gradient(2px 2px at 560px 90px, rgba(159, 216, 255, 1), transparent),
    radial-gradient(2px 2px at 380px 620px, #fff, transparent),
    radial-gradient(6px 6px at 380px 620px, rgba(255, 255, 255, 0.2), transparent),
    radial-gradient(2px 2px at 720px 420px, rgba(75, 227, 138, 0.9), transparent),
    radial-gradient(2px 2px at 240px 760px, #fff, transparent),
    radial-gradient(2px 2px at 650px 700px, rgba(255, 190, 140, 0.9), transparent);
  animation: twinkle 11s ease-in-out -4s infinite alternate;
}

.orbits {
  position: absolute;
  inset: 0;
}

.orbit {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(159, 216, 255, 0.08);
}

.orbit--a {
  top: 36%;
  width: 120vmax;
  height: 120vmax;
  transform: translate(-50%, -50%) rotate(-16deg) scaleY(0.32);
}

.orbit--b {
  top: 78%;
  width: 80vmax;
  height: 80vmax;
  border-color: rgba(75, 227, 138, 0.07);
  transform: translate(-30%, -50%) rotate(12deg) scaleY(0.3);
}

.orbit--c {
  top: 12%;
  width: 180vmax;
  height: 180vmax;
  border-style: dashed;
  border-color: rgba(159, 216, 255, 0.05);
  transform: translate(-60%, -50%) rotate(-6deg) scaleY(0.26);
}

.orbit i {
  position: absolute;
  inset: 0;
  animation: spin 90s linear infinite;
}

.orbit--b i {
  animation-duration: 64s;
  animation-direction: reverse;
}

.orbit i::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 6px;
  height: 18px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 12px var(--ice);
}

.orbit--b i::before {
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}

.streak {
  --rot: 154deg;
  position: absolute;
  width: 200px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
  opacity: 0;
  transform: rotate(var(--rot));
  animation: streak 12s linear infinite;
}

.streak--1 {
  top: 12%;
  left: 78%;
  animation-delay: 2s;
}

.streak--2 {
  top: 34%;
  left: 96%;
  width: 260px;
  background: linear-gradient(90deg, rgba(255, 138, 61, 0), rgba(255, 186, 120, 0.95));
  animation-duration: 17s;
  animation-delay: 8s;
}

.streak--3 {
  top: 4%;
  left: 40%;
  width: 140px;
  background: linear-gradient(90deg, rgba(159, 216, 255, 0), rgba(159, 216, 255, 0.9));
  animation-duration: 21s;
  animation-delay: 13s;
}

/* ---------- CSS asteroid ---------- */

.rock {
  --s: 60px;
  position: absolute;
  display: block;
  font-size: calc(var(--s) / 10);
  width: 10em;
  height: 10em;
  border-radius: 46% 54% 42% 58% / 52% 44% 56% 48%;
  background:
    radial-gradient(circle at 31% 33%, rgba(10, 12, 18, 0.55) 0 8%, transparent 9.5%),
    radial-gradient(circle at 32.5% 35.5%, rgba(255, 255, 255, 0.16) 0 9%, transparent 10.5%),
    radial-gradient(circle at 64% 58%, rgba(10, 12, 18, 0.5) 0 11%, transparent 12.5%),
    radial-gradient(circle at 65.5% 60.5%, rgba(255, 255, 255, 0.12) 0 12%, transparent 13.5%),
    radial-gradient(circle at 40% 74%, rgba(10, 12, 18, 0.45) 0 5.5%, transparent 7%),
    radial-gradient(circle at 72% 30%, rgba(10, 12, 18, 0.4) 0 4.5%, transparent 6%),
    radial-gradient(circle at 34% 28%, #a8adb6 0%, #737882 38%, #43474f 70%, #24272d 100%);
  box-shadow:
    inset -1.6em -1.9em 2.6em rgba(0, 0, 0, 0.6),
    inset 0.7em 0.7em 1.2em rgba(255, 255, 255, 0.14),
    0 1.2em 2.4em rgba(0, 0, 0, 0.35);
}

.rock--xs { --s: 18px; }
.rock--sm { --s: 42px; }
.rock--lg { --s: 150px; }

.rock--hot {
  box-shadow:
    inset -1.6em -1.9em 2.6em rgba(0, 0, 0, 0.55),
    inset 0.7em 0.7em 1.2em rgba(255, 255, 255, 0.14),
    inset 1.2em -1.1em 1.8em rgba(255, 138, 61, 0.55),
    0 0 2.4em rgba(255, 138, 61, 0.35);
}

/* ---------- Buttons ---------- */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  min-height: 48px;
  padding: 0 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 0.18s var(--ease-out),
    box-shadow 0.18s var(--ease-out),
    background-color 0.2s,
    border-color 0.2s,
    color 0.2s;
}

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

.btn:active {
  transform: translateY(3px);
  transition-duration: 0.06s;
}

.btn--buy {
  color: #04210f;
  background: linear-gradient(180deg, #86f5b6 0%, #4be38a 48%, #2fc670 100%);
  box-shadow:
    0 5px 0 var(--green-deep),
    0 12px 30px rgba(75, 227, 138, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.btn--buy:hover {
  box-shadow:
    0 7px 0 var(--green-deep),
    0 18px 40px rgba(75, 227, 138, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.btn--buy:active {
  box-shadow:
    0 2px 0 var(--green-deep),
    0 6px 16px rgba(75, 227, 138, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.btn--buy::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border: 2px solid rgba(75, 227, 138, 0.6);
  opacity: 0;
  pointer-events: none;
  animation: buyPulse 3.6s ease-out infinite;
}

.btn--chart {
  color: var(--white);
  background: linear-gradient(180deg, rgba(40, 60, 140, 0.55), rgba(18, 28, 77, 0.75));
  border-color: rgba(159, 216, 255, 0.35);
  box-shadow:
    0 5px 0 #0a1233,
    0 12px 26px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.btn--chart:hover {
  border-color: var(--ice);
  box-shadow:
    0 7px 0 #0a1233,
    0 16px 32px rgba(90, 160, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.btn--chart:active {
  box-shadow: 0 2px 0 #0a1233, inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.btn--x {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn--x:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.btn--x:active {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}

.btn--sm {
  min-height: 40px;
  padding: 0 1.05rem;
  font-size: 0.78rem;
}

.btn--sm.btn--buy {
  padding: 0 1.35rem;
}

.btn--square {
  width: 40px;
  padding: 0;
}

.btn--lg {
  min-height: 56px;
  padding: 0 1.6rem;
  font-size: 0.95rem;
}

.btn--lg.btn--x {
  padding: 0 1.35rem;
}

/* ---------- Header ---------- */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--header-h);
  background: linear-gradient(180deg, rgba(5, 10, 31, 0.72), rgba(5, 10, 31, 0.25));
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(159, 216, 255, 0.05);
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.site-header.is-scrolled {
  background: rgba(5, 10, 31, 0.84);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 100%;
  max-width: calc(1360px + var(--gutter) * 2);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  flex: none;
}

.brand-badge {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(159, 216, 255, 0.35), 0 6px 18px rgba(0, 0, 0, 0.4);
  flex: none;
}

.brand-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.brand-name span {
  color: var(--green);
}

.site-nav {
  margin-left: auto;
}

.site-nav ul {
  display: flex;
  gap: 2.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  height: 2px;
  border-radius: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease-out);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 1rem;
}

.nav-toggle {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  cursor: pointer;
}

.nav-toggle-bars {
  position: relative;
  width: 18px;
  height: 12px;
}

.nav-toggle-bars i {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.25s var(--ease-out), top 0.25s var(--ease-out);
}

.nav-toggle-bars i:first-child { top: 1px; }
.nav-toggle-bars i:last-child { top: 9px; }

.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:first-child {
  top: 5px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:last-child {
  top: 5px;
  transform: rotate(-45deg);
}

/* ---------- Shared section bits ---------- */

.section {
  position: relative;
  padding: clamp(5rem, 11vw, 9rem) 0;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: var(--ice);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.kicker span {
  padding: 0.3rem 0.5rem;
  border: 1px solid rgba(75, 227, 138, 0.4);
  border-radius: 6px;
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.kicker::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--line-strong);
}

.kicker--center {
  justify-content: center;
}

.kicker--center::before {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--line-strong);
  order: -1;
}

.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex: none;
}

.status-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--orange);
  animation: dotPulse 2.2s ease-out infinite;
}

/* ---------- CA copy ---------- */

.ca {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 100%;
  padding: 0.4rem 0.4rem 0.4rem 0.55rem;
  border-radius: 16px;
  border: 1px solid rgba(159, 216, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(34, 40, 62, 0.88), rgba(14, 19, 40, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 14px 34px rgba(0, 0, 0, 0.35);
}

.ca-label {
  padding: 0.42rem 0.5rem;
  border-radius: 8px;
  background: var(--ice);
  color: var(--navy-3);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  flex: none;
}

.ca-value {
  min-width: 0;
  padding-right: 0.25rem;
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 1rem;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  user-select: all;
}

.ca-copy {
  position: relative;
  min-width: calc(12.2ch + 1.9rem);
  min-height: 44px;
  padding: 0 0.95rem;
  border-radius: 11px;
  border: 1px solid rgba(75, 227, 138, 0.5);
  background: rgba(75, 227, 138, 0.08);
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  cursor: pointer;
  flex: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, transform 0.15s var(--ease-out);
}

.ca-copy:hover {
  background: rgba(75, 227, 138, 0.18);
  transform: translateY(-1px);
}

.ca-copy:active {
  transform: translateY(2px);
}

.ca-copy.is-copied {
  background: var(--green);
  border-color: var(--green);
  color: #04210f;
  animation: copyPop 0.5s var(--ease-spring);
}

.ca-copy.is-failed {
  border-color: var(--orange);
  color: var(--orange);
}

.ca--center {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: calc(var(--header-h) + 2.5rem) 0 5.5rem;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(159, 216, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 18, 50, 0.55);
  color: var(--ice);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow-sep {
  color: var(--dim);
}

.hero-title {
  margin: 1.3rem 0 1rem;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3.6rem, 8.4vw, 8.2rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.hero-title span {
  display: block;
}

.w-aster {
  color: var(--white);
  text-shadow:
    0 1px 0 #dbe3f6,
    0 2px 0 #bcc7e4,
    0 3px 0 #93a0c7,
    0 4px 0 #5d6ca3,
    0 6px 0 #1b2659,
    0 8px 0 #111a44,
    0 20px 34px rgba(0, 0, 0, 0.55);
}

.w-pump {
  margin-left: 0.42em;
  color: var(--green);
  text-shadow:
    0 1px 0 #3fd27c,
    0 2px 0 #31b869,
    0 3px 0 #259c57,
    0 4px 0 #1b8047,
    0 6px 0 #0f4d2a,
    0 8px 0 #0a3a20,
    0 20px 34px rgba(0, 0, 0, 0.55),
    0 0 50px rgba(75, 227, 138, 0.25);
}

.ticker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 0;
}

.ticker-sym {
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(159, 216, 255, 0.25);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--navy-2), #121c4d);
  box-shadow: 0 4px 0 var(--navy-3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ticker-chain {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-lines {
  display: grid;
  gap: 0.35rem;
  margin: 1.8rem 0 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.6vw, 1.38rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.01em;
}

.hero-line-moon {
  color: var(--muted);
}

.hero-line-impact {
  color: var(--white);
}

.hero-sub {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: var(--ice);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-sub::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
  box-shadow: 0 0 10px rgba(255, 138, 61, 0.7);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 1.5rem;
}

.cta-row--center {
  justify-content: center;
}

/* Stage */

.hero-stage {
  position: relative;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 1 / 1;
  justify-self: center;
}

.stage-glow {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 56% 44%, rgba(159, 216, 255, 0.24), rgba(44, 76, 180, 0.16) 40%, transparent 68%),
    radial-gradient(circle at 50% 82%, rgba(75, 227, 138, 0.14), transparent 50%);
}

.stage-orbit {
  position: absolute;
  inset: 2%;
}

.stage-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(159, 216, 255, 0.22);
  transform: rotate(-20deg) scaleY(0.34);
}

.stage-orbit-ring i {
  position: absolute;
  inset: 0;
  animation: spin 16s linear infinite;
}

.stage-orbit-ring i::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 28px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
}

.stage-rock-wrap {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 36%;
  aspect-ratio: 1;
  z-index: 1;
}

.stage-rock {
  --s: clamp(120px, 19vw, 236px);
  left: 0;
  bottom: 0;
  animation: rockSpin 40s linear infinite;
}

.stage-rock-dust {
  position: absolute;
  left: -20%;
  right: -30%;
  bottom: -18%;
  height: 60%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 138, 61, 0.35), rgba(255, 138, 61, 0.08) 45%, transparent 70%);
  animation: glowPulse 4.5s ease-in-out infinite;
}

.mascot-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.mascot {
  position: absolute;
  top: 8%;
  left: -6%;
  width: 112%;
  max-width: none;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.45));
  animation: float 7s ease-in-out infinite;
  will-change: transform;
}

.stage-sparks {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.stage-sparks i {
  position: absolute;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(90deg, transparent 44%, #fff 44% 56%, transparent 56%),
    linear-gradient(0deg, transparent 44%, #fff 44% 56%, transparent 56%);
  border-radius: 50%;
  opacity: 0;
  animation: sparkle 4s ease-in-out infinite;
}

.stage-sparks i:nth-child(1) { top: 12%; left: 78%; }
.stage-sparks i:nth-child(2) { top: 40%; left: 92%; animation-delay: 1.2s; width: 10px; height: 10px; }
.stage-sparks i:nth-child(3) { top: 22%; left: 14%; animation-delay: 2.1s; }
.stage-sparks i:nth-child(4) { top: 86%; left: 70%; animation-delay: 3s; width: 10px; height: 10px; }

.hero-rocks {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-rock {
  opacity: 0.75;
  animation: drift 16s ease-in-out infinite;
}

.hero-rock--1 { top: 18%; left: 44%; opacity: 0.5; }
.hero-rock--2 { top: 74%; left: 3%; animation-duration: 20s; animation-delay: -6s; }
.hero-rock--3 { bottom: 10%; right: 6%; animation-duration: 13s; animation-delay: -3s; }
.hero-rock--4 { top: 13%; right: 4%; animation-duration: 22s; animation-delay: -9s; }

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  color: var(--dim);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateX(-50%);
  transition: color 0.2s;
}

.scroll-cue:hover {
  color: var(--white);
}

.scroll-cue i {
  position: relative;
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--line-strong), transparent);
  overflow: hidden;
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 1px;
  height: 12px;
  background: var(--green);
  animation: cueDrop 2.2s ease-in infinite;
}

/* ---------- About ---------- */

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.about-title {
  margin: 1.4rem 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.about-copy .about-lead {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.1vw, 1.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.about-lead em {
  font-style: normal;
  color: var(--green);
}

.about-copy p {
  max-width: 56ch;
  color: var(--muted);
  font-size: 1.075rem;
}

.mission-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 2.2rem 0 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--line);
}

.mission-specs div {
  padding: 1rem 1.1rem;
  background: rgba(8, 14, 40, 0.88);
}

.mission-specs dt {
  margin-bottom: 0.35rem;
  color: var(--dim);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mission-specs dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.mission-specs div:nth-child(3) dd { color: var(--orange); }
.mission-specs div:nth-child(4) dd { color: var(--green); }

.porthole-wrap {
  position: relative;
  width: min(100%, 460px);
  margin: 0;
  justify-self: center;
}

.porthole {
  position: relative;
  aspect-ratio: 1;
  padding: 7%;
  border-radius: 50%;
  background: conic-gradient(from 210deg, #2c3d8e, #0e1640 25%, #34489e 50%, #0e1640 75%, #2c3d8e);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(159, 216, 255, 0.28),
    0 0 80px rgba(90, 160, 255, 0.18),
    inset 0 2px 0 rgba(255, 255, 255, 0.22),
    inset 0 -8px 20px rgba(0, 0, 0, 0.5);
}

.porthole::before {
  content: "";
  position: absolute;
  inset: 2.6%;
  border-radius: 50%;
  border: 5px dotted rgba(201, 211, 234, 0.55);
  pointer-events: none;
}

.porthole-glass {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 6px var(--navy-3);
}

.porthole-glass img {
  width: 90%;
}

.porthole-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 32%),
    radial-gradient(circle at 50% 50%, transparent 62%, rgba(90, 150, 230, 0.25) 100%);
  box-shadow: inset 0 12px 30px rgba(10, 18, 51, 0.3);
  pointer-events: none;
}

.porthole-orbit {
  position: absolute;
  inset: -14%;
  z-index: -1;
  border-radius: 50%;
  border: 1px dashed rgba(159, 216, 255, 0.3);
  transform: rotate(-18deg) scaleY(0.42);
}

.porthole-orbit i {
  position: absolute;
  inset: 0;
  animation: spin 24s linear infinite;
}

.porthole-orbit i::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px var(--orange);
}

.porthole-rock {
  animation: drift 14s ease-in-out infinite;
}

.porthole-rock--1 { top: 0; right: -2%; }
.porthole-rock--2 { bottom: 16%; left: -4%; animation-duration: 18s; animation-delay: -5s; }

.porthole-wrap figcaption {
  margin-top: 1.6rem;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-align: center;
}

/* ---------- Impact beats ---------- */

.section-head {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.beats {
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.beat {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(140px, 28%);
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
}

.beat-num {
  align-self: start;
  padding-top: 0.6rem;
  color: var(--dim);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.beat-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 7.8vw, 7.2rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.beat-mask {
  display: block;
  overflow: hidden;
  padding: 0.06em 0 0.1em;
  margin-bottom: -0.1em;
}

.beat-mask > span {
  display: inline-block;
  transition: transform 1s var(--ease-out);
}

.js .beat-mask > span {
  transform: translateY(110%);
}

.js .beat-mask + .beat-mask > span {
  transition-delay: 0.12s;
}

.js .beat.is-visible .beat-mask > span {
  transform: none;
}

.beat-text {
  max-width: 40ch;
  margin: 1.3rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  transition: opacity 0.9s var(--ease-out) 0.35s, transform 0.9s var(--ease-out) 0.35s;
}

.js .beat .beat-text {
  opacity: 0;
  transform: translateY(14px);
}

.js .beat.is-visible .beat-text {
  opacity: 1;
  transform: none;
}

.beat--rock .beat-mask > span {
  color: #b9bec6;
  background: linear-gradient(180deg, #e3e6eb 0%, #9ba1aa 52%, #5d626b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.beat--candle .beat-mask > span {
  color: var(--green);
  text-shadow: 0 0 44px rgba(75, 227, 138, 0.3);
}

.beat--candle .beat-body {
  text-align: right;
}

.beat--candle .beat-text {
  margin-left: auto;
}

.beat--candle {
  grid-template-columns: minmax(140px, 28%) minmax(0, 1fr) auto;
}

.beat--candle .beat-visual {
  order: -1;
}

.float-letters i {
  display: inline-block;
  font-style: normal;
  animation: floaty 5.5s ease-in-out infinite;
}

.float-letters i:nth-child(2) { animation-delay: -0.7s; }
.float-letters i:nth-child(3) { animation-delay: -1.4s; }
.float-letters i:nth-child(4) { animation-delay: -2.1s; }
.float-letters i:nth-child(5) { animation-delay: -2.8s; }
.float-letters i:nth-child(6) { animation-delay: -3.5s; }
.float-letters i:nth-child(7) { animation-delay: -4.2s; }
.float-letters i:nth-child(8) { animation-delay: -4.9s; }

.beat--zero .beat-mask {
  padding: 0.14em 0 0.16em;
  margin: -0.08em 0 -0.12em;
}

.beat-visual {
  position: relative;
  height: clamp(150px, 18vw, 240px);
}

.beat-rock {
  --s: clamp(90px, 11vw, 160px);
  left: 8%;
  top: 50%;
  margin-top: calc(var(--s) / -2);
  z-index: 1;
  animation: drift 12s ease-in-out infinite;
}

.beat-rock-trail {
  position: absolute;
  left: 30%;
  top: 40%;
  width: 72%;
  height: 34px;
  transform-origin: left center;
  transform: rotate(-30deg);
  background: linear-gradient(90deg, rgba(255, 150, 80, 0.55), rgba(255, 138, 61, 0.12) 60%, transparent);
  clip-path: polygon(0 10%, 100% 46%, 100% 54%, 0 90%);
}

.candle {
  position: absolute;
  bottom: 10%;
  width: 17%;
  border-radius: 6px;
  transform-origin: bottom;
  transition: transform 1s var(--ease-spring);
}

.candle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16%;
  bottom: -10%;
  width: 2px;
  z-index: -1;
  transform: translateX(-50%);
  background: currentColor;
}

.candle--1 {
  left: 8%;
  height: 26%;
  color: rgba(169, 180, 208, 0.45);
  background: linear-gradient(180deg, #5d6474, #3a404e);
}

.candle--2 {
  left: 38%;
  height: 40%;
  color: rgba(169, 180, 208, 0.45);
  background: linear-gradient(180deg, #737a8a, #454b59);
  transition-delay: 0.12s;
}

.candle--3 {
  left: 70%;
  height: 86%;
  color: rgba(75, 227, 138, 0.8);
  background: linear-gradient(180deg, #8af5b9, #4be38a 45%, #26b562);
  box-shadow: 0 0 36px rgba(75, 227, 138, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition-delay: 0.3s;
}

.js .beat--candle .candle {
  transform: scaleY(0.08);
}

.js .beat--candle.is-visible .candle {
  transform: none;
}

.capsule {
  position: absolute;
  left: 34%;
  top: 8%;
  width: 48px;
  height: 116px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0 50%, #4be38a 50% 100%);
  box-shadow:
    inset -8px -6px 14px rgba(0, 0, 0, 0.18),
    inset 6px 6px 10px rgba(255, 255, 255, 0.85),
    0 24px 40px rgba(0, 0, 0, 0.45);
  animation: weightless 9s ease-in-out infinite;
}

.capsule::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 22%;
  width: 22%;
  height: 34%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  filter: blur(1px);
}

.capsule--sm {
  left: 74%;
  top: 52%;
  width: 26px;
  height: 62px;
  opacity: 0.75;
  animation-duration: 12s;
  animation-delay: -4s;
  animation-direction: reverse;
}

/* ---------- Narrative ---------- */

.fragments {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.fragment {
  position: relative;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8.6vw, 8rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.fragment-t {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--orange);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}

@supports (-webkit-text-stroke: 1px) {
  .fragment--1 {
    color: transparent;
    -webkit-text-stroke: 2px rgba(244, 247, 255, 0.88);
  }
}

.fragment--2 {
  margin-left: 18%;
  color: var(--green);
  text-shadow: 0 0 50px rgba(75, 227, 138, 0.28);
}

.fragment--3 {
  max-width: 15ch;
  margin-left: auto;
  font-size: clamp(1.9rem, 5vw, 4.6rem);
  line-height: 1.02;
  text-align: right;
}

.morph {
  position: relative;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.12em;
  vertical-align: -0.12em;
}

.morph-rock {
  inset: 0;
  font-size: 0.09em;
  transition: transform 0.6s var(--ease-out) 0.9s, opacity 0.4s 1s;
}

.morph-arrow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--green);
  opacity: 0;
  transform: scale(0.2) rotate(-60deg);
  filter: drop-shadow(0 0 12px rgba(75, 227, 138, 0.6));
  transition: transform 0.7s var(--ease-spring) 1.3s, opacity 0.3s 1.3s;
}

.fragment--3.is-visible .morph-rock,
html:not(.js) .morph-rock {
  opacity: 0;
  transform: scale(0.1) rotate(120deg);
}

.fragment--3.is-visible .morph-arrow,
html:not(.js) .morph-arrow {
  opacity: 1;
  transform: none;
}

/* Impact scene */

.impact-scene {
  position: relative;
  isolation: isolate;
  margin-top: clamp(4rem, 10vw, 8rem);
  padding: clamp(5rem, 11vw, 9rem) 0 clamp(10rem, 18vw, 16rem);
  overflow: hidden;
}

.scene-fx {
  --ix: 70%;
  --iy: 80%;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.scene-horizon {
  position: absolute;
  left: 50%;
  top: var(--iy);
  width: max(180vw, 1600px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 0%, #30364a 0%, #1b1f2b 14%, #0c0f18 34%, var(--bg-deep) 50%);
  box-shadow:
    0 -2px 0 rgba(159, 216, 255, 0.4),
    0 -24px 70px rgba(90, 160, 255, 0.22),
    inset 0 40px 80px rgba(159, 216, 255, 0.08);
}

.scene-crater {
  position: absolute;
  left: var(--ix);
  top: var(--iy);
  width: 520px;
  height: 180px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(255, 170, 90, 0.85) 0%, rgba(255, 120, 40, 0.38) 24%, rgba(75, 227, 138, 0.1) 50%, transparent 70%);
  opacity: 0.35;
  animation: crater 8s linear infinite;
}

.scene-meteor {
  position: absolute;
  left: var(--ix);
  top: var(--iy);
  width: 0;
  height: 0;
  opacity: 0;
  animation: meteor 8s cubic-bezier(0.55, 0, 0.95, 0.5) infinite;
}

.scene-meteor::before {
  content: "";
  position: absolute;
  left: 0;
  top: -34px;
  width: 440px;
  height: 68px;
  transform-origin: left center;
  transform: rotate(-50deg);
  background: linear-gradient(90deg, rgba(255, 200, 140, 0.95), rgba(255, 138, 61, 0.45) 25%, rgba(159, 216, 255, 0.08) 70%, transparent);
  clip-path: polygon(0 18%, 100% 48%, 100% 52%, 0 82%);
}

.scene-meteor .rock {
  --s: 72px;
  left: -36px;
  top: -36px;
}

.scene-flash {
  position: absolute;
  left: var(--ix);
  top: var(--iy);
  width: 360px;
  height: 360px;
  margin: -180px 0 0 -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 190, 120, 0.6) 22%, rgba(255, 138, 61, 0.15) 50%, transparent 70%);
  opacity: 0;
  animation: flash 8s ease-out infinite;
}

.shock {
  position: absolute;
  left: var(--ix);
  top: var(--iy);
  width: 240px;
  height: 70px;
  margin: -35px 0 0 -120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 186, 120, 0.9);
  opacity: 0;
  animation: shock 8s ease-out infinite;
}

.shock--2 {
  border-color: rgba(159, 216, 255, 0.8);
  animation-delay: 0.3s;
}

.particles {
  position: absolute;
  left: var(--ix);
  top: var(--iy);
}

.particles i {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffb070;
  box-shadow: 0 0 10px rgba(255, 138, 61, 0.9);
  opacity: 0;
  animation: particle 8s cubic-bezier(0.1, 0.7, 0.3, 1) infinite;
}

.particles i:nth-child(3n) {
  background: var(--green);
  box-shadow: 0 0 10px rgba(75, 227, 138, 0.9);
}

.particles i:nth-child(3n + 1) {
  background: #e8f4ff;
  box-shadow: 0 0 10px rgba(159, 216, 255, 0.9);
}

.particles i:nth-child(4n) {
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 40% 60% 50% 50%;
  background: #7a7f88;
  box-shadow: none;
}

.scene-rock {
  animation: drift 15s ease-in-out infinite;
}

.scene-rock--1 { top: 16%; left: 8%; }
.scene-rock--2 { top: 40%; right: 10%; animation-delay: -6s; }

.js .impact-scene:not(.is-playing) .scene-fx *,
.js .impact-scene:not(.is-playing) .scene-fx *::before {
  animation-play-state: paused;
}

.statement {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6.2vw, 6.2rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.st-line {
  display: block;
}

.st-moon {
  position: relative;
  width: fit-content;
  color: rgba(244, 247, 255, 0.6);
}

.st-moon::after {
  content: "";
  position: absolute;
  left: -0.1em;
  right: -0.1em;
  top: 52%;
  height: 0.08em;
  border-radius: 1em;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(255, 138, 61, 0.6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s var(--ease-out) 0.7s;
}

.st-moon.is-visible::after,
html:not(.js) .st-moon::after {
  transform: scaleX(1);
}

.st-small {
  display: flex;
  align-items: center;
  gap: 0.35em;
  margin-top: 0.35em;
  color: var(--muted);
  font-size: 0.48em;
  letter-spacing: 0.02em;
}

.tiny-moon {
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f5f5ec, #bfc2ca 55%, #80858f);
  box-shadow: inset -0.06em -0.06em 0.1em rgba(0, 0, 0, 0.35), 0 0 12px rgba(255, 255, 255, 0.25);
}

.st-gap {
  display: block;
  height: 0.55em;
}

.orbit-word {
  position: relative;
  display: inline-block;
  color: var(--ice);
}

.orbit-word::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -12%;
  top: 8%;
  bottom: -2%;
  border-radius: 50%;
  border: 0.05em solid rgba(159, 216, 255, 0.55);
  border-right-color: transparent;
  transform: rotate(-10deg);
}

.st-impact {
  width: fit-content;
  margin-top: 0.1em;
  color: var(--green);
  font-size: 1.14em;
  text-shadow:
    0 2px 0 #259c57,
    0 4px 0 #1b8047,
    0 7px 0 #0f4d2a,
    0 0 60px rgba(75, 227, 138, 0.35),
    0 20px 60px rgba(255, 138, 61, 0.25);
}

.impact-scene.is-playing .st-impact.is-visible {
  animation: textImpact 8s linear infinite;
}

/* ---------- Banner break ---------- */

.banner-break {
  position: relative;
  padding: clamp(1rem, 4vw, 3rem) 0;
}

.banner-figure {
  position: relative;
  max-width: 2172px;
  margin: 0 auto;
}

.banner-figure::before,
.banner-figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(159, 216, 255, 0.45), rgba(75, 227, 138, 0.45), transparent);
}

.banner-figure::before { top: 0; }
.banner-figure::after { bottom: 0; }

.banner-figure img {
  width: 100%;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.js .banner-figure.reveal {
  transform: scale(1.04);
  transition-duration: 1.4s;
}

.js .banner-figure.reveal.is-visible {
  transform: none;
}

/* ---------- Chart ---------- */

.section-head--split {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 3rem;
}

.section-title {
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.section-note {
  max-width: 44ch;
  margin: 0;
  color: var(--muted);
}

.chart-shell {
  overflow: hidden;
  border: 1px solid rgba(159, 216, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14, 22, 56, 0.92), rgba(7, 11, 30, 0.96));
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.chart-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1rem 0.8rem 1.2rem;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 10, 31, 0.65);
}

.chart-dots {
  display: flex;
  gap: 6px;
  flex: none;
}

.chart-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}

.chart-dots i:nth-child(2) { background: var(--rock); }
.chart-dots i:nth-child(3) { background: var(--green); }

.chart-url {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.84rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-open {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 36px;
  padding: 0 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ice);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  flex: none;
  transition: background-color 0.2s, border-color 0.2s;
}

.chart-open:hover {
  background: rgba(159, 216, 255, 0.1);
  border-color: var(--ice);
}

.chart-open .icon {
  width: 0.85em;
  height: 0.85em;
}

.chart-frame {
  position: relative;
  height: clamp(440px, 60vw, 680px);
  background: #070b1e;
}

.chart-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.chart-awaiting {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 55%, rgba(20, 34, 90, 0.6), #070b1e 70%);
  transition: opacity 0.6s, visibility 0.6s;
}

.chart-frame[data-state="live"] .chart-awaiting {
  opacity: 0;
  visibility: hidden;
}

.awaiting-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(159, 216, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 216, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
}

.awaiting-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 72%;
}

.curve-ghost {
  fill: none;
  stroke: rgba(159, 216, 255, 0.18);
  stroke-width: 2;
  stroke-dasharray: 6 9;
}

.curve-line {
  fill: none;
  stroke: url(#curveGrad);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;
  animation: draw 6s var(--ease-out) infinite;
}

.awaiting-radar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(440px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--line);
  background:
    conic-gradient(from 0deg, rgba(75, 227, 138, 0.2), rgba(75, 227, 138, 0) 22%, transparent),
    repeating-radial-gradient(circle, transparent 0 58px, rgba(159, 216, 255, 0.07) 58px 59px);
  transform: translate(-50%, -50%);
  animation: radar 6s linear infinite;
}

.awaiting-rock {
  --s: 48px;
  left: 8%;
  top: 22%;
  animation: drift 10s ease-in-out infinite;
}

.awaiting-copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding: 2rem 1.5rem;
  text-align: center;
}

.awaiting-status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(5, 10, 31, 0.7);
  color: var(--ice);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.awaiting-status::after {
  content: "";
  display: inline-block;
  width: 1.6em;
  text-align: left;
  animation: ellipsis 1.6s steps(1) infinite;
}

.awaiting-title {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.awaiting-text {
  margin: 0 auto 1.2rem;
  max-width: 42ch;
  color: var(--muted);
}

.awaiting-ca {
  margin: 0;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

.awaiting-ca code {
  padding: 0.25rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

/* ---------- Final CTA ---------- */

.final {
  padding-bottom: clamp(8rem, 16vw, 13rem);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}

.final-fx {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.final-planet {
  position: absolute;
  left: 50%;
  top: 74%;
  width: max(200vw, 1800px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 0%, #1c2e72 0%, #0c1644 16%, #060c26 34%, var(--bg-deep) 50%);
  box-shadow:
    0 -2px 0 rgba(159, 216, 255, 0.5),
    0 -34px 90px rgba(90, 160, 255, 0.3);
}

.final-impact {
  position: absolute;
  left: 50%;
  top: 74%;
  width: 720px;
  max-width: 120vw;
  height: 220px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(255, 160, 80, 0.5), rgba(255, 120, 40, 0.14) 40%, transparent 70%);
  animation: glowPulse 5s ease-in-out infinite;
}

.final-inner {
  position: relative;
}

.final-mascot {
  position: relative;
  width: min(380px, 78vw);
  aspect-ratio: 3 / 2;
  margin: 0 auto 1.5rem;
}

.final-mascot img {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.5));
  animation: float 6.5s ease-in-out -2s infinite;
}

.final-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(75, 227, 138, 0.35);
  transform: translate(-50%, -50%) rotate(-14deg) scaleY(0.3);
  box-shadow: 0 0 30px rgba(75, 227, 138, 0.2);
}

.final-title {
  margin: 1.4rem 0 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5.6vw, 5.6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.final-title span {
  display: block;
}

.final-title-green {
  color: var(--green);
  text-shadow:
    0 2px 0 #259c57,
    0 4px 0 #1b8047,
    0 7px 0 #0f4d2a,
    0 0 60px rgba(75, 227, 138, 0.3);
}

.final-brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.final-brand span {
  color: var(--green);
}

.final .cta-row {
  margin: 2.2rem 0 1.6rem;
}

/* ---------- Footer ---------- */

.site-footer {
  position: relative;
  padding: 3.5rem 0 2.5rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(3, 6, 15, 0.6), var(--bg-deep));
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
}

.footer-meta {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.6rem;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  color: var(--muted);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

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

.footer-nav .footer-x {
  padding: 0 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--white);
}

.disclaimer {
  grid-column: 1 / -1;
  max-width: 92ch;
  margin: 0;
  padding-top: 1.8rem;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 0.84rem;
  line-height: 1.7;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

/* ---------- Mobile dock ---------- */

.dock {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: none;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1px solid rgba(159, 216, 255, 0.16);
  border-radius: 20px;
  background: rgba(7, 12, 34, 0.86);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.dock .btn {
  min-height: 48px;
  padding: 0 1rem;
  font-size: 0.8rem;
}

.dock .btn--x {
  width: 48px;
  padding: 0;
  flex: none;
}

.dock .btn--chart {
  flex: none;
}

.dock .btn--buy {
  flex: 1;
  min-width: 0;
}

/* ---------- Reveal ---------- */

.js .reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.9s var(--ease-out) var(--d, 0ms),
    transform 0.9s var(--ease-out) var(--d, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- Keyframes ---------- */

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes breathe {
  from { opacity: 0.7; }
  to { opacity: 1; }
}

@keyframes twinkle {
  0% { opacity: 1; }
  50% { opacity: 0.55; }
  100% { opacity: 0.9; }
}

@keyframes streak {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(var(--rot)); }
  1.5% { opacity: 1; }
  6% { opacity: 0; transform: translate3d(-520px, 250px, 0) rotate(var(--rot)); }
  100% { opacity: 0; transform: translate3d(-520px, 250px, 0) rotate(var(--rot)); }
}

@keyframes float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  50% { transform: translate3d(0, -18px, 0) rotate(2deg); }
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  33% { transform: translate3d(10px, -14px, 0) rotate(12deg); }
  66% { transform: translate3d(-8px, 6px, 0) rotate(-8deg); }
}

@keyframes rockSpin {
  0% { transform: rotate(0deg) translate3d(0, 0, 0); }
  50% { transform: rotate(180deg) translate3d(0, -6px, 0); }
  100% { transform: rotate(360deg) translate3d(0, 0, 0); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0.4) rotate(0deg); }
  50% { opacity: 0.9; transform: scale(1) rotate(45deg); }
}

@keyframes dotPulse {
  0% { opacity: 0.8; transform: scale(1); }
  100% { opacity: 0; transform: scale(3); }
}

@keyframes buyPulse {
  0% { opacity: 0.8; transform: scale(1); }
  45% { opacity: 0; transform: scale(1.12, 1.4); }
  100% { opacity: 0; transform: scale(1.12, 1.4); }
}

@keyframes copyPop {
  0% { transform: scale(1); }
  40% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes cueDrop {
  0% { transform: translateY(0); }
  100% { transform: translateY(56px); }
}

@keyframes floaty {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, -0.06em, 0) rotate(-4deg); }
}

@keyframes weightless {
  0% { transform: translate3d(0, 0, 0) rotate(24deg); }
  50% { transform: translate3d(-14px, -20px, 0) rotate(204deg); }
  100% { transform: translate3d(0, 0, 0) rotate(384deg); }
}

@keyframes meteor {
  0% { opacity: 0; transform: translate3d(560px, -670px, 0) scale(0.55); }
  6% { opacity: 1; }
  40% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  41% { opacity: 0; transform: translate3d(0, 0, 0) scale(1.2); }
  100% { opacity: 0; transform: translate3d(0, 0, 0) scale(1.2); }
}

@keyframes flash {
  0%, 39.5% { opacity: 0; transform: scale(0.2); }
  41% { opacity: 1; transform: scale(1); }
  62% { opacity: 0; transform: scale(1.7); }
  100% { opacity: 0; transform: scale(1.7); }
}

@keyframes shock {
  0%, 40% { opacity: 0; transform: scale(0.2); }
  41% { opacity: 0.95; transform: scale(0.3); }
  78% { opacity: 0; transform: scale(3.4); }
  100% { opacity: 0; transform: scale(3.4); }
}

@keyframes particle {
  0%, 40% { opacity: 0; transform: rotate(var(--a)) translateX(0) scale(1); }
  41% { opacity: 1; }
  72% { opacity: 0; transform: rotate(var(--a)) translateX(var(--r)) scale(0.3); }
  100% { opacity: 0; transform: rotate(var(--a)) translateX(var(--r)) scale(0.3); }
}

@keyframes crater {
  0%, 40% { opacity: 0.3; }
  43% { opacity: 1; }
  85% { opacity: 0.45; }
  100% { opacity: 0.3; }
}

@keyframes textImpact {
  0%, 40.5% { translate: 0 0; }
  41.5% { translate: 4px -3px; }
  42.5% { translate: -4px 3px; }
  43.5% { translate: 2px 1px; }
  45%, 100% { translate: 0 0; }
}

@keyframes draw {
  0% { stroke-dashoffset: 1; }
  60%, 85% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -1; }
}

@keyframes radar {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ellipsis {
  0% { content: ""; }
  25% { content: "."; }
  50% { content: ".."; }
  75% { content: "..."; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1080px) {
  .site-nav ul {
    gap: 1.4rem;
  }

  .header-actions {
    margin-left: 0.4rem;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 68px;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header-h) + 1rem) 0 5rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
    text-align: center;
  }

  .hero-stage {
    order: -1;
    max-width: min(460px, 88vw);
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .eyebrow {
    justify-content: center;
  }

  .hero-title {
    margin-top: 1rem;
    font-size: clamp(3.4rem, 15vw, 7rem);
  }

  .w-pump {
    margin-left: 0.3em;
  }

  .ticker,
  .cta-row {
    justify-content: center;
  }

  .hero-sub::after {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: var(--orange);
    box-shadow: 0 0 10px rgba(255, 138, 61, 0.7);
  }

  .scroll-cue {
    display: none;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .porthole-wrap {
    width: min(80%, 400px);
  }

  .beat,
  .beat--candle {
    grid-template-columns: auto minmax(0, 1fr) minmax(110px, 26%);
  }

  .beat--candle .beat-visual {
    order: 0;
  }

  .beat--candle .beat-body {
    text-align: left;
  }

  .beat--candle .beat-text {
    margin-left: 0;
  }

  .fragment--2 {
    margin-left: 10%;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .header-actions {
    display: none;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0.75rem;
    right: 0.75rem;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    background: rgba(7, 12, 34, 0.96);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s, transform 0.25s var(--ease-out), visibility 0.25s;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 0;
  }

  .site-nav a {
    display: block;
    padding: 0.95rem 1rem;
    border-radius: 12px;
    color: var(--white);
    font-family: var(--font-display);
    font-size: 1rem;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(159, 216, 255, 0.08);
  }

  .dock {
    display: flex;
  }

  body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }

  .hero-lines {
    margin-top: 1.4rem;
  }

  .cta-row {
    width: 100%;
  }

  .hero-copy .cta-row .btn--buy {
    flex: 1 1 100%;
  }

  .hero-copy .cta-row .btn--chart {
    flex: 1;
  }

  .ca {
    width: 100%;
    max-width: 420px;
  }

  .ca-value {
    flex: 1;
    text-align: left;
  }

  .mission-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beat,
  .beat--candle {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .beat-num {
    padding-top: 0;
  }

  .beat-visual {
    order: 0;
    width: 100%;
    max-width: 300px;
    height: 150px;
  }

  .fragment--3 {
    margin-left: 0;
    text-align: left;
  }

  .statement {
    font-size: clamp(1.45rem, 7.2vw, 3.2rem);
  }

  .scene-fx {
    --ix: 62%;
    --iy: 86%;
  }

  .scene-crater {
    width: 360px;
    height: 130px;
  }

  .impact-scene {
    padding-bottom: 9rem;
  }

  .chart-frame {
    height: 520px;
  }

  .chart-open {
    padding: 0 0.7rem;
  }

  .awaiting-rock {
    top: 10%;
  }

  .final .cta-row .btn {
    flex: 1 1 auto;
  }

  .final .cta-row .btn--buy {
    flex-basis: 100%;
  }
}

@media (max-width: 420px) {
  .brand-name {
    font-size: 1rem;
  }

  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .ca {
    gap: 0.5rem;
    padding-left: 0.45rem;
  }

  .ca-copy {
    padding: 0 0.7rem;
    font-size: 0.74rem;
  }

  .chart-dots {
    display: none;
  }

  .dock .btn--chart {
    padding: 0 0.85rem;
  }
}

@media (max-height: 760px) {
  .scroll-cue {
    display: none;
  }
}

@media (hover: none) {
  .btn:hover,
  .ca-copy:hover {
    transform: none;
  }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0s !important;
  }

  .stars,
  .mascot {
    will-change: auto;
  }

  .scene-crater {
    opacity: 0.6;
  }
}
