:root {
  --panel: #071018;
  --cyan: #19d8ff;
  --cyan-soft: rgba(25, 216, 255, 0.36);
  --text: #f4fbff;
  --muted: rgba(232, 246, 255, 0.72);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 58%, rgba(25, 216, 255, 0.055), transparent 30%),
    linear-gradient(180deg, #02080d 0%, #030a0f 45%, #010407 100%);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

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

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: var(--panel);
  box-shadow: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 9, 16, 0.9), rgba(2, 9, 16, 0.48) 32%, rgba(2, 9, 16, 0.02) 62%),
    linear-gradient(180deg, rgba(2, 9, 16, 0.04), rgba(2, 9, 16, 0.58)),
    url("assets/galfi-hero.jfif"),
    radial-gradient(circle at 72% 45%, #1d4f72 0 11%, #0b2133 32%, #061019 72%);
  background-position: center, center, calc(100% - 30px) center, center;
  background-size: cover, cover, auto 100%, cover;
  transform-origin: 58% 50%;
  will-change: transform;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(1, 6, 10, 0.94) 0%, rgba(1, 6, 10, 0.54) 28%, rgba(1, 6, 10, 0.02) 58%),
    radial-gradient(circle at 76% 50%, transparent 0 22%, rgba(1, 6, 10, 0.1) 34%, rgba(1, 6, 10, 0.5) 82%),
    linear-gradient(180deg, rgba(1, 6, 10, 0.04), rgba(1, 6, 10, 0.86));
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  box-shadow:
    inset 0 0 120px rgba(0, 0, 0, 0.76),
    inset 0 -190px 190px rgba(0, 0, 0, 0.82);
}

.twinkle-field,
.section-signal {
  position: absolute;
  pointer-events: none;
}

.twinkle-field {
  inset: 0;
  z-index: 0;
  opacity: 0.58;
  background-image:
    radial-gradient(circle at 6% 30%, rgba(245, 251, 255, 0.72) 0 0.7px, transparent 1.6px),
    radial-gradient(circle at 11% 58%, rgba(245, 251, 255, 0.46) 0 0.6px, transparent 1.5px),
    radial-gradient(circle at 17% 24%, rgba(245, 251, 255, 0.58) 0 0.7px, transparent 1.6px),
    radial-gradient(circle at 24% 72%, rgba(245, 251, 255, 0.42) 0 0.6px, transparent 1.5px),
    radial-gradient(circle at 32% 42%, rgba(245, 251, 255, 0.54) 0 0.6px, transparent 1.5px),
    radial-gradient(circle at 41% 27%, rgba(245, 251, 255, 0.5) 0 0.7px, transparent 1.6px),
    radial-gradient(circle at 53% 64%, rgba(245, 251, 255, 0.46) 0 0.6px, transparent 1.5px),
    radial-gradient(circle at 61% 19%, rgba(245, 251, 255, 0.58) 0 0.7px, transparent 1.6px),
    radial-gradient(circle at 71% 49%, rgba(245, 251, 255, 0.44) 0 0.6px, transparent 1.5px),
    radial-gradient(circle at 82% 31%, rgba(245, 251, 255, 0.52) 0 0.7px, transparent 1.6px),
    radial-gradient(circle at 91% 62%, rgba(245, 251, 255, 0.4) 0 0.6px, transparent 1.5px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 2px rgba(210, 235, 255, 0.22));
  animation: tiny-twinkle-a 4.8s ease-in-out infinite;
}

.twinkle-field::before,
.twinkle-field::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: rgba(245, 251, 255, 0.82);
  box-shadow:
    74px 96px 2px rgba(245, 251, 255, 0.62),
    146px 164px 2px rgba(230, 246, 255, 0.42),
    226px 82px 2px rgba(245, 251, 255, 0.54),
    318px 238px 2px rgba(245, 251, 255, 0.46),
    384px 148px 2px rgba(230, 246, 255, 0.5),
    512px 278px 2px rgba(245, 251, 255, 0.48),
    618px 116px 2px rgba(245, 251, 255, 0.6),
    716px 326px 2px rgba(230, 246, 255, 0.42),
    824px 184px 2px rgba(245, 251, 255, 0.55),
    938px 258px 2px rgba(245, 251, 255, 0.44),
    1044px 128px 2px rgba(230, 246, 255, 0.52),
    1158px 392px 2px rgba(245, 251, 255, 0.42),
    1268px 214px 2px rgba(245, 251, 255, 0.5);
}

