:root {
  --space: #050203;
  --space-deep: #020101;
  --ink: #f6efe4;
  --muted: #b8a794;
  --mars: #c1440e;
  --mars-bright: #e85d2a;
  --mars-hot: #ff7a3c;
  --burnt: #7a2410;
  --dust: #d4784a;
  --cream: #f5efe6;
  --glass: rgba(255, 244, 230, 0.055);
  --glass-strong: rgba(255, 244, 230, 0.1);
  --line: rgba(255, 196, 150, 0.16);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  --font-display: "Bebas Neue", "Impact", "Arial Narrow", sans-serif;
  --font-body: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --nav-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --mx: 0;
  --my: 0;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  background: var(--space-deep);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body {
  min-height: 100%;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--mars-hot);
  outline-offset: 3px;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

code {
  font-family: var(--font-body);
  font-weight: 600;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 8px 12px;
  background: var(--mars);
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.space-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

#starfield {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.42;
}

.nebula-a {
  width: 58vw;
  height: 58vw;
  right: -8vw;
  top: -10vw;
  background: radial-gradient(circle, rgba(193, 68, 14, 0.55), transparent 70%);
}

.nebula-b {
  width: 40vw;
  height: 40vw;
  left: -12vw;
  bottom: 10vh;
  background: radial-gradient(circle, rgba(90, 18, 8, 0.7), transparent 70%);
}

.dust-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(232, 93, 42, 0.12), transparent 42%),
    radial-gradient(ellipse at 20% 80%, rgba(80, 16, 8, 0.28), transparent 50%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.orbit-decor {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.sat,
.asteroid {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.sat-a {
  width: 10px;
  height: 10px;
  top: 22%;
  left: 8%;
  background: linear-gradient(135deg, #f3e6d4, #8a6a52);
  box-shadow: 0 0 12px rgba(255, 220, 180, 0.6);
  animation: drift 22s linear infinite;
}

.sat-a::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -14px;
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e8c8a4, transparent);
}

.sat-b {
  width: 7px;
  height: 7px;
  right: 12%;
  top: 68%;
  background: #d8c4aa;
  animation: drift 28s linear infinite reverse;
}

.asteroid-a,
.asteroid-b {
  background: #4a2618;
  box-shadow: inset -2px -2px 4px #1a0b07, 0 0 8px rgba(193, 68, 14, 0.25);
}

.asteroid-a {
  width: 16px;
  height: 12px;
  top: 40%;
  right: 6%;
  border-radius: 40% 60% 50% 40%;
  animation: drift 36s linear infinite;
}

.asteroid-b {
  width: 11px;
  height: 9px;
  left: 14%;
  bottom: 18%;
  animation: drift 40s linear infinite reverse;
}

@keyframes drift {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(18px, -24px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.bg-rocket {
  position: fixed;
  left: -80px;
  top: 30%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.bg-rocket.fly {
  animation: rocket-cross 9s linear;
}

.bg-rocket-body {
  display: block;
  width: 34px;
  height: 10px;
  background: linear-gradient(90deg, #ffb07a, #fff6ea 45%, #e8ddd0);
  border-radius: 40% 20% 20% 40%;
  position: relative;
}

.bg-rocket-body::before,
.bg-rocket-body::after {
  content: "";
  position: absolute;
}

.bg-rocket-body::before {
  right: -16px;
  top: 2px;
  width: 18px;
  height: 6px;
  background: linear-gradient(90deg, #ff7a3c, transparent);
  filter: blur(1px);
}

.bg-rocket-body::after {
  left: -6px;
  top: -3px;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #c9b8a4 transparent transparent;
}

@keyframes rocket-cross {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(-12deg); }
  8% { opacity: 0.85; }
  92% { opacity: 0.85; }
  100% { opacity: 0; transform: translate3d(110vw, -28vh, 0) rotate(-12deg); }
}

.shooting-star {
  position: fixed;
  width: 90px;
  height: 2px;
  background: linear-gradient(90deg, #fff, transparent);
  border-radius: 2px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  animation: shoot 1.1s ease-out forwards;
}

@keyframes shoot {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(var(--ang, -22deg)); }
  12% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-280px, 110px, 0) rotate(var(--ang, -22deg)); }
}

.scroll-paw {
  position: fixed;
  width: 22px;
  height: 22px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle at 50% 70%, rgba(232, 93, 42, 0.55) 0 38%, transparent 40%),
    radial-gradient(circle at 22% 30%, rgba(232, 93, 42, 0.5) 0 14%, transparent 16%),
    radial-gradient(circle at 50% 18%, rgba(232, 93, 42, 0.5) 0 14%, transparent 16%),
    radial-gradient(circle at 78% 30%, rgba(232, 93, 42, 0.5) 0 14%, transparent 16%);
  animation: paw-fade 4.5s ease forwards;
}

@keyframes paw-fade {
  0% { opacity: 0; transform: scale(0.6); }
  20% { opacity: 0.55; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.1); }
}

#burst-layer,
#scroll-paws,
#shooting-stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 70;
}

.burst-dot {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mars-hot);
  box-shadow: 0 0 8px var(--mars-bright);
  animation: burst 700ms var(--ease) forwards;
}

