:root {
  --ink: #090909;
  --panel: #11110f;
  --panel-soft: #191814;
  --ivory: #f2eddf;
  --muted: #a8a294;
  --gold: #c9a461;
  --line: rgba(242, 237, 223, .14);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ivory); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body::selection { color: var(--ink); background: var(--gold); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(3.35rem, 14vw, 8.5rem); line-height: .84; }
h2 { font-size: clamp(2.3rem, 8vw, 5rem); line-height: .96; }
.eyebrow { margin-bottom: .8rem; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.muted { color: var(--muted); }

.topbar { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 10px max(16px, env(safe-area-inset-left)); border-bottom: 1px solid var(--line); background: rgba(9,9,9,.88); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 9px; }
.brand-mark { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: .8rem; }
.brand b { display: block; font-family: var(--serif); font-size: .98rem; line-height: 1; }
.brand small { display: none; color: var(--muted); font-size: .58rem; letter-spacing: .09em; text-transform: uppercase; }
.top-actions { display: flex; align-items: center; gap: 8px; }
.top-actions > a { display: none; color: var(--muted); font-size: .8rem; }
.gold-button, .glass-button, .search button, [data-ask-form] button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .7rem; padding: .75rem 1.1rem; border: 1px solid var(--gold); border-radius: 999px; color: #100e09; background: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .04em; cursor: pointer; }
.gold-button.compact { min-height: 38px; padding: .55rem .8rem; font-size: .69rem; }
.glass-button { color: var(--ivory); border-color: rgba(255,255,255,.38); background: rgba(0,0,0,.25); backdrop-filter: blur(12px); }
button:disabled { cursor: not-allowed; opacity: .45; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ivory); background: transparent; cursor: pointer; }

