:root {
  --void: #030407;
  --void-soft: #080b11;
  --panel: rgba(7, 10, 16, .82);
  --ice: #edf8f5;
  --muted: #aab5c1;
  --faint: #818c9a;
  --line: rgba(224, 255, 250, .2);
  --cyan: #8ff7e5;
  --rose: #ff7896;
  --gold: #f4c66f;
  --blue: #88a5ff;
  --lime: #c9ff7a;
  --display: 'Unbounded', sans-serif;
  --mono: 'Space Mono', monospace;
  --shell: min(1240px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 90px; background: var(--void); }
body {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 8%, rgba(82, 144, 157, .11), transparent 24rem),
    radial-gradient(circle at 12% 55%, rgba(178, 71, 112, .07), transparent 32rem),
    var(--void);
  color: var(--ice);
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.65;
  font-synthesis: none;
  font-optical-sizing: auto;
  font-variant-numeric: tabular-nums slashed-zero;
}
body::after {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: '';
  opacity: .105;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: normal;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
::selection { background: var(--cyan); color: #02110e; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #020306; }
::-webkit-scrollbar-thumb { border: 3px solid #020306; border-radius: 20px; background: linear-gradient(var(--cyan), var(--rose)); }
html { scrollbar-color: var(--cyan) #020306; scrollbar-width: thin; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 1px solid var(--cyan);
  background: var(--void);
  transform: none;
}
.skip-link:focus-visible { width: auto; height: auto; padding: 11px 16px; overflow: visible; clip: auto; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid rgba(220, 255, 248, .13);
  backdrop-filter: blur(12px) saturate(1.08);
  background: linear-gradient(180deg, rgba(3, 4, 7, .94), rgba(3, 4, 7, .62) 78%, rgba(3, 4, 7, .15));
  transition: background .3s, height .3s;
}
.site-header.is-scrolled { height: 62px; background: rgba(3, 4, 7, .9); }
.wordmark {
  min-height: 44px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 500 .72rem/1 var(--display);
  letter-spacing: .12em;
}
.wordmark-star {
  width: 19px;
  height: 19px;
  border: 1px solid var(--cyan);
  transform: rotate(45deg);
  box-shadow: inset 0 0 8px rgba(114, 247, 226, .4), 0 0 16px rgba(255, 111, 145, .18);
  transition: transform .55s cubic-bezier(.16, 1, .3, 1), background .3s;
}
.wordmark:hover .wordmark-star { transform: rotate(225deg) scale(.72); background: var(--cyan); }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav a {
  min-height: 44px;
  padding: 0 16px;
  display: grid;
  place-items: center;
  color: #c7d0da;
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .2s;
}
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--cyan); }
.header-counter {
  justify-self: end;
  display: flex;
  gap: 7px;
  color: var(--muted);
  font-size: .69rem;
  letter-spacing: .1em;
}
.header-counter span:first-child { min-width: 3ch; color: var(--ice); text-align: right; }
.header-counter i { color: var(--rose); font-style: normal; }

.orbit-section { position: relative; height: 500vh; min-height: 3800px; background: #020306; }
.orbit-stage {
  position: sticky;
  z-index: 1;
  top: 0;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #020306;
  isolation: isolate;
}
#constellation, .webgl-fallback, .spectrum-haze { position: absolute; inset: 0; width: 100%; height: 100%; }
#constellation { z-index: -3; display: block; cursor: grab; touch-action: pan-y; }
#constellation:active { cursor: grabbing; }
#constellation:focus-visible { outline: 1px solid rgba(143, 247, 229, .72); outline-offset: -9px; }
.webgl-fallback { z-index: -4; display: grid; place-items: center; opacity: 0; transition: opacity .4s; }
.webgl-fallback.is-visible { opacity: 1; }
.webgl-fallback span {
  position: absolute;
  width: clamp(100px, 15vw, 220px);
  aspect-ratio: 1.6;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(114, 247, 226, .12), rgba(255, 111, 145, .06));
  transform: rotate(var(--r)) translateY(var(--y));
}
.webgl-fallback span:nth-child(1) { --r: -29deg; --y: -180%; }
.webgl-fallback span:nth-child(2) { --r: 18deg; --y: -90%; }
.webgl-fallback span:nth-child(3) { --r: -8deg; --y: 0; }
.webgl-fallback span:nth-child(4) { --r: 34deg; --y: 90%; }
.webgl-fallback span:nth-child(5) { --r: -21deg; --y: 180%; }
.webgl-fallback span:nth-child(6) { --r: 7deg; --y: 270%; }
.spectrum-haze {
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 46% 44%, transparent 0 16%, rgba(2, 3, 6, .08) 35%, rgba(2, 3, 6, .72) 78%),
    linear-gradient(90deg, rgba(2, 3, 6, .63), transparent 19% 72%, rgba(2, 3, 6, .5)),
    linear-gradient(154deg, transparent 0 47%, rgba(143, 247, 229, .035) 47.1%, transparent 47.25%);
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: 49%;
  left: 50%;
  width: min(1180px, calc(100% - 112px));
  transform: translate(-50%, -50%) translateY(calc(var(--flight-progress, 0) * -80px));
  pointer-events: none;
  opacity: calc(1 - min(var(--flight-progress, 0) * 7, 1));
}
.hero-kicker {
  margin-bottom: 19px;
  color: var(--cyan);
  padding-left: 8.5%;
  font-size: .68rem;
  letter-spacing: .24em;
  text-align: left;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin: 0;
  color: var(--ice);
  font: 280 clamp(4rem, 9.5vw, 9.35rem)/.77 var(--display);
  letter-spacing: -.088em;
  text-align: left;
  text-shadow: 0 0 34px rgba(180, 240, 236, .1);
}
.hero-copy h1 span { display: block; }
.hero-copy h1 span:first-child {
  margin-left: 16.3%;
  color: transparent;
  font-size: .31em;
  letter-spacing: .24em;
  -webkit-text-stroke: 1px rgba(228, 250, 246, .74);
}
.hero-copy h1 span:last-child {
  background: linear-gradient(104deg, #effffb 6%, #a2f6e7 27%, #f3ecb0 47%, #ff8ba6 66%, #aeb8ff 82%, #effffb 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-foot {
  width: 88%;
  margin-top: 35px;
  margin-left: 6%;
  display: flex;
  justify-content: space-between;
  color: #d0d8df;
  font-size: .66rem;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-foot p:last-child { text-align: right; }
.hero-serial {
  position: absolute;
  top: 43%;
  right: -12px;
  color: var(--faint);
  font-size: .51rem;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}

.room-plaque {
  position: absolute;
  z-index: 6;
  top: 105px;
  right: 30px;
  width: min(390px, calc(100vw - 60px));
  border: 1px solid rgba(226, 255, 250, .24);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  backdrop-filter: blur(14px) saturate(1.15);
  background: linear-gradient(135deg, rgba(8, 12, 19, .86), rgba(2, 4, 8, .72));
  box-shadow: 0 22px 62px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .035);
}
.room-plaque::before { position: absolute; inset: -1px auto -1px -1px; width: 2px; content: ''; background: linear-gradient(var(--cyan), var(--rose), var(--gold)); }
.plaque-topline {
  min-height: 30px;
  padding: 6px 12px 5px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-size: .57rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.signal-strength { margin-left: auto; margin-right: 14px; display: flex; align-items: center; gap: 3px; }
.signal-strength i { width: 2px; background: var(--cyan); box-shadow: 0 0 7px rgba(143, 247, 229, .3); }
.signal-strength i:nth-child(1) { height: 4px; opacity: .4; }
.signal-strength i:nth-child(2) { height: 7px; opacity: .6; }
.signal-strength i:nth-child(3) { height: 10px; opacity: .8; }
.signal-strength i:nth-child(4) { height: 13px; }
.room-plaque > a {
  min-height: 104px;
  padding: 15px 15px 14px 12px;
  display: grid;
  grid-template-columns: 48px 1fr 25px;
  gap: 12px;
  align-items: start;
}
.room-plaque > a:hover strong, .room-plaque > a:focus-visible strong { color: var(--cyan); }
.plaque-number { color: var(--rose); font-size: .76rem; }
.plaque-copy { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.plaque-copy strong { overflow: hidden; color: var(--ice); font: 500 .78rem/1.2 var(--display); letter-spacing: .035em; text-overflow: ellipsis; transition: color .2s; }
.plaque-copy small { color: #bdc7d1; font-size: .61rem; line-height: 1.55; }
.plaque-arrow { justify-self: end; color: var(--cyan); font-size: 1rem; transition: transform .2s; }
.room-plaque a:hover .plaque-arrow, .room-plaque a:focus-visible .plaque-arrow { transform: translate(3px, -3px); }

.flight-progress {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 29px;
  height: min(39vh, 330px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  color: var(--faint);
  font-size: .48rem;
  letter-spacing: .13em;
  writing-mode: vertical-rl;
}
.flight-progress div { position: relative; width: 1px; height: 100%; margin: 10px 0; overflow: hidden; background: rgba(255, 255, 255, .15); }
.flight-progress i { position: absolute; top: 0; left: 0; width: 100%; height: calc(var(--flight-progress, 0) * 100%); background: linear-gradient(var(--cyan), var(--rose)); }

.search-dock { position: absolute; z-index: 12; bottom: 18px; left: 50%; width: min(660px, calc(100% - 120px)); transform: translateX(-50%); }
.room-search { box-shadow: 0 17px 70px rgba(0, 0, 0, .45); }
.search-label-row {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  color: #bac4ce;
  font-size: .58rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.search-label-row label { color: var(--ice); }
.search-label-row span { color: var(--faint); font-size: .52rem; }
.search-field {
  min-height: 58px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  border: 1px solid rgba(221, 255, 249, .3);
  backdrop-filter: blur(14px);
  background: rgba(4, 7, 12, .86);
  transition: border-color .25s, box-shadow .25s;
}
.search-field:focus-within { border-color: var(--cyan); box-shadow: 0 0 0 1px rgba(114, 247, 226, .25), 0 0 35px rgba(114, 247, 226, .1); }
.search-field > span { display: grid; place-items: center; color: var(--cyan); }
.search-field > span svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.search-field input {
  min-width: 0;
  height: 56px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ice);
  font-size: .79rem;
}
.search-field input::placeholder { color: #9aa6b4; opacity: 1; }
.search-field button {
  min-width: 65px;
  min-height: 44px;
  margin-right: 5px;
  border: 0;
  background: transparent;
  color: var(--rose);
  cursor: pointer;
  font-size: .56rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
}
.search-dock.has-query .search-field button { opacity: 1; pointer-events: auto; }
.search-meta { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.search-status { flex: 0 0 auto; margin: 0; color: var(--faint); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.signal-presets { min-width: 0; display: flex; justify-content: flex-end; overflow-x: auto; scrollbar-width: none; }
.signal-presets::-webkit-scrollbar { display: none; }
.signal-presets button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 11px;
  border: 0;
  border-left: 1px solid rgba(224, 255, 250, .14);
  background: transparent;
  color: #aeb9c4;
  cursor: pointer;
  font-size: .51rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color .2s, background .2s;
}
.signal-presets button:hover, .signal-presets button:focus-visible { color: var(--cyan); background: rgba(143, 247, 229, .055); }
.search-results {
  position: absolute;
  bottom: calc(100% + 11px);
  left: 0;
  width: 100%;
  max-height: min(42vh, 310px);
  overflow-y: auto;
  border: 1px solid var(--line);
  background: rgba(3, 5, 9, .94);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}
.search-results a {
  min-height: 72px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.search-results a:hover, .search-results a:focus-visible { background: rgba(114, 247, 226, .07); }
.search-results span { color: var(--rose); font-size: .58rem; }
.search-results strong { font: 400 .68rem/1.3 var(--display); letter-spacing: .05em; }
.search-results small { grid-column: 2; color: #929eaa; font-size: .54rem; line-height: 1.4; }
.search-results i { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--cyan); font-style: normal; }
.orbit-key-hint { position: absolute; z-index: 5; bottom: 26px; left: 30px; display: flex; gap: 8px; align-items: center; color: var(--faint); font-size: .5rem; letter-spacing: .12em; text-transform: uppercase; }
.orbit-key-hint span { color: var(--cyan); }
.orbit-key-hint i { color: var(--rose); font-style: normal; }
.scroll-cue { position: absolute; z-index: 5; right: 31px; bottom: 30px; display: flex; align-items: center; gap: 9px; color: var(--faint); font-size: .5rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { width: 26px; height: 1px; overflow: hidden; background: var(--line); }
.scroll-cue i::after { display: block; width: 50%; height: 100%; content: ''; background: var(--rose); animation: cue 1.8s ease-in-out infinite; }

.flight-notes { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
.flight-note {
  position: absolute;
  width: min(545px, calc(100vw - 72px));
  padding: 30px 34px 26px;
  border-top: 1px solid var(--cyan);
  border-left: 1px solid rgba(143, 247, 229, .13);
  background: linear-gradient(105deg, rgba(5, 9, 15, .94), rgba(5, 8, 13, .68) 72%, transparent);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}
.flight-note::before { position: absolute; top: -1px; left: 100%; width: 16vw; height: 1px; content: ''; background: linear-gradient(90deg, var(--cyan), transparent); opacity: .35; }
.flight-note::after { position: absolute; top: -4px; left: -4px; width: 7px; height: 7px; border-radius: 50%; content: ''; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.flight-note span { color: var(--cyan); font-size: .59rem; letter-spacing: .18em; }
.flight-note h2 { margin: 14px 0 12px; font: 400 clamp(1.4rem, 2.5vw, 2.3rem)/1.17 var(--display); letter-spacing: -.04em; }
.flight-note p { max-width: 54ch; margin: 0; color: #bbc5cf; font-size: .73rem; }
.flight-note b { position: absolute; right: 0; bottom: -25px; color: var(--faint); font-size: .49rem; font-weight: 400; letter-spacing: .13em; }
.note-one { top: 24%; left: 10vw; }
.note-two { top: 45%; right: 9vw; border-color: var(--gold); }
.note-two::before, .note-four::before { right: 100%; left: auto; background: linear-gradient(90deg, transparent, currentColor); }
.note-two::after { left: auto; right: -4px; background: var(--gold); box-shadow: 0 0 16px var(--gold); }
.note-three { top: 66%; left: 14vw; border-color: var(--rose); }
.note-three::after { background: var(--rose); box-shadow: 0 0 16px var(--rose); }
.note-four { top: 87%; right: 12vw; border-color: var(--blue); }
.note-four::after { left: auto; right: -4px; background: var(--blue); box-shadow: 0 0 16px var(--blue); }

.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow { color: var(--cyan); font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; }
.measure-section { position: relative; padding: clamp(110px, 14vw, 210px) 0 140px; display: grid; grid-template-columns: minmax(160px, .55fr) 1.5fr; gap: 20px clamp(45px, 8vw, 120px); }
.section-index { padding-top: 12px; color: var(--faint); }
.section-index span { display: block; color: transparent; font: 200 clamp(4.4rem, 8vw, 8.5rem)/.8 var(--display); letter-spacing: -.09em; -webkit-text-stroke: 1px rgba(151, 249, 230, .42); writing-mode: vertical-rl; }
.section-index small { display: block; margin-top: 35px; font-size: .59rem; line-height: 1.8; letter-spacing: .1em; text-transform: uppercase; }
.measure-intro h2 { max-width: 980px; margin: 24px 0 42px; font: 300 clamp(2.5rem, 5.2vw, 5.35rem)/1.05 var(--display); letter-spacing: -.06em; }
.measure-intro h2 em { color: var(--cyan); font-style: normal; }
.measure-lead { max-width: 760px; margin: 0; color: #b8c2cc; font-size: clamp(.82rem, 1.25vw, 1rem); }
.measure-ledger { grid-column: 2; margin: 60px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.measure-ledger > div { min-height: 180px; padding: 20px 15px 20px 0; border-right: 1px solid var(--line); }
.measure-ledger > div + div { padding-left: 18px; }
.measure-ledger > div:last-child { border-right: 0; }
.measure-ledger dt { color: var(--faint); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.measure-ledger dd { margin: 19px 0 8px; color: var(--ice); font: 300 clamp(2rem, 3vw, 3.5rem)/1 var(--display); letter-spacing: -.06em; }
.measure-ledger small { color: #9ba6b2; font-size: .61rem; line-height: 1.5; }
.spectral-rule { grid-column: 1 / -1; height: 9px; margin-top: 60px; display: grid; grid-template-columns: 3fr 1fr 5fr 2fr 8fr; gap: 5px; transform: skewX(-25deg); }
.spectral-rule i:nth-child(1) { background: var(--cyan); }
.spectral-rule i:nth-child(2) { background: var(--gold); }
.spectral-rule i:nth-child(3) { background: var(--rose); }
.spectral-rule i:nth-child(4) { background: var(--lime); }
.spectral-rule i:nth-child(5) { background: linear-gradient(90deg, var(--blue), #e7c7ff); }

.wings-section { padding: 115px 0 86px; border-block: 1px solid rgba(222, 255, 249, .12); background: linear-gradient(112deg, #07080d, #05070b 58%, #080810); }
.wings-heading { display: grid; grid-template-columns: .75fr 1.4fr .8fr; gap: 50px; align-items: end; margin-bottom: 75px; }
.wings-heading .eyebrow { align-self: start; }
.wings-heading h2 { margin: 0; font: 300 clamp(2.8rem, 6vw, 6.3rem)/.9 var(--display); letter-spacing: -.07em; }
.wings-heading > p:last-child { margin: 0; color: #a9b2bd; font-size: .72rem; }
.wing-register { border-top: 1px solid var(--line); }
.wing-row {
  min-height: 202px;
  padding: 35px max(36px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: .62fr 1.3fr .9fr .45fr;
  gap: 40px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  transition: background .45s, color .3s;
}
.wing-row::before { position: absolute; z-index: -1; right: 5vw; bottom: -2.2rem; color: transparent; content: var(--verb); font: 200 clamp(4rem, 9vw, 9rem)/1 var(--display); letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(255, 255, 255, .035); pointer-events: none; }
.wing-row::after { position: absolute; z-index: -1; inset: 0; content: ''; pointer-events: none; opacity: 0; background: linear-gradient(100deg, transparent 8%, var(--wash) 60%, transparent 92%); transform: translateX(-45%) skewX(-8deg); transition: opacity .35s, transform .9s cubic-bezier(.16, 1, .3, 1); }
.wing-row:hover::after, .wing-row:focus-within::after { opacity: .12; transform: translateX(18%) skewX(-8deg); }
.wing-a { --wash: var(--cyan); }
.wing-a { --verb: 'OBSERVE'; }
.wing-b { --wash: var(--gold); --verb: 'MEASURE'; }
.wing-c { --wash: var(--rose); --verb: 'MAKE'; }
.wing-d { --wash: var(--blue); --verb: 'REMEMBER'; }
.wing-b > div:nth-child(2), .wing-d > div:nth-child(2) { transform: translateX(clamp(8px, 2.2vw, 34px)); }
.wing-number { display: flex; gap: 20px; align-items: baseline; }
.wing-number span { color: var(--wash); font: 200 clamp(3rem, 5vw, 5.2rem)/1 var(--display); }
.wing-number small, .wing-signal, .wing-frequency { color: #929daa; font-size: .59rem; letter-spacing: .11em; text-transform: uppercase; }
.wing-row h3 { margin: 0 0 12px; font: 400 clamp(1.4rem, 2.4vw, 2.4rem)/1 var(--display); letter-spacing: -.04em; }
.wing-row div:nth-child(2) p { max-width: 520px; margin: 0; color: #bac4ce; font-size: .73rem; }
.wing-signal { margin: 0; line-height: 2; }
.wing-frequency { justify-self: end; color: var(--wash); }

.observatory-section { position: relative; padding: clamp(110px, 15vw, 210px) 0; isolation: isolate; }
.observatory-section > :not(.conjunction-chart) { position: relative; z-index: 1; }
.conjunction-chart { position: absolute; z-index: 0; top: 55px; right: -4vw; width: min(760px, 65vw); aspect-ratio: 1.46; color: var(--cyan); pointer-events: none; opacity: .42; filter: drop-shadow(0 0 22px rgba(143, 247, 229, .07)); }
.conjunction-chart svg { width: 100%; height: 100%; overflow: visible; }
.conjunction-chart ellipse { fill: none; stroke: currentColor; stroke-width: .65; stroke-dasharray: 2 8; opacity: .22; }
.conjunction-traces path { fill: none; stroke: var(--cyan); stroke-width: .7; stroke-dasharray: 1 9; opacity: .28; transition: stroke-dashoffset 1.7s cubic-bezier(.16, 1, .3, 1), opacity .5s; }
.conjunction-traces path:nth-child(2) { stroke: var(--rose); stroke-dasharray: 3 12; }
.conjunction-traces path:nth-child(3) { stroke: var(--gold); }
.conjunction-stars circle { fill: var(--void); stroke: currentColor; stroke-width: 1; }
.conjunction-stars circle:nth-child(3n+2) { color: var(--rose); }
.conjunction-stars circle:nth-child(3n) { color: var(--gold); }
.observatory-section:hover .conjunction-traces path { opacity: .72; stroke-dashoffset: -42; }
.chart-label { position: absolute; color: #9daab5; font-size: .47rem; letter-spacing: .13em; }
.chart-label-a { top: 30%; left: 12%; }
.chart-label-b { top: 47%; left: 52%; color: var(--cyan); }
.chart-label-c { right: 4%; bottom: 24%; }
.chart-label-d { top: 13%; right: 4%; color: var(--rose); }
.conjunction-chart > small { position: absolute; right: 7%; bottom: 4%; color: #768390; font-size: .45rem; letter-spacing: .16em; }
.observatory-titleblock { display: grid; grid-template-columns: .72fr 1.6fr; gap: 50px; align-items: start; }
.observatory-titleblock h2 { max-width: 900px; margin: 0; font: 300 clamp(2.9rem, 6vw, 6.1rem)/1 var(--display); letter-spacing: -.07em; }
.log-grid { margin-top: 100px; display: grid; grid-template-columns: 1.5fr .75fr; gap: clamp(45px, 9vw, 130px); }
.log-primary { position: relative; padding: 38px 0 45px 58px; border-left: 1px solid var(--rose); }
.log-primary::before { position: absolute; top: -5px; left: -5px; width: 9px; height: 9px; border-radius: 50%; content: ''; background: var(--rose); box-shadow: 0 0 20px var(--rose); }
.log-primary > span { color: var(--rose); font-size: .61rem; letter-spacing: .14em; }
.log-primary > p { margin: 30px 0; color: #d4dde3; font: 300 clamp(1.35rem, 2.25vw, 2.2rem)/1.48 var(--display); letter-spacing: -.035em; }
.log-primary footer { color: #a0abb7; font-size: .65rem; }
.log-data { margin: 0; border-top: 1px solid var(--line); }
.log-data div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.log-data dt { color: #8c98a5; font-size: .57rem; letter-spacing: .12em; text-transform: uppercase; }
.log-data dd { margin: 6px 0 0; color: #d4dde3; font-size: .68rem; }
.prism-sample { height: 94px; margin-top: 110px; display: grid; grid-template-columns: 2fr repeat(7, 1fr); overflow: hidden; border: 1px solid var(--line); }
.prism-sample > span { padding: 18px; color: #9ba6b2; font-size: .57rem; letter-spacing: .12em; }
.prism-sample i { transform: skewX(-18deg) scaleX(1.2); filter: saturate(.8); transition: filter .3s, transform .4s; }
.prism-sample:hover i { filter: saturate(1.4) brightness(1.15); transform: skewX(-18deg) scaleX(1.35); }
.prism-sample i:nth-of-type(1) { background: #69eed9; }
.prism-sample i:nth-of-type(2) { background: #bfff91; }
.prism-sample i:nth-of-type(3) { background: #ffe185; }
.prism-sample i:nth-of-type(4) { background: #ff9c77; }
.prism-sample i:nth-of-type(5) { background: #ff7298; }
.prism-sample i:nth-of-type(6) { background: #bf9eff; }
.prism-sample i:nth-of-type(7) { background: #80b6ff; }

.finale-section { position: relative; min-height: 112vh; padding: 130px 6vw; display: grid; grid-template-columns: .8fr 1.25fr; gap: 6vw; place-items: center; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 24% 50%, rgba(111, 245, 226, .12), transparent 27rem), radial-gradient(circle at 79% 24%, rgba(255, 120, 150, .065), transparent 21rem), #020306; transition: background 1.2s cubic-bezier(.16, 1, .3, 1); }
.finale-section::before { position: absolute; inset: 6% 4%; content: ''; pointer-events: none; border: 1px solid rgba(230, 255, 250, .055); clip-path: polygon(0 0, 22% 0, 22% 1px, 78% 1px, 78% 0, 100% 0, 100% 100%, 63% 100%, 63% calc(100% - 1px), 0 calc(100% - 1px)); }
.final-orbit-station { width: min(39vw, 500px); display: grid; justify-items: center; gap: 28px; }
.final-orbit { position: relative; width: 100%; aspect-ratio: 1; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; appearance: none; background: transparent; color: inherit; cursor: crosshair; transform: perspective(900px) rotateX(var(--signal-tilt-y, 0deg)) rotateY(var(--signal-tilt-x, 0deg)); transform-style: preserve-3d; transition: transform .7s cubic-bezier(.16, 1, .3, 1), filter .7s; }
.final-orbit:hover { filter: drop-shadow(0 0 28px rgba(143, 247, 229, .12)); }
.final-orbit:focus-visible { outline: 1px solid var(--cyan); outline-offset: 12px; }
.final-orbit::before, .final-orbit::after, .final-orbit > i { position: absolute; inset: 8%; border: 1px solid rgba(132, 232, 218, .2); border-radius: 50%; content: ''; }
.final-orbit::after { inset: 24%; border-color: rgba(255, 121, 153, .35); }
.final-orbit > i:nth-of-type(1) { transform: rotateX(65deg); border-color: rgba(255, 218, 117, .3); animation: orbit-a 8s linear infinite; }
.final-orbit > i:nth-of-type(2) { transform: rotateY(67deg); border-color: rgba(124, 165, 255, .36); animation: orbit-b 11s linear infinite reverse; }
.final-orbit > i:nth-of-type(3) { inset: 1%; border-style: dashed; animation: spin 28s linear infinite; }
.final-orbit-number { position: relative; z-index: 2; color: transparent; font: 200 clamp(5rem, 12vw, 11rem)/1 var(--display); letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(230, 255, 250, .65); text-shadow: 0 0 55px rgba(114, 247, 226, .15); transition: filter .8s, transform .8s cubic-bezier(.16, 1, .3, 1), color .8s; }
.final-starfield { position: absolute; z-index: 1; inset: 8%; border-radius: 50%; pointer-events: none; }
.signal-star { position: absolute; top: 50%; left: 50%; width: var(--star-size); height: var(--star-size); border-radius: 50%; background: var(--star-colour); box-shadow: 0 0 calc(var(--star-size) * 4) var(--star-colour); opacity: 0; transform: translate(-50%, -50%) scale(.1); transition: top 1.1s var(--star-delay) cubic-bezier(.16, 1, .3, 1), left 1.1s var(--star-delay) cubic-bezier(.16, 1, .3, 1), opacity .45s var(--star-delay), transform 1.1s var(--star-delay) cubic-bezier(.16, 1, .3, 1); }
.final-orbit-action { position: absolute; z-index: 4; bottom: 6%; left: 50%; min-width: 132px; min-height: 44px; display: grid; place-content: center; color: #b7c2cc; text-align: center; text-transform: uppercase; transform: translateX(-50%); transition: color .3s, opacity .35s; }
.final-orbit-action b { font-size: .51rem; font-weight: 400; letter-spacing: .18em; }
.final-orbit-action small { margin-top: 3px; color: #74808c; font-size: .4rem; letter-spacing: .14em; }
.final-orbit:hover .final-orbit-action, .final-orbit:focus-visible .final-orbit-action { color: var(--cyan); }
.final-signal-status { margin: 0; color: #8995a1; font-size: .49rem; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.finale-section.signal-open { background: radial-gradient(circle at 24% 50%, rgba(111, 245, 226, .2), transparent 29rem), radial-gradient(circle at 72% 35%, rgba(255, 120, 150, .11), transparent 28rem), #020306; }
.signal-open .signal-star { top: var(--star-y); left: var(--star-x); opacity: var(--star-opacity); transform: translate(-50%, -50%) scale(1); }
.signal-open .final-orbit-number { color: rgba(234, 255, 250, .035); filter: drop-shadow(0 0 25px rgba(143, 247, 229, .35)); transform: scale(1.045); }
.signal-open .final-orbit-action { opacity: 0; }
.signal-open .final-orbit::before { border-color: rgba(143, 247, 229, .45); transform: scale(1.08); transition: transform 1s cubic-bezier(.16, 1, .3, 1), border-color .6s; }
.signal-open .final-orbit::after { border-color: rgba(255, 120, 150, .62); transform: scale(.9); transition: transform 1s cubic-bezier(.16, 1, .3, 1), border-color .6s; }
.signal-open .final-signal-status { color: var(--cyan); }
.signal-open .final-plaque { border-color: rgba(143, 247, 229, .48); box-shadow: 36px 39px 0 rgba(114, 247, 226, .05), -24px -22px 90px rgba(255, 110, 145, .08), 0 0 80px rgba(143, 247, 229, .045); }
.final-plaque { position: relative; width: min(760px, 100%); padding: clamp(34px, 5vw, 76px); border: 1px solid rgba(231, 255, 250, .31); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px)); background: linear-gradient(140deg, rgba(13, 17, 24, .96), rgba(4, 5, 9, .91)); box-shadow: 36px 39px 0 rgba(114, 247, 226, .032), -24px -22px 80px rgba(255, 110, 145, .045); }
.final-plaque::after { position: absolute; top: 0; right: 22px; width: 92px; height: 2px; content: ''; background: linear-gradient(90deg, var(--cyan), var(--rose), var(--gold)); }
.final-plaque > p { color: #929daa; font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.final-plaque h2 { margin: 50px 0 70px; font: 300 clamp(2.4rem, 4.9vw, 5.4rem)/1.16 var(--display); letter-spacing: -.06em; }
.final-plaque h2 em { color: var(--cyan); font-style: normal; }
.final-plaque > div { display: flex; justify-content: space-between; gap: 30px; align-items: center; color: var(--muted); font-size: .62rem; }
.final-plaque a { min-height: 44px; display: inline-flex; align-items: center; gap: 15px; color: var(--ice); border-bottom: 1px solid var(--rose); }
.final-plaque a b { color: var(--rose); font-size: 1rem; transition: transform .2s; }
.final-plaque a:hover b, .final-plaque a:focus-visible b { transform: translateY(4px); }

.index-section { padding: clamp(110px, 13vw, 180px) 0 72px; }
.index-heading { margin-bottom: 85px; display: grid; grid-template-columns: 1.5fr .7fr; gap: 80px; align-items: end; }
.index-heading h2 { margin: 15px 0 0; font: 300 clamp(3.8rem, 8vw, 8.5rem)/.9 var(--display); letter-spacing: -.08em; }
.index-heading > p { max-width: 440px; margin: 0; color: #9da8b4; font-size: .7rem; }
.index-jump { margin: -35px 0 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.index-jump a { min-height: 92px; padding: 16px 17px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 14px; align-content: center; border-right: 1px solid var(--line); transition: background .3s; }
.index-jump a:last-child { border-right: 0; }
.index-jump a:hover, .index-jump a:focus-visible { background: rgba(143, 247, 229, .055); }
.index-jump span { grid-row: 1 / 3; align-self: center; color: transparent; font: 200 2rem/1 var(--display); -webkit-text-stroke: 1px var(--cyan); }
.index-jump a:nth-child(2) span { -webkit-text-stroke-color: var(--gold); }
.index-jump a:nth-child(3) span { -webkit-text-stroke-color: var(--rose); }
.index-jump a:nth-child(4) span { -webkit-text-stroke-color: var(--blue); }
.index-jump strong { font: 400 .66rem/1.3 var(--display); }
.index-jump small { color: var(--faint); font-size: .54rem; letter-spacing: .1em; }
.room-index { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(25, auto); grid-auto-flow: column; column-gap: 27px; list-style: none; counter-reset: rooms; }
.room-index li { position: relative; min-width: 0; border-top: 1px solid var(--line); }
.room-index li::after { position: absolute; top: 17px; right: 7px; color: var(--cyan); content: '↗'; font-size: .72rem; opacity: 0; transform: translate(-4px, 4px); transition: opacity .2s, transform .25s; }
.room-index li:hover::after, .room-index li:focus-within::after { opacity: 1; transform: translate(0, 0); }
.room-index a { min-height: 112px; padding: 17px 19px 17px 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; gap: 7px 8px; transition: background .25s, padding .25s; }
.room-index a:hover, .room-index a:focus-visible { padding-left: 9px; background: linear-gradient(90deg, rgba(114, 247, 226, .075), transparent); }
.room-index a > span { grid-row: 1 / 3; color: #65717f; font-size: .55rem; transition: color .2s, transform .25s; }
.room-index a:hover > span, .room-index a:focus-visible > span { color: var(--rose); transform: translateX(3px); }
.room-index strong { overflow: hidden; padding-right: 8px; font: 400 .7rem/1.3 var(--display); letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
.room-index small { color: #a8b2bd; font-size: .62rem; line-height: 1.5; }
.return-flight { width: 100%; min-height: 78px; margin-top: 80px; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; border-block: 1px solid var(--line); color: #cbd5dc; font: 400 .7rem/1 var(--display); letter-spacing: .05em; transition: background .25s; }
.return-flight:hover, .return-flight:focus-visible { background: rgba(114, 247, 226, .06); }
.return-flight i { color: var(--cyan); font: normal 1.2rem/1 var(--mono); transition: transform .25s; }
.return-flight:hover i, .return-flight:focus-visible i { transform: translateY(-4px); }

.site-footer { min-height: 170px; padding: 45px max(36px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid var(--line); background: #05060a; color: #9aa5b1; font-size: .59rem; }
.footer-mark { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; color: var(--ice); font: 400 .61rem/1 var(--display); letter-spacing: .08em; }
.footer-mark span { color: var(--rose); }
.site-footer p { margin: 0; text-align: center; }
.site-footer nav { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 18px; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid transparent; }
.site-footer nav a:hover { color: var(--cyan); border-bottom-color: var(--cyan); }

.load-item { animation: arrive .95s both cubic-bezier(.16, 1, .3, 1); }
.hero-kicker.load-item { animation-delay: .1s; }
.hero-copy h1.load-item { animation-name: arrive-title; animation-delay: .2s; animation-duration: 1.2s; }
.hero-foot.load-item { animation-delay: .42s; }
.hero-serial.load-item { animation-delay: .5s; }
.room-plaque.load-item { animation-delay: .56s; }
.flight-progress.load-item { animation-delay: .68s; }
.search-dock.load-item { animation-delay: .74s; }
.scroll-cue.load-item, .orbit-key-hint { animation: arrive .9s .88s both cubic-bezier(.16, 1, .3, 1); }

@keyframes arrive { from { opacity: 0; filter: blur(7px); translate: 0 12px; } to { opacity: 1; filter: blur(0); translate: none; } }
@keyframes arrive-title { from { opacity: 0; filter: blur(9px); clip-path: inset(0 100% 0 0); transform: translateX(-24px); } to { opacity: 1; filter: blur(0); clip-path: inset(0); transform: translateX(0); } }
@keyframes cue { 0% { transform: translateX(-110%); } 55%, 100% { transform: translateX(210%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes orbit-a { to { transform: rotateX(65deg) rotateZ(360deg); } }
@keyframes orbit-b { to { transform: rotateY(67deg) rotateZ(360deg); } }

@media (max-width: 1180px) {
  .room-index { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-flow: row; }
  .room-index li:nth-child(26), .room-index li:nth-child(51), .room-index li:nth-child(76) { margin-top: 76px; }
  .room-index li:nth-child(26)::before, .room-index li:nth-child(51)::before, .room-index li:nth-child(76)::before { position: absolute; bottom: calc(100% + 22px); left: 0; color: var(--cyan); font-size: .59rem; letter-spacing: .15em; }
  .room-index li:nth-child(26)::before { content: 'WING II / INSTRUMENTS'; }
  .room-index li:nth-child(51)::before { content: 'WING III / PRACTICES'; }
  .room-index li:nth-child(76)::before { content: 'WING IV / MEMORY'; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 900px); }
  .site-header { padding-inline: 24px; }
  .measure-section { grid-template-columns: 120px 1fr; }
  .measure-ledger { grid-template-columns: repeat(2, 1fr); }
  .measure-ledger > div:nth-child(2) { border-right: 0; }
  .measure-ledger > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .wings-heading { grid-template-columns: 1fr 2fr; }
  .wings-heading > p:last-child { grid-column: 2; }
  .wing-row { grid-template-columns: .55fr 1.3fr .55fr; gap: 25px; }
  .wing-signal { display: none; }
  .room-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .index-jump { grid-template-columns: repeat(2, 1fr); }
  .index-jump a:nth-child(2) { border-right: 0; }
  .index-jump a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { justify-self: end; }
  .site-footer nav { grid-column: 1 / -1; justify-self: start; justify-content: flex-start; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 34px); }
  html { scroll-padding-top: 115px; }
  body { font-size: 14px; }
  .site-header, .site-header.is-scrolled { height: 108px; padding: 6px 17px 0; grid-template-columns: 1fr auto; grid-template-rows: 47px 48px; background: rgba(3, 4, 7, .9); }
  .wordmark { font-size: .64rem; }
  .wordmark-star { width: 16px; height: 16px; }
  .header-counter { grid-column: 2; grid-row: 1; font-size: .61rem; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .08); }
  .primary-nav a { min-height: 44px; padding: 0 7px; font-size: .59rem; }
  .orbit-section { height: 460vh; min-height: 3400px; }
  .orbit-stage { min-height: 570px; }
  .spectrum-haze { background: radial-gradient(ellipse at 50% 45%, transparent 0 12%, rgba(2, 3, 6, .18) 38%, rgba(2, 3, 6, .72) 75%); }
  .hero-copy { top: 44%; width: calc(100% - 34px); }
  .hero-kicker { margin-bottom: 15px; padding-left: 0; font-size: .56rem; letter-spacing: .16em; }
  .hero-copy h1 { font-size: clamp(2.5rem, 11.7vw, 3.45rem); line-height: .86; letter-spacing: -.098em; }
  .hero-copy h1 span:first-child { margin-left: 12%; }
  .hero-foot { width: 100%; margin-top: 25px; margin-left: 0; font-size: .54rem; line-height: 1.58; }
  .hero-serial { display: none; }
  .room-plaque { top: 125px; right: 17px; width: min(280px, calc(100vw - 34px)); }
  .room-plaque > a { min-height: 84px; padding: 12px 11px; grid-template-columns: 38px 1fr 20px; gap: 7px; }
  .plaque-topline { font-size: .49rem; }
  .signal-strength { margin-right: 8px; }
  .plaque-copy strong { font-size: .63rem; }
  .plaque-copy small { display: -webkit-box; overflow: hidden; font-size: .51rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .plaque-number { font-size: .62rem; }
  .flight-progress { display: none; }
  .search-dock { bottom: 8px; width: calc(100% - 34px); }
  .search-label-row { font-size: .5rem; }
  .search-label-row span { font-size: .45rem; }
  .search-field { min-height: 52px; grid-template-columns: 40px 1fr auto; }
  .search-field input { height: 50px; font-size: .68rem; }
  .search-field button { min-width: 57px; }
  .search-meta { gap: 8px; }
  .search-status { max-width: 112px; font-size: .48rem; line-height: 1.35; }
  .signal-presets { justify-content: flex-start; }
  .signal-presets button { padding-inline: 10px; font-size: .48rem; }
  .scroll-cue { display: none; }
  .orbit-key-hint { display: none; }
  .flight-note { width: calc(100% - 34px); left: 17px; right: auto; padding: 21px 20px; }
  .flight-note::before { display: none; }
  .flight-note h2 { font-size: 1.35rem; }
  .flight-note p { font-size: .66rem; }
  .flight-note b { font-size: .46rem; }
  .note-two, .note-four { left: 17px; right: auto; }
  .note-two::after, .note-four::after { left: -4px; right: auto; }
  .measure-section { padding: 100px 0 90px; display: block; }
  .section-index { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
  .section-index span { writing-mode: initial; font-size: 4rem; }
  .section-index small { margin: 0; text-align: right; }
  .measure-intro h2 { margin: 20px 0 32px; font-size: clamp(2.05rem, 10vw, 3.3rem); }
  .measure-lead { font-size: .75rem; }
  .measure-ledger { margin-top: 55px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .measure-ledger > div { min-height: 145px; }
  .measure-ledger dd { font-size: 1.75rem; }
  .spectral-rule { margin-top: 35px; }
  .wings-section { padding-top: 85px; }
  .wings-heading { display: block; margin-bottom: 52px; }
  .wings-heading h2 { margin: 18px 0 28px; font-size: 3rem; }
  .wings-heading > p:last-child { font-size: .65rem; }
  .wing-row { min-height: 206px; padding: 25px 17px; grid-template-columns: 80px 1fr; gap: 20px; align-items: start; }
  .wing-number { display: block; }
  .wing-number span { display: block; font-size: 3rem; }
  .wing-number small { font-size: .47rem; }
  .wing-row div:nth-child(2) { align-self: center; }
  .wing-row h3 { font-size: 1.35rem; }
  .wing-frequency { grid-column: 2; justify-self: start; }
  .observatory-section { padding: 100px 0; }
  .conjunction-chart { top: 110px; right: -48%; width: 145vw; opacity: .24; }
  .observatory-titleblock { display: block; }
  .observatory-titleblock h2 { margin-top: 25px; font-size: 3rem; }
  .log-grid { margin-top: 65px; display: block; }
  .log-primary { padding: 30px 0 35px 24px; }
  .log-primary > p { font-size: 1.25rem; }
  .log-data { margin-top: 50px; }
  .prism-sample { height: 76px; margin-top: 75px; grid-template-columns: repeat(7, 1fr); }
  .prism-sample > span { grid-column: 1 / -1; height: 30px; padding: 6px 8px; font-size: .44rem; }
  .finale-section { min-height: 920px; padding: 90px 17px; display: flex; flex-direction: column; justify-content: center; gap: 45px; }
  .final-orbit-station { width: min(85vw, 350px); }
  .final-plaque { padding: 28px 22px; }
  .final-plaque h2 { margin: 38px 0 48px; font-size: 2.25rem; }
  .final-plaque > div { align-items: flex-start; font-size: .55rem; }
  .final-plaque a { max-width: 130px; line-height: 1.5; }
  .index-section { padding: 95px 0 72px; }
  .index-heading { margin-bottom: 60px; display: block; }
  .index-heading h2 { font-size: 4.2rem; }
  .index-heading > p { margin-top: 34px; font-size: .64rem; }
  .index-jump { margin: -20px 0 58px; }
  .index-jump a { min-height: 82px; padding: 13px 11px; column-gap: 9px; }
  .index-jump span { font-size: 1.45rem; }
  .index-jump strong { font-size: .57rem; }
  .index-jump small { font-size: .47rem; }
  .room-index { grid-template-columns: 1fr; }
  .room-index a { min-height: 102px; }
  .room-index strong { font-size: .72rem; }
  .room-index small { font-size: .66rem; line-height: 1.52; }
  .room-index li:nth-child(26), .room-index li:nth-child(51), .room-index li:nth-child(76) { margin-top: 76px; }
  .site-footer { min-height: 330px; padding: 48px 17px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: .62rem; }
  .site-footer p { text-align: left; }
  .site-footer nav { display: grid; gap: 0; }
}

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