:root {
  color-scheme: dark;
  --ink: #060606;
  --ink-soft: #0d0c0b;
  --paper: #f4efe5;
  --muted: #aaa194;
  --quiet: #746e65;
  --gold: #c9a96a;
  --gold-bright: #f0d89d;
  --line: rgba(201, 169, 106, .2);
  --crystal: rgba(210, 235, 230, .16);
  --focus: #f4d58a;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(ellipse at 50% 15%, rgba(101, 72, 39, .12), transparent 38rem),
    var(--ink);
  font-family: var(--sans);
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.visually-hidden {
  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: 100;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  color: #16120b;
  background: var(--focus);
  transform: translateY(-180%);
  transition: transform .18s ease;
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1320px, calc(100% - 48px));
  height: 72px;
  border-bottom: 1px solid rgba(240, 216, 157, .18);
  transform: translateX(-50%);
}

.brand {
  font-family: var(--serif);
  font-size: .98rem;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.primary-nav {
  display: flex;
  gap: 1.35rem;
}

.primary-nav a {
  padding: .4rem .05rem;
  color: #cbc3b6;
  border-bottom: 1px solid transparent;
  font-size: .7rem;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--gold-bright);
  border-color: var(--gold);
  outline: none;
}

.record-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background: #050505;
}

.record-hero-image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.record-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.18) 0 13%, transparent 35% 68%, rgba(3,3,3,.72) 100%),
    linear-gradient(90deg, rgba(0,0,0,.24), transparent 30% 74%, rgba(0,0,0,.18));
}