.library-intro { display: grid; gap: 1.5rem; padding: 4.5rem 18px 2.5rem; }
.library-intro h1 { max-width: 9ch; margin-bottom: 0; }
.library-intro h1 em { color: var(--gold); font-weight: 400; }
.library-intro > p { max-width: 32rem; margin: 0; align-self: end; color: var(--muted); font-family: var(--serif); font-size: 1.25rem; }
.featured-case { position: relative; display: flex; min-height: 68svh; align-items: flex-end; overflow: hidden; margin: 0 10px; padding: 2rem 18px; border-radius: 4px; background: #171611; isolation: isolate; }
.featured-backdrop { position: absolute; z-index: -3; inset: -8%; width: 116%; height: 116%; object-fit: cover; filter: blur(22px) saturate(.75); transform: scale(1.06); }
.featured-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.88) 72%), linear-gradient(90deg, rgba(0,0,0,.7), transparent); }
.featured-copy { position: relative; z-index: 2; max-width: 48rem; }
.featured-copy h2 { margin-bottom: .25rem; font-size: clamp(4rem, 18vw, 8rem); }
.featured-artist { margin-bottom: .75rem; font-family: var(--serif); font-size: 1.65rem; }
.featured-copy > p:not(.eyebrow):not(.featured-artist) { color: #d3cdbf; }
.featured-cover { display: none; }
.first-case { margin: 0 10px; padding: 4rem 22px; background: radial-gradient(circle at 70% 20%, #3a301e, #13120f 54%); }
.first-case p { max-width: 35rem; color: var(--muted); }
.library-shell, .entity-content { overflow: hidden; padding: 3.5rem 18px; }
.collection-section { margin-bottom: 4.5rem; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.section-title h2 { margin: 0; font-size: clamp(2.2rem, 11vw, 4.4rem); }
.section-title > span { padding-bottom: .35rem; color: var(--muted); font-size: .72rem; }
.poster-row, .entity-row, .media-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(68vw, 260px); gap: 16px; overflow-x: auto; margin-inline: -18px; padding: 0 18px 18px; scroll-snap-type: x proximity; scrollbar-width: none; }
.poster-row::-webkit-scrollbar, .entity-row::-webkit-scrollbar, .media-rail::-webkit-scrollbar { display: none; }
.poster-card, .entity-card { min-width: 0; scroll-snap-align: start; }
.poster-image { position: relative; display: grid; aspect-ratio: 1; margin-bottom: 1rem; place-items: center; overflow: hidden; background: var(--panel-soft); color: var(--gold); font-family: var(--serif); font-size: 4rem; }
.poster-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.poster-card:hover .poster-image img { transform: scale(1.025); }
.poster-card h3, .entity-card h3 { margin: 0 0 .15rem; font-family: var(--serif); font-size: 1.28rem; font-weight: 400; line-height: 1.1; }
.poster-card p, .entity-card p { margin: 0 0 .25rem; color: var(--muted); font-size: .84rem; }
.poster-card small { color: #78746b; font-size: .68rem; }
.status { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #777; }
.poster-image > .status { top: 12px; right: 12px; box-shadow: 0 0 0 5px rgba(0,0,0,.48); }
.status-identified, .status-completed { background: #74a66f; }
.status-needs_review, .status-partial { background: #d3a956; }
.status-failed { background: #a75045; }
.entity-row { grid-auto-columns: minmax(52vw, 210px); }
.entity-card > div { display: grid; aspect-ratio: 1; margin-bottom: 1rem; place-items: center; overflow: hidden; border-radius: 50%; background: var(--panel-soft); color: var(--gold); font-family: var(--serif); font-size: 4rem; }
.entity-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55); }
.library-tools { display: grid; gap: 2rem; margin-bottom: 2rem; padding: 2rem; border: 1px solid var(--line); background: var(--panel); }
.library-tools h2 { margin-bottom: .6rem; font-size: 2.4rem; }
.library-tools p { margin: 0; color: var(--muted); }
.search { display: grid; gap: 9px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 2px; outline: none; color: var(--ivory); background: #0c0c0b; }
input, select { min-height: 46px; padding: 0 .9rem; }
textarea { min-height: 135px; padding: 1rem; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }

.track-hero { position: relative; display: flex; min-height: calc(100svh - 68px); align-items: flex-end; overflow: hidden; padding: 5.5rem 18px 3.5rem; background: #111; isolation: isolate; }
.track-backdrop { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(.72) contrast(1.04); }
.track-backdrop.artwork-backdrop { inset: -12%; width: 124%; height: 124%; filter: blur(28px) saturate(.55); transform: scale(1.04); }
.track-hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.95) 88%), linear-gradient(90deg, rgba(0,0,0,.7), transparent 65%); }
.hero-back { position: absolute; z-index: 3; top: 18px; left: 18px; color: rgba(255,255,255,.75); font-size: .75rem; }
.track-hero-content { width: 100%; }
.track-artwork { display: none; overflow: hidden; box-shadow: 0 26px 70px rgba(0,0,0,.48); }
.track-artwork img { width: 100%; height: 100%; object-fit: cover; }
.track-titles h1 { max-width: 10ch; margin-bottom: .65rem; text-wrap: balance; }
.track-artist { display: inline-block; margin-bottom: .55rem; font-family: var(--serif); font-size: clamp(1.65rem, 7vw, 2.5rem); border-bottom: 1px solid rgba(255,255,255,.34); }
.track-meta { color: #c1bbaf; font-size: .82rem; }
.track-meta a { border-bottom: 1px solid #777; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 1.5rem; }
.hero-credit { position: absolute; right: 14px; bottom: 10px; max-width: 55vw; margin: 0; color: rgba(255,255,255,.5); font-size: .56rem; text-align: right; }
.document-nav { position: sticky; z-index: 30; top: 68px; display: flex; gap: 1.6rem; overflow-x: auto; padding: .9rem 18px; border-bottom: 1px solid var(--line); background: rgba(9,9,9,.92); white-space: nowrap; scrollbar-width: none; }
.document-nav a { color: #b6b0a5; font-size: .69rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.story-flow { max-width: 1240px; margin: auto; padding: 4.5rem 18px; }
.story-chapter { display: grid; gap: 2rem; padding: 4.5rem 0; border-bottom: 1px solid var(--line); }
.story-chapter:first-child { padding-top: 1rem; }
.story-chapter > header { display: flex; gap: 1rem; align-items: flex-start; }
.story-chapter > header > span { padding-top: .35rem; color: var(--gold); font-family: var(--serif); font-style: italic; }
.story-chapter h2 { margin: 0; max-width: 9ch; }
.chapter-copy > p { max-width: 36em; color: #d7d1c5; font-family: var(--serif); font-size: clamp(1.28rem, 5.2vw, 1.8rem); line-height: 1.5; }
.citation { display: inline-grid; width: 18px; height: 18px; margin-left: .3rem; place-items: center; border: 1px solid #756644; border-radius: 50%; color: var(--gold); font-family: var(--sans); font-size: .58rem; vertical-align: super; }
blockquote { margin: 3rem 0; padding-left: 1.25rem; border-left: 2px solid var(--gold); color: var(--ivory); font-family: var(--serif); font-size: clamp(1.6rem, 7vw, 2.6rem); font-style: italic; line-height: 1.15; }
blockquote cite { display: block; margin-top: 1rem; color: var(--muted); font-family: var(--sans); font-size: .63rem; font-style: normal; letter-spacing: .06em; }
.chapter-sources { display: flex; flex-wrap: wrap; gap: .5rem 1rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.chapter-sources a { max-width: 28rem; color: #858075; font-size: .65rem; }
.chapter-sources a:hover { color: var(--gold); }
.chapter-video, .video-feature { overflow: hidden; background: var(--panel-soft); }
.chapter-video iframe, .video-feature iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #111; }
.video-poster { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; padding: 0; border: 0; color: white; background: #111; cursor: pointer; }
.video-poster::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.72)); }
.video-poster img { width: 100%; height: 100%; object-fit: cover; }
.video-poster > span { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(0,0,0,.56); font-size: 1.2rem; transform: translate(-50%,-50%); backdrop-filter: blur(8px); }
.video-poster > small { position: absolute; z-index: 2; right: 1rem; bottom: .8rem; color: white; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.chapter-video > div, .video-feature > div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; font-size: .72rem; }
.chapter-video span, .video-feature span { color: var(--muted); }
.story-empty { max-width: 40rem; padding: 5rem 0; }
.story-empty p:last-child { color: var(--muted); }
.media-feature { overflow: hidden; padding: 5rem 18px; background: #10100e; }
.media-feature > .section-title, .media-rail, .video-feature { max-width: 1240px; margin-left: auto; margin-right: auto; }
.media-rail { grid-auto-columns: minmax(78vw, 290px); padding-bottom: 1rem; }
.media-rail figure { margin: 0; scroll-snap-align: start; }
.media-rail figure > a { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #171717; }
.media-rail img { width: 100%; height: 100%; object-fit: cover; }
.media-rail figcaption { display: grid; gap: .2rem; padding-top: .8rem; }
.media-rail figcaption b { font-family: var(--serif); font-weight: 400; }
.media-rail figcaption span { color: var(--muted); font-size: .65rem; }
.video-feature { margin-bottom: 2rem; }

.evidence-vault { background: #0e0e0c; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-vault > details > summary { display: flex; min-height: 130px; max-width: 1240px; align-items: center; justify-content: space-between; gap: 1rem; margin: auto; padding: 2rem 18px; cursor: pointer; list-style: none; }
.evidence-vault summary::-webkit-details-marker { display: none; }
.evidence-vault summary span { color: var(--muted); font-size: .65rem; }
.evidence-vault summary small, .evidence-vault summary b { display: block; }
.evidence-vault summary small { color: var(--gold); letter-spacing: .13em; text-transform: uppercase; }
.evidence-vault summary b { color: var(--ivory); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.evidence-vault summary i { display: inline-grid; width: 30px; height: 30px; margin-left: .5rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ivory); font-style: normal; }
.evidence-vault details[open] > summary i { transform: rotate(45deg); }
.vault-content { max-width: 1240px; margin: auto; padding: 1rem 18px 5rem; }
.vault-intro { max-width: 38rem; margin-bottom: 3rem; }
.vault-intro h2 { font-size: 3rem; }
.vault-intro p:last-child { color: var(--muted); }
.audit-list { border-top: 1px solid var(--line); }
.audit-finding { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.audit-finding > div { display: flex; align-items: center; gap: .7rem; }
.audit-finding > div small { color: var(--muted); font-size: .65rem; }
.audit-finding > p { margin: .9rem 0 0; color: #d2ccbf; }
.confidence { display: inline-block; padding: .2rem .45rem; border: 1px solid #625d52; border-radius: 999px; color: var(--muted); font-size: .54rem; text-transform: uppercase; }
.confidence-strong, .confidence-direct_statement { color: #a9c5a4; border-color: #526c4d; }
.confidence-uncertain, .confidence-contradicted { color: #cf978c; border-color: #774f48; }
.audit-finding details { margin-top: 1rem; }
.audit-finding details summary { color: var(--gold); font-size: .7rem; cursor: pointer; }
.audit-finding ul { display: grid; gap: 1rem; padding: 1rem 0 0 1rem; }
.audit-finding li { color: var(--muted); }
.audit-finding li a, .audit-finding li q, .audit-finding li small { display: block; font-size: .7rem; }
.audit-finding li q { margin: .35rem 0; color: #c9c2b6; font-family: var(--serif); font-size: .9rem; }
.vault-columns { display: grid; gap: 3rem; margin-top: 4rem; }
.vault-columns h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.source-list { border-top: 1px solid var(--line); }
.source-list > a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.source-list b, .source-list small { display: block; }
.source-list b { font-family: var(--serif); font-size: .95rem; font-weight: 400; }
.source-list small { margin-top: .2rem; color: var(--muted); font-size: .62rem; }
.source-list i { color: var(--gold); font-style: normal; }
.timeline { display: grid; gap: 1.2rem; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 12px 1fr; gap: .9rem; }
.timeline li > .status { position: relative; margin-top: .45rem; }
.timeline b { font-family: var(--serif); font-weight: 400; }
.timeline p, .timeline small { margin: 0; color: var(--muted); font-size: .65rem; }
.detective-office { display: grid; gap: 3rem; max-width: 1240px; margin: auto; padding: 5rem 18px; }
.detective-office h2 { max-width: 8ch; }
.detective-office > div:first-child > p:not(.eyebrow) { max-width: 28rem; color: var(--muted); }
[data-ask-form] { display: grid; gap: .75rem; }
.messages { display: grid; gap: .75rem; margin-bottom: 1rem; }
.message { padding: .8rem 1rem; border-left: 2px solid var(--gold); background: var(--panel); font-size: .8rem; }
.message b { display: block; margin-bottom: .3rem; color: var(--gold); }
.notice { color: var(--muted); font-size: .7rem; }

.entity-hero, .album-hero { position: relative; display: flex; min-height: 62svh; align-items: flex-end; overflow: hidden; padding: 5rem 18px 3rem; isolation: isolate; }
.entity-backdrop, .album-backdrop { position: absolute; z-index: -3; inset: -10%; width: 120%; height: 120%; object-fit: cover; filter: blur(22px) saturate(.45); }
.entity-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.2), #090909 96%); }
.entity-hero h1, .album-hero h1 { max-width: 11ch; margin: 0 0 .8rem; }
.entity-hero > div > p:last-child, .album-hero-content p:last-child { color: var(--muted); }
.album-hero-content { display: grid; gap: 1.5rem; align-items: end; width: 100%; }
.album-artwork { width: min(70vw, 330px); aspect-ratio: 1; object-fit: cover; box-shadow: 0 22px 60px rgba(0,0,0,.5); }
.entity-chronicle { max-width: 1050px; margin: 7rem auto 2rem; }
.entity-chronicle > h2 { margin-bottom: 4rem; }
.entity-chronicle article { display: grid; gap: 1.5rem; padding: 2.5rem 0; border-top: 1px solid var(--line); }
.entity-chronicle header { display: flex; gap: 1rem; align-items: baseline; }
.entity-chronicle header span { color: var(--gold); font-family: var(--serif); }
.entity-chronicle h3 { margin: 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.entity-chronicle article p { color: #c9c3b8; font-family: var(--serif); font-size: 1.15rem; }
.entity-chronicle article p a { color: var(--gold); font-family: var(--sans); font-size: .6rem; white-space: nowrap; }
.track-list { border-top: 1px solid var(--line); }
.track-list > a { display: grid; grid-template-columns: 2rem 1fr auto; gap: 1rem; align-items: center; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.track-list > a > span { color: var(--gold); font-family: var(--serif); }
.track-list h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
.track-list p { margin: .2rem 0 0; color: var(--muted); font-size: .7rem; }
.track-list i { color: var(--gold); font-style: normal; }

.import-dialog { width: min(92vw, 570px); padding: 2rem; border: 1px solid #4c432f; color: var(--ivory); background: #151410; box-shadow: 0 30px 120px #000; }
.import-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.import-dialog h2 { margin-bottom: 1rem; font-size: 2.7rem; }
.import-dialog > p:not(.eyebrow) { color: var(--muted); }
.import-dialog form { display: grid; gap: .75rem; margin: 2rem 0 1rem; }
.import-dialog label { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.import-dialog small { color: #777268; }
.dialog-close { position: absolute; top: 12px; right: 12px; border: 0; color: var(--muted); background: none; font-size: 1.8rem; cursor: pointer; }
.toast { position: fixed; z-index: 100; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); left: 16px; padding: 1rem; color: #16130d; background: var(--gold); font-size: .78rem; font-weight: 700; opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s; }
.toast.visible { opacity: 1; transform: none; }

@media (min-width: 720px) {
  .topbar { min-height: 76px; padding-inline: 28px; }
  .brand small, .top-actions > a { display: block; }
  .top-actions { gap: 18px; }
  .library-intro { grid-template-columns: 1fr minmax(280px, .55fr); padding: 8rem 5vw 4rem; }
  .featured-case { min-height: 680px; margin: 0 2vw; padding: 5vw; }
  .featured-copy { padding-right: 35%; }
  .featured-cover { position: absolute; right: 6%; bottom: 10%; display: block; width: min(31vw, 420px); aspect-ratio: 1; box-shadow: 0 35px 90px rgba(0,0,0,.55); transform: rotate(1.5deg); }
  .featured-cover img { width: 100%; height: 100%; object-fit: cover; }
  .library-shell, .entity-content { padding: 6rem 5vw; }
  .poster-row { grid-auto-columns: minmax(220px, 22vw); margin-inline: -5vw; padding-inline: 5vw; }
  .compact-posters { grid-auto-columns: minmax(190px, 18vw); }
  .entity-row { grid-auto-columns: minmax(190px, 18vw); margin-inline: -5vw; padding-inline: 5vw; }
  .library-tools { grid-template-columns: 1fr 1fr; padding: 3rem; }
  .search { grid-template-columns: 1fr 150px auto; align-self: center; }
  .track-hero { min-height: calc(100svh - 76px); padding: 6rem 5vw 5vw; }
  .hero-back { top: 24px; left: 5vw; }
  .track-hero-content { display: grid; grid-template-columns: minmax(240px, 28vw) 1fr; gap: 5vw; align-items: end; }
  .track-artwork { display: block; aspect-ratio: 1; }
  .track-titles h1 { font-size: clamp(5rem, 10vw, 9rem); }
  .document-nav { top: 76px; justify-content: center; padding: 1.1rem; }
  .story-flow { padding: 7rem 5vw; }
  .story-chapter { grid-template-columns: minmax(250px, .7fr) minmax(350px, 1.3fr); gap: 7vw; padding: 7rem 0; }
  .story-layout-1 > header { order: 2; }
  .story-layout-1 .chapter-copy { order: 1; }
  .story-chapter:has(.chapter-video) { grid-template-columns: .7fr 1.3fr; }
  .chapter-video { grid-column: 1 / -1; margin-top: 2rem; }
  .chapter-copy > p { font-size: 1.5rem; }
  .media-feature { padding: 7rem 5vw; }
  .media-rail { grid-auto-columns: minmax(300px, 34vw); margin-inline: auto; padding-inline: 0; }
  .media-rail figure:nth-child(2n) > a { aspect-ratio: 1; margin-top: 4rem; }
  .evidence-vault > details > summary, .vault-content { padding-left: 5vw; padding-right: 5vw; }
  .vault-columns { grid-template-columns: 1.2fr .8fr; }
  .detective-office { grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 8rem 5vw; }
  .entity-hero, .album-hero { min-height: 76svh; padding: 7rem 5vw 5vw; }
  .album-hero-content { grid-template-columns: minmax(270px, 31vw) 1fr; gap: 5vw; }
  .entity-chronicle article { grid-template-columns: .7fr 1.3fr; gap: 6vw; }
  .toast { right: 24px; left: auto; max-width: 380px; }
}

@media (min-width: 1200px) {
  .poster-row { grid-auto-columns: minmax(235px, 18vw); }
  .entity-row, .compact-posters { grid-auto-columns: minmax(205px, 15vw); }
  .chapter-video { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
