.observatory {
  --bg: #050705;
  --panel: rgba(8, 12, 11, 0.88);
  --panel-strong: rgba(8, 13, 12, 0.96);
  --line: rgba(202, 222, 214, 0.2);
  --text: #f1f4ee;
  --muted: #9cabaa;
  --accent: #8ad6c0;
  --accent-2: #f3c969;
  --hot: #ec7272;
  background: #050705;
}

.observatory #volume-canvas {
  background: #050705;
}

.observatory .site-header {
  align-items: flex-start;
  padding: 1.15rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(202, 222, 214, 0.12);
  background: rgba(5, 7, 5, 0.82);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.observatory .brand {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.observatory .brand-mark {
  border-color: #f3c969;
  border-radius: 2px;
  box-shadow: 0 0 1.5rem rgba(243, 201, 105, 0.34);
  transform: rotate(45deg);
}

.observatory .top-nav {
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.observatory .top-nav a {
  min-height: 2.15rem;
  padding: 0 0.72rem;
  border-left: 1px solid rgba(202, 222, 214, 0.14);
  border-radius: 0;
  color: #aebcb8;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.observatory .top-nav a:hover {
  background: #f3c969;
  color: #10130f;
}

.observatory .hero {
  align-items: center;
  min-height: 94vh;
  padding: 13vh 4vw 12vh;
}

.observatory .hero::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 40vw;
  background: linear-gradient(90deg, rgba(5, 7, 5, 0.98) 0%, rgba(5, 7, 5, 0.9) 72%, transparent);
  content: "";
  pointer-events: none;
}

.observatory .hero-copy {
  position: relative;
  z-index: 1;
  width: min(38rem, 42vw);
  margin: 0;
  text-shadow: none;
  transform: none;
}

.observatory .eyebrow,
.observatory .kicker {
  color: #f3c969;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.observatory .hero .eyebrow {
  font-size: 0.76rem;
}

.observatory h1,
.observatory h2 {
  font-weight: 620;
  line-height: 1.02;
}

.observatory h1 {
  max-width: 11ch;
  font-size: clamp(3.3rem, 5.7vw, 5.7rem);
}

.observatory .hero p:not(.eyebrow) {
  width: min(34rem, 100%);
  color: #cad4d0;
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.62;
}

.observatory .hero .hero-role {
  max-width: 21ch;
  margin-top: 0.8rem;
  color: #f1f4ee;
  font-size: clamp(1.35rem, 2.15vw, 2.05rem);
  font-weight: 520;
  line-height: 1.2;
}

.observatory .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.observatory .hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(202, 222, 214, 0.26);
  border-radius: 3px;
  background: rgba(8, 12, 11, 0.76);
  color: #dce6e1;
  font-size: 0.74rem;
  font-weight: 760;
  backdrop-filter: blur(14px);
}

.observatory .hero-actions a:hover,
.observatory .hero-actions .primary-action {
  border-color: #f3c969;
  background: #f3c969;
  color: #10130f;
}

.observatory .scroll-cue {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.5rem;
  color: #d9e3de;
  font: 700 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  pointer-events: auto;
  text-transform: uppercase;
}

.observatory .scroll-cue span {
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  border: 1px solid rgba(243, 201, 105, 0.58);
  color: #f3c969;
}

.galaxy-credit {
  position: absolute;
  z-index: 3;
  bottom: 1.15rem;
  left: 4vw;
  color: rgba(202, 212, 208, 0.58);
  font: 500 0.6rem/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  pointer-events: auto;
}

.galaxy-credit a {
  color: rgba(220, 230, 225, 0.72);
  text-decoration-color: rgba(220, 230, 225, 0.28);
  text-underline-offset: 0.18em;
}

.galaxy-credit a:hover {
  color: #f3c969;
}

.observatory .hero-citations a,
.observatory .citation-list a {
  min-height: 2.2rem;
  border-color: rgba(138, 214, 192, 0.35);
  border-radius: 3px;
  background: rgba(8, 13, 12, 0.82);
  color: #bcebdc;
  font-size: 0.72rem;
}

.observatory .story-panel {
  width: min(35rem, 39vw);
  margin-right: auto;
  margin-left: 0;
  padding: 0 clamp(2rem, 4vw, 4rem) 25vh 4vw;
  background: linear-gradient(90deg, rgba(5, 7, 5, 0.98) 0%, rgba(5, 7, 5, 0.93) 82%, transparent);
}

.observatory .story-card {
  position: relative;
  justify-content: center;
  padding: 14vh 0;
}

.observatory .story-card::before {
  position: absolute;
  top: 12vh;
  left: 0;
  width: 3rem;
  height: 1px;
  background: #f3c969;
  content: "";
}

.observatory .story-card h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 3.35vw, 3.55rem);
  text-shadow: none;
}

