@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/space-grotesk-latin.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --ink: #09101b;
  --cream: #f7f2e7;
  --muted: #b5bdc3;
  --cyan: #69d8e8;
  --orange: #f4a66b;
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--ink); }

body { margin: 0; min-width: 320px; }

button { font: inherit; }

[hidden] { display: none !important; }

::selection { background: #69d8e8; color: #09101b; }

.skip-link {
  position: fixed;
  z-index: 20;
  inset-block-start: 1rem;
  inset-inline-start: 1rem;
  padding: .75rem 1rem;
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.site-shell {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.scene, .scene-image, .scene-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }

.scene { z-index: -1; overflow: hidden; }

.scene-image { display: block; object-fit: cover; object-position: center center; }

.scene-canvas { display: block; opacity: 0; }

.scene::before, .scene::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.scene::before {
  background: linear-gradient(90deg, rgba(5, 10, 17, .94) 0%, rgba(5, 10, 17, .86) 22%, rgba(5, 10, 17, .54) 45%, rgba(5, 10, 17, .05) 77%);
}

.scene::after {
  background: linear-gradient(180deg, rgba(4, 9, 16, .55), transparent 22%, transparent 56%, rgba(4, 8, 14, .9) 100%);
}

.site-header, .site-footer, .hero { width: min(100%, 1640px); margin-inline: auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.25rem clamp(1.5rem, 5.7vw, 6.5rem) 0;
}

.brand { display: inline-flex; align-items: center; gap: .9rem; min-width: 0; }

.brand-mark {
  display: grid;
  place-items: center;
  flex: none;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: .65rem;
  background: rgba(247, 242, 231, .96);
  box-shadow: 0 10px 36px rgba(0, 0, 0, .22);
}

.brand-mark img { display: block; }

.brand-name {
  font: 700 clamp(1.15rem, 1.6vw, 1.45rem)/1 "Space Grotesk", Arial, sans-serif;
  letter-spacing: -.055em;
  white-space: nowrap;
}

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

.header-location, .site-footer, .eyebrow, .arrival-label, .scene-caption, .motion-toggle {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.header-location { display: flex; align-items: center; gap: 1rem; color: rgba(247, 242, 231, .8); white-space: nowrap; }

.header-location-line { display: block; width: 1.8rem; height: 1px; background: var(--cyan); }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 43rem;
  padding: 5rem clamp(1.5rem, 5.7vw, 6.5rem) 8rem;
}

.hero-content { width: min(100%, 47rem); margin-block-start: -1rem; }

.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 2.15rem; color: var(--cyan); }

.eyebrow-star { font-size: 1.3rem; line-height: 0; }

.eyebrow-index { color: rgba(247, 242, 231, .56); }

h1 {
  margin: 0;
  font: 600 clamp(4.5rem, 8.9vw, 9.3rem)/.9 "Space Grotesk", Arial, sans-serif;
  letter-spacing: -.092em;
  text-wrap: balance;
  white-space: nowrap;
  text-shadow: 0 5px 35px rgba(0, 0, 0, .24);
}

h1 em { color: var(--orange); font-style: normal; }

.hero-description {
  max-width: 33rem;
  margin: 2.25rem 0 0;
  color: #d6dbdd;
  font-size: clamp(1.06rem, 1.4vw, 1.28rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.arrival {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .8rem;
  row-gap: .15rem;
  align-items: center;
  width: fit-content;
  margin-block-start: 3rem;
  padding: .9rem 1.5rem .9rem 1rem;
  border: 1px solid rgba(105, 216, 232, .38);
  border-radius: .4rem;
  background: rgba(7, 18, 28, .7);
  box-shadow: 0 14px 45px rgba(0, 0, 0, .19), inset 0 0 30px rgba(42, 185, 218, .04);
  backdrop-filter: blur(12px);
}

.arrival-beacon {
  grid-row: 1 / 3;
  width: .65rem;
  height: .65rem;
  margin-inline: .45rem .2rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(105, 216, 232, .12), 0 0 18px rgba(105, 216, 232, .8);
}

.arrival-label { color: var(--cyan); font-size: .6rem; }

.arrival strong { font: 600 1.12rem/1.2 "Space Grotesk", Arial, sans-serif; letter-spacing: -.025em; }

.scene-caption {
  position: absolute;
  inset-inline-end: clamp(1.5rem, 5.7vw, 6.5rem);
  inset-block-end: 8.8rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  color: rgba(247, 242, 231, .78);
  text-align: end;
}

.scene-caption-line { width: 2.4rem; height: 1px; background: var(--orange); }

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 0 clamp(1.5rem, 5.7vw, 6.5rem) 2.1rem;
  color: rgba(247, 242, 231, .7);
  font-size: .62rem;
}

.site-footer p { margin: 0; }

.footer-right { display: flex; align-items: center; gap: 1.2rem; }

.footer-divider { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); }

.motion-toggle {
  position: fixed;
  z-index: 3;
  inset-inline-end: clamp(1.5rem, 5.7vw, 6.5rem);
  inset-block-end: 5.6rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-height: 2.75rem;
  padding: .6rem .85rem;
  border: 1px solid rgba(247, 242, 231, .36);
  border-radius: .3rem;
  background: rgba(5, 10, 17, .7);
  color: var(--cream);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.motion-toggle:hover { border-color: var(--cyan); background: rgba(5, 17, 27, .91); }

.motion-toggle:active { transform: scale(.96); }

.motion-toggle:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.motion-icon { display: block; width: .6rem; height: .75rem; border-inline: 2px solid currentColor; }

.motion-toggle[aria-pressed="false"] .motion-icon {
  width: 0;
  height: 0;
  border-block: .4rem solid transparent;
  border-inline-start: .65rem solid currentColor;
  border-inline-end: 0;
}

@media (max-width: 900px) {
  .hero { min-height: 42rem; }
  h1 { font-size: clamp(4.3rem, 10.5vw, 7rem); }
  .scene-caption { display: none; }
  .scene::before { background: linear-gradient(90deg, rgba(5, 10, 17, .96), rgba(5, 10, 17, .72) 50%, rgba(5, 10, 17, .18)); }
}

@media (max-width: 640px) {
  .site-header { padding-block-start: 1.4rem; }
  .brand-mark { width: 3.25rem; height: 3.25rem; }
  .brand-mark img { width: 46px; height: 46px; }
  .brand-name { font-size: 1.12rem; }
  .header-location { font-size: .56rem; letter-spacing: .1em; }
  .header-location-line { display: none; }
  .scene-image { object-position: 68% center; }
  .scene::before { background: linear-gradient(180deg, rgba(5, 10, 17, .8) 0%, rgba(5, 10, 17, .77) 43%, rgba(5, 10, 17, .5) 72%, rgba(5, 10, 17, .82) 100%); }
  .scene::after { background: linear-gradient(90deg, rgba(5, 10, 17, .18), transparent 80%); }
  .hero { align-items: flex-start; min-height: 39rem; padding-block: clamp(5rem, 15svh, 8rem) 6rem; }
  .hero-content { margin-block-start: 0; }
  .eyebrow { margin-block-end: 1.8rem; font-size: .59rem; letter-spacing: .11em; }
  h1 { font-size: clamp(3.65rem, 12vw, 5.4rem); letter-spacing: -.087em; }
  .hero-description { max-width: 24rem; margin-block-start: 1.7rem; font-size: 1rem; }
  .arrival { margin-block-start: 2.2rem; }
  .site-footer { flex-wrap: wrap; gap: .7rem; padding-block-end: 1.4rem; line-height: 1.6; }
  .footer-right { gap: .7rem; flex-wrap: wrap; }
  .motion-toggle { inset-block-end: 5.7rem; font-size: .58rem; }
}

@media (max-width: 390px) {
  .header-location { display: none; }
  h1 { font-size: clamp(3.3rem, 12vw, 4.4rem); }
  .motion-toggle { inset-block-end: 7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-toggle { transition: none; }
  .motion-toggle:active { transform: none; }
}
