/* Part two additions. The first study's styles.css and site-overrides.css load first, unchanged. */
.page { min-height: 100%; background: var(--ink); }
.annotations { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; overflow: visible; }
.annotations text { font-family: var(--serif); font-style: italic; font-size: 14px; fill: #e4e9e6; paint-order: stroke; stroke: rgba(7,10,9,.85); stroke-width: 4px; stroke-linejoin: round; }
.annotations line { stroke: rgba(242,242,239,.34); stroke-width: 1; }
.annotations circle { fill: var(--green); }
.annotations circle.vault { fill: #c3cbc7; }
.coordinate-b { letter-spacing: .02em; }
.progress-labels button { background: none; border: 0; padding: 4px 0; margin: -4px 0; color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; transition: color .3s; }
.progress-labels button:hover, .progress-labels button[aria-current="true"] { color: var(--paper); }
.progress-labels button:focus-visible { outline: 1px solid var(--green); outline-offset: 5px; }
.cinema:not(.playing) .progress-labels button { pointer-events: none; }

.vault-glyph { border: 1px solid rgba(241,242,238,.35); border-radius: 50%; }
.vault-glyph::before { content: ""; position: absolute; inset: 30px; border: 1px dashed rgba(241,242,238,.28); border-radius: 50%; }
.vault-glyph i { position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; margin: -4.5px; border-radius: 50%; background: #c3cbc7; }
.passage-glyph::before, .passage-glyph::after { content: ""; position: absolute; top: 24px; width: 80px; height: 80px; border-radius: 50%; }
.passage-glyph::before { left: 8px; border: 1px solid rgba(241,242,238,.35); }
.passage-glyph::after { right: 8px; border: 1px solid rgba(0,212,170,.7); }
.passage-glyph i { position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; margin: -4.5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(0,212,170,.12); }
.wiki-glyph { border: 1px solid rgba(0,212,170,.6); border-radius: 50%; }
.wiki-glyph::after { content: ""; position: absolute; left: 50%; top: 50%; width: 64px; height: 1px; background: linear-gradient(90deg, rgba(0,212,170,.8), transparent); transform-origin: 0 0; transform: rotate(-135deg); }
.wiki-glyph i { position: absolute; left: calc(50% - 45px - 4.5px); top: calc(50% - 45px - 4.5px); width: 9px; height: 9px; border-radius: 50%; background: var(--green); }

.transcript { margin: 0 clamp(24px,6vw,88px); padding: clamp(44px,6vw,84px) 0; border-bottom: 1px solid var(--line); }
.transcript summary { cursor: pointer; list-style: none; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; font-family: var(--serif); font-size: clamp(24px,2.2vw,32px); letter-spacing: -.02em; }
.transcript summary::-webkit-details-marker { display: none; }
.transcript summary::before { content: "+"; color: var(--green); font-family: var(--sans); font-size: 20px; width: 18px; }
.transcript details[open] summary::before { content: "\2212"; }
.transcript summary span { color: var(--muted); font-family: var(--sans); font-size: 13px; letter-spacing: 0; }
.transcript summary:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; }
.transcript ol { list-style: none; margin: 38px 0 0; padding: 0; display: grid; gap: 30px; max-width: 760px; }
.transcript li { display: grid; grid-template-columns: 150px 1fr; gap: 24px; }
.transcript .t-key { color: var(--green); font-family: var(--serif); font-style: italic; font-size: 14px; padding-top: 4px; }
.transcript .t-key time { display: block; color: #5e6863; font-style: normal; font-family: var(--sans); font-size: 12px; margin-top: 4px; font-variant-numeric: tabular-nums; }
.transcript p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 16px; max-width: 62ch; }

.manifesto-copy cite { display: block; margin: -8px 0 28px; color: var(--muted); font-style: normal; font-size: 14px; }

@media (max-width: 820px) {
  .annotations text { font-size: 12px; }
  .transcript li { grid-template-columns: 1fr; gap: 6px; }
  .cinema:not(.playing) .annotations { display: none; }
}