@keyframes burst {
  to {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(0.2);
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: var(--nav-h);
  transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}

.nav.scrolled {
  background: rgba(5, 2, 3, 0.72);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}

.nav-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 0 0 1px var(--line), 0 0 18px rgba(232, 93, 42, 0.35);
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--cream);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--glass);
}

.icon-btn svg {
  width: 16px;
  height: 16px;
  fill: var(--cream);
}

.x-orbit .orbit-ring {
  position: absolute;
  inset: -5px;
  border: 1px dashed rgba(232, 93, 42, 0.45);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.x-orbit:hover .orbit-ring {
  opacity: 1;
  transform: scale(1);
  animation: spin 3s linear infinite;
}

.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  position: relative;
}

.hamburger span {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 1.5px;
  background: var(--cream);
  transition: transform 0.3s var(--ease), opacity 0.2s ease, top 0.3s var(--ease);
}

.hamburger span:nth-child(1) { top: 15px; }
.hamburger span:nth-child(2) { top: 20px; }
.hamburger span:nth-child(3) { top: 25px; }

.hamburger.open span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(2) { opacity: 0; }

.hamburger.open span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

body.menu-lock {
  overflow: hidden;
}

.mobile-menu {
  position: fixed;
  inset: var(--nav-h) 0 0;
  z-index: 55;
  background: rgba(5, 2, 3, 0.94);
  backdrop-filter: blur(20px);
  padding: 32px;
  animation: menu-in 0.35s var(--ease);
}

@keyframes menu-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: min(420px, 100%);
  margin: 24px auto 0;
}

.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}

.mobile-menu .btn {
  font-family: var(--font-body);
  font-size: 1rem;
  justify-content: center;
}

.btn {
  --flame: 0.45;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: transform 0.2s var(--ease), box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.98);
}

.btn-sm {
  min-height: 40px;
  padding: 0 16px;
}

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