.record-hero-entry {
  position: absolute;
  bottom: clamp(2rem, 5vh, 4rem);
  left: max(24px, calc((100% - 1320px) / 2));
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.record-hero-entry p {
  margin: 0;
  color: #d9d0c2;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.record-hero-entry strong { color: var(--gold-bright); }

.record-hero-entry a {
  padding: .75rem 1rem;
  color: #1a1409;
  background: var(--gold-bright);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.record-hero-entry a:hover,
.record-hero-entry a:focus-visible {
  background: #fff0bd;
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  transform: translateY(-2px);
}

.record-index {
  position: sticky;
  z-index: 15;
  top: 0;
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.8rem);
  min-height: 54px;
  padding: 0 1.25rem;
  overflow-x: auto;
  border-top: 1px solid rgba(255,255,255,.04);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 6, .9);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.record-index::-webkit-scrollbar { display: none; }

.record-index a {
  display: flex;
  align-items: center;
  min-height: 54px;
  color: var(--muted);
  font-size: .64rem;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.record-index a:hover,
.record-index a:focus-visible {
  color: var(--gold-bright);
  outline: none;
}

.narration-exhibit {
  background:
    radial-gradient(circle at 72% 18%, rgba(201,169,106,.09), transparent 30rem),
    linear-gradient(135deg, #0c0a08 0%, #080706 56%, #0b0907 100%);
}

.narration-shell {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(420px, 1.28fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.narration-heading .exhibit-number { margin-bottom: 1.3rem; }

.narration-heading h2 {
  max-width: 7ch;
  margin-bottom: 1.2rem;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6.8vw, 6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .86;
}

.narration-heading > p:last-child {
  margin-bottom: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.narration-artifact {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(227,195,124,.3);
  background:
    linear-gradient(115deg, rgba(255,255,255,.04), transparent 30%),
    rgba(14, 12, 10, .9);
  box-shadow:
    0 40px 90px rgba(0,0,0,.36),
    inset 0 1px rgba(255,255,255,.08),
    inset 0 -1px rgba(201,169,106,.1);
}

.narration-artifact::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255,255,255,.045);
  content: "";
  pointer-events: none;
}

.narration-control {
  position: relative;
  display: flex;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: center;
}

.narration-play {
  display: inline-flex;
  flex: 0 0 auto;
  gap: .7rem;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  min-height: 3.15rem;
  padding: .8rem 1.1rem;
  border: 1px solid var(--gold);
  color: #171107;
  background: var(--gold-bright);
  font: inherit;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.narration-play:hover,
.narration-play:focus-visible {
  background: #fff0bd;
  box-shadow: 0 10px 28px rgba(201,169,106,.16);
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  transform: translateY(-2px);
}

.play-mark { font-size: .72rem; }

.narration-readout {
  display: grid;
  gap: .35rem;
  min-width: 0;
}

.narration-readout p,
.narration-readout span {
  margin: 0;
  color: var(--muted);
  font-size: .6rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.narration-readout strong {
  overflow: hidden;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.narration-progress { margin-top: 2.2rem; }
.narration-progress label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.narration-progress input {
  width: 100%;
  height: 2px;
  margin: 0;
  border: 0;
  appearance: none;
  background: linear-gradient(to right, var(--gold-bright) 0 var(--narration-progress, 0%), rgba(255,255,255,.15) var(--narration-progress, 0%) 100%);
  cursor: pointer;
}

.narration-progress input::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #f6e4b6;
  border-radius: 50%;
  appearance: none;
  background: var(--gold-bright);
  box-shadow: 0 0 0 4px rgba(201,169,106,.1);
}

.narration-progress input::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #f6e4b6;
  border-radius: 50%;
  background: var(--gold-bright);
}

.narration-progress input:focus-visible { outline: 2px solid var(--focus); outline-offset: 8px; }

.narration-progress > div {
  display: flex;
  justify-content: space-between;
  margin-top: .75rem;
  color: #8f887e;
  font-size: .58rem;
  letter-spacing: .12em;
}

.listen-note {
  margin: 1.5rem 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: .9rem;
  font-style: italic;
  letter-spacing: .02em;
}

.transcript {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.transcript summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 0;
  color: var(--paper);
  cursor: pointer;
  list-style: none;
}

.transcript summary::-webkit-details-marker { display: none; }

.transcript summary span {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.transcript summary span::after {
  margin-left: .75rem;
  color: var(--gold);
  content: "+";
}

.transcript[open] summary span::after { content: "−"; }

.transcript summary small {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.transcript summary:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; }

.transcript-copy {
  max-width: 850px;
  padding: 1rem 0 3rem;
}

.transcript-copy p {
  margin-bottom: 1.25rem;
  color: #c5beb3;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.75;
}

.transcript-copy time {
  display: inline-block;
  min-width: 4.3rem;
  color: var(--gold);
  font-family: var(--sans);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .12em;
  vertical-align: .15em;
}

.transcript-copy .transcript-note {
  margin-bottom: 2rem;
  color: #8f887e;
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.exhibit {
  position: relative;
  scroll-margin-top: 54px;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(255,255,255,.045);
}

.exhibit-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.exhibit-heading {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr);
  gap: 1rem 5rem;
  align-items: end;
  margin-bottom: clamp(2.6rem, 6vw, 5rem);
}

.exhibit-heading .exhibit-number { grid-column: 1 / -1; }
.exhibit-heading.narrow { max-width: 940px; }

.exhibit-number,
.label {
  margin: 0;
  color: var(--gold);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

h2,
h3,
p { margin-top: 0; }

h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}

.exhibit-heading h2,
.exhibit-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  letter-spacing: -.045em;
  line-height: .92;
}

.exhibit-heading > p:last-child,
.exhibit-copy > p {
  margin-bottom: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.65vw, 1.25rem);
  line-height: 1.65;
}

.summary-exhibit {
  background:
    radial-gradient(circle at 78% 30%, rgba(201,169,106,.07), transparent 29rem),
    #0a0908;
}

.face-card {
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  border: 1px solid var(--line);
  background: rgba(17, 15, 13, .82);
  box-shadow: 0 35px 70px rgba(0,0,0,.24);
}

.face-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.face-facts div {
  min-height: 118px;
  padding: 1.2rem;
  border-right: 1px solid rgba(255,255,255,.055);
  border-bottom: 1px solid rgba(255,255,255,.055);
}

.face-facts div:nth-child(even) { border-right: 0; }
.face-facts div:nth-last-child(-n+2) { border-bottom: 0; }

.face-facts dt {
  margin-bottom: .72rem;
  color: var(--quiet);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.face-facts dd {
  margin: 0;
  color: #eee7da;
  font-family: var(--serif);
  font-size: 1.04rem;
  line-height: 1.35;
}

.face-facts dd span {
  color: #8f887d;
  font-family: var(--sans);
  font-size: .72rem;
}

.why-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  border-left: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(201,169,106,.11), transparent 62%),
    #11100e;
}

.why-card p:last-child {
  margin: 1.35rem 0 0;
  color: #ded5c6;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  line-height: 1.5;
}

.story-exhibit { background: #070707; }

.story-beats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.story-beats article {
  min-height: 310px;
  padding: 2.2rem;
  border-right: 1px solid var(--line);
}

.story-beats article:last-child { border-right: 0; }

.story-beats span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2.4rem;
}

.story-beats h3 {
  margin: 4rem 0 1rem;
  font-size: 1.75rem;
}

.story-beats p,
.bbs-narrative p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.72;
}

.studio-exhibit {
  background:
    linear-gradient(90deg, rgba(58,39,23,.16), transparent 46%),
    #0c0a08;
}

.split-exhibit {
  display: grid;
  grid-template-columns: minmax(280px, .88fr) minmax(400px, 1.12fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.archive-photo {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 3.6rem;
  border: 1px solid rgba(240,230,213,.18);
  background: #12100d;
  box-shadow: 0 38px 70px rgba(0,0,0,.42);
  transform: rotate(-1deg);
}

.archive-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: sepia(.12) contrast(1.04);
}

.archive-photo figcaption {
  position: absolute;
  bottom: 1.2rem;
  left: 1rem;
  color: #81786c;
  font-size: .6rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.exhibit-copy .exhibit-number { margin-bottom: 1.3rem; }
.exhibit-copy h2 { margin-bottom: 2rem; }
.exhibit-copy > p + p { margin-top: 1.4rem; }

.equipment-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.equipment-ledger div {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  min-height: 94px;
  padding: 1.2rem;
  background: #0b0a09;
}

.equipment-ledger span {
  color: var(--quiet);
  font-size: .58rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.equipment-ledger strong {
  color: #e4dccf;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
}

.bbs-exhibit {
  background:
    radial-gradient(ellipse at 50% 52%, rgba(58, 100, 90, .08), transparent 38rem),
    #070909;
}

.bbs-heading { margin-bottom: 3rem; }

.node-panel {
  display: grid;
  grid-template-columns: .8fr 1.7fr;
  border: 1px solid rgba(160, 210, 198, .16);
  background: rgba(9, 15, 14, .8);
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}

.node-identity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  border-right: 1px solid rgba(160, 210, 198, .14);
}

.node-identity strong {
  margin: .7rem 0;
  color: #d9eee8;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -.05em;
}

.node-identity span {
  color: #74857f;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .7rem;
}

.node-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.node-stats div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 142px;
  padding: 1.6rem;
  border-right: 1px solid rgba(160, 210, 198, .1);
  border-bottom: 1px solid rgba(160, 210, 198, .1);
}

.node-stats div:nth-child(even) { border-right: 0; }
.node-stats div:nth-last-child(-n+2) { border-bottom: 0; }

.node-stats strong {
  color: #d5e6e1;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}

.node-stats span {
  margin-top: .45rem;
  color: #72817d;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bbs-narrative {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.6rem;
  margin-top: 4rem;
}

.bbs-narrative article { padding-top: 1.5rem; border-top: 1px solid rgba(160,210,198,.15); }
.bbs-narrative h3 { margin-bottom: 1rem; color: #e0e9e5; font-size: 1.35rem; }

.evidence-exhibit { background: #0b0a09; }

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.evidence-item {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--paper);
  border: 1px solid rgba(255,255,255,.1);
  background: #121212;
  text-align: left;
  cursor: zoom-in;
}

.evidence-item img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: top;
  filter: saturate(.72) brightness(.72) contrast(1.06);
  transition: filter .35s ease, transform .55s cubic-bezier(.2,.7,.2,1);
}

.evidence-item-wide { grid-column: 1 / -1; }
.evidence-item-wide img { height: 340px; }

.evidence-item span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 2.8rem 1.3rem 1.2rem;
  background: linear-gradient(transparent, rgba(0,0,0,.9));
  color: #aaa49b;
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evidence-item strong {
  color: #eee7dc;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.evidence-item:hover img,
.evidence-item:focus-visible img {
  filter: saturate(.9) brightness(.9) contrast(1.02);
  transform: scale(1.018);
}

.evidence-item:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}

.related-exhibit {
  background:
    radial-gradient(circle at 50% 100%, rgba(201,169,106,.08), transparent 34rem),
    #070706;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.related-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 2rem;
  background: #0d0c0b;
  text-decoration: none;
}

.related-card p {
  color: var(--quiet);
  font-size: .61rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.related-card h3 {
  max-width: 12em;
  margin: auto 0;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.08;
}

.related-card span {
  color: #8c857a;
  font-size: .65rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pending-card { color: #8b857b; }

.live-card {
  background: linear-gradient(145deg, rgba(201,169,106,.12), transparent 65%), #100f0d;
  transition: background .3s ease;
}

.live-card:hover,
.live-card:focus-visible {
  background: linear-gradient(145deg, rgba(201,169,106,.2), transparent 65%), #14120f;
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.live-card span { color: var(--gold-bright); }
.live-card i { font-style: normal; }

.return-link {
  display: inline-block;
  margin-top: 3rem;
  padding-bottom: .35rem;
  color: var(--gold-bright);
  border-bottom: 1px solid var(--gold);
  font-size: .68rem;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem max(24px, calc((100% - 1180px) / 2));
  color: #6f6a63;
  border-top: 1px solid rgba(255,255,255,.04);
  background: #050505;
  font-size: .61rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.evidence-dialog {
  width: min(1120px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  color: var(--paper);
  border: 1px solid rgba(240,216,157,.3);
  background: #090909;
  box-shadow: 0 30px 100px rgba(0,0,0,.8);
}

.evidence-dialog::backdrop {
  background: rgba(0,0,0,.86);
  backdrop-filter: blur(8px);
}

.evidence-dialog img {
  width: 100%;
  height: auto;
}

.evidence-dialog p {
  margin: 0;
  padding: 1rem 1.3rem 1.4rem;
  color: var(--muted);
  font-family: var(--serif);
}

.dialog-close {
  position: sticky;
  z-index: 2;
  top: 0;
  display: block;
  width: 100%;
  padding: .85rem 1rem;
  color: var(--gold-bright);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(8,8,8,.94);
  font-size: .63rem;
  letter-spacing: .15em;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}

.dialog-close:focus-visible { outline: 2px solid var(--focus); outline-offset: -4px; }

@media (max-width: 900px) {
  .record-hero-image { object-position: 59% center; }
  .record-index { justify-content: flex-start; }
  .narration-shell { grid-template-columns: 1fr; }
  .narration-heading h2 { max-width: none; }
  .exhibit-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .face-card { grid-template-columns: 1fr; }
  .why-card { border-top: 1px solid var(--line); border-left: 0; }
  .story-beats { grid-template-columns: 1fr; }
  .story-beats article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-beats article:last-child { border-bottom: 0; }
  .story-beats h3 { margin-top: 2.2rem; }
  .split-exhibit { grid-template-columns: 1fr; }
  .archive-photo { width: min(620px, 100%); }
  .node-panel { grid-template-columns: 1fr; }
  .node-identity { border-right: 0; border-bottom: 1px solid rgba(160,210,198,.14); }
  .bbs-narrative { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 220px; }
}

@media (max-width: 600px) {
  .site-header { width: calc(100% - 30px); height: 64px; }
  .brand { font-size: .82rem; }
  .primary-nav { gap: .75rem; }
  .primary-nav a { font-size: .58rem; }
  .record-hero { min-height: 82svh; }
  .record-hero-image { object-position: 58% center; }
  .record-hero-entry { right: 1rem; bottom: 1.5rem; left: 1rem; justify-content: space-between; gap: .7rem; }
  .record-hero-entry p { font-size: .56rem; }
  .record-hero-entry a { padding: .65rem .75rem; font-size: .55rem; }
  .exhibit { padding: 4.5rem 1rem; }
  .narration-heading h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .narration-artifact { padding: 1.5rem 1.25rem; }
  .narration-control { align-items: flex-start; }
  .narration-readout strong { white-space: normal; }
  .transcript summary small { display: none; }
  .transcript-copy time { display: block; margin-bottom: .3rem; }
  .exhibit-heading h2,
  .exhibit-copy h2 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .face-facts { grid-template-columns: 1fr; padding: 1rem; }
  .face-facts div,
  .face-facts div:nth-child(even),
  .face-facts div:nth-last-child(-n+2) { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.055); }
  .face-facts div:last-child { border-bottom: 0; }
  .equipment-ledger { grid-template-columns: 1fr; }
  .node-stats { grid-template-columns: 1fr; }
  .node-stats div,
  .node-stats div:nth-child(even),
  .node-stats div:nth-last-child(-n+2) { min-height: 105px; border-right: 0; border-bottom: 1px solid rgba(160,210,198,.1); }
  .node-stats div:last-child { border-bottom: 0; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-item-wide { grid-column: auto; }
  .evidence-item img,
  .evidence-item-wide img { height: 235px; }
  footer { flex-direction: column; }
}

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