:root {
  --ink: #070605;
  --ink-soft: #0d0b08;
  --panel: #12100c;
  --paper: #eee8dc;
  --paper-muted: #b9b0a2;
  --gold: #d2a64e;
  --gold-bright: #f0cd7b;
  --gold-dim: #80642f;
  --line: rgba(210, 166, 78, .25);
  --line-soft: rgba(255, 255, 255, .08);
  --max: 1240px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); line-height: 1.6; }
button, input, summary { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
section[id] { scroll-margin-top: 8rem; }

.eyebrow { margin: 0 0 .8rem; color: var(--gold-bright); font-size: .68rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }

.record-hero {
  position: relative;
  min-height: calc(100svh - 70px);
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 7rem);
  padding: clamp(2.5rem, 6vw, 6rem) max(5vw, 2rem);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background: #050403;
}

.office-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(90deg, rgba(3, 3, 2, .84) 0%, rgba(5, 4, 3, .58) 44%, rgba(4, 3, 2, .38) 100%), url("assets/executive-office-master.png");
  background-size: cover;
  background-position: center;
  filter: saturate(.7) brightness(.62);
  transform: scale(1.02);
}

.record-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: radial-gradient(circle at 74% 38%, rgba(225, 177, 77, .19), transparent 27%), linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .48));
}

.record-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(102deg, transparent 0 56%, rgba(255, 211, 125, .055) 62%, transparent 69%);
  pointer-events: none;
}