.btn-buy {
  background: linear-gradient(180deg, #ff7a3c, #c1440e);
  color: #fff8f2;
  box-shadow: 0 8px 28px rgba(193, 68, 14, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn-buy:hover {
  --flame: 1;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(232, 93, 42, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-ghost {
  background: var(--glass);
  border-color: var(--line);
  color: var(--cream);
}

.btn-ghost:hover {
  background: var(--glass-strong);
  border-color: rgba(255, 196, 150, 0.35);
  transform: translateY(-2px);
}

.btn-rocket {
  width: 14px;
  height: 14px;
  background:
    linear-gradient(#fff, #f0d8c4) center/6px 9px no-repeat,
    radial-gradient(circle at 50% 100%, rgba(255, 180, 80, var(--flame)), transparent 60%);
  clip-path: polygon(50% 0, 80% 40%, 70% 100%, 30% 100%, 20% 40%);
  filter: drop-shadow(0 4px 6px rgba(255, 122, 60, var(--flame)));
  transition: filter 0.2s ease;
}

.hero {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: calc(var(--nav-h) + 12px) 0 40px;
  overflow: hidden;
}

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

.mars {
  position: absolute;
  width: min(78vw, 820px);
  aspect-ratio: 1;
  right: -8vw;
  top: 8vh;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 196, 140, 0.55), transparent 26%),
    radial-gradient(circle at 68% 62%, #6d1f0c 0 7%, transparent 8%),
    radial-gradient(circle at 42% 72%, #4d1408 0 5%, transparent 6%),
    radial-gradient(circle at 58% 38%, #e56a32 0%, #b53b12 46%, #5c1608 78%, #210804 100%);
  box-shadow:
    0 0 80px 24px rgba(232, 93, 42, 0.28),
    0 0 180px 50px rgba(193, 68, 14, 0.18),
    inset -50px -24px 80px rgba(12, 2, 1, 0.55);
  animation: mars-pulse 8s ease-in-out infinite;
}

.mars-spin {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 40%, rgba(90, 20, 8, 0.35) 0 8%, transparent 9%),
    radial-gradient(circle at 74% 28%, rgba(255, 180, 120, 0.18) 0 6%, transparent 8%),
    radial-gradient(circle at 48% 58%, rgba(70, 16, 8, 0.28) 0 10%, transparent 12%);
  animation: mars-rotate 48s linear infinite;
}

.mars-shade {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 42%, rgba(8, 2, 1, 0.45) 100%);
}

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

@keyframes mars-pulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.08); }
}

.atmos-glow {
  position: absolute;
  width: 70vw;
  height: 50vh;
  right: -10vw;
  bottom: -8vh;
  background: radial-gradient(ellipse, rgba(232, 93, 42, 0.28), transparent 68%);
  filter: blur(10px);
  animation: glow-breathe 7s ease-in-out infinite;
}

.horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22vh;
  background: linear-gradient(to top, rgba(40, 8, 4, 0.7), transparent);
}

@keyframes glow-breathe {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

.orbital-ring {
  position: absolute;
  border: 1px solid rgba(255, 196, 150, 0.16);
  border-radius: 50%;
}

.ring-a {
  width: min(92vw, 980px);
  aspect-ratio: 1.7 / 1;
  right: -16vw;
  top: 16vh;
  transform: rotate(-18deg);
  animation: ring-spin 40s linear infinite;
}

.ring-b {
  width: min(70vw, 720px);
  aspect-ratio: 1.8 / 1;
  right: -4vw;
  top: 22vh;
  border-color: rgba(232, 93, 42, 0.14);
  transform: rotate(12deg);
  animation: ring-spin 52s linear infinite reverse;
}

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

.planet-far {
  position: absolute;
  border-radius: 50%;
}

.planet-far-a {
  width: 56px;
  height: 56px;
  left: 12%;
  top: 18%;
  background: radial-gradient(circle at 35% 30%, #d8c4b0, #6a4a38 70%);
  box-shadow: 0 0 20px rgba(216, 196, 176, 0.25);
}

.planet-far-b {
  width: 22px;
  height: 22px;
  left: 28%;
  top: 12%;
  background: radial-gradient(circle at 30% 30%, #9bb0c8, #2a3344);
}

.hero-grid {
  position: relative;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100svh - var(--nav-h) - 40px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 20px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 24px;
}

.badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 12px;
  border: 1px solid rgba(232, 93, 42, 0.35);
  border-radius: 999px;
  background: rgba(193, 68, 14, 0.12);
  color: #ffc09a;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(5.2rem, 13vw, 9.6rem);
  line-height: 0.82;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-title .line {
  display: block;
}

.ticker-mark {
  margin: 16px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: 0.18em;
  color: var(--mars-hot);
}

.lede {
  max-width: 28ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

.ca-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 14px;
  border-radius: 999px;
  background: var(--glass);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.ca-label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: var(--dust);
}

.ca-value {
  font-size: 0.95rem;
}

.copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(232, 93, 42, 0.16);
  color: var(--cream);
}

.copy-btn svg {
  width: 14px;
  height: 14px;
}

.copy-btn.copied,
.btn-copy-lg.copied {
  background: #2f8a4a;
  box-shadow: 0 0 20px rgba(60, 180, 90, 0.35);
}

.hero-stage {
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-cat {
  width: min(62vw, 840px);
  animation: float-cat 5.5s ease-in-out infinite;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 40px rgba(232, 93, 42, 0.18));
  will-change: transform;
}

.hero-cat img {
  width: 100%;
}

@keyframes float-cat {
  0%, 100% { transform: translate3d(calc(var(--mx) * 22px), calc(var(--my) * 16px), 0); }
  50% { transform: translate3d(calc(var(--mx) * 22px), calc(var(--my) * 16px - 16px), 0); }
}

.ticker {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(20, 6, 4, 0.55);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: marquee 38s linear infinite;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.16em;
  color: #e7c7aa;
  padding: 14px 0;
  white-space: nowrap;
}

.ticker-track.reverse {
  animation-direction: reverse;
}

.ticker:hover .ticker-track {
  animation-duration: 90s;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

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

section {
  position: relative;
  z-index: 2;
  padding: 110px 0;
  scroll-margin-top: calc(var(--nav-h) + 10px);
}

.eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dust);
  margin-bottom: 10px;
}

.display {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.display-xl {
  font-size: clamp(3.8rem, 10vw, 8rem);
}

.mission-grid,
.cta-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.punch {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 0.95;
  color: var(--cream);
}

.punch-em {
  color: var(--mars-hot);
  margin-bottom: 18px;
}

.body-copy {
  max-width: 36ch;
  color: var(--muted);
  font-size: 1.08rem;
}

.mission-visual {
  overflow: hidden;
}

.orbit-stage {
  position: relative;
  width: min(100%, 420px);
  margin-left: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 196, 150, 0.2);
  border-radius: 50%;
}

.orbit::after {
  content: "";
  position: absolute;
  top: -4px;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mars-hot);
  box-shadow: 0 0 10px var(--mars-bright);
}

.orbit-1 { width: 78%; height: 78%; animation: spin 18s linear infinite; }
.orbit-2 { width: 94%; height: 94%; animation: spin 28s linear infinite reverse; }
.orbit-3 { width: 100%; height: 100%; border-style: dashed; animation: spin 40s linear infinite; }

.orbit-dot {
  display: none;
}

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

.mission-cat {
  width: 68%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 22%;
  box-shadow: var(--shadow), 0 0 40px rgba(232, 93, 42, 0.25);
}

.banner-frame {
  position: relative;
  perspective: 1400px;
  margin-top: 12px;
}

.banner-glow {
  position: absolute;
  inset: 8% 6%;
  background: radial-gradient(ellipse, rgba(232, 93, 42, 0.38), transparent 70%);
  filter: blur(24px);
  z-index: 0;
}

.banner-tilt {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  overflow: hidden;
  transform: rotateX(6deg) rotateY(-4deg);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 196, 150, 0.16),
    0 0 60px rgba(193, 68, 14, 0.22);
  transition: transform 0.35s var(--ease);
}