.observatory .story-card p:not(.kicker) {
  color: #c4cfcb;
  font-size: clamp(0.9rem, 1.04vw, 1rem);
  line-height: 1.65;
  text-shadow: none;
}

.observatory .field-notes {
  display: grid;
  gap: 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(202, 222, 214, 0.16);
}

.observatory .field-notes span {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.7rem;
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(202, 222, 214, 0.1);
  color: #97a6a2;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.65rem;
  line-height: 1.35;
}

.observatory .field-notes strong {
  color: #e4eae6;
  font-weight: 650;
}

.observatory .map-console {
  right: 1.25rem;
  left: auto;
  bottom: 1.25rem;
  width: min(15.75rem, calc(100vw - 2.5rem));
  max-height: calc(100vh - 6.5rem);
  overflow-y: auto;
  border-color: rgba(202, 222, 214, 0.22);
  border-radius: 3px;
  background: rgba(8, 12, 11, 0.9);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.38);
  scrollbar-color: rgba(138, 214, 192, 0.42) transparent;
  scrollbar-width: thin;
}

.observatory .map-console.is-collapsed {
  width: 2.25rem;
  padding: 0.28rem;
  overflow: hidden;
  border-color: rgba(202, 222, 214, 0.28);
  background: rgba(8, 12, 11, 0.72);
  box-shadow: none;
}

.observatory .map-console.is-collapsed .console-row {
  min-height: 1.65rem;
  gap: 0;
}

.observatory .map-console.is-collapsed .console-label,
.observatory .map-console.is-collapsed #active-map-name {
  display: none;
}

.observatory .map-console.is-collapsed .console-toggle {
  flex-basis: 1.65rem;
  width: 1.65rem;
  height: 1.65rem;
  border-color: transparent;
  background: transparent;
  color: #f3c969;
}

.observatory .layer-button,
.observatory .control-button,
.observatory .console-toggle {
  border-radius: 2px;
}

.observatory .layer-button:hover,
.observatory .control-button:hover,
.observatory .layer-button.is-active,
.observatory .control-button.is-active {
  border-color: rgba(138, 214, 192, 0.76);
  background: rgba(138, 214, 192, 0.14);
}

.observatory .progress-fill {
  border-radius: 0;
  background: linear-gradient(90deg, #8ad6c0, #f3c969, #ec7272);
}

.observatory .explore-tools {
  display: grid;
  gap: 0.48rem;
  margin-top: 0.62rem;
  padding-top: 0.62rem;
  border-top: 1px solid rgba(202, 222, 214, 0.14);
}

.observatory .explore-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.28rem;
}

.observatory .explore-mode-button {
  min-height: 1.9rem;
  padding: 0.28rem 0.34rem;
  border: 1px solid rgba(202, 222, 214, 0.18);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.025);
  color: #b9c4c0;
  cursor: pointer;
  font: 700 0.61rem/1.05 Inter, ui-sans-serif, system-ui, sans-serif;
}

.observatory .explore-mode-button:hover,
.observatory .explore-mode-button.is-active {
  border-color: rgba(138, 214, 192, 0.72);
  background: rgba(138, 214, 192, 0.13);
  color: #eef5f1;
}

.observatory .explore-options {
  display: grid;
  gap: 0.42rem;
  padding: 0.48rem;
  border-left: 1px solid rgba(243, 201, 105, 0.5);
  background: rgba(255, 255, 255, 0.018);
}

.observatory .explore-options[hidden],
.observatory .structure-source[hidden] {
  display: none;
}

.observatory .explore-field {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  align-items: center;
  gap: 0.42rem;
  color: #8f9d98;
  font: 650 0.59rem/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.observatory .explore-field select {
  min-width: 0;
  height: 1.7rem;
  padding: 0 0.35rem;
  border: 1px solid rgba(202, 222, 214, 0.2);
  border-radius: 2px;
  background: #0c1210;
  color: #e4eae6;
  font: 650 0.61rem/1 ui-sans-serif, system-ui, sans-serif;
}

.observatory .explore-field input[type="range"] {
  width: 100%;
  accent-color: #f3c969;
}

.observatory #slice-depth-value {
  justify-self: end;
  color: #dbe4df;
  font: 650 0.59rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.observatory .structure-source {
  display: grid;
  gap: 0.24rem;
}

.observatory .structure-source a {
  color: #9eb8ae;
  font: 650 0.57rem/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-decoration: none;
}

.observatory .structure-source a:hover {
  color: #f3c969;
}

.observatory .structure-labels {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.observatory .structure-labels[hidden] {
  display: none;
}

.observatory .structure-label {
  position: absolute;
  display: grid;
  grid-template-columns: 0.42rem auto;
  grid-template-rows: auto auto;
  column-gap: 0.38rem;
  color: #f1f5f1;
  font: 750 0.65rem/1.1 ui-sans-serif, system-ui, sans-serif;
  text-shadow: 0 1px 0.55rem #000, 0 1px 0.2rem #000;
  transform: translate(0.5rem, -50%);
  transition: opacity 120ms ease;
}

.observatory .structure-label::before {
  grid-row: 1 / 3;
  align-self: center;
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #f3c969;
  background: rgba(243, 201, 105, 0.22);
  box-shadow: 0 0 0.55rem rgba(243, 201, 105, 0.72);
  content: "";
  transform: rotate(45deg);
}

.observatory .structure-label small {
  color: #aab7b2;
  font: 600 0.54rem/1.1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.observatory .standalone-section {
  min-height: 76vh;
  border-top: 1px solid rgba(202, 222, 214, 0.14);
  background: #080c0b;
}

.observatory .standalone-copy {
  margin-left: 0;
}

.observatory .standalone-copy h2 {
  max-width: 16ch;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.observatory .publications-section {
  min-height: 100vh;
  background: #0a0f0d;
}

.observatory .publications-copy {
  width: min(72rem, 100%);
}

.observatory .publications-copy > p:not(.kicker) {
  margin-bottom: 2.2rem;
}

.observatory .publication-list {
  border-top: 1px solid rgba(202, 222, 214, 0.2);
}

.observatory .standalone-copy .publication-item {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1.5rem;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 1.1rem 0;
  border: 0;
  border-bottom: 1px solid rgba(202, 222, 214, 0.14);
  border-radius: 0;
  background: transparent;
  color: #edf3ef;
}

.observatory .standalone-copy .publication-item:hover {
  padding-left: 0.75rem;
  border-bottom-color: rgba(243, 201, 105, 0.65);
  background: rgba(243, 201, 105, 0.045);
  color: #fff;
}

.observatory .publication-item > span:last-child {
  display: grid;
  gap: 0.38rem;
}

.observatory .publication-item strong {
  max-width: 62rem;
  font-size: clamp(0.98rem, 1.35vw, 1.2rem);
  line-height: 1.36;
}

.observatory .publication-item small {
  color: #95a59f;
  font: 620 0.7rem/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.observatory .publication-year {
  color: #f3c969;
  font: 760 0.75rem/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.observatory .publication-year small {
  display: block;
  width: max-content;
  margin-top: 0.35rem;
  padding: 0.15rem 0.28rem;
  background: #f3c969;
  color: #10130f;
  font-size: 0.55rem;
  text-transform: uppercase;
}

.observatory .standalone-copy .cv-callout {
  margin-top: 1.6rem;
  border-color: #f3c969;
  background: #f3c969;
  color: #10130f;
}

.observatory .standalone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.observatory .standalone-copy a {
  border-radius: 3px;
}

.observatory.subpage {
  background: #050705;
}

.observatory .simulation-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  padding: 16vh 5vw 10vh;
  overflow: hidden;
}

.observatory .simulation-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.97), rgba(5, 7, 5, 0.52) 52%, rgba(5, 7, 5, 0.12)),
    linear-gradient(0deg, rgba(5, 7, 5, 0.98), transparent 58%);
  content: "";
}

.observatory .simulation-hero-media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.observatory .simulation-hero-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.observatory .simulation-hero .subpage-copy {
  position: relative;
  z-index: 1;
  width: min(46rem, 60vw);
}

.observatory .simulation-hero h1 {
  max-width: 11ch;
  font-size: clamp(3.8rem, 7.5vw, 7.6rem);
}

.observatory .simulation-hero p:not(.kicker) {
  width: min(40rem, 100%);
}

.observatory .simulation-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 72vh;
  padding: 14vh 6vw;
  border-top: 1px solid rgba(202, 222, 214, 0.12);
  background: #080c0b;
}

.observatory .simulation-story:nth-of-type(odd) {
  background: #0b0e0c;
}

.observatory .simulation-story-copy {
  width: min(52rem, 100%);
}

.observatory .simulation-story-copy h2 {
  max-width: 14ch;
  font-size: clamp(2.7rem, 5vw, 5.3rem);
}

.observatory .simulation-story-copy p:not(.kicker) {
  width: min(45rem, 100%);
  color: #c4cfcb;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}

.observatory .simulation-story-media {
  grid-template-columns: minmax(22rem, 1.1fr) minmax(20rem, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.observatory .simulation-story-media .simulation-inline {
  width: 100%;
  margin: 0;
}

.observatory .simulation-story-media img {
  max-height: 74vh;
  border-radius: 3px;
}

.observatory .simulation-bridge {
  min-height: 62vh;
  background: #10130f;
}

@media (max-width: 900px) {
  .observatory .top-nav a {
    padding: 0 0.48rem;
    font-size: 0.62rem;
  }

  .observatory .hero-copy {
    width: min(31rem, 42vw);
  }

  .observatory .story-panel {
    width: min(32rem, 43vw);
  }

  .observatory .simulation-story-media {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .observatory .site-header {
    border-bottom: 0;
    background: linear-gradient(180deg, rgba(5, 7, 5, 0.92), transparent);
  }

  .observatory .hero {
    align-items: flex-start;
    min-height: 100vh;
    padding: 14vh 1rem 24vh;
  }

  .observatory .hero::after {
    width: 100%;
    background: linear-gradient(180deg, rgba(5, 7, 5, 0.9), rgba(5, 7, 5, 0.36) 64%, transparent);
  }

  .observatory .hero-copy {
    width: min(31rem, 94vw);
  }

  .observatory h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .observatory .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(19rem, 100%);
  }

  .observatory .scroll-cue {
    right: 1rem;
    bottom: 1.1rem;
  }

  .galaxy-credit {
    right: 1rem;
    bottom: 4.5rem;
    left: 1rem;
    max-width: 22rem;
  }

  .observatory .standalone-copy .publication-item {
    grid-template-columns: 4.25rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .observatory .publication-item strong {
    font-size: 0.9rem;
  }

  .observatory .story-panel {
    width: 100%;
    padding: 0 1rem 28vh;
    background: linear-gradient(90deg, rgba(5, 7, 5, 0.9), rgba(5, 7, 5, 0.48));
  }

  .observatory .story-card {
    justify-content: flex-end;
    padding: 14vh 0 27vh;
  }

  .observatory .map-console {
    right: auto;
    left: 0.65rem;
  }

  .observatory .simulation-hero {
    align-items: flex-end;
    padding: 18vh 1rem 9vh;
  }

  .observatory .simulation-hero::after {
    background:
      linear-gradient(0deg, rgba(5, 7, 5, 0.98), rgba(5, 7, 5, 0.5) 62%, rgba(5, 7, 5, 0.18)),
      linear-gradient(90deg, rgba(5, 7, 5, 0.72), transparent);
  }

  .observatory .simulation-hero .subpage-copy {
    width: 100%;
  }

  .observatory .simulation-hero h1 {
    font-size: clamp(3.5rem, 16vw, 5.6rem);
  }

  .observatory .simulation-story {
    padding: 11vh 1rem;
  }
}

/* Research results */

.results-page {
  background: #050705;
}

.results-page .kicker,
.results-page .top-nav a,
.results-page .brand {
  letter-spacing: 0;
}

.results-page .top-nav a[aria-current="page"] {
  background: #f3c969;
  color: #10130f;
}

.results-main {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.results-page .results-main {
  pointer-events: none;
}

.results-page .results-hero-copy,
.results-page .results-scroll-cue,
.results-page .galaxy-credit,
.results-page .results-publication-index,
.results-page .publication-stream,
.results-page .results-footer {
  pointer-events: auto;
}

.results-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 94vh;
  padding: 18vh 5vw 10vh;
  overflow: hidden;
  border-bottom: 1px solid rgba(202, 222, 214, 0.14);
}

.results-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.98) 0%, rgba(5, 7, 5, 0.82) 38%, rgba(5, 7, 5, 0.2) 72%),
    linear-gradient(0deg, rgba(5, 7, 5, 0.96) 0%, transparent 48%);
  content: "";
  pointer-events: none;
}

.results-hero-media {
  position: absolute;
  inset: -3rem -2rem;
  margin: 0;
}

.results-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(1.12) contrast(1.08);
  object-fit: cover;
  object-position: 55% 48%;
}

.results-hero-galaxy .results-hero-media img {
  filter: brightness(0.72) saturate(0.82) contrast(1.08);
  object-position: center;
}

.results-hero-copy {
  position: relative;
  z-index: 1;
  width: min(49rem, 58vw);
}

.results-hero-copy h1 {
  max-width: 12ch;
  margin: 0.55rem 0 1.2rem;
  color: #f4f5f0;
  font-size: clamp(3.6rem, 7vw, 7.25rem);
  font-weight: 620;
  line-height: 0.98;
}

.results-hero-copy > p:not(.kicker) {
  width: min(42rem, 100%);
  margin: 0;
  color: #cad4d0;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.66;
}

.results-hero-actions,
.results-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.45rem;
}