.twinkle-field::after {
  width: 1.5px;
  height: 1.5px;
  background: rgba(245, 251, 255, 0.72);
  box-shadow:
    112px 244px 4px rgba(245, 251, 255, 0.42),
    282px 336px 4px rgba(230, 246, 255, 0.32),
    472px 188px 4px rgba(245, 251, 255, 0.38),
    684px 252px 4px rgba(230, 246, 255, 0.34),
    874px 356px 4px rgba(245, 251, 255, 0.36),
    1086px 304px 4px rgba(245, 251, 255, 0.32),
    1218px 96px 4px rgba(230, 246, 255, 0.4);
  animation: tiny-twinkle-b 6.6s ease-in-out infinite;
}

.field-two {
  opacity: 0.28;
  background-image:
    radial-gradient(circle at 9% 46%, rgba(230, 246, 255, 0.38) 0 0.55px, transparent 1.4px),
    radial-gradient(circle at 21% 35%, rgba(230, 246, 255, 0.34) 0 0.55px, transparent 1.4px),
    radial-gradient(circle at 28% 83%, rgba(230, 246, 255, 0.3) 0 0.5px, transparent 1.35px),
    radial-gradient(circle at 38% 57%, rgba(230, 246, 255, 0.34) 0 0.55px, transparent 1.4px),
    radial-gradient(circle at 49% 18%, rgba(230, 246, 255, 0.36) 0 0.55px, transparent 1.4px),
    radial-gradient(circle at 57% 78%, rgba(230, 246, 255, 0.28) 0 0.5px, transparent 1.35px),
    radial-gradient(circle at 68% 36%, rgba(230, 246, 255, 0.34) 0 0.55px, transparent 1.4px),
    radial-gradient(circle at 77% 68%, rgba(230, 246, 255, 0.3) 0 0.5px, transparent 1.35px),
    radial-gradient(circle at 88% 21%, rgba(230, 246, 255, 0.36) 0 0.55px, transparent 1.4px),
    radial-gradient(circle at 96% 74%, rgba(230, 246, 255, 0.28) 0 0.5px, transparent 1.35px);
  filter: drop-shadow(0 0 1.5px rgba(210, 235, 255, 0.18));
  animation: tiny-twinkle-b 7.2s ease-in-out infinite;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 28vh;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(1, 4, 7, 0.74) 52%, rgba(1, 4, 7, 0.98) 100%),
    radial-gradient(circle at 22% 100%, rgba(255, 255, 255, 0.04), transparent 34%);
  z-index: -1;
}

.top-brand {
  position: absolute;
  top: 40px;
  left: clamp(42px, 5vw, 70px);
  color: var(--cyan);
  text-transform: uppercase;
}

.top-brand span {
  font: 800 18px/1 Orbitron, sans-serif;
  letter-spacing: 3px;
  text-shadow: 0 0 18px rgba(25, 216, 255, 0.22);
}