.banner-tilt img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.embed-shell {
  width: min(620px, 100%);
  margin: 28px auto 0;
  padding: 18px 18px 8px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(40, 12, 8, 0.72), rgba(12, 4, 3, 0.86));
  border: 1px solid var(--line);
  box-shadow: var(--shadow), 0 0 40px rgba(193, 68, 14, 0.12);
}

.embed-hud {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.embed-hud span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5a2a1c;
}

.embed-hud span:first-child { background: #e85d2a; }
.embed-hud span:nth-child(2) { background: #d4a06a; }

.embed-wrap {
  display: flex;
  justify-content: center;
  min-height: 280px;
  overflow: hidden;
}

.embed-wrap .twitter-tweet,
.embed-wrap iframe,
.embed-wrap twitter-widget {
  margin: 0 auto !important;
  max-width: 100% !important;
}

.planet-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 18px;
  margin-top: 12px;
  align-items: stretch;
}

.planet-card {
  padding: 28px 22px 32px;
  border-radius: 24px;
  background: var(--glass);
  border: 1px solid var(--line);
  text-align: center;
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.planet-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 196, 150, 0.32);
}

.planet-card h3 {
  font-family: var(--font-display);
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  margin: 12px 0 4px;
}

.planet-card p {
  color: var(--muted);
}

