:root {
  color-scheme: dark;
  --black: #020307;
  --navy: #07111f;
  --gold: #e8a020;
  --gold-light: #f5c45b;
  --white: #f7f6f1;
  --muted: #a5afbd;
  --faint: #687487;
  --line: rgba(232, 160, 32, .25);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { min-width: 320px; background: var(--black); scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; color: var(--white); background: var(--black); font-family: var(--sans); }
a { color: inherit; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 5; padding: .75rem 1rem; color: var(--black); background: var(--gold-light); }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.launch-page { position: relative; min-height: calc(100svh - 86px); display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 50% 24%, rgba(21, 39, 61, .7), transparent 55%), var(--black); }
.launch-page::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.ambient { position: absolute; z-index: -1; width: 34rem; height: 34rem; border-radius: 50%; pointer-events: none; filter: blur(80px); opacity: .15; background: var(--gold); animation: ambient-drift 16s ease-in-out infinite alternate; }
.ambient-one { top: -15rem; left: calc(50% - 18rem); }
.ambient-two { right: -20rem; bottom: -20rem; opacity: .08; animation-delay: -7s; }
.launch-hero { width: min(100% - 2.5rem, 1080px); padding: clamp(3.5rem, 8vh, 7rem) 0 clamp(3rem, 7vh, 6rem); text-align: center; }
.hero-lockup { display: flex; flex-direction: column; align-items: center; }
.crest-frame { width: clamp(240px, 31vw, 420px); aspect-ratio: 1122 / 1402; display: grid; place-items: center; filter: drop-shadow(0 0 42px rgba(232, 160, 32, .22)); animation: crest-in 1.1s cubic-bezier(.22, 1, .36, 1) both; }
.crest { display: block; width: 100%; height: 100%; object-fit: contain; }
h1 { max-width: 860px; margin: 1.2rem auto 0; color: var(--white); font-family: var(--display); font-size: clamp(2.6rem, 5.4vw, 5.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .99; animation: fade-up .8s .4s both; }
.mission { max-width: 730px; margin: 1.7rem auto 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.7; animation: fade-up .8s .5s both; }
.status { max-width: 700px; margin: 1.7rem auto 0; color: var(--gold-light); font-size: clamp(.9rem, 1.25vw, 1.05rem); line-height: 1.5; animation: fade-up .8s .6s both; }
.tagline { margin: .75rem auto 0; color: var(--muted); font-family: var(--display); font-size: clamp(1rem, 1.6vw, 1.35rem); font-style: italic; animation: fade-up .8s .65s both; }
.launch-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; animation: fade-up .8s .72s both; }
.action { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .75rem 1.35rem; border: 1px solid var(--gold); font-size: .86rem; font-weight: 700; letter-spacing: .01em; text-decoration: none; transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.action:hover, .action:focus-visible { color: var(--white); background: rgba(232, 160, 32, .13); box-shadow: 0 0 26px rgba(232, 160, 32, .16); transform: translateY(-2px); }
.action:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; }
.action-primary { color: var(--black); background: var(--gold); }
.action-primary:hover, .action-primary:focus-visible { color: var(--black); background: var(--gold-light); }
.action-secondary { color: var(--gold-light); background: transparent; }
.launch-status { width: min(100% - 2.5rem, 1080px); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgba(232, 160, 32, .16); color: var(--faint); font: .64rem/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-align: center; text-transform: uppercase; animation: fade-up .8s .85s both; }
.launch-status i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.launch-footer { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: min(100% - 2.5rem, 1080px); margin: 0 auto; color: var(--faint); font-size: .74rem; }
.launch-footer nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.launch-footer a { text-decoration: none; }
.launch-footer a:hover, .launch-footer a:focus-visible { color: var(--gold-light); }
.launch-footer a:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
html[data-page-state="paused"] .ambient { animation-play-state: paused; }
@keyframes crest-in { from { transform: translateY(18px) scale(.96); } to { transform: translateY(0) scale(1); } }
@keyframes fade-up { from { transform: translateY(12px); } to { transform: translateY(0); } }
@keyframes ambient-drift { from { transform: translate3d(-3%, -2%, 0) scale(.92); } to { transform: translate3d(4%, 3%, 0) scale(1.08); } }
@media (max-width: 640px) {
  .launch-page { min-height: auto; }
  .launch-hero { width: min(100% - 2rem, 540px); padding-top: 2.5rem; }
  .crest-frame { width: clamp(210px, 62vw, 290px); }
  .mission { margin-top: 1.35rem; font-size: .98rem; line-height: 1.65; }
  .status { margin-top: 1.35rem; }
  .launch-actions { width: 100%; flex-direction: column; }
  .action { width: 100%; }
  .launch-status { width: min(100% - 2rem, 540px); flex-direction: column; gap: .55rem; padding: 1rem 0 1.5rem; }
  .launch-status i { display: none; }
  .launch-footer { width: min(100% - 2rem, 540px); flex-direction: column; justify-content: center; padding: 1.4rem 0; text-align: center; }
  .launch-footer nav { justify-content: center; gap: .8rem 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