.side-nav {
  position: absolute;
  top: 42px;
  right: clamp(52px, 7vw, 96px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  font: 700 10px/1 Orbitron, sans-serif;
  text-transform: uppercase;
}

.side-nav a {
  display: inline-flex;
  align-items: center;
  height: 18px;
  line-height: 1;
  color: rgba(244, 251, 255, 0.72);
  transition: color 180ms ease, transform 180ms ease;
}

.side-nav a.active,
.side-nav a:hover {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(25, 216, 255, 0.28);
  transform: translateY(-2px);
}

.side-nav a.active {
  transform: none;
}

.hero-copy {
  position: absolute;
  left: clamp(42px, 5vw, 72px);
  top: 51%;
  width: min(650px, 52vw);
  transform: translateY(-32%);
}

h1 {
  margin: 0 0 20px;
  white-space: nowrap;
  font: 700 clamp(60px, 6.4vw, 96px)/0.82 Barlow Condensed, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  color: var(--cyan);
  text-shadow: 0 0 26px rgba(25, 216, 255, 0.28);
}

.hero-description {
  margin: 0;
  max-width: 490px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.hero-actions {
  margin: 32px 0 0;
  display: flex;
  gap: 16px;
  align-items: center;
}

.btn-primary,
.btn-ghost {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 166px;
  padding: 0 24px;
  border: 1px solid var(--cyan);
  color: var(--text);
  font: 700 11px/1 Orbitron, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
  overflow: hidden;
}

.btn-primary::before,
.btn-ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(244, 251, 255, 0.22), transparent);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.btn-primary {
  background: rgba(25, 216, 255, 0.16);
  box-shadow: 0 0 28px rgba(25, 216, 255, 0.16);
}

.btn-ghost {
  color: rgba(244, 251, 255, 0.76);
  border-color: rgba(244, 251, 255, 0.24);
}

.btn-primary:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

.btn-primary:hover::before,
.btn-ghost:hover::before {
  transform: translateX(120%);
}

.fan-note {
  position: absolute;
  right: 34px;
  bottom: 32px;
  margin: 0;
  color: rgba(244, 251, 255, 0.58);
  font: 700 10px/1 Orbitron, sans-serif;
  letter-spacing: 3px;
  text-align: right;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: rgba(244, 251, 255, 0.6);
  font: 700 9px/1 Orbitron, sans-serif;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: "";
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, var(--cyan), transparent);
  box-shadow: 0 0 14px rgba(25, 216, 255, 0.3);
  animation: scroll-pulse 1.8s ease-in-out infinite;
}

.social-rail {
  position: absolute;
  right: 34px;
  top: 40%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: rgba(244, 251, 255, 0.88);
}

.social-rail a {
  width: 22px;
  height: 22px;
  transition: color 180ms ease, transform 180ms ease;
}

.social-rail svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.social-rail a:hover {
  color: var(--cyan);
  transform: translateY(-2px);
}

.briefing {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) 1.68fr;
  gap: clamp(28px, 3.6vw, 56px);
  height: 100vh;
  padding: 24px 6vw 32px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.92) 12%, rgba(0, 0, 0, 0.28) 36%, transparent 58%),
    linear-gradient(90deg, rgba(1, 4, 7, 0.76) 0%, rgba(1, 4, 7, 0.58) 42%, rgba(1, 4, 7, 0.9) 100%),
    linear-gradient(180deg, rgba(1, 4, 7, 0.86), rgba(1, 4, 7, 0.34) 48%, rgba(1, 4, 7, 0.94)),
    url("assets/galfi-people.jfif");
  background-position: center;
  background-size: cover;
}

.section-signal {
  width: 42vw;
  height: 42vw;
  right: -18vw;
  top: 8vh;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(25, 216, 255, 0.1), transparent 56%),
    conic-gradient(from 90deg, transparent, rgba(25, 216, 255, 0.18), transparent 24%);
  filter: blur(0.3px);
  opacity: 0.74;
  animation: signal-turn 34s linear infinite;
  z-index: 0;
}

.briefing-heading {
  position: sticky;
  top: 52px;
  align-self: start;
  padding-top: 120px;
  z-index: 1;
}

.briefing-heading p {
  margin: 0 0 14px;
  color: var(--cyan);
  font: 700 11px/1 Orbitron, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.briefing-heading h2 {
  margin: 0 0 20px;
  max-width: 330px;
  font: 700 clamp(48px, 5.2vw, 74px)/0.86 Barlow Condensed, sans-serif;
  text-transform: uppercase;
}

.briefing-heading span {
  display: block;
  max-width: 250px;
  color: rgba(232, 246, 255, 0.66);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.briefing-list {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-content: stretch;
  height: 100%;
  position: relative;
  z-index: 1;
}

.briefing-row {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(3, 13, 21, 0.78);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  border-bottom: 0;
  box-shadow: none;
  transform: translateZ(0);
  transition: transform 260ms ease, filter 260ms ease;
}

.briefing-row::after,
.directory-row::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(25, 216, 255, 0.22), transparent 30%);
  transition: opacity 220ms ease;
}

.briefing-row:hover,
.directory-row:hover {
  transform: translateY(-3px);
  filter: saturate(1.12);
}

.briefing-row:hover::after,
.directory-row:hover::after {
  opacity: 1;
}