.orb {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  border-radius: 50%;
}

.earth-orb {
  background: radial-gradient(circle at 30% 30%, #8ec5ff, #1d4f8a 62%, #0b1d36);
  box-shadow: 0 0 24px rgba(80, 140, 220, 0.28);
}

.moon-orb {
  background: radial-gradient(circle at 32% 30%, #f0ece4, #9a958c 70%);
  box-shadow: 0 0 20px rgba(220, 220, 210, 0.16);
}

.mars-orb {
  width: 120px;
  height: 120px;
  background:
    radial-gradient(circle at 30% 28%, #ffb07a, transparent 28%),
    radial-gradient(circle at 60% 60%, #e85d2a, #7a2410 70%);
  box-shadow: 0 0 40px rgba(232, 93, 42, 0.45);
  animation: mars-pulse 5s ease-in-out infinite;
}

.mars-card {
  background:
    linear-gradient(180deg, rgba(232, 93, 42, 0.16), rgba(20, 6, 4, 0.4)),
    var(--glass);
  border-color: rgba(232, 93, 42, 0.35);
  box-shadow: 0 20px 50px rgba(193, 68, 14, 0.16);
  transform: scale(1.03);
}

.mars-card h3 {
  font-size: 3rem;
  color: #ffd2b4;
}

.mars-card p {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--cream);
}

.path {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}

.path::before,
.path::after {
  content: "";
  position: absolute;
  top: 78px;
}

.path::before {
  left: 8%;
  right: 8%;
  height: 0;
  border-top: 2px dashed rgba(232, 93, 42, 0.35);
}

.path::after {
  left: 8%;
  width: 16px;
  height: 6px;
  border-radius: 4px;
  background: #f3e6d4;
  box-shadow: 6px 0 10px #ff7a3c;
  animation: path-fly 9s linear infinite;
}

@keyframes path-fly {
  to { left: calc(92% - 16px); }
}

.path-step {
  position: relative;
  text-align: center;
  padding-top: 8px;
}

.step-num {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--dust);
  margin-bottom: 14px;
}

.step-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--mars);
  box-shadow: 0 0 0 8px rgba(193, 68, 14, 0.12), 0 0 18px rgba(232, 93, 42, 0.45);
  position: relative;
  z-index: 1;
}

.earth-mini { background: #3d7cc9; }
.land-mini { background: #e85d2a; }
.claim-mini { background: #ff7a3c; }
.meme-mini { background: #f3d2b0; }

.path-step h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.flight-line {
  position: relative;
  height: 0;
}

.path-rocket {
  display: none;
}

.hud {
  margin-top: 8px;
  padding: 36px 32px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(40, 12, 8, 0.55), rgba(8, 3, 2, 0.7));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hud-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 32px;
  margin-bottom: 28px;
}

.hud dt {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dust);
  margin-bottom: 6px;
}

.hud dd {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: 0.04em;
}

.hud-ca dd code {
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
}

.btn-copy-lg {
  width: 100%;
  justify-content: center;
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.step {
  position: relative;
  padding: 32px 26px;
  border-radius: 24px;
  background: var(--glass);
  border: 1px solid var(--line);
  overflow: hidden;
}

.step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--mars), var(--mars-hot));
  transition: width 0.45s var(--ease);
}

