:root {
  --navy: #020b24;
  --navy-soft: #07183f;
  --ink: #071127;
  --ivory: #f7f3e9;
  --paper: #fffdf7;
  --gold: #ffbd24;
  --cyan: #12c8ff;
  --line: rgba(7, 17, 39, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 18px;
  left: clamp(14px, 3vw, 42px);
  right: clamp(14px, 3vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(2,10,34,.72);
  box-shadow: 0 18px 60px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: -.02em; }
.brand img { width: 48px; height: 48px; border: 1px solid rgba(255,189,36,.32); border-radius: 15px; box-shadow: 0 0 25px rgba(255,189,36,.12); }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { font-size: 15px; line-height: 1; letter-spacing: -.025em; }
.brand-copy small { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 14px; }
.site-header nav a { color: rgba(255,255,255,.78); transition: color .2s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: white; }
.nav-watch { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; padding: 7px 8px 7px 14px; background: rgba(255,255,255,.055); font-weight: 700; }
.nav-arrow { position: relative; width: 28px; height: 28px; border-radius: 9px; background: var(--gold); box-shadow: 0 6px 20px rgba(255,189,36,.2); }
.nav-arrow::before { content: ""; position: absolute; width: 9px; height: 1.5px; top: 13px; left: 9px; background: var(--ink); transform: rotate(-45deg); }
.nav-arrow::after { content: ""; position: absolute; width: 6px; height: 6px; top: 8px; right: 8px; border-top: 1.5px solid var(--ink); border-right: 1.5px solid var(--ink); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px clamp(22px, 6vw, 96px) clamp(72px, 9vw, 120px);
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url('hero-galaxy-v2.webp') center / cover no-repeat;
  transform: scale(1.04);
  animation: settle 1.6s cubic-bezier(.2,.7,.2,1) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1,7,24,.9) 0%, rgba(1,7,24,.62) 39%, rgba(1,7,24,.06) 70%),
    linear-gradient(0deg, rgba(1,7,24,.95) 0%, transparent 48%, rgba(1,7,24,.25) 100%);
}
.hero-copy { max-width: 690px; animation: rise .9s .2s ease both; }
.eyebrow, .section-kicker {
  margin: 0 0 20px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
}
.hero h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(48px, 6.8vw, 104px);
  line-height: .96;
  letter-spacing: -.065em;
}
.hero-intro { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: clamp(18px, 2vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 22px;
  border-radius: 100px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 10px 40px rgba(255,189,36,.2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 50px rgba(255,189,36,.3); }
.text-link { padding: 12px 0; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.35); }
.scroll-note { position: absolute; right: clamp(22px, 4vw, 64px); bottom: 42px; margin: 0; color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }

.statement {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(90px, 12vw, 180px) clamp(22px, 7vw, 110px);
}
.statement .section-kicker, .explore .section-kicker { color: #9b6800; }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr); gap: clamp(48px, 9vw, 150px); align-items: start; }
.statement h2 { margin: 0; max-width: 850px; font-size: clamp(42px, 6vw, 86px); line-height: 1.02; letter-spacing: -.06em; }
.statement-grid > div { padding-top: 10px; }
.statement-grid > div p { margin: 0 0 24px; color: #3e485c; font-size: 18px; line-height: 1.72; }

.explore { background: var(--ivory); color: var(--ink); padding: 0 clamp(22px, 7vw, 110px) clamp(100px, 12vw, 170px); }
.explore-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.explore-heading p { margin-bottom: 0; }
.explore-heading > p:last-child { color: #5e6674; }
.curiosity-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.curiosity-grid article { position: relative; min-height: 390px; padding: 32px 34px; border-right: 1px solid var(--line); overflow: hidden; }
.curiosity-grid article:first-child { border-left: 1px solid var(--line); }
.card-number { color: #7a8190; font-size: 12px; font-weight: 750; letter-spacing: .16em; }
.curiosity-grid h3 { position: relative; margin: 180px 0 14px; font-size: clamp(25px, 2.5vw, 38px); letter-spacing: -.045em; }
.curiosity-grid article > p { position: relative; max-width: 320px; margin: 0; color: #596273; line-height: 1.65; }
.card-orbit { position: absolute; width: 250px; height: 250px; right: -70px; top: 25px; border: 1px solid rgba(0,151,215,.3); border-radius: 50%; }
.card-orbit::before, .card-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,177,0,.35); }
.card-orbit::before { inset: 30px; }
.card-orbit::after { width: 9px; height: 9px; border: 0; background: var(--cyan); top: 42px; left: 22px; box-shadow: 0 0 18px var(--cyan); }

.launch-story { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 680px; background: #06102b; }
.runway-art { position: relative; overflow: hidden; min-height: 560px; background: linear-gradient(145deg,#081b3e,#020819); }
.runway-line { position: absolute; width: 190px; height: 820px; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(32deg); background: #202b3c; border-left: 4px solid white; border-right: 4px solid white; box-shadow: 0 0 0 26px #141e2d; }
.runway-line::after { content: ""; position: absolute; left: 50%; top: 0; width: 5px; height: 100%; transform: translateX(-50%); background: repeating-linear-gradient(to bottom, white 0 36px, transparent 36px 72px); }
.runway-number { position: absolute; z-index: 2; color: white; font-size: 84px; font-weight: 900; letter-spacing: -.08em; }
.runway-27 { top: 18%; left: 20%; transform: rotate(32deg); }
.runway-09 { right: 18%; bottom: 17%; transform: rotate(32deg); }
.compass { position: absolute; z-index: 3; top: 42px; right: 45px; display: grid; place-items: center; width: 80px; height: 80px; border: 1px solid var(--cyan); border-radius: 50%; color: var(--gold); font-weight: 800; }
.compass::after { content: ""; position: absolute; width: 1px; height: 120px; background: linear-gradient(var(--gold), transparent); transform-origin: bottom; transform: translateY(-60px) rotate(22deg); }
.pump-art { position: relative; overflow: hidden; min-height: 560px; background: radial-gradient(circle at 64% 44%,rgba(18,200,255,.18),transparent 28%),linear-gradient(145deg,#081b3e,#020819); }
.pump-body { position: absolute; width: 260px; height: 118px; left: 23%; top: 44%; transform: rotate(-12deg); border: 5px solid #dce5ec; border-radius: 38px 24px 30px 38px; background: linear-gradient(160deg,#465666,#121d2a 72%); box-shadow: 0 30px 80px rgba(0,0,0,.42),inset 0 2px 0 rgba(255,255,255,.28); }
.pump-body::after { content: ""; position: absolute; width: 78px; height: 135px; right: 18px; top: 78px; transform: rotate(15deg); border: 5px solid #dce5ec; border-top: 0; border-radius: 0 0 28px 28px; background: #172331; }
.pump-spout { position: absolute; width: 280px; height: 46px; left: calc(23% + 210px); top: calc(44% - 34px); transform: rotate(-19deg); border-radius: 0 28px 28px 0; background: linear-gradient(#f3f5f4,#9daab2 58%,#5d6a72); box-shadow: inset 0 -4px 0 rgba(0,0,0,.18); }
.pump-spout::after { content: ""; position: absolute; width: 110px; height: 48px; right: -67px; top: -18px; transform: rotate(-44deg); border-radius: 0 24px 24px 0; background: inherit; }
.pump-hose { position: absolute; width: 330px; height: 330px; left: -150px; bottom: -92px; border: 26px solid #0b1018; border-radius: 50%; box-shadow: inset 0 0 0 2px rgba(255,255,255,.08); }
.pump-port { position: absolute; z-index: 3; width: 13px; height: 13px; left: calc(23% + 512px); top: calc(44% - 130px); border: 3px solid #08111e; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(18,200,255,.2),0 0 28px var(--cyan); }
.pump-ring { position: absolute; z-index: 2; width: 110px; height: 110px; left: calc(23% + 464px); top: calc(44% - 178px); border: 1px solid rgba(18,200,255,.62); border-radius: 50%; box-shadow: 0 0 0 22px rgba(18,200,255,.05); animation: portPulse 2.2s ease-in-out infinite; }
.pump-click { position: absolute; z-index: 4; right: 7%; top: 16%; color: var(--gold); font-size: clamp(42px,6vw,82px); font-weight: 900; letter-spacing: -.07em; transform: rotate(4deg); text-shadow: 0 10px 35px rgba(255,189,36,.2); }
.launch-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 110px); }
.launch-copy h2 { margin: 0 0 24px; font-size: clamp(40px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.launch-copy > p:not(.section-kicker) { margin: 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.7; }
.launch-copy a { align-self: flex-start; margin-top: 34px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--gold); font-weight: 700; }

.closing { position: relative; overflow: hidden; text-align: center; padding: clamp(100px, 14vw, 200px) 24px; background: var(--paper); color: var(--ink); }
.closing::before { content: ""; position: absolute; width: 620px; height: 620px; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(0,166,230,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,183,0,.035), 0 0 0 180px rgba(0,166,230,.035); }
.closing > * { position: relative; }
.closing img { width: 86px; height: 86px; margin: 0 auto 35px; border-radius: 50%; box-shadow: 0 12px 35px rgba(3,14,43,.18); }
.closing .section-kicker { color: #9b6800; }
.closing h2 { margin: 0 auto; max-width: 800px; font-size: clamp(48px, 7vw, 94px); line-height: .98; letter-spacing: -.065em; }
.closing-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 46px; }
.closing-links a { padding: 12px 20px; border: 1px solid rgba(7,17,39,.25); border-radius: 100px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.closing-links a:hover { background: var(--ink); color: white; }
footer { display: flex; justify-content: space-between; gap: 30px; padding: 24px clamp(22px, 4vw, 64px); background: #010719; color: rgba(255,255,255,.45); font-size: 12px; }

@keyframes settle { from { opacity: 0; transform: scale(1.1); } to { opacity: 1; transform: scale(1.04); } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes portPulse { 50% { transform: scale(1.12); opacity: .72; } }

@media (max-width: 900px) {
  .site-header nav > a:not(.nav-watch) { display: none; }
  .statement-grid, .launch-story { grid-template-columns: 1fr; }
  .curiosity-grid { grid-template-columns: 1fr; }
  .curiosity-grid article, .curiosity-grid article:first-child { min-height: 290px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .curiosity-grid h3 { margin-top: 95px; }
  .runway-art, .pump-art { min-height: 520px; }
}

@media (max-width: 620px) {
  .site-header { top: 12px; left: 10px; right: 10px; border-radius: 17px; }
  .brand { gap: 9px; }
  .brand img { width: 42px; height: 42px; border-radius: 13px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 7px; letter-spacing: .1em; }
  .nav-watch { gap: 7px; padding: 6px 6px 6px 11px !important; font-size: 12px; }
  .nav-arrow { width: 26px; height: 26px; }
  .hero { min-height: 780px; align-items: center; padding-top: 126px; padding-bottom: 46px; }
  .hero-image { background-position: 52% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(1,7,24,.94) 2%, rgba(1,7,24,.2) 58%, rgba(1,7,24,.58)); }
  .hero h1 { font-size: clamp(46px, 13vw, 60px); line-height: .98; }
  .hero-intro { margin-top: 22px; font-size: 17px; }
  .hero-actions { margin-top: 28px; }
  .scroll-note { display: none; }
  .statement h2 { font-size: 46px; }
  .explore-heading { align-items: start; flex-direction: column; }
  .runway-art, .pump-art { min-height: 430px; }
  .runway-number { font-size: 60px; }
  .pump-body { left: 9%; top: 50%; transform: scale(.72) rotate(-12deg); transform-origin: left center; }
  .pump-spout { left: calc(9% + 152px); top: calc(50% - 25px); transform: scale(.72) rotate(-19deg); transform-origin: left center; }
  .pump-port { left: calc(9% + 369px); top: calc(50% - 94px); }
  .pump-ring { left: calc(9% + 321px); top: calc(50% - 142px); }
  .pump-click { top: 13%; right: 8%; }
  .launch-copy { padding: 70px 24px 80px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