.module-ownership {
  background-image:
    linear-gradient(90deg, rgba(1, 4, 7, 0.88) 0%, rgba(1, 4, 7, 0.22) 9%, rgba(1, 4, 7, 0) 20%),
    linear-gradient(90deg, rgba(1, 4, 7, 0.06) 0%, rgba(1, 4, 7, 0.34) 40%, rgba(1, 4, 7, 0.98) 70%),
    linear-gradient(180deg, rgba(1, 4, 7, 0.1), rgba(1, 4, 7, 0.72)),
    url("assets/galfi-planet.jfif");
  background-position: 44% center;
}

.module-economy {
  background-image:
    linear-gradient(90deg, rgba(1, 4, 7, 0.88) 0%, rgba(1, 4, 7, 0.22) 9%, rgba(1, 4, 7, 0) 20%),
    linear-gradient(90deg, rgba(1, 4, 7, 0.06) 0%, rgba(1, 4, 7, 0.34) 40%, rgba(1, 4, 7, 0.98) 70%),
    linear-gradient(180deg, rgba(1, 4, 7, 0.1), rgba(1, 4, 7, 0.72)),
    url("assets/galfi-economy.jfif");
  background-position: 44% center;
}

.module-play {
  background-image:
    linear-gradient(90deg, rgba(1, 4, 7, 0.88) 0%, rgba(1, 4, 7, 0.22) 9%, rgba(1, 4, 7, 0) 20%),
    linear-gradient(90deg, rgba(1, 4, 7, 0.06) 0%, rgba(1, 4, 7, 0.34) 40%, rgba(1, 4, 7, 0.98) 70%),
    linear-gradient(180deg, rgba(1, 4, 7, 0.1), rgba(1, 4, 7, 0.72)),
    url("assets/galfi-fleet.jfif");
  background-position: 0% center;
}

.module-content {
  position: relative;
  display: flex;
  align-items: center;
  width: min(45%, 430px);
  padding: 20px 36px;
  z-index: 1;
}

.module-copy {
  min-width: 0;
}

.briefing-row h3 {
  margin: 2px 0 8px;
  font: 700 clamp(31px, 2.7vw, 42px)/0.86 Barlow Condensed, sans-serif;
  text-transform: uppercase;
}

.module-number,
.module-copy small {
  display: block;
  font-family: Orbitron, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.8px;
}

.module-number {
  color: var(--cyan);
  font-size: 11px;
}

.module-copy small {
  margin-bottom: 12px;
  color: rgba(244, 251, 255, 0.4);
  font-size: 9px;
}

.briefing-row p {
  margin: 0;
  max-width: 430px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.48;
}

.starmap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) 1.5fr;
  gap: clamp(36px, 5vw, 76px);
  padding: 84px 6vw 42px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(1, 4, 7, 0.92) 0%, rgba(1, 4, 7, 0.74) 42%, rgba(1, 4, 7, 0.96) 100%),
    linear-gradient(180deg, rgba(1, 4, 7, 0.94), rgba(1, 4, 7, 0.52) 48%, rgba(1, 4, 7, 0.98)),
    url("assets/galfi-page 3.jfif");
  background-position: center;
  background-size: cover;
}

.starmap-copy {
  align-self: center;
  position: relative;
  z-index: 1;
}