.hero-copy { max-width: 590px; align-self: center; }
.hero-copy h1 { margin: 0; max-width: 9ch; color: #fff8e9; font: 500 clamp(3.2rem, 7vw, 7.4rem)/.88 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.hero-deck { max-width: 42rem; margin: 2rem 0; color: #d4cabb; font: 400 clamp(1.05rem, 1.55vw, 1.35rem)/1.55 var(--serif); }
.hero-ledger { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 0 2rem; background: var(--line); border: 1px solid var(--line); }
.hero-ledger div { min-width: 0; padding: .9rem; background: rgba(8, 7, 5, .76); }
.hero-ledger dt { color: #9f9585; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-ledger dd { margin: .35rem 0 0; color: #f1dfb7; font: 500 .9rem/1.25 var(--serif); }
.hero-entry { display: inline-flex; align-items: center; gap: 2rem; padding: .85rem 1.15rem; border: 1px solid var(--gold-dim); color: var(--gold-bright); text-decoration: none; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; background: rgba(6, 5, 3, .6); }
.hero-entry:hover { border-color: var(--gold-bright); background: rgba(25, 18, 7, .75); }

.crystal-stage { position: relative; width: min(100%, 670px); height: min(72svh, 720px); min-height: 540px; display: flex; align-items: center; justify-content: center; justify-self: center; perspective: 1200px; }
.crystal-shadow { position: absolute; width: 78%; height: 10%; left: 11%; bottom: 6%; border-radius: 50%; background: rgba(0, 0, 0, .75); filter: blur(20px); transform: rotateX(68deg); }
.crystal { position: relative; width: min(78%, 470px); aspect-ratio: .77; display: grid; place-items: center; transform: rotateY(-3deg); transform-style: preserve-3d; filter: drop-shadow(0 28px 28px rgba(0, 0, 0, .65)); }
.crystal::before { content: ""; position: absolute; inset: 0; clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0 92%, 0 8%); background: linear-gradient(122deg, rgba(255,255,255,.94), rgba(150,179,190,.28) 8%, rgba(255,232,177,.74) 11%, rgba(30,31,30,.72) 15%, rgba(14,14,13,.9) 50%, rgba(41,44,43,.78) 85%, rgba(255,220,144,.68) 89%, rgba(214,240,244,.9)); box-shadow: inset 0 0 20px rgba(255,255,255,.35); }
.crystal::after { content: ""; position: absolute; inset: 2.4%; clip-path: polygon(7% 0, 93% 0, 100% 7%, 100% 93%, 93% 100%, 7% 100%, 0 93%, 0 7%); border: 1px solid rgba(255,255,255,.55); background: linear-gradient(145deg, rgba(27,28,27,.82), rgba(6,6,6,.91) 40%, rgba(18,16,12,.86)); box-shadow: inset 0 0 70px rgba(255,255,255,.035), inset 0 -30px 50px rgba(217,167,69,.05); }
.crystal-edge-back { position: absolute; inset: -2.5% 2.5% 2.5% -2.5%; clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0 92%, 0 8%); border: 2px solid rgba(186,216,225,.28); background: rgba(18,22,22,.16); transform: translateZ(-32px); }
.crystal-face { position: relative; z-index: 2; width: 76%; height: 78%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-shadow: 0 1px 0 rgba(0,0,0,.9), 0 0 12px rgba(255,236,195,.08); }
.crystal-kicker { color: var(--gold-bright); font-size: clamp(.55rem, .9vw, .72rem); letter-spacing: .28em; text-transform: uppercase; }
.crystal-rule { width: 70%; height: 1px; margin: 1rem 0 2.2rem; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.crystal-face strong { color: #f9f5ed; font: 500 clamp(2.25rem, 4.2vw, 4.15rem)/.94 var(--serif); letter-spacing: -.045em; }
.crystal-face small { margin: 1.5rem 0 1.25rem; color: #d7c59c; font-size: clamp(.64rem, 1vw, .82rem); letter-spacing: .1em; line-height: 1.55; text-transform: uppercase; }
.crystal-face b { color: var(--gold-bright); font: 400 clamp(2.8rem, 6vw, 5rem)/1 var(--serif); letter-spacing: .14em; }
.crystal-face em { margin-top: 1.7rem; color: #bdb5a8; font-style: normal; font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; }
.crystal-glint { position: absolute; z-index: 3; top: 2%; right: 8%; width: 34%; height: 2px; background: linear-gradient(90deg, transparent, #fff, transparent); box-shadow: 0 0 12px rgba(255,255,255,.8); transform: rotate(2deg); }
.crystal-base { position: absolute; z-index: 5; bottom: 3.2%; width: min(88%, 530px); height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; border: 1px solid rgba(214,173,90,.46); background: linear-gradient(180deg, #171410, #050403 58%, #11100e); box-shadow: 0 2px 0 rgba(255,218,137,.35), 0 15px 30px rgba(0,0,0,.72), inset 0 1px rgba(255,255,255,.08); color: var(--gold-bright); text-transform: uppercase; }
.crystal-base span { font: 500 .7rem/1 var(--serif); letter-spacing: .18em; }
.crystal-base small { color: #9f927b; font-size: .52rem; letter-spacing: .14em; }

.record-index { position: sticky; z-index: 90; top: 0; display: flex; align-items: center; gap: .35rem; padding: .7rem max(3vw, 1rem); overflow-x: auto; scrollbar-width: thin; border-bottom: 1px solid var(--line); background: rgba(5,4,3,.95); backdrop-filter: blur(14px); }
.record-index a { flex: 0 0 auto; padding: .5rem .7rem; color: #9d9487; text-decoration: none; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid transparent; }
.record-index a:hover, .record-index a[aria-current] { color: var(--gold-bright); border-color: var(--gold); }

.status-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; max-width: var(--max); margin: 0 auto; padding: 2.2rem clamp(1.2rem, 4vw, 3rem); border-right: 1px solid var(--line); border-left: 1px solid var(--line); background: #0c0a07; }
.status-band h2 { margin: 0; color: #f2eadc; font: 500 clamp(1.5rem, 3vw, 2.3rem)/1.1 var(--serif); }
.status-band dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; background: var(--line); }
.status-band dl div { padding: .75rem; background: #0a0806; }
.status-band dt { color: #8c8377; font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.status-band dd { margin: .3rem 0 0; color: #dbc58e; font: 500 .83rem/1.25 var(--serif); }

.exhibit { padding: clamp(5rem, 10vw, 9rem) max(4vw, 1.2rem); border-top: 1px solid var(--line-soft); background: #0a0806; }
.exhibit:nth-of-type(odd) { background: #0c0a07; }
.dark-exhibit { background: linear-gradient(140deg, #080706, #100c07 55%, #070605) !important; }
.exhibit-shell, .snapshot, .related-shell { max-width: var(--max); margin: 0 auto; }
.exhibit-heading { max-width: 850px; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.exhibit-heading h2 { margin: 0; color: #f4ede1; font: 500 clamp(2.5rem, 6vw, 5.7rem)/.98 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.exhibit-heading > p:last-child { max-width: 720px; margin: 1.5rem 0 0; color: #aaa194; font: 400 1.05rem/1.7 var(--serif); }
.narrow-reading { max-width: 980px; }
.split-shell { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(2.5rem, 7vw, 7rem); }
.split-shell .exhibit-heading { margin: 0; }
.two-column-story { display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(2.5rem, 6vw, 6rem); }
.two-column-story .exhibit-heading { grid-column: 1/-1; margin-bottom: 0; }
.prose { color: #c6bdb0; font: 400 1rem/1.85 var(--serif); }
.prose p { margin: 0 0 1.35rem; }
.lead-prose { color: #d5ccbe; font-size: clamp(1.05rem, 1.55vw, 1.25rem); }
.lead-prose p:first-child::first-letter { float: left; margin: .08em .12em 0 0; color: var(--gold-bright); font: 500 4.4rem/.78 var(--serif); }

.narration-pending { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); background: linear-gradient(145deg, #15110b, #090705); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.narration-control-row { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2rem; }
.narration-control-row button { width: 140px; height: 140px; border: 1px solid var(--gold-dim); border-radius: 50%; color: #a59576; background: #080706; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; cursor: not-allowed; }
.narration-control-row button span { display: block; margin-bottom: .4rem; font-size: 1.2rem; }
.narration-control-row button strong { font: inherit; }
.narration-available .narration-control-row button { color: var(--gold-bright); cursor: pointer; box-shadow: inset 0 0 32px rgba(213,165,75,.05), 0 0 0 0 rgba(213,165,75,0); transition: color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.narration-available .narration-control-row button:hover,
.narration-available .narration-control-row button:focus-visible { color: #fff2d2; border-color: var(--gold); box-shadow: inset 0 0 38px rgba(213,165,75,.11), 0 0 35px rgba(213,165,75,.08); transform: translateY(-2px); }
.narration-available audio { display: none; }
.narration-control-row dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0; }
.narration-control-row dt { color: #81786b; font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; }
.narration-control-row dd { margin: .3rem 0 0; color: #e2d6c3; font: 500 .95rem/1.2 var(--serif); }
.transcript-pending { margin-top: 2rem; border-top: 1px solid var(--line); }
.transcript-pending summary { padding: 1rem 0; color: #bdac86; cursor: pointer; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.transcript-pending p { color: #9f9689; }
.narration-progress { height: 2px; margin-top: 2rem; overflow: hidden; background: rgba(213,165,75,.13); }
.narration-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #866422, #e0b559); transition: width .2s linear; }
.narration-time { display: flex; gap: .35rem; margin: .7rem 0 0; color: #8f8578; font-size: .62rem; letter-spacing: .1em; }
.narration-time em { margin-left: auto; color: #b9aa8b; font-family: var(--serif); letter-spacing: 0; }
.transcript-notice { margin: .5rem 0 1.5rem; padding: 1rem 1.15rem; border-left: 2px solid var(--gold-dim); background: rgba(213,165,75,.04); }
.transcript-notice strong { color: var(--gold); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.transcript-notice p { margin: .55rem 0 0; line-height: 1.65; }
.transcript-copy { max-height: 34rem; overflow-y: auto; padding-right: 1rem; scrollbar-color: var(--gold-dim) #0b0906; }
.transcript-copy p { margin: 0 0 1.25rem; color: #bcb2a4; font: 400 .96rem/1.75 var(--serif); }
.transcript-copy time { display: inline-block; min-width: 3.5rem; color: var(--gold); font: 600 .58rem/1 var(--sans); letter-spacing: .1em; }

.snapshot { padding: clamp(4rem, 7vw, 6rem) max(4vw, 1.2rem); }
.snapshot-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.snapshot-heading h2 { margin: 0; color: #f4ede1; font: 500 clamp(2.5rem, 5vw, 4.5rem)/1 var(--serif); }
.snapshot-heading span { color: #9b8d71; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.snapshot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; border: 1px solid var(--line); background: var(--line); }
.snapshot-grid div { padding: 1.2rem 1.35rem; background: #0b0906; }
.snapshot-grid dt { color: var(--gold); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.snapshot-grid dd { margin: .45rem 0 0; color: #ded5c8; font: 500 1.02rem/1.35 var(--serif); }
.status-label { display: inline-block; padding: .34rem .48rem; border: 1px solid currentColor; font: 700 .54rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.status-label.pending { color: #d7ae59; }
.status-label.unresolved { color: #c18c7a; }
.status-label.verified { color: #8fbfa4; }
.status-label.supported { color: #91b3aa; }
.status-label.revision { color: #a9a0cc; }

.curator-note { margin-top: 3rem; padding: 1.5rem 1.7rem; border-left: 2px solid var(--gold); background: rgba(206,160,67,.06); }
.curator-note span { color: var(--gold-bright); font-size: .6rem; letter-spacing: .17em; text-transform: uppercase; }
.curator-note p { margin: .6rem 0 0; color: #c8bda9; font: italic 1rem/1.65 var(--serif); }

.source-panel { align-self: start; padding: 2rem; border: 1px solid var(--line); background: #0c0a07; }
.evidence-class { display: inline-block; color: var(--gold-bright); font-size: .57rem; letter-spacing: .15em; text-transform: uppercase; }
.source-panel h3 { margin: 1rem 0 .75rem; font: 500 1.8rem/1.1 var(--serif); }
.source-panel p { color: #a99f91; }
.source-panel a, .missing-schedules a { display: inline-block; margin-top: 1rem; color: var(--gold-bright); font-size: .64rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.three-part-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.three-part-story article { min-height: 320px; padding: clamp(1.5rem, 3vw, 2.4rem); background: #0b0906; }
.three-part-story article > span { color: #766241; font: 500 2.5rem/1 var(--serif); }
.three-part-story h3 { margin: 3rem 0 1rem; color: #eadfcf; font: 500 1.6rem/1.1 var(--serif); }
.three-part-story p { color: #a9a093; }

.exchange-ledger { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.exchange-ledger div { padding: 1rem 1.2rem; background: #0a0806; }
.exchange-ledger span { display: block; color: #8f8475; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.exchange-ledger strong { display: block; margin-top: .3rem; color: #eee2ce; font: 500 1.25rem/1.2 var(--serif); }
.exchange-ledger small { color: #a69066; }
.missing-schedules { padding: 2rem; border: 1px solid rgba(211,167,82,.25); background: #100c08; }
.missing-schedules h3 { margin: 1.2rem 0 .8rem; color: #e9dfcf; font: 500 2rem/1.05 var(--serif); }
.missing-schedules p { color: #aaa093; }

.identity-transition { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 2rem; border: 1px solid var(--line); background: #0b0906; text-align: center; }
.identity-transition span, .identity-transition strong { font: 500 clamp(2.2rem, 5vw, 4.5rem)/1 var(--serif); }
.identity-transition span { color: #857a68; }
.identity-transition strong { color: var(--gold-bright); }
.identity-transition i { color: var(--gold); font-style: normal; font-size: 2rem; }
.identity-transition small { grid-column: 1/-1; color: #9a8c71; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }

.capital-grid, .instrument-list, .assessment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.capital-grid article, .instrument-list article { padding: 2rem; background: #0b0906; }
.capital-grid span, .assessment-grid span { color: var(--gold); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.capital-grid h3, .instrument-list h3 { margin: 1rem 0; color: #eadfcf; font: 500 1.55rem/1.1 var(--serif); }
.capital-grid p, .instrument-list p { color: #a9a093; }
.capital-callout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 2rem; margin-top: 2rem; padding: 1.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capital-callout strong { color: var(--gold-bright); font: 500 1.4rem/1.2 var(--serif); }
.capital-callout p { margin: 0; color: #aaa093; }

.finance-figures { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.finance-figures div { padding: 1.4rem 1rem; background: #0b0906; text-align: center; }
.finance-figures span { display: block; min-height: 2.2rem; color: #978c7d; font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.finance-figures strong { display: block; margin-top: .5rem; color: var(--gold-bright); font: 500 clamp(1.4rem, 2.7vw, 2.35rem)/1 var(--serif); }
.figure-caution { margin: 1rem 0 2rem; color: #a39784; font-size: .72rem; text-align: center; }
.instrument-list { margin-top: 2rem; }

.timeline { display: grid; gap: .65rem; max-width: 960px; }
.timeline-event { border: 1px solid var(--line); background: #0b0906; }
.timeline-event summary { display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 1rem; padding: 1.25rem 1.4rem; list-style: none; cursor: pointer; }
.timeline-event summary::-webkit-details-marker { display: none; }
.timeline-event summary::after { content: "+"; grid-column: 3; grid-row: 1; color: var(--gold); font-size: 1.2rem; }
.timeline-event[open] summary::after { content: "−"; }
.timeline-event time { color: var(--gold-bright); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.timeline-event summary span { color: #e7dccb; font: 500 1.25rem/1.2 var(--serif); }
.timeline-event summary small { grid-column: 3; grid-row: 2; color: #897e6d; font-size: .5rem; letter-spacing: .12em; text-transform: uppercase; }
.timeline-event > p { margin: 0; padding: 0 1.4rem 1.4rem 175px; color: #a9a092; }

.benny-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.benny-grid article { padding: 2rem; border: 1px solid var(--line); background: #0b0906; }
.benny-grid h3 { margin: 1.4rem 0 1rem; color: #eadfcf; font: 500 1.8rem/1.05 var(--serif); }
.benny-grid p { color: #aaa093; }
.share-life { margin-top: 2.4rem; padding: clamp(1.4rem, 3vw, 2.4rem); border: 1px solid var(--line); background: linear-gradient(145deg, #0d0b08, #070605); }
.share-life > header { max-width: 800px; }
.share-life > header h3 { margin: .55rem 0 1rem; color: #eee3d1; font: 500 clamp(2rem, 4vw, 3.6rem)/.98 var(--serif); }
.share-life > header > p:last-child { color: #b5aa9a; }
.share-life-artifacts { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; margin-top: 2rem; }
.share-life-artifacts figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #050403; }
.share-life-artifacts img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: #050403; }
.share-life-artifacts figcaption { display: grid; gap: .35rem; padding: 1rem 1.1rem 1.15rem; border-top: 1px solid var(--line-soft); }
.share-life-artifacts figcaption strong { color: var(--gold-bright); font: 600 .64rem/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.share-life-artifacts figcaption span { color: #aaa093; font-size: .82rem; }
.share-life-chronology { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 1rem 0 0; padding: 1px; list-style: none; background: var(--line); }
.share-life-chronology li { padding: 1.25rem; background: #090805; }
.share-life-chronology li > span { color: var(--gold-bright); font: 700 .52rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.share-life-chronology strong { display: block; margin: .75rem 0 .55rem; color: #e5dac9; font: 500 1.15rem/1.15 var(--serif); }
.share-life-chronology p { margin: 0; color: #9f9588; font-size: .82rem; }
.executive-reflection { margin-top: 3rem; padding: 2rem; border: 1px dashed rgba(211,167,82,.32); background: rgba(211,167,82,.035); }
.executive-reflection h3 { margin: 0 0 .8rem; color: #e5dbc9; font: 500 2rem/1.1 var(--serif); }
.executive-reflection p { max-width: 700px; color: #9d9487; }
.executive-reflection > span { color: #7f725b; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }

.governance-ledger { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.governance-ledger div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; background: #0a0806; }
.governance-ledger span { color: #aaa092; }
.governance-ledger strong { color: #d8bc7d; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; text-align: right; }
.document-button { display: inline-block; margin-top: 1.5rem; padding: .8rem 1rem; border: 1px solid var(--gold-dim); color: var(--gold-bright); text-decoration: none; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }

.assessment-grid { grid-template-columns: repeat(4, 1fr); }
.assessment-grid article { min-height: 210px; padding: 1.8rem; background: #0b0906; }
.assessment-grid p { margin-top: 1.5rem; color: #aca294; }
.assessment-exhibit blockquote { max-width: 980px; margin: 4rem auto 0; padding: 2rem 0 2rem 2rem; border-left: 2px solid var(--gold); color: #e5d7c0; font: 400 clamp(1.4rem, 2.8vw, 2.2rem)/1.45 var(--serif); }

.evidence-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: none; }
.drawer-controls { display: flex; gap: .6rem; }
.drawer-controls button, .review-tools button { padding: .6rem .8rem; border: 1px solid var(--gold-dim); color: #cdb173; background: #0a0806; cursor: pointer; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.evidence-legend { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.evidence-legend span { padding: .38rem .5rem; border: 1px solid currentColor; font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }
.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.evidence-card { display: flex; flex-direction: column; min-height: 170px; border: 1px solid var(--line); background: #0b0906; }
.evidence-card details { flex: 1; }
.evidence-card summary { padding: 1.2rem; color: #e3d9c9; cursor: pointer; font: 500 1.12rem/1.25 var(--serif); }
.evidence-card summary span { display: block; margin-bottom: .4rem; color: #817663; font: 700 .52rem/1 var(--sans); letter-spacing: .14em; }
.evidence-card details p { margin: 0; padding: 0 1.2rem 1.2rem; color: #a89f92; }
.evidence-card > a, .unavailable-source { padding: .9rem 1.2rem; border-top: 1px solid var(--line-soft); color: var(--gold-bright); font-size: .58rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.unavailable-source { color: #9b8563; }
.filed-fact { color: #d3ad61; }
.issuer-statement { color: #91b2aa; }
.allegation { color: #c68b78; }
.receiver-report { color: #a7a2ca; }
.photographic-evidence { color: #79a8b5; }
.direct-documentary { color: #8fbfa4; }
.unresolved-question { color: #b6a88d; }
.evidence-pending { color: #c69f55; }
.revision-two { color: #9c8ebd; }
.evidence-card--photo { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(260px, .85fr) 1.15fr; min-height: 290px; overflow: hidden; }
.evidence-card--photo > img { grid-row: 1 / 3; width: 100%; height: 100%; min-height: 290px; object-fit: cover; border-right: 1px solid var(--line); filter: saturate(.78) contrast(1.02); }
.evidence-card--photo details { align-self: stretch; }
.evidence-card--photo > a { align-self: end; }

.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.question-grid article { min-height: 170px; padding: 1.5rem; background: #0a0806; }
.question-grid span { color: var(--gold); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.question-grid p { color: #aaa093; }
.revision-two-band { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2rem; margin-top: 2.5rem; padding: 1.5rem; border: 1px solid rgba(158,142,189,.28); background: rgba(158,142,189,.05); }
.revision-two-band p { margin: 0; color: #aaa1b6; }

.market-exhibit { background: radial-gradient(circle at 74% 24%, rgba(209,162,72,.11), transparent 32%), #090706; }
.market-heading { max-width: 920px; }
.market-heading strong { color: #ead09a; font-weight: 600; }
.market-capitalization { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(1rem, 4vw, 3rem); margin-top: 2.25rem; padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); background: linear-gradient(120deg, rgba(201,151,58,.08), #080604 46%, rgba(201,151,58,.06)); }
.market-capitalization article { display: grid; grid-template-columns: minmax(150px, auto) 1fr; align-items: baseline; gap: .25rem 1rem; }
.market-capitalization article > span { grid-column: 1 / -1; margin-bottom: .6rem; color: var(--gold); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.market-capitalization strong { color: #eee5d8; font: 500 clamp(1.7rem, 3.4vw, 3.1rem)/1 var(--serif); }
.market-capitalization small { color: #938a7e; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.market-capitalization > i { color: var(--gold); font: normal 2rem/1 var(--serif); }
.market-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(270px, .7fr); gap: 1px; margin-top: 2.25rem; background: var(--line); border: 1px solid var(--line); }
.market-chart { margin: 0; padding: clamp(1.2rem, 3vw, 2rem); background: linear-gradient(145deg, #0b0907, #070605); }
.market-chart figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .5rem; }
.market-chart figcaption span { color: var(--gold); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.market-chart figcaption strong { color: #dcd2c5; font: 500 1rem/1.2 var(--serif); }
.market-chart svg { display: block; width: 100%; height: auto; overflow: visible; }
.market-grid line { stroke: rgba(210,184,131,.14); stroke-width: 1; }
.market-grid text { fill: #837a6d; font: 18px var(--sans); letter-spacing: .04em; }
.market-line { fill: none; stroke: #d7aa4e; stroke-width: 3; stroke-linejoin: round; stroke-linecap: round; filter: drop-shadow(0 0 8px rgba(215,170,78,.24)); }
.market-points circle { fill: #f1d28c; stroke: #17100a; stroke-width: 2; }
.market-chart > p { max-width: 760px; margin: .25rem 0 0; color: #7e766b; font-size: .65rem; line-height: 1.55; }
.market-facts { display: grid; gap: 1px; background: var(--line); }
.market-facts article { padding: 1.5rem; background: #0a0806; }
.market-facts span { color: var(--gold); font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; }
.market-facts strong { display: block; margin: .45rem 0 .6rem; color: #eee5d7; font: 500 clamp(1.7rem, 3vw, 2.8rem)/1 var(--serif); }
.market-facts p { margin: 0; color: #9e9589; font-size: .76rem; line-height: 1.65; }
.market-facts .market-recollection { background: linear-gradient(145deg, rgba(205,158,70,.11), #0a0806 58%); }
.market-sources { margin-top: 1px; padding: 1.4rem; border: 1px solid var(--line); background: #080604; }
.market-sources > p { max-width: 960px; color: #a0988d; }
.market-sources > div { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.market-sources a { color: var(--gold-bright); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.market-significance { margin-top: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border-left: 2px solid var(--gold); background: linear-gradient(90deg, rgba(202,155,66,.09), transparent 70%); }
.market-significance span { color: var(--gold); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.market-significance p { max-width: 920px; color: #aaa095; font-size: clamp(.9rem, 1.5vw, 1.05rem); line-height: 1.75; }
.market-significance strong { display: block; max-width: 960px; margin-top: 1.25rem; color: #eee5d8; font: 500 clamp(1.45rem, 3vw, 2.5rem)/1.2 var(--serif); }

.related-section { padding: clamp(5rem, 10vw, 9rem) max(4vw, 1.2rem); background: radial-gradient(circle at 70% 25%, rgba(209,162,72,.12), transparent 30%), #080706; border-top: 1px solid var(--line); }
.related-shell > header h2 { max-width: 850px; margin: 0 0 3rem; color: #f2eadc; font: 500 clamp(2.6rem, 6vw, 5.4rem)/.98 var(--serif); letter-spacing: -.04em; }
.collection-story { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 1rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); background: linear-gradient(120deg, #120d07, #080706); text-decoration: none; }
.collection-story span { grid-column: 1/-1; color: var(--gold); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.collection-story strong { color: #efe6d9; font: 500 clamp(1.8rem, 4vw, 3.5rem)/1.05 var(--serif); }
.collection-story small { color: var(--gold-bright); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.collection-story:hover { border-color: var(--gold-bright); }
.relationship-note { max-width: 820px; margin: 1.2rem 0 3rem; color: #9f9689; font-size: .8rem; }
.record-continuation { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.record-continuation a { display: flex; flex-direction: column; padding: 1.3rem; background: #0a0806; text-decoration: none; }
.record-continuation span { color: #807668; font-size: .54rem; letter-spacing: .14em; text-transform: uppercase; }
.record-continuation strong { margin-top: .4rem; color: #d9c28f; font: 500 1.3rem/1.1 var(--serif); }

.review-tools { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem max(4vw, 1.2rem); border-top: 1px solid var(--line); background: #060504; }
.review-tools p { margin: 0; color: #706a62; font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .record-hero { grid-template-columns: .9fr 1.1fr; gap: 1rem; }
  .hero-copy h1 { font-size: clamp(3rem, 7vw, 5.4rem); }
  .crystal-stage { min-height: 490px; }
  .status-band { grid-template-columns: 1fr; }
  .finance-figures { grid-template-columns: repeat(3, 1fr); }
  .assessment-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .record-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 3.5rem; }
  .hero-copy { max-width: none; }
  .hero-copy h1 { max-width: none; font-size: clamp(3.3rem, 13vw, 6.2rem); }
  .crystal-stage { width: 100%; height: min(72svh, 650px); min-height: 520px; order: -1; }
  .crystal { width: min(68vw, 400px); }
  .crystal-base { bottom: 4.8%; }
  .split-shell, .two-column-story { grid-template-columns: 1fr; }
  .market-layout { grid-template-columns: 1fr; }
  .market-capitalization { grid-template-columns: 1fr; }
  .market-capitalization > i { transform: rotate(90deg); justify-self: center; }
  .split-shell .exhibit-heading { margin-bottom: 1rem; }
  .three-part-story, .capital-grid, .instrument-list, .benny-grid, .share-life-artifacts, .share-life-chronology { grid-template-columns: 1fr; }
  .three-part-story article { min-height: 0; }
  .finance-figures { grid-template-columns: repeat(2, 1fr); }
  .question-grid { grid-template-columns: 1fr 1fr; }
  .status-band dl { grid-template-columns: 1fr 1fr; }
  .evidence-card--photo { grid-template-columns: 1fr; }
  .evidence-card--photo > img { grid-row: auto; height: auto; min-height: 0; max-height: 420px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  section[id] { scroll-margin-top: 6rem; }
  .record-hero { padding: 1.5rem 1rem 3rem; gap: 1.5rem; }
  .office-atmosphere { background-position: 62% center; }
  .crystal-stage { height: 56svh; min-height: 430px; }
  .crystal { width: min(76vw, 320px); }
  .crystal-face strong { font-size: clamp(2rem, 10vw, 3.2rem); }
  .crystal-face small { font-size: .54rem; }
  .crystal-face b { font-size: 2.7rem; }
  .crystal-base { height: 58px; padding: 0 1rem; }
  .crystal-base span { font-size: .58rem; }
  .crystal-base small { max-width: 45%; text-align: right; }
  .hero-copy h1 { font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .hero-deck { margin: 1.25rem 0; font-size: 1rem; }
  .hero-ledger { grid-template-columns: 1fr; }
  .hero-entry { width: 100%; justify-content: space-between; }
  .record-index { top: 0; }
  .status-band dl, .snapshot-grid, .question-grid, .evidence-grid, .record-continuation { grid-template-columns: 1fr; }
  .snapshot-heading { display: block; }
  .snapshot-heading span { display: block; margin-top: .8rem; }
  .exhibit { padding-block: 4.5rem; }
  .exhibit-heading h2 { font-size: clamp(2.3rem, 13vw, 4rem); }
  .narration-control-row { grid-template-columns: 1fr; }
  .narration-control-row button { width: 110px; height: 110px; }
  .narration-control-row dl { grid-template-columns: 1fr; }
  .identity-transition { padding: 1.2rem .7rem; }
  .identity-transition span, .identity-transition strong { font-size: 2.2rem; }
  .finance-figures { grid-template-columns: 1fr; }
  .finance-figures span { min-height: 0; }
  .capital-callout, .revision-two-band { grid-template-columns: 1fr; }
  .market-chart figcaption { flex-direction: column; }
  .market-capitalization article { grid-template-columns: 1fr; }
  .timeline-event summary { grid-template-columns: 90px 1fr auto; gap: .5rem; padding: 1rem; }
  .timeline-event > p { padding: 0 1rem 1rem; }
  .assessment-grid { grid-template-columns: 1fr; }
  .evidence-heading { display: block; }
  .drawer-controls { margin-top: 1.2rem; }
  .collection-story { grid-template-columns: 1fr; }
  .collection-story small { margin-top: 1rem; }
  .review-tools { align-items: stretch; flex-direction: column; }
}

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

@media print {
  :root { color-scheme: light; }
  body { color: #111; background: #fff; }
  .site-header, .record-index, .hero-entry, .drawer-controls, .review-tools, .site-footer { display: none !important; }
  .record-hero { min-height: auto; grid-template-columns: 1fr; padding: 2rem; color: #111; background: #fff; }
  .office-atmosphere, .record-hero::before, .record-hero::after, .crystal-stage { display: none; }
  .hero-copy h1, .exhibit-heading h2, .snapshot-heading h2 { color: #111; }
  .exhibit, .dark-exhibit, .snapshot, .status-band, .related-section { color: #111 !important; background: #fff !important; border-color: #bbb; padding: 2rem 0; }
  .prose, .lead-prose, .exhibit-heading > p:last-child, .snapshot-grid dd, .status-band dd, .capital-grid p, .instrument-list p, .benny-grid p, .question-grid p { color: #222; }
  .evidence-card, .snapshot-grid div, .capital-grid article, .instrument-list article, .benny-grid article, .question-grid article { color: #111; background: #fff; break-inside: avoid; }
  a { color: #111; text-decoration: underline; }
}