.results-hero-actions a,
.results-footer-actions a,
.paper-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(202, 222, 214, 0.3);
  border-radius: 3px;
  background: rgba(8, 12, 11, 0.82);
  color: #e0e8e4;
  font-size: 0.74rem;
  font-weight: 760;
  text-decoration: none;
}

.results-hero-actions a:first-child,
.results-footer-actions a:first-child,
.paper-link:hover {
  border-color: #f3c969;
  background: #f3c969;
  color: #10130f;
}

.results-hero-actions a:hover,
.results-footer-actions a:hover {
  border-color: #8ad6c0;
  background: #8ad6c0;
  color: #10130f;
}

.results-scroll-cue {
  position: absolute;
  z-index: 1;
  right: 5vw;
  bottom: 2.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #dce5e1;
  font-size: 0.72rem;
  font-weight: 760;
  text-decoration: none;
  text-transform: uppercase;
}

.results-scroll-cue span {
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  border: 1px solid rgba(243, 201, 105, 0.7);
  color: #f3c969;
}

.results-years {
  position: sticky;
  z-index: 3;
  top: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-height: 3rem;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(202, 222, 214, 0.14);
  background: rgba(5, 7, 5, 0.9);
  backdrop-filter: blur(18px);
}

.results-years span,
.results-years a {
  padding: 0.35rem 0.8rem;
  border-left: 1px solid rgba(202, 222, 214, 0.14);
  color: #aab7b2;
  font: 700 0.66rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-decoration: none;
}