.starmap-copy p {
  margin: 0 0 14px;
  color: var(--cyan);
  font: 700 11px/1 Orbitron, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.starmap-copy h2 {
  margin: 0 0 22px;
  max-width: 430px;
  font: 700 clamp(54px, 6.2vw, 88px)/0.84 Barlow Condensed, sans-serif;
  text-transform: uppercase;
}

.starmap-copy span {
  display: block;
  max-width: 360px;
  color: rgba(232, 246, 255, 0.66);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.starmap-directory {
  align-self: center;
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.directory-row {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(160px, 0.52fr);
  gap: 26px;
  align-items: center;
  min-height: 150px;
  padding: 24px 28px;
  background:
    linear-gradient(90deg, rgba(2, 10, 16, 0.34), rgba(2, 10, 16, 0.62)),
    rgba(2, 10, 16, 0.28);
  border-top: 1px solid rgba(244, 251, 255, 0.12);
  border-bottom: 1px solid rgba(244, 251, 255, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.directory-row:hover {
  border-top-color: rgba(25, 216, 255, 0.38);
  background:
    linear-gradient(90deg, rgba(2, 10, 16, 0.46), rgba(2, 10, 16, 0.72)),
    rgba(2, 10, 16, 0.34);
}

.directory-number {
  color: var(--cyan);
  font: 800 12px/1 Orbitron, sans-serif;
  letter-spacing: 2px;
}

.directory-row h3 {
  margin: 0 0 10px;
  font: 700 38px/0.9 Barlow Condensed, sans-serif;
  text-transform: uppercase;
}

.directory-row p {
  margin: 0;
  max-width: 420px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.directory-links {
  display: grid;
  gap: 12px;
}

.directory-links a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(244, 251, 255, 0.78);
  font: 700 10px/1 Orbitron, sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.directory-links a::after {
  content: ">";
  color: var(--cyan);
  transition: transform 180ms ease;
}

.directory-links a:hover::after {
  transform: translateX(5px);
}

.motion-ready .motion-reveal,
.motion-ready .motion-card {
  will-change: transform, opacity;
}

@keyframes tiny-twinkle-a {
  0%,
  100% {
    filter: drop-shadow(0 0 2px rgba(25, 216, 255, 0.22));
  }
  42% {
    opacity: 0.72;
    filter: drop-shadow(0 0 3px rgba(220, 240, 255, 0.34));
  }
  68% {
    opacity: 0.34;
  }
}

@keyframes tiny-twinkle-b {
  0%,
  100% {
    filter: drop-shadow(0 0 1px rgba(244, 251, 255, 0.18));
  }
  34% {
    opacity: 0.18;
  }
  72% {
    opacity: 0.46;
    filter: drop-shadow(0 0 2.5px rgba(220, 240, 255, 0.28));
  }
}

@keyframes scroll-pulse {
  0%,
  100% {
    transform: scaleY(0.45);
    opacity: 0.46;
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

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

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

.site-footer {
  grid-column: 1 / -1;
  align-self: end;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  color: rgba(232, 246, 255, 0.54);
  border-top: 1px solid rgba(244, 251, 255, 0.1);
  position: relative;
  z-index: 1;
}

.site-footer p {
  max-width: none;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  white-space: nowrap;
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 18px;
  font: 700 10px/1 Orbitron, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer span {
  color: var(--cyan);
}

@media (max-width: 900px) {
  .page-shell {
    gap: 0;
    padding: 0;
  }

  .hero {
    min-height: 720px;
    aspect-ratio: auto;
  }

  .side-nav {
    top: 28px;
    left: 150px;
    right: 28px;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero-copy {
    left: 28px;
    right: 28px;
    width: auto;
  }

  .hero-copy {
    top: 54%;
    transform: translateY(-32%);
  }

  h1 {
    white-space: normal;
  }

  .hero-description {
    max-width: 360px;
  }

  .social-rail {
    right: 28px;
    top: 112px;
  }

  .top-brand {
    top: 26px;
    left: 28px;
  }

  .fan-note {
    right: 28px;
    bottom: 22px;
  }

  .scroll-cue {
    display: none;
  }

  .briefing {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 72px 24px;
  }

  .briefing-heading {
    position: static;
  }

  .briefing-heading h2 {
    max-width: none;
  }

  .briefing-row {
    justify-content: stretch;
  }

  .module-content {
    width: 100%;
    padding: 26px;
  }

  .starmap {
    grid-template-columns: 1fr;
    padding: 72px 24px 32px;
  }

  .directory-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-footer {
    flex-direction: column;
  }

  .site-footer p {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .page-shell {
    padding: 0;
  }

  .hero {
    width: 100%;
    min-height: 100vh;
  }

  .side-nav {
    gap: 7px;
    font-size: 9px;
    left: 28px;
    top: 82px;
    justify-content: flex-start;
  }

  .hero-copy {
    top: 56%;
  }

  h1 {
    font-size: 56px;
  }

  .btn-primary,
  .btn-ghost {
    min-height: 40px;
    padding: 0 18px;
    min-width: 0;
    font-size: 9px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .fan-note {
    display: none;
  }
}