.step:hover::after {
  width: 100%;
}

.step-index {
  display: block;
  font-family: var(--font-display);
  font-size: 3.4rem;
  color: rgba(232, 93, 42, 0.7);
  line-height: 1;
  margin-bottom: 16px;
}

.step h3 {
  font-family: var(--font-display);
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

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

.cta {
  padding-bottom: 40px;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 50%;
  background: radial-gradient(ellipse at center, rgba(232, 93, 42, 0.22), transparent 70%);
}

.cta-cat {
  animation: float-cat 6s ease-in-out infinite;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.5));
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 40px 0 56px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.footer-tag,
.fineprint {
  color: var(--muted);
}

.fineprint {
  font-size: 0.78rem;
  max-width: 62ch;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #efd2ba;
}

.easter-paw {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(232, 93, 42, 0.12);
  display: grid;
  place-items: center;
  transition: transform 0.2s var(--ease), background 0.2s ease;
}

.easter-paw svg {
  width: 22px;
  height: 22px;
  fill: #e8a070;
}

.easter-paw:hover {
  transform: scale(1.08) rotate(-8deg);
  background: rgba(232, 93, 42, 0.22);
}

.mars-mode-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 90;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(193, 68, 14, 0.9);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  box-shadow: 0 10px 30px rgba(193, 68, 14, 0.4);
}

.mars-mode .nebula,
.mars-mode .atmos-glow,
.mars-mode .mars {
  filter: saturate(1.25) brightness(1.15);
}

.mars-mode .mars {
  box-shadow:
    0 0 120px 40px rgba(232, 93, 42, 0.42),
    0 0 220px 70px rgba(193, 68, 14, 0.28);
}

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

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.18s; }
.delay-3 { animation-delay: 0.26s; }
.delay-4 { animation-delay: 0.34s; }
.delay-5 { animation-delay: 0.42s; }

.hero .reveal {
  animation-name: rise;
}

section .reveal {
  animation: none;
  opacity: 1;
  transform: none;
}

body.anim section .reveal {
  opacity: 0;
  transform: translateY(24px);
}

body.anim section .reveal.in {
  animation: rise 0.85s var(--ease) forwards;
}

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

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hamburger { display: block; }

  .hero-grid,
  .mission-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 20px;
  }

  .hero-grid {
    min-height: auto;
    gap: 8px;
  }

  .hero-title {
    font-size: clamp(4.4rem, 20vw, 7rem);
  }

  .hero-stage {
    min-height: 52vh;
    order: -1;
  }

  .hero-cat {
    width: min(92vw, 560px);
  }

  .mars {
    width: min(92vw, 560px);
    right: -18vw;
    top: 6vh;
  }

  .orbit-stage {
    margin: 12px auto 0;
  }

  .planet-cards,
  .path,
  .steps,
  .hud-grid {
    grid-template-columns: 1fr;
  }

  .path::before,
  .path::after {
    top: 0;
  }

  .path::before {
    bottom: 0;
    left: 27px;
    right: auto;
    width: 0;
    height: auto;
    border-top: 0;
    border-left: 2px dashed rgba(232, 93, 42, 0.35);
  }

  .path::after {
    display: none;
  }

  .path-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto;
    text-align: left;
    column-gap: 10px;
    padding: 10px 0;
  }

  .step-num { grid-column: 2; }
  .step-icon { grid-row: 1 / span 2; margin: 18px 0 0; }
  .path-step h3 { grid-column: 2; }

  .mars-card { transform: none; }
  .banner-tilt { transform: none; }
}

@media (max-width: 640px) {
  .nav-actions .btn-buy {
    display: none;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn { justify-content: center; }

  .ca-pill {
    width: 100%;
    justify-content: space-between;
  }

  .hud { padding: 24px 18px; }

  .sat-b,
  .asteroid-b { display: none; }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  section .reveal,
  section .reveal.in {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero-cat,
  .cta-cat {
    animation: none;
  }
}