.results-years span {
  margin-right: auto;
  border-left: 0;
  color: #f3c969;
  text-transform: uppercase;
}

.results-years a:hover {
  color: #10130f;
  background: #f3c969;
}

.results-publication-index {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(28rem, 1.28fr);
  gap: clamp(3rem, 7vw, 8rem);
  padding: 12vh 5vw;
  border-bottom: 1px solid rgba(202, 222, 214, 0.14);
  background: #080c0b;
  scroll-margin-top: 5rem;
}

.results-index-heading {
  width: min(33rem, 100%);
}

.results-index-heading h2 {
  max-width: 11ch;
  margin: 0.55rem 0 0;
  color: #f1f4ee;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  line-height: 1.02;
}

.results-index-list {
  border-top: 1px solid rgba(202, 222, 214, 0.22);
}

.results-index-list a {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 4.7rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(202, 222, 214, 0.14);
  color: #dfe7e3;
  text-decoration: none;
}

.results-index-list a:hover {
  padding-left: 0.7rem;
  border-bottom-color: rgba(243, 201, 105, 0.68);
  background: rgba(243, 201, 105, 0.045);
  color: #fff;
}

.results-index-list span {
  color: #f3c969;
  font: 730 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.results-index-list strong {
  font-size: clamp(0.94rem, 1.25vw, 1.14rem);
  line-height: 1.35;
}

.publication-stream {
  padding: 0 5vw;
  background: #080c0b;
}

.publication-result {
  position: relative;
  scroll-margin-top: 5rem;
}

.publication-result:nth-child(even) {
  background: #0b0e0c;
  box-shadow: 0 0 0 100vmax #0b0e0c;
  clip-path: inset(0 -100vmax);
}

.publication-order {
  margin: 0 0 1.3rem;
  color: #f3c969;
  font: 730 0.7rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
}

.publication-citation {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: #8f9e99;
  font-size: 0.76rem;
  line-height: 1.5;
}

.publication-result-highlight {
  position: relative;
  margin-top: 12vh;
  padding: 11vh 0 13vh;
}

.publication-result-highlight::before {
  position: absolute;
  z-index: 0;
  inset: 0 50%;
  width: 100vw;
  border-top: 1px solid rgba(243, 201, 105, 0.26);
  border-bottom: 1px solid rgba(243, 201, 105, 0.18);
  background: #10130f;
  content: "";
  transform: translateX(-50%);
}

.publication-result-highlight > * {
  position: relative;
  z-index: 1;
}

.publication-result-followup {
  margin-top: 11vh;
  padding-top: 10vh;
  border-top: 1px solid rgba(202, 222, 214, 0.16);
}

.results-year {
  padding: 12vh 5vw 8vh;
  scroll-margin-top: 7.4rem;
  border-bottom: 1px solid rgba(202, 222, 214, 0.14);
  background: #080c0b;
}

.results-year:nth-of-type(odd) {
  background: #0b0e0c;
}

.results-year-header {
  display: grid;
  grid-template-columns: minmax(5rem, 8rem) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  width: min(92rem, 100%);
  margin: 0 auto 10vh;
}

.results-year-number {
  margin: 0;
  color: #f3c969;
  font: 720 clamp(1.5rem, 3.5vw, 3.2rem)/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.results-year-header h2 {
  max-width: 16ch;
  margin: 0.55rem 0 0;
  color: #f1f4ee;
  font-size: clamp(2.9rem, 5.6vw, 6rem);
  font-weight: 620;
  line-height: 1;
}

.result-paper {
  width: min(92rem, 100%);
  margin: 0 auto;
  padding: 10vh 0 13vh;
  border-top: 1px solid rgba(202, 222, 214, 0.17);
}

.result-paper:first-of-type {
  border-top-color: rgba(243, 201, 105, 0.5);
}

.result-paper-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  width: min(72rem, 100%);
  margin-bottom: 1.15rem;
}

.result-paper-header-compact {
  grid-template-columns: minmax(0, 1fr);
}

.result-paper h3 {
  max-width: 21ch;
  margin: 0.45rem 0 0;
  color: #f1f4ee;
  font-size: clamp(2.3rem, 4.5vw, 4.8rem);
  font-weight: 620;
  line-height: 1.04;
}

.paper-label {
  margin: 0;
  color: #8ad6c0;
  font: 720 0.7rem/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
}

.paper-link {
  flex-shrink: 0;
  border-color: rgba(138, 214, 192, 0.42);
  color: #bcebdc;
}

.result-lede,
.standout-copy p:not(.paper-label) {
  width: min(48rem, 100%);
  margin: 0 0 3rem;
  color: #bfcbc6;
  font-size: clamp(1rem, 1.3vw, 1.17rem);
  line-height: 1.72;
}

.result-figure {
  margin: 3.25rem 0 0;
}

.result-figure img,
.result-figure video {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(202, 222, 214, 0.15);
  border-radius: 3px;
  background: #020302;
  box-shadow: 0 1.6rem 5rem rgba(0, 0, 0, 0.24);
}

.result-figure figcaption {
  width: min(52rem, 100%);
  margin-top: 0.7rem;
  color: #95a59f;
  font-size: 0.75rem;
  line-height: 1.5;
}

.result-figure-wide {
  width: 100%;
}

.result-slice-pair {
  display: grid;
  gap: 1rem;
}

.result-slice-pair img {
  width: 100%;
}

.result-figure-portrait {
  width: min(72rem, 100%);
}

.result-media-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.result-media-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-media-grid .result-figure {
  min-width: 0;
}

.result-media-grid .result-figure img {
  aspect-ratio: 1.42 / 1;
  object-fit: contain;
}

.result-video-frame,
.result-gif-frame {
  width: min(76rem, 100%);
}

.result-faceon-gif {
  width: min(46rem, 100%);
}

.result-video-frame video {
  max-height: 78vh;
  object-fit: contain;
}

.result-gif-frame img {
  max-height: 78vh;
  object-fit: contain;
}

.result-paper-standout {
  position: relative;
  width: min(100rem, 100%);
  padding-top: 13vh;
  padding-bottom: 15vh;
}

.result-paper-standout::before {
  position: absolute;
  z-index: 0;
  inset: 0 50%;
  width: 100vw;
  background: #10130f;
  content: "";
  transform: translateX(-50%);
}

.result-paper-standout > * {
  position: relative;
  z-index: 1;
}

.standout-copy {
  width: min(72rem, 100%);
}

.standout-copy h3 {
  max-width: 18ch;
  font-size: clamp(2.9rem, 5.8vw, 6.2rem);
}

.standout-copy p:not(.paper-label) {
  margin-top: 1.4rem;
}

.results-footer {
  min-height: 68vh;
  padding: 14vh 5vw;
  background: #10130f;
}

.results-footer h2 {
  max-width: 17ch;
  margin: 0.55rem 0 0;
  color: #f1f4ee;
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
  line-height: 1.02;
}

@media (max-width: 900px) {
  .results-hero-copy {
    width: min(42rem, 70vw);
  }

  .results-year-header {
    grid-template-columns: 5rem minmax(0, 1fr);
  }

  .results-publication-index {
    grid-template-columns: 1fr;
  }

  .results-index-heading h2 {
    max-width: 14ch;
  }
}

@media (max-width: 780px) {
  .observatory .top-nav {
    position: fixed;
    z-index: 8;
    top: 0.55rem;
    right: 0.55rem;
    bottom: auto;
    left: 0.55rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(202, 222, 214, 0.25);
    background: rgba(5, 7, 5, 0.94);
    box-shadow: 0 0.7rem 2rem rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
  }

  .observatory .top-nav a {
    justify-content: center;
    min-width: 0;
    padding: 0 0.28rem;
    border-left: 1px solid rgba(202, 222, 214, 0.13);
    font-size: 0.58rem;
    text-align: center;
  }

  .observatory .top-nav a:first-child {
    border-left: 0;
  }

  .observatory .brand {
    display: none;
  }

  .results-hero {
    min-height: 92vh;
    padding: 15vh 1rem 11vh;
  }

  .results-hero::after {
    background:
      linear-gradient(0deg, rgba(5, 7, 5, 0.98) 0%, rgba(5, 7, 5, 0.54) 67%, rgba(5, 7, 5, 0.2)),
      linear-gradient(90deg, rgba(5, 7, 5, 0.72), transparent);
  }

  .results-hero-copy {
    width: 100%;
  }

  .results-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(3.3rem, 15vw, 5.2rem);
  }

  .results-hero-actions {
    display: grid;
    width: min(20rem, 100%);
  }

  .results-scroll-cue {
    display: none;
  }

  .results-page .galaxy-credit {
    bottom: 1.25rem;
  }

  .results-years {
    top: 0;
    padding: 0 0.4rem;
  }

  .results-years span,
  .results-years a {
    padding-right: 0.58rem;
    padding-left: 0.58rem;
    font-size: 0.6rem;
  }

  .results-publication-index {
    gap: 3rem;
    padding: 10vh 1rem;
    scroll-margin-top: 4rem;
  }

  .results-index-heading h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .results-index-list a {
    grid-template-columns: 3.6rem minmax(0, 1fr);
  }

  .publication-stream {
    padding: 0 1rem;
  }

  .publication-result {
    scroll-margin-top: 4rem;
  }

  .publication-result-highlight {
    margin-top: 9vh;
    padding: 9vh 0 11vh;
  }

  .publication-result-followup {
    margin-top: 8vh;
    padding-top: 8vh;
  }

  .results-year {
    padding: 10vh 1rem 6vh;
    scroll-margin-top: 3rem;
  }

  .results-year-header {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 7vh;
  }

  .results-year-number {
    font-size: 1rem;
  }

  .results-year-header h2 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .result-paper {
    padding: 8vh 0 11vh;
  }

  .result-paper-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.2rem;
  }

  .result-paper h3,
  .standout-copy h3 {
    font-size: clamp(2.2rem, 10vw, 3.7rem);
  }

  .paper-link {
    width: max-content;
  }

  .result-lede {
    margin-bottom: 2rem;
  }

  .result-media-grid-two {
    grid-template-columns: 1fr;
  }

  .result-figure {
    margin-top: 2.25rem;
  }

  .result-media-grid .result-figure img {
    aspect-ratio: auto;
  }

  .result-paper-standout {
    padding-top: 10vh;
    padding-bottom: 12vh;
  }

  .results-footer {
    min-height: 60vh;
    padding: 12vh 1rem;
  }

  .results-footer-actions {
    display: grid;
    width: min(20rem, 100%);
  }
}
