:root {
  --void: #07080c;
  --ink: #0c1018;
  --panel: #121820;
  --panel-2: #171e28;
  --line: rgba(232, 201, 140, 0.16);
  --line-strong: rgba(232, 201, 140, 0.38);
  --gold: #e8c98c;
  --gold-bright: #f4ddb0;
  --ember: #c47a3a;
  --paper: #f3eee4;
  --mist: #c9c3b6;
  --mute: #8d877c;
  --earth: #6f9bb8;
  --serif: "Fraunces", "Iowan Old Style", Palatino, Georgia, serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --radius: 18px;
  --wrap: 1120px;
  --header: 4.25rem;
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 0.5rem);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--mist);
  background: var(--void);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--gold-bright);
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.6rem 0.9rem;
  background: var(--gold);
  color: var(--void);
  font-weight: 600;
}

.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);
  border: 0;
}

.wrap {
  width: min(calc(100% - 2.5rem), var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: var(--header);
  border-bottom: 1px solid var(--line);
  background: var(--void);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--paper);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.wordmark:hover {
  color: var(--gold-bright);
}

.mark {
  width: 1.6rem;
  height: 1.6rem;
  color: var(--gold);
}

.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  height: var(--header);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline: max(1.25rem, calc((100% - var(--wrap)) / 2));
  pointer-events: none;
}

.site-nav ul {
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: auto;
}

.site-nav a {
  color: var(--mist);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a[aria-current="true"] {
  color: var(--gold);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle[aria-expanded="true"] {
  border-color: var(--line-strong);
}

.nav-toggle-bar {
  display: block;
  width: 1rem;
  height: 1px;
  margin: 0.28rem auto;
  background: var(--paper);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - var(--header));
  display: grid;
  align-items: center;
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid var(--line);
}

.hero-sky {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 50% at 70% 40%, rgba(196, 122, 58, 0.16), transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 20%, rgba(232, 201, 140, 0.08), transparent 55%),
    linear-gradient(180deg, #0a0c12 0%, var(--void) 100%);
}

.hero-glow {
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: 8%;
  top: 18%;
  background: radial-gradient(circle, rgba(232, 201, 140, 0.18), transparent 68%);
  pointer-events: none;
}

.starfield {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.kicker {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--paper);
  letter-spacing: -0.02em;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  line-height: 0.92;
  font-optical-sizing: auto;
}

h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
}

h3 {
  margin: 0.15rem 0 0.55rem;
  font-size: 1.35rem;
}

.pitch {
  margin: 0 0 1.1rem;
  max-width: 34rem;
  color: var(--paper);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.45;
}

.lede {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  color: var(--mute);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.btn-gold {
  background: var(--gold);
  color: #1a140c;
}

.btn-gold:hover {
  background: var(--gold-bright);
  color: #1a140c;
}

.btn-ghost {
  border: 1px solid var(--line-strong);
  color: var(--paper);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.orrey {
  margin: 0;
}

.orrey-svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.map-label {
  fill: var(--gold);
  font-size: 11px;
  font-family: var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ship {
  animation: rush 28s linear infinite;
}

figcaption {
  margin-top: 0.9rem;
  color: var(--mute);
  font-size: 0.9rem;
}

.quote-band {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(232, 201, 140, 0.05), transparent 55%);
}

blockquote {
  margin: 0;
}

blockquote p {
  margin: 0;
  max-width: 40rem;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-style: italic;
  font-weight: 400;
  color: var(--paper);
  line-height: 1.35;
}

.section {
  padding: 5rem 0;
  border-bottom: 1px solid var(--line);
}

.section-head {
  max-width: 38rem;
  margin-bottom: 2.5rem;
}

.section-head p:last-child {
  margin: 0;
  color: var(--mute);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.pillar {
  padding: 1.35rem 1.3rem 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel) 0%, var(--ink) 100%);
}

.pillar:hover {
  border-color: var(--line-strong);
}

.idx {
  display: block;
  color: var(--ember);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.pillar p {
  margin: 0;
  color: var(--mute);
}

.status-section {
  background:
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(196, 122, 58, 0.08), transparent 60%),
    var(--ink);
}

.status-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  padding: 0 0 1.6rem 1.4rem;
  border-left: 1px solid var(--line);
  color: var(--mute);
  list-style: none;
}

.timeline li:last-child {
  padding-bottom: 0;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -0.38rem;
  top: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--panel);
  border: 1px solid var(--line-strong);
}

.timeline li.done::before,
.timeline li.now::before {
  background: var(--gold);
  border-color: var(--gold);
}

.timeline span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--paper);
  font-weight: 500;
}

.follow-section {
  background: var(--void);
}

.follow-card {
  max-width: 40rem;
  padding: 2.4rem 2.2rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background:
    radial-gradient(ellipse at top left, rgba(232, 201, 140, 0.1), transparent 50%),
    var(--panel);
}

.follow-card p {
  color: var(--mute);
}

.site-footer {
  padding: 2rem 0 2.4rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
  flex-wrap: wrap;
}

.footer-name {
  margin: 0 0 0.25rem;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.footer-inner p {
  margin: 0;
}

.footer-note {
  color: var(--mute);
  font-size: 0.9rem;
}

@keyframes rush {
  0% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
  15% {
    opacity: 1;
  }
  50% {
    transform: translate(210px, 40px);
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translate(320px, 110px);
    opacity: 0.2;
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .pillars {
    grid-template-columns: 1fr;
  }

  .pillars {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }
}

@media (min-width: 901px) {
  .status-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 3rem;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    top: var(--header);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1.25rem 1.4rem 2rem;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--void);
    pointer-events: auto;
  }

  .site-nav.is-open {
    display: block;
  }

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

  .site-nav a {
    display: block;
    padding: 0.85rem 0;
    font-size: 1.05rem;
  }

  body.nav-open {
    overflow: hidden;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .wrap {
    width: min(calc(100% - 1.6rem), var(--wrap));
  }

  .follow-card {
    padding: 1.5rem 1.2rem;
  }
}

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

  .ship {
    animation: none;
  }
}
