/* VapeRisk Museum 1.2.0 — interactive technology documentary with complete source-led transcripts. */

.vrm {
  --vrm-bg: var(--bg, #0a0a0a);
  --vrm-surface: var(--bg2, #111);
  --vrm-surface-2: var(--bg3, #1a1a1a);
  --vrm-text: var(--fg, #f5f5f7);
  --vrm-muted: var(--fg2, #8e8e93);
  --vrm-blue: var(--accent, #3b9eff);
  --vrm-blue-hover: var(--accent-h, #5aadff);
  --vrm-border: var(--border, rgba(255,255,255,.08));
  --vrm-soft-border: rgba(255,255,255,.14);
  --vrm-shell: 1180px;
  --vrm-rail: 260px;
  --vrm-smoke-x: 0px;
  --vrm-smoke-y: 0px;
  position: relative;
  isolation: isolate;
  color: var(--vrm-text);
  background: var(--vrm-bg);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow: clip;
}

.vrm *, .vrm *::before, .vrm *::after { box-sizing: border-box; }
.vrm [hidden] { display: none !important; }
.vrm img { display: block; max-width: 100%; }
.vrm button, .vrm input, .vrm select { font: inherit; }
.vrm button { color: inherit; }
.vrm a { color: inherit; text-decoration: none; }
.vrm h1, .vrm h2, .vrm h3, .vrm h4, .vrm h5, .vrm p { margin: 0; }
.vrm .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.vrm .vrm-shell { width: min(var(--vrm-shell), calc(100% - 48px)); margin-inline: auto; }
.vrm .vrm-app { position: relative; z-index: 2; min-height: 100vh; background: transparent; }
.vrm #museum-history, .vrm [id^="era-"], .vrm #global-markets, .vrm #museum-brands, .vrm #museum-companies, .vrm #story-library, .vrm #museum-sources { scroll-margin-top: 84px; }
.vrm .skip-link { position: fixed; z-index: 10000; top: 12px; left: 50%; transform: translate(-50%, -180%); padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--vrm-blue); }
.vrm .skip-link:focus { transform: translate(-50%, 0); }

/* VapeRisk atmosphere — real raster smoke, not generated CSS shapes. */
.vrm .vrm-atmosphere { position: fixed; z-index: 0; inset: 52px 0 0; overflow: hidden; pointer-events: none; }
.vrm .vrm-atmosphere::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,6,9,.32), rgba(5,7,10,.72) 58%, rgba(3,5,7,.42)); content: ""; }
.vrm .vrm-atmosphere-smoke { position: absolute; width: 116%; max-width: none; height: 116%; object-fit: cover; mix-blend-mode: screen; will-change: transform, opacity; }
.vrm .vrm-atmosphere-smoke-a { top: -8%; left: -8%; opacity: .42; filter: brightness(1.35) contrast(1.08) saturate(1.18); transform: translate3d(calc(var(--vrm-smoke-x) * .35), calc(var(--vrm-smoke-y) * .28), 0) scale(1.05); animation: vrm-atmosphere-drift-a 24s ease-in-out infinite alternate; }
.vrm .vrm-atmosphere-smoke-b { right: -12%; bottom: -12%; opacity: .16; transform: translate3d(calc(var(--vrm-smoke-x) * -.22), calc(var(--vrm-smoke-y) * -.16), 0) scale(1.18) rotate(180deg); animation: vrm-atmosphere-drift-b 31s ease-in-out infinite alternate; }

.vrm .vrm-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--vrm-blue);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.vrm .vrm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: .82rem;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.vrm .vrm-button:hover { transform: translateY(-2px); }
.vrm .vrm-button-primary { color: #fff; background: var(--vrm-blue); box-shadow: 0 10px 30px rgba(59,158,255,.2); }
.vrm .vrm-button-primary:hover { background: var(--vrm-blue-hover); box-shadow: 0 12px 34px rgba(59,158,255,.32); }
.vrm .vrm-button-ghost { border-color: var(--vrm-soft-border); background: rgba(10,10,10,.62); }
.vrm .vrm-button-ghost:hover { border-color: var(--vrm-blue); color: var(--vrm-blue-hover); }

/* Documentary frame and chapter rail */
.vrm .vrm-documentary { display: grid; grid-template-columns: var(--vrm-rail) minmax(0, 1fr); border-bottom: 1px solid var(--vrm-border); }
.vrm .vrm-chapter-rail { position: relative; z-index: 35; border-right: 1px solid var(--vrm-border); background: #090b0e; }
.vrm .vrm-rail-inner { position: sticky; top: 52px; display: flex; flex-direction: column; height: calc(100vh - 52px); min-height: 620px; padding: 32px 28px 26px; overflow-y: auto; scrollbar-width: thin; }
.vrm .vrm-rail-brand { display: none; margin-bottom: 34px; font-size: 1.05rem; font-weight: 800; letter-spacing: -.04em; }
.vrm .vrm-rail-brand span { color: var(--vrm-blue); }
.vrm .vrm-rail-inner > p { margin-bottom: 26px; color: #c6c8cc; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .66rem; font-weight: 700; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.vrm .vrm-rail-inner ol { position: relative; display: grid; gap: 0; margin: 0; padding: 0 0 0 2px; list-style: none; }
.vrm .vrm-rail-inner ol::before { position: absolute; top: 19px; bottom: 26px; left: 8px; width: 1px; background: #3d444d; content: ""; }
.vrm .vrm-rail-inner li { position: relative; }
.vrm .vrm-rail-inner li > a { position: relative; display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto auto; min-height: 77px; padding: 8px 8px 9px 0; color: #777f89; transition: color .2s ease, background .2s ease; }
.vrm .vrm-rail-inner li > a::before { grid-row: 1 / 4; align-self: start; width: 15px; height: 15px; margin-top: 3px; border: 2px solid #646d78; border-radius: 50%; background: #090b0e; content: ""; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.vrm .vrm-rail-inner li > a:hover { color: #d7d9dc; }
.vrm .vrm-rail-inner li > a.active { color: var(--vrm-text); }
.vrm .vrm-rail-inner li > a.active::before { border-color: #fff; background: var(--vrm-blue); box-shadow: 0 0 0 5px rgba(59,158,255,.18), 0 0 20px rgba(59,158,255,.8); }
.vrm .vrm-rail-inner li span { grid-column: 2; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .54rem; letter-spacing: .1em; }
.vrm .vrm-rail-inner li strong { grid-column: 2; color: currentColor; font-size: .84rem; line-height: 1.2; }
.vrm .vrm-rail-inner li small { grid-column: 2; max-width: 150px; margin-top: 2px; font-size: .64rem; line-height: 1.25; }
.vrm .vrm-rail-inner li > a.active strong { color: var(--vrm-blue); }
.vrm .vrm-rail-archive { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; margin-top: auto; border: 1px solid var(--vrm-soft-border); border-radius: 6px; background: transparent; color: #b9bdc3; font-size: .68rem; font-weight: 700; }
.vrm .vrm-rail-archive:hover { border-color: var(--vrm-blue); color: var(--vrm-blue-hover); }
.vrm .vrm-documentary-canvas { position: relative; min-width: 0; background: rgba(8,10,13,.82); }

/* Hero */
.vrm .vrm-hero { position: relative; min-height: min(690px, calc(100vh - 118px)); overflow: hidden; border-bottom: 1px solid var(--vrm-border); background: #06080a; isolation: isolate; }
.vrm .vrm-hero::after { position: absolute; z-index: 3; inset: 0; background: linear-gradient(90deg, rgba(4,6,8,.9) 0%, rgba(4,6,8,.66) 38%, rgba(4,6,8,.14) 72%, rgba(4,6,8,.42) 100%), linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.02) 55%, rgba(0,0,0,.66)); content: ""; pointer-events: none; }
.vrm .vrm-hero-media { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: #06080a; }
.vrm .vrm-hero-media picture { position: absolute; inset: 0; display: block; }
.vrm .vrm-hero-media picture, .vrm .vrm-hero-media picture img { width: 100%; height: 100%; }
.vrm .vrm-hero-media picture img { object-fit: cover; object-position: center; opacity: .82; filter: saturate(.72) contrast(1.08) brightness(.76); }
.vrm .vrm-smoke { position: absolute; z-index: 2; width: 110%; max-width: none; height: 110%; object-fit: cover; mix-blend-mode: screen; will-change: transform, opacity; }
.vrm .vrm-smoke-primary { top: -5%; left: -5%; opacity: .78; filter: brightness(1.48) contrast(1.08) saturate(1.16); transform: translate3d(calc(var(--vrm-smoke-x) * .6), calc(var(--vrm-smoke-y) * .45), 0) scale(1.04); animation: vrm-smoke-breathe 13s ease-in-out infinite alternate; }
.vrm .vrm-smoke-secondary { right: -9%; bottom: -10%; opacity: .24; transform: translate3d(calc(var(--vrm-smoke-x) * -.35), calc(var(--vrm-smoke-y) * -.25), 0) rotate(180deg) scale(1.14); animation: vrm-smoke-secondary 19s ease-in-out infinite alternate; }
.vrm .vrm-hero-content { position: relative; z-index: 4; display: flex; flex-direction: column; justify-content: center; width: min(690px, 61%); min-height: 610px; padding: 58px clamp(28px, 3.4vw, 54px) 104px; }
.vrm .vrm-kicker { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-bottom: 28px; color: #a4a8ae; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.vrm .vrm-kicker span:first-child { color: var(--vrm-blue); }
.vrm .vrm-hero h1 { max-width: 650px; font-size: clamp(4rem, 6vw, 5.65rem); font-weight: 750; letter-spacing: -.065em; line-height: .92; text-transform: uppercase; text-wrap: balance; text-shadow: 0 8px 32px rgba(0,0,0,.9); }
.vrm .vrm-hero-content > p { max-width: 440px; margin-top: 24px; color: #b8bbc1; font-size: clamp(.96rem, 1.25vw, 1.15rem); line-height: 1.7; text-shadow: 0 3px 14px #000; }
.vrm .vrm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vrm .vrm-hero-source { position: absolute; z-index: 4; right: 32px; bottom: 116px; display: grid; grid-template-columns: 1fr auto; min-width: 275px; padding: 15px 16px; border: 1px solid var(--vrm-soft-border); border-radius: 6px; background: rgba(7,9,12,.78); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(0,0,0,.5); }
.vrm .vrm-hero-source span, .vrm .vrm-hero-source small { grid-column: 1; color: #a2a7ae; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.vrm .vrm-hero-source strong { grid-column: 1; margin: 5px 0; font-size: .86rem; }
.vrm .vrm-hero-source i { grid-column: 2; grid-row: 1 / 4; align-self: center; color: var(--vrm-blue); }
.vrm .vrm-hero-scope { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--vrm-border); background: rgba(5,7,9,.83); backdrop-filter: blur(12px); }
.vrm .vrm-hero-scope > div { display: flex; align-items: baseline; gap: 9px; min-height: 78px; padding: 20px clamp(14px, 2.5vw, 34px); border-right: 1px solid var(--vrm-border); }
.vrm .vrm-hero-scope > div:last-child { border-right: 0; }
.vrm .vrm-hero-scope strong { color: var(--vrm-blue); font-size: 1.65rem; line-height: 1; }
.vrm .vrm-hero-scope span { color: #989da4; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@keyframes vrm-smoke-breathe { from { opacity: .58; } to { opacity: .82; } }
@keyframes vrm-smoke-secondary { from { opacity: .17; } to { opacity: .31; } }
@keyframes vrm-atmosphere-drift-a { from { opacity: .29; } to { opacity: .46; } }
@keyframes vrm-atmosphere-drift-b { from { opacity: .1; } to { opacity: .21; } }

/* Mobile chapter navigator */
.vrm .vrm-mobile-era-nav { display: none; position: sticky; z-index: 28; top: 52px; border-bottom: 1px solid var(--vrm-border); background: rgba(8,10,13,.96); backdrop-filter: blur(18px); }
.vrm .vrm-mobile-era-nav > span { display: block; padding: 10px 14px 5px; color: #8f949b; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.vrm .vrm-mobile-era-nav > div { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.vrm .vrm-mobile-era-nav > div::-webkit-scrollbar { display: none; }
.vrm .vrm-mobile-era-nav a { position: relative; flex: 0 0 128px; min-height: 78px; padding: 6px 13px 11px; border-right: 1px solid var(--vrm-border); color: #767c84; scroll-snap-align: start; }
.vrm .vrm-mobile-era-nav a::after { position: absolute; right: 13px; bottom: 0; left: 13px; height: 2px; background: transparent; content: ""; }
.vrm .vrm-mobile-era-nav a.active::after { background: var(--vrm-blue); }
.vrm .vrm-mobile-era-nav b { display: block; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .52rem; font-weight: 600; }
.vrm .vrm-mobile-era-nav strong { display: block; color: currentColor; font-size: .82rem; }
.vrm .vrm-mobile-era-nav small { display: block; margin-top: 2px; font-size: .57rem; line-height: 1.2; }
.vrm .vrm-mobile-era-nav a.active { color: var(--vrm-blue); }

/* Documentary player */
.vrm .vrm-player { position: sticky; z-index: 30; top: calc(100vh - 84px); display: grid; grid-template-columns: 48px minmax(150px, auto) minmax(120px, 1fr) auto auto; align-items: center; gap: 14px; width: min(860px, calc(100% - 42px)); min-height: 66px; margin: 18px auto -84px; padding: 8px 12px; border: 1px solid var(--vrm-soft-border); border-radius: 10px; background: rgba(10,12,15,.92); backdrop-filter: blur(20px); box-shadow: 0 18px 50px rgba(0,0,0,.6); transition: opacity .25s ease, transform .25s ease; }
.vrm .vrm-player-toggle { display: grid; place-items: center; width: 46px; height: 46px; border: 2px solid var(--vrm-blue); border-radius: 50%; background: transparent; color: #fff; font-size: 1.1rem; }
.vrm .vrm-player-toggle:hover { background: rgba(59,158,255,.15); }
.vrm .vrm-player-copy { display: flex; flex-direction: column; min-width: 0; }
.vrm .vrm-player-copy strong { overflow: hidden; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.vrm .vrm-player-copy span { overflow: hidden; margin-top: 2px; color: var(--vrm-muted); font-size: .57rem; text-overflow: ellipsis; white-space: nowrap; }
.vrm .vrm-player-progress { height: 3px; border-radius: 999px; background: #333941; overflow: hidden; }
.vrm .vrm-player-progress span { display: block; width: 0; height: 100%; background: var(--vrm-blue); transition: width .14s linear; }
.vrm .vrm-player-count { color: #858b93; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .6rem; white-space: nowrap; }
.vrm .vrm-player-count b { color: var(--vrm-text); }
.vrm .vrm-player-evidence { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 11px; border: 0; border-left: 1px solid var(--vrm-border); background: transparent; color: #aeb2b8; font-size: .65rem; font-weight: 700; }
.vrm .vrm-player-evidence:hover { color: var(--vrm-blue-hover); }

/* Chapters */
.vrm .vrm-chapters { position: relative; padding: 122px clamp(24px, 5vw, 76px) 120px; }
.vrm .vrm-section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 420px); gap: 50px; align-items: end; max-width: 1080px; margin: 0 auto 70px; padding-bottom: 46px; border-bottom: 1px solid var(--vrm-border); }
.vrm .vrm-section-intro .vrm-eyebrow { grid-column: 1 / 3; margin-bottom: -28px; }
.vrm .vrm-section-intro h2 { font-size: clamp(2.7rem, 5.2vw, 5.2rem); font-weight: 650; letter-spacing: -.055em; line-height: .98; }
.vrm .vrm-section-intro p { color: var(--vrm-muted); font-size: .94rem; line-height: 1.75; }
.vrm .vrm-chapter { max-width: 1080px; min-height: 850px; margin: 0 auto; padding: 94px 0 110px; border-top: 1px solid var(--vrm-border); }
.vrm .vrm-section-intro + .vrm-chapter { border-top: 0; }
.vrm .vrm-chapter-heading { display: grid; grid-template-columns: minmax(320px, .84fr) minmax(420px, 1.16fr); gap: clamp(36px, 6vw, 82px); align-items: center; }
.vrm .vrm-chapter-copy h3 { max-width: 610px; font-size: clamp(2.7rem, 5vw, 5.25rem); font-weight: 610; letter-spacing: -.055em; line-height: .98; }
.vrm .vrm-chapter-copy h4 { max-width: 520px; margin-top: 20px; color: #d3d5d9; font-size: 1.08rem; font-weight: 600; line-height: 1.35; }
.vrm .vrm-chapter-copy > p { max-width: 560px; margin-top: 16px; color: var(--vrm-muted); font-size: .92rem; line-height: 1.72; }
.vrm .vrm-chapter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin-top: 27px; }
.vrm .vrm-text-link { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; color: #c0c3c8; font-size: .76rem; font-weight: 700; text-decoration: underline; text-decoration-color: #555c65; text-underline-offset: 4px; }
.vrm .vrm-text-link:hover { color: var(--vrm-blue-hover); text-decoration-color: var(--vrm-blue); }
.vrm .vrm-chapter-visual { position: relative; aspect-ratio: 1.12 / 1; overflow: hidden; border: 1px solid var(--vrm-soft-border); border-radius: 8px; background: var(--vrm-surface); box-shadow: 0 28px 70px rgba(0,0,0,.48); }
.vrm .vrm-chapter-visual picture, .vrm .vrm-chapter-visual img { width: 100%; height: 100%; }
.vrm .vrm-chapter-visual img { object-fit: cover; filter: saturate(.58) contrast(1.08) brightness(.78); transition: transform .8s ease, filter .35s ease; }
.vrm .vrm-chapter:hover .vrm-chapter-visual img { transform: scale(1.025); filter: saturate(.75) contrast(1.1) brightness(.84); }
.vrm .vrm-chapter-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; padding: 13px 15px; border-top: 1px solid var(--vrm-border); background: rgba(5,7,9,.84); color: #8f949b; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.vrm .vrm-chapter-visual figcaption b { color: var(--vrm-blue); }
.vrm .vrm-chapter-context { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 48px; border: 1px solid var(--vrm-border); background: var(--vrm-border); }
.vrm .vrm-chapter-context article { display: grid; grid-template-columns: 34px 1fr; padding: 25px; background: #0d1014; }
.vrm .vrm-chapter-context i { grid-row: 1 / 3; color: var(--vrm-blue); font-size: 1.2rem; }
.vrm .vrm-chapter-context span { font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vrm .vrm-chapter-context p { grid-column: 2; margin-top: 8px; color: var(--vrm-muted); font-size: .77rem; line-height: 1.65; }

/* People, products, and companies are embedded into each chapter. */
.vrm .vrm-chapter-cast { margin-top: 34px; padding: 30px; border: 1px solid rgba(59,158,255,.18); border-radius: 10px; background: linear-gradient(135deg, rgba(13,19,27,.94), rgba(7,10,14,.88)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.vrm .vrm-chapter-cast > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); gap: 36px; align-items: end; margin-bottom: 24px; }
.vrm .vrm-chapter-cast > header .vrm-eyebrow { margin: 0; }
.vrm .vrm-chapter-cast > header h5 { font-size: clamp(1.25rem, 2.2vw, 2rem); font-weight: 620; letter-spacing: -.035em; line-height: 1.2; }
.vrm .vrm-cast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.vrm .vrm-cast-card { display: flex; flex-direction: column; min-height: 220px; padding: 18px; border: 1px solid var(--vrm-border); border-radius: 8px; background: rgba(8,11,15,.84); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.vrm .vrm-cast-card:hover { border-color: rgba(59,158,255,.4); background: rgba(12,17,23,.96); transform: translateY(-2px); }
.vrm .vrm-cast-identity { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 13px; }
.vrm .vrm-cast-identity small { display: block; color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .52rem; font-weight: 800; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
.vrm .vrm-cast-identity h6 { margin: 5px 0 0; font-size: .94rem; line-height: 1.25; }
.vrm .vrm-cast-logo { display: grid; place-items: center; width: 88px; height: 58px; padding: 9px; border: 1px solid var(--vrm-border); border-radius: 6px; overflow: hidden; }
.vrm .vrm-cast-logo img { width: 100%; height: 100%; object-fit: contain; }
.vrm .vrm-cast-logo b { color: var(--vrm-blue); font-size: 1.45rem; }
.vrm .vrm-cast-monogram { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(59,158,255,.35); border-radius: 50%; color: #fff; background: rgba(59,158,255,.12); font-size: 1.35rem; font-weight: 800; }
.vrm .vrm-cast-card-person .vrm-cast-identity { grid-template-columns: 58px 1fr; }
.vrm .vrm-cast-card > p { margin-top: 16px; color: #aeb3bb; font-size: .7rem; line-height: 1.64; }
.vrm .vrm-cast-card > footer, .vrm .vrm-cast-card > a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 36px; margin-top: auto; padding-top: 14px; color: #747b85; font-size: .57rem; }
.vrm .vrm-cast-card > a { justify-content: flex-start; color: var(--vrm-blue); font-weight: 800; }
.vrm .vrm-cast-card > footer a { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid var(--vrm-border); border-radius: 50%; color: var(--vrm-blue); }

.vrm .vrm-story-sequence { margin-top: 64px; }
.vrm .vrm-story-sequence > header { display: grid; grid-template-columns: minmax(170px, .5fr) minmax(300px, 1fr); gap: 16px 42px; align-items: end; margin-bottom: 28px; }
.vrm .vrm-story-sequence > header .vrm-eyebrow { margin: 0; }
.vrm .vrm-story-sequence > header h5 { font-size: clamp(1.5rem, 2.8vw, 2.6rem); font-weight: 620; letter-spacing: -.045em; line-height: 1.12; }
.vrm .vrm-story-sequence > header p { grid-column: 2; max-width: 620px; color: var(--vrm-muted); font-size: .72rem; line-height: 1.65; }
.vrm .vrm-story-sequence ol { position: relative; display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.vrm .vrm-story-sequence ol::before { position: absolute; top: 26px; bottom: 26px; left: 96px; width: 1px; background: linear-gradient(var(--vrm-blue), rgba(59,158,255,.12)); content: ""; }
.vrm .vrm-story-sequence li { position: relative; display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 24px; align-items: stretch; opacity: .66; transition: opacity .32s ease, transform .32s ease; }
.vrm .vrm-story-sequence li::before { position: absolute; z-index: 2; top: 26px; left: 91px; width: 11px; height: 11px; border: 2px solid #6f7782; border-radius: 50%; background: #080b0f; box-shadow: 0 0 0 5px rgba(8,11,15,.9); content: ""; transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.vrm .vrm-story-sequence li.is-active { opacity: 1; transform: translateX(4px); }
.vrm .vrm-story-sequence li.is-active::before { border-color: #fff; background: var(--vrm-blue); box-shadow: 0 0 0 6px rgba(59,158,255,.13), 0 0 22px rgba(59,158,255,.54); }
.vrm .vrm-story-date { display: flex; flex-direction: column; align-items: flex-start; padding-top: 18px; }
.vrm .vrm-story-date span { color: #59616b; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .5rem; font-weight: 800; letter-spacing: .1em; }
.vrm .vrm-story-date time { max-width: 80px; margin-top: 5px; color: #c7cbd1; font-size: .66rem; font-weight: 750; line-height: 1.3; }
.vrm .vrm-story-sequence li > article { padding: 21px 22px; border: 1px solid var(--vrm-border); border-radius: 8px; background: rgba(9,12,16,.88); }
.vrm .vrm-story-meta { display: flex; justify-content: space-between; gap: 18px; color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .52rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.vrm .vrm-story-meta small { color: #777e87; text-align: right; }
.vrm .vrm-story-sequence h6 { margin: 12px 0 0; font-size: 1rem; line-height: 1.35; }
.vrm .vrm-story-sequence li p { margin-top: 8px; color: #9ca2aa; font-size: .72rem; line-height: 1.64; }
.vrm .vrm-story-sequence li article > a { display: inline-flex; align-items: center; gap: 6px; margin-top: 13px; color: var(--vrm-blue); font-size: .6rem; font-weight: 800; }

/* Official logo plate themes. Never recolor marks with a global filter. */
.vrm [data-logo-theme="light"] { background: #f3f5f7; }
.vrm [data-logo-theme="dark"] { background: #06080b; }
.vrm [data-logo-theme="type"] { background: rgba(59,158,255,.08); }

/* Shared section framing */
.vrm .vrm-global, .vrm .vrm-brand-wall, .vrm .vrm-company-files, .vrm .vrm-library, .vrm .vrm-method { position: relative; padding: 110px 0; border-bottom: 1px solid var(--vrm-border); background: rgba(5,7,10,.86); backdrop-filter: blur(2px); }
.vrm .vrm-global, .vrm .vrm-library { background: rgba(13,15,18,.9); }
.vrm .vrm-brand-wall { background: linear-gradient(180deg, rgba(5,7,10,.86), rgba(8,12,17,.93)); }
.vrm .vrm-company-files { background: rgba(5,8,12,.91); }
.vrm .vrm-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 58px; align-items: end; margin-bottom: 48px; }
.vrm .vrm-section-heading h2, .vrm .vrm-method h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 620; letter-spacing: -.055em; line-height: 1; }
.vrm .vrm-section-heading > p, .vrm .vrm-method-layout > div:first-child > p { color: var(--vrm-muted); font-size: .9rem; line-height: 1.75; }

/* Global market lens */
.vrm .vrm-market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.vrm .vrm-market { border: 1px solid var(--vrm-border); border-radius: 7px; background: #0a0c0f; overflow: hidden; }
.vrm .vrm-market[open] { border-color: rgba(59,158,255,.34); }
.vrm .vrm-market summary { display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 13px; min-height: 82px; padding: 15px; cursor: pointer; list-style: none; }
.vrm .vrm-market summary::-webkit-details-marker { display: none; }
.vrm .vrm-market summary img { width: 42px; height: 28px; border: 1px solid var(--vrm-soft-border); object-fit: cover; }
.vrm .vrm-market summary h3 { font-size: .91rem; }
.vrm .vrm-market summary span { display: block; margin-top: 3px; color: var(--vrm-muted); font-size: .6rem; line-height: 1.3; }
.vrm .vrm-market summary > i { color: var(--vrm-blue); transition: transform .2s ease; }
.vrm .vrm-market[open] summary > i { transform: rotate(45deg); }
.vrm .vrm-market summary + div { padding: 0 15px 17px 70px; }
.vrm .vrm-market summary + div > p { color: var(--vrm-muted); font-size: .72rem; line-height: 1.58; }
.vrm .vrm-market-brands { display: flex; flex-wrap: wrap; gap: 5px; margin: 13px 0; }
.vrm .vrm-market-brands span { padding: 4px 7px; border: 1px solid var(--vrm-border); border-radius: 999px; color: #b7bbc1; font-size: .58rem; }
.vrm .vrm-market summary + div > a { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; color: var(--vrm-blue); font-size: .62rem; font-weight: 700; }
.vrm .vrm-market-boundary { display: flex; gap: 7px; padding: 8px; border: 1px solid rgba(255,188,89,.2); color: #d3ad72 !important; }

/* Brand wall */
.vrm .vrm-editorial-groups { display: grid; gap: 52px; }
.vrm .vrm-editorial-group > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid var(--vrm-border); }
.vrm .vrm-editorial-group > header span { color: #d5d8dd; font-size: .78rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.vrm .vrm-editorial-group > header b { color: #676f79; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.vrm .vrm-brand-marquee { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.vrm .vrm-brand-marquee article { display: flex; flex-direction: column; min-height: 330px; padding: 23px; border: 1px solid var(--vrm-border); border-radius: 7px; background: #0d0f12; transition: transform .22s ease, border-color .22s ease; }
.vrm .vrm-brand-marquee article:hover { border-color: rgba(59,158,255,.4); transform: translateY(-3px); }
.vrm .vrm-brand-marquee article.is-firstunion { border-color: rgba(59,158,255,.42); box-shadow: inset 0 3px 0 var(--vrm-blue); }
.vrm .vrm-brand-mark { display: flex; align-items: center; justify-content: center; width: 100%; height: 76px; margin-bottom: 22px; padding: 13px 18px; border: 1px solid var(--vrm-border); border-radius: 7px; overflow: hidden; }
.vrm .vrm-brand-mark img { width: auto; max-width: 175px; height: 48px; object-fit: contain; }
.vrm .vrm-brand-mark span { color: var(--vrm-blue); font-size: 2rem; font-weight: 800; }
.vrm .vrm-brand-marquee article > span { color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .57rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.vrm .vrm-brand-marquee h3 { margin-top: 8px; font-size: 1.15rem; }
.vrm .vrm-brand-marquee p { margin-top: 11px; color: var(--vrm-muted); font-size: .73rem; line-height: 1.62; }
.vrm .vrm-brand-marquee footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 20px; color: #777d85; font-size: .6rem; }
.vrm .vrm-brand-marquee footer a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--vrm-border); border-radius: 50%; color: var(--vrm-blue); }

/* Company files */
.vrm .vrm-company-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vrm .vrm-company-card { border: 1px solid var(--vrm-border); border-radius: 7px; background: #0c0f12; overflow: hidden; }
.vrm .vrm-company-card[data-featured-company="firstunion"] { border-color: rgba(59,158,255,.38); }
.vrm .vrm-company-card summary { display: grid; grid-template-columns: 60px 1fr 28px; align-items: center; gap: 15px; min-height: 108px; padding: 18px; cursor: pointer; list-style: none; }
.vrm .vrm-company-card summary::-webkit-details-marker { display: none; }
.vrm .vrm-company-logo { display: grid; place-items: center; width: 60px; height: 60px; padding: 8px; border: 1px solid var(--vrm-border); border-radius: 6px; overflow: hidden; }
.vrm .vrm-company-logo img { width: 100%; height: 100%; object-fit: contain; }
.vrm .vrm-company-logo span { color: var(--vrm-blue); font-size: 1.3rem; font-weight: 850; }
.vrm .vrm-company-logo i { color: var(--vrm-blue); font-size: 1.3rem; }
.vrm .vrm-company-card summary span { color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vrm .vrm-company-card summary h3 { margin-top: 4px; font-size: 1rem; }
.vrm .vrm-company-card summary small { display: block; margin-top: 3px; color: var(--vrm-muted); font-size: .6rem; }
.vrm .vrm-company-card summary > i { color: var(--vrm-blue); transition: transform .2s ease; }
.vrm .vrm-company-card[open] summary > i { transform: rotate(45deg); }
.vrm .vrm-company-body { padding: 0 20px 20px; }
.vrm .vrm-company-body > p { padding-top: 17px; border-top: 1px solid var(--vrm-border); color: #bdc0c5; font-size: .78rem; line-height: 1.65; }
.vrm .vrm-company-body dl { margin: 17px 0 0; }
.vrm .vrm-company-body dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 12px 0; border-top: 1px solid var(--vrm-border); }
.vrm .vrm-company-body dt { color: #747a82; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.vrm .vrm-company-body dd { margin: 0; color: #a9adb3; font-size: .69rem; line-height: 1.55; }
.vrm .vrm-company-body footer { display: flex; justify-content: space-between; gap: 15px; padding-top: 14px; border-top: 1px solid var(--vrm-border); }
.vrm .vrm-company-body footer > span { color: #8a9098; font-size: .6rem; }
.vrm .vrm-company-body footer > span i { margin-right: 5px; color: var(--vrm-blue); }
.vrm .vrm-company-body footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.vrm .vrm-company-body footer a { color: var(--vrm-blue); font-size: .6rem; font-weight: 700; }

/* Story library */
.vrm .vrm-library-toolbar { position: sticky; z-index: 20; top: 64px; display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: 12px; margin-bottom: 24px; padding: 12px; border: 1px solid var(--vrm-border); border-radius: 8px; background: rgba(12,15,18,.94); backdrop-filter: blur(18px); }
.vrm .vrm-library-toolbar label { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 13px; border: 1px solid var(--vrm-border); border-radius: 6px; background: #080a0c; color: #777e87; }
.vrm .vrm-library-toolbar input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--vrm-text); font-size: .73rem; }
.vrm .vrm-library-toolbar > div { display: flex; gap: 5px; }
.vrm .vrm-library-toolbar button { min-height: 40px; padding: 0 12px; border: 1px solid transparent; border-radius: 5px; background: transparent; color: #8f949b; font-size: .65rem; font-weight: 700; }
.vrm .vrm-library-toolbar button.active { border-color: rgba(59,158,255,.35); background: rgba(59,158,255,.12); color: var(--vrm-blue-hover); }
.vrm .vrm-library-toolbar > span { color: #848a92; font-size: .64rem; white-space: nowrap; }
.vrm .vrm-library-toolbar > span b { color: var(--vrm-text); }
.vrm .vrm-library-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.vrm .vrm-library-card { display: flex; flex-direction: column; min-height: 265px; padding: 19px; border: 1px solid var(--vrm-border); border-radius: 7px; background: #090b0e; }
.vrm .vrm-library-card header { display: flex; justify-content: space-between; gap: 10px; color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .52rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.vrm .vrm-library-card header small { color: #6f757d; text-align: right; }
.vrm .vrm-library-mark { display: flex; align-items: center; justify-content: center; width: min(100%, 150px); height: 55px; margin-top: 20px; padding: 9px 12px; border: 1px solid var(--vrm-border); border-radius: 6px; }
.vrm .vrm-library-mark img { max-width: 125px; max-height: 38px; object-fit: contain; }
.vrm .vrm-library-mark i { color: var(--vrm-blue); font-size: 1.55rem; }
.vrm .vrm-library-card h3 { margin-top: 14px; font-size: .98rem; line-height: 1.3; }
.vrm .vrm-library-card > p { margin-top: 7px; color: #777d85; font-size: .61rem; }
.vrm .vrm-library-card > a, .vrm .vrm-story-pending { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; margin-top: auto; padding-top: 16px; color: var(--vrm-blue); font-size: .65rem; font-weight: 700; }
.vrm .vrm-library-card > a:hover { color: var(--vrm-blue-hover); }
.vrm .vrm-story-pending { color: #747a82; }
.vrm .vrm-library-more { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; margin: 26px auto 0; padding: 0 20px; border: 1px solid var(--vrm-soft-border); border-radius: 6px; background: transparent; font-size: .72rem; font-weight: 800; }
.vrm .vrm-library-more:hover { border-color: var(--vrm-blue); color: var(--vrm-blue-hover); }
.vrm .vrm-library-boundary { display: flex; align-items: flex-start; gap: 8px; margin-top: 28px; color: #727982; font-size: .64rem; }
.vrm .vrm-library-boundary i { margin-top: 2px; color: var(--vrm-blue); }

/* Method */
.vrm .vrm-method-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 72px; align-items: center; }
.vrm .vrm-method-layout > div:first-child > p { max-width: 560px; margin: 21px 0 28px; }
.vrm .vrm-method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--vrm-border); background: var(--vrm-border); }
.vrm .vrm-method-grid article { display: flex; flex-direction: column; min-height: 155px; padding: 23px; background: #0d0f12; }
.vrm .vrm-method-grid i { margin-bottom: auto; color: var(--vrm-blue); font-size: 1.35rem; }
.vrm .vrm-method-grid strong { margin-top: 24px; font-size: .78rem; }
.vrm .vrm-method-grid span { margin-top: 4px; color: var(--vrm-muted); font-size: .62rem; }
.vrm .vrm-settings { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--vrm-border); color: #747a82; font-size: .62rem; }
.vrm .vrm-settings label { position: relative; display: flex; align-items: center; gap: 9px; cursor: pointer; }
.vrm .vrm-settings input { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.vrm .vrm-settings label i { position: relative; width: 38px; height: 22px; border: 1px solid var(--vrm-soft-border); border-radius: 999px; background: #14171b; }
.vrm .vrm-settings label i::after { position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #777d85; content: ""; transition: transform .2s ease, background .2s ease; }
.vrm .vrm-settings input:checked + i::after { background: var(--vrm-blue); transform: translateX(16px); }

/* Evidence drawer */
.vrm .vrm-drawer-backdrop { position: fixed; z-index: 1900; inset: 0; background: rgba(0,0,0,.68); backdrop-filter: blur(4px); }
.vrm .vrm-evidence-drawer { position: fixed; z-index: 2000; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(620px, 48vw); border-left: 1px solid var(--vrm-soft-border); background: #0b0e12; box-shadow: -30px 0 80px rgba(0,0,0,.7); }
.vrm .vrm-drawer-handle { display: none; }
.vrm .vrm-evidence-drawer > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 26px 28px 20px; border-bottom: 1px solid var(--vrm-border); }
.vrm .vrm-evidence-drawer > header .vrm-eyebrow { margin-bottom: 6px; }
.vrm .vrm-evidence-drawer > header h2 { font-size: 1.65rem; letter-spacing: -.035em; }
.vrm .vrm-evidence-drawer > header p { margin-top: 5px; color: var(--vrm-muted); font-size: .65rem; }
.vrm .vrm-evidence-drawer > header > button, .vrm .vrm-archive > header > button { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--vrm-border); border-radius: 50%; background: transparent; font-size: 1.1rem; }
.vrm .vrm-evidence-filters { display: flex; gap: 4px; padding: 12px 18px; border-bottom: 1px solid var(--vrm-border); overflow-x: auto; }
.vrm .vrm-evidence-filters button { min-height: 38px; padding: 0 11px; border: 1px solid transparent; border-radius: 5px; background: transparent; color: #878d95; font-size: .62rem; font-weight: 700; white-space: nowrap; }
.vrm .vrm-evidence-filters button.active { border-color: rgba(59,158,255,.34); background: rgba(59,158,255,.1); color: var(--vrm-blue-hover); }
.vrm .vrm-evidence-list { display: grid; gap: 10px; padding: 18px; overflow-y: auto; }
.vrm .vrm-evidence-empty { align-self: start; margin: 0; padding: 28px 20px; border: 1px dashed var(--vrm-border); border-radius: 6px; color: var(--vrm-muted); font-size: .72rem; line-height: 1.6; text-align: center; }
.vrm .vrm-evidence-record { padding: 18px; border: 1px solid var(--vrm-border); border-radius: 6px; background: #101318; }
.vrm .vrm-evidence-meta { display: flex; justify-content: space-between; gap: 18px; color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vrm .vrm-evidence-meta time { color: #90969e; }
.vrm .vrm-evidence-record h3 { margin-top: 12px; font-size: .92rem; line-height: 1.35; }
.vrm .vrm-evidence-record > p { margin-top: 8px; color: var(--vrm-muted); font-size: .7rem; line-height: 1.55; }
.vrm .vrm-evidence-record footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--vrm-border); font-size: .59rem; }
.vrm .vrm-evidence-record footer span { color: #858b93; }
.vrm .vrm-evidence-record footer span i { margin-right: 5px; color: var(--vrm-blue); }
.vrm .vrm-evidence-record footer a { color: var(--vrm-blue); font-weight: 700; }
.vrm .vrm-evidence-drawer > footer { margin-top: auto; padding: 14px 18px; border-top: 1px solid var(--vrm-border); background: #090b0e; }
.vrm .vrm-evidence-drawer > footer button { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 46px; border: 1px solid var(--vrm-soft-border); border-radius: 6px; background: transparent; font-size: .68rem; font-weight: 700; }

/* Complete evidence archive */
.vrm .vrm-archive { position: fixed; z-index: 2100; inset: 18px; display: flex; flex-direction: column; border: 1px solid var(--vrm-soft-border); border-radius: 10px; background: #0a0d10; box-shadow: 0 30px 90px rgba(0,0,0,.8); overflow: hidden; }
.vrm .vrm-archive > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 22px 25px; border-bottom: 1px solid var(--vrm-border); }
.vrm .vrm-archive > header h2 { font-size: 1.7rem; letter-spacing: -.04em; }
.vrm .vrm-archive-filters { display: grid; grid-template-columns: 1fr 210px 210px; gap: 10px; padding: 14px 25px; border-bottom: 1px solid var(--vrm-border); }
.vrm .vrm-archive-filters label { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 12px; border: 1px solid var(--vrm-border); border-radius: 6px; background: #11151a; color: #7d838b; }
.vrm .vrm-archive-filters label > span { font-size: .58rem; font-weight: 700; text-transform: uppercase; }
.vrm .vrm-archive-filters input, .vrm .vrm-archive-filters select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--vrm-text); font-size: .7rem; }
.vrm .vrm-archive-filters select option { color: #111; }
.vrm .vrm-archive-summary { padding: 11px 25px; border-bottom: 1px solid var(--vrm-border); color: #7f858d; font-size: .64rem; }
.vrm .vrm-archive-list { display: grid; gap: 9px; padding: 18px 25px 40px; overflow-y: auto; }
.vrm .timeline-event { display: grid; grid-template-columns: 130px 1fr 44px; gap: 22px; align-items: start; padding: 17px; border: 1px solid var(--vrm-border); border-radius: 6px; background: #101318; }
.vrm .event-date { display: flex; flex-direction: column; }
.vrm .event-date strong { color: var(--vrm-blue); font-size: .78rem; }
.vrm .event-date span { margin-top: 4px; color: #757b83; font-size: .58rem; }
.vrm .event-kickers { display: flex; flex-wrap: wrap; gap: 5px; }
.vrm .event-kickers span { padding: 3px 6px; border: 1px solid var(--vrm-border); border-radius: 999px; color: #828992; font-size: .52rem; text-transform: uppercase; }
.vrm .event-copy h3 { margin-top: 9px; font-size: .92rem; }
.vrm .event-copy > p { margin-top: 7px; color: var(--vrm-muted); font-size: .7rem; line-height: 1.5; }
.vrm .event-copy details { margin-top: 9px; }
.vrm .event-copy summary { color: var(--vrm-blue); cursor: pointer; font-size: .59rem; font-weight: 700; }
.vrm .event-copy details p { margin-top: 6px; color: #7d838b; font-size: .63rem; }
.vrm .timeline-event > a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--vrm-border); border-radius: 50%; color: var(--vrm-blue); }
.vrm .vrm-empty { padding: 80px 20px; color: var(--vrm-muted); text-align: center; }

/* Reveal and accessibility */
.vrm [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .62s ease, transform .62s ease; }
.vrm [data-reveal].is-visible { opacity: 1; transform: none; }
.vrm[data-reduced-motion="true"] *, .vrm[data-reduced-motion="true"] *::before, .vrm[data-reduced-motion="true"] *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
.vrm[data-reduced-motion="true"] [data-reveal] { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .vrm *, .vrm *::before, .vrm *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .vrm [data-reveal] { opacity: 1; transform: none; }
  .vrm .vrm-smoke, .vrm .vrm-atmosphere-smoke { animation: none; }
  .vrm .vrm-story-sequence li { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .vrm { --vrm-rail: 230px; }
  .vrm .vrm-rail-inner { padding-inline: 22px; }
  .vrm .vrm-hero-content { width: 62%; padding-inline: 42px; }
  .vrm .vrm-chapter-heading { grid-template-columns: minmax(300px, .9fr) minmax(370px, 1.1fr); gap: 42px; }
  .vrm .vrm-library-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1020px) {
  .vrm .vrm-documentary { display: block; }
  .vrm .vrm-chapter-rail { display: none; }
  .vrm .vrm-mobile-era-nav { display: block; }
  .vrm .vrm-hero { min-height: 680px; }
  .vrm .vrm-hero-content { width: 64%; min-height: 600px; }
  .vrm .vrm-player { width: min(860px, calc(100% - 30px)); }
  .vrm .vrm-chapter-heading { grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr); }
  .vrm .vrm-market-grid, .vrm .vrm-brand-marquee { grid-template-columns: repeat(2, 1fr); }
  .vrm .vrm-chapter-cast > header { grid-template-columns: 1fr; gap: 12px; }
  .vrm .vrm-section-heading, .vrm .vrm-method-layout { gap: 42px; }
  .vrm .vrm-method-layout { grid-template-columns: 1fr 1fr; }
  .vrm .vrm-library-toolbar { grid-template-columns: 1fr auto; }
  .vrm .vrm-library-toolbar > div { grid-column: 1 / 3; grid-row: 2; overflow-x: auto; }
  .vrm .vrm-library-toolbar > span { grid-column: 2; grid-row: 1; }
}

@media (max-width: 760px) {
  body.page-template-page-museum .nav-right { display: none; }
  body.page-template-page-museum .nav-menu-toggle { margin-left: auto; }
  .vrm .vrm-shell { width: min(100% - 28px, 640px); }
  .vrm #museum-history, .vrm [id^="era-"], .vrm #global-markets, .vrm #museum-brands, .vrm #museum-companies, .vrm #story-library, .vrm #museum-sources { scroll-margin-top: 190px; }
  .vrm .vrm-hero { min-height: 700px; }
  .vrm .vrm-atmosphere-smoke-a { opacity: .43; }
  .vrm .vrm-hero-media { left: 10%; }
  .vrm .vrm-hero-media picture img { object-position: 68% center; opacity: .5; }
  .vrm .vrm-smoke-primary { opacity: .76; }
  .vrm .vrm-smoke-secondary { opacity: .28; }
  .vrm .vrm-hero-content { width: 78%; min-height: 605px; padding: 56px 24px 106px; }
  .vrm .vrm-hero h1 { font-size: clamp(3.35rem, 14vw, 5.1rem); }
  .vrm .vrm-hero-content > p { max-width: 420px; font-size: .9rem; }
  .vrm .vrm-hero-source { display: none; }
  .vrm .vrm-hero-scope { grid-template-columns: repeat(2, 1fr); }
  .vrm .vrm-hero-scope > div { min-height: 54px; padding: 10px 15px; border-top: 1px solid var(--vrm-border); }
  .vrm .vrm-hero-scope strong { font-size: 1.25rem; }
  .vrm .vrm-player { top: calc(100dvh - 72px); grid-template-columns: 44px minmax(0, 1fr) auto; gap: 9px; min-height: 61px; margin-bottom: -74px; padding: 7px 9px; }
  .vrm:not(.is-reading) .vrm-player { opacity: 0; pointer-events: none; transform: translateY(16px); }
  .vrm .vrm-player-toggle { width: 42px; height: 42px; }
  .vrm .vrm-player-progress { grid-column: 2 / 4; grid-row: 2; }
  .vrm .vrm-player-count { display: none; }
  .vrm .vrm-player-evidence { padding-inline: 9px; }
  .vrm .vrm-player-evidence span { display: none; }
  .vrm .vrm-chapters { padding: 105px 16px 80px; }
  .vrm .vrm-section-intro { display: block; margin-bottom: 20px; padding: 0 0 44px; }
  .vrm .vrm-section-intro .vrm-eyebrow { margin-bottom: 12px; }
  .vrm .vrm-section-intro p { margin-top: 18px; }
  .vrm .vrm-chapter { min-height: 0; padding: 74px 0 84px; }
  .vrm .vrm-chapter-heading { display: flex; flex-direction: column; gap: 34px; align-items: stretch; }
  .vrm .vrm-chapter-copy h3 { font-size: clamp(2.7rem, 11vw, 4.1rem); }
  .vrm .vrm-chapter-visual { order: 2; aspect-ratio: 4 / 3; }
  .vrm .vrm-chapter-context { grid-template-columns: 1fr; }
  .vrm .vrm-chapter-context article { padding: 20px; }
  .vrm .vrm-chapter-cast { margin-top: 22px; padding: 20px; }
  .vrm .vrm-chapter-cast > header { display: block; }
  .vrm .vrm-chapter-cast > header h5 { margin-top: 10px; }
  .vrm .vrm-cast-grid { grid-template-columns: 1fr; }
  .vrm .vrm-cast-card { min-height: 0; }
  .vrm .vrm-story-sequence { margin-top: 50px; }
  .vrm .vrm-story-sequence > header { display: block; }
  .vrm .vrm-story-sequence > header h5 { margin-top: 10px; }
  .vrm .vrm-story-sequence > header p { margin-top: 12px; }
  .vrm .vrm-story-sequence ol::before { left: 7px; }
  .vrm .vrm-story-sequence li { grid-template-columns: 1fr; gap: 8px; padding-left: 25px; }
  .vrm .vrm-story-sequence li::before { top: 15px; left: 2px; }
  .vrm .vrm-story-date { flex-direction: row; align-items: center; gap: 8px; padding-top: 4px; }
  .vrm .vrm-story-date time { max-width: none; margin: 0; }
  .vrm .vrm-story-sequence li > article { padding: 18px; }
  .vrm .vrm-global, .vrm .vrm-brand-wall, .vrm .vrm-company-files, .vrm .vrm-library, .vrm .vrm-method { padding: 80px 0; }
  .vrm .vrm-section-heading { display: block; margin-bottom: 34px; }
  .vrm .vrm-section-heading > p { margin-top: 18px; }
  .vrm .vrm-market-grid, .vrm .vrm-brand-marquee, .vrm .vrm-company-grid, .vrm .vrm-library-grid, .vrm .vrm-method-layout { grid-template-columns: 1fr; }
  .vrm .vrm-brand-marquee article { min-height: 300px; }
  .vrm .vrm-editorial-groups { gap: 38px; }
  .vrm .vrm-library-toolbar { position: static; display: grid; grid-template-columns: 1fr auto; }
  .vrm .vrm-library-toolbar > div { grid-column: 1 / 3; }
  .vrm .vrm-library-grid { grid-template-columns: repeat(2, 1fr); }
  .vrm .vrm-method-layout { display: grid; }
  .vrm .vrm-settings { align-items: flex-start; flex-direction: column; }
  .vrm .vrm-evidence-drawer { top: auto; left: 0; width: 100%; height: min(88dvh, 760px); border-top: 1px solid var(--vrm-soft-border); border-left: 0; border-radius: 24px 24px 0 0; }
  .vrm .vrm-drawer-handle { display: block; width: 56px; height: 5px; margin: 9px auto 0; border-radius: 999px; background: #69707a; }
  .vrm .vrm-evidence-drawer > header { padding: 18px 20px 15px; }
  .vrm .vrm-archive { inset: 0; border: 0; border-radius: 0; }
  .vrm .vrm-archive-filters { grid-template-columns: 1fr 1fr; padding-inline: 16px; }
  .vrm .vrm-archive-filters label:first-child { grid-column: 1 / 3; }
  .vrm .vrm-archive > header { padding: 18px 16px; }
  .vrm .vrm-archive > header h2 { font-size: 1.25rem; }
  .vrm .vrm-archive-list { padding-inline: 16px; }
  .vrm .timeline-event { grid-template-columns: 1fr 40px; gap: 12px; }
  .vrm .event-date { grid-column: 1 / 3; }
}

@media (max-width: 480px) {
  .vrm .vrm-hero { min-height: 690px; }
  .vrm .vrm-hero-media { inset: 0 0 0 6%; }
  .vrm .vrm-hero-content { width: 90%; padding-inline: 18px; }
  .vrm .vrm-kicker { max-width: 240px; font-size: .55rem; }
  .vrm .vrm-hero h1 { font-size: clamp(3.1rem, 15vw, 4rem); }
  .vrm .vrm-actions { display: grid; width: min(100%, 305px); }
  .vrm .vrm-button { width: 100%; }
  .vrm .vrm-mobile-era-nav a { flex-basis: 118px; }
  .vrm .vrm-player-copy span { display: none; }
  .vrm .vrm-player-copy strong { font-size: .62rem; }
  .vrm .vrm-section-intro h2, .vrm .vrm-section-heading h2, .vrm .vrm-method h2 { font-size: 2.55rem; }
  .vrm .vrm-chapter-copy h3 { font-size: 2.85rem; }
  .vrm .vrm-chapter-actions { display: grid; }
  .vrm .vrm-text-link { justify-content: center; }
  .vrm .vrm-chapter-visual { aspect-ratio: 1 / 1.1; }
  .vrm .vrm-cast-identity { grid-template-columns: 76px 1fr; }
  .vrm .vrm-cast-logo { width: 76px; }
  .vrm .vrm-story-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .vrm .vrm-story-meta small { text-align: left; }
  .vrm .vrm-market summary + div { padding-left: 15px; }
  .vrm .vrm-library-toolbar { grid-template-columns: 1fr; }
  .vrm .vrm-library-toolbar > span { grid-column: 1; grid-row: 2; }
  .vrm .vrm-library-toolbar > div { grid-column: 1; grid-row: 3; }
  .vrm .vrm-library-toolbar button { flex: 0 0 auto; }
  .vrm .vrm-library-grid { grid-template-columns: 1fr; }
  .vrm .vrm-library-card { min-height: 235px; }
  .vrm .vrm-company-card summary { grid-template-columns: 50px 1fr 22px; gap: 11px; padding: 14px; }
  .vrm .vrm-company-logo { width: 50px; height: 50px; }
  .vrm .vrm-company-body dl > div { grid-template-columns: 1fr; gap: 5px; }
  .vrm .vrm-company-body footer, .vrm .vrm-evidence-record footer { align-items: flex-start; flex-direction: column; }
  .vrm .vrm-company-body footer > div { justify-content: flex-start; }
  .vrm .vrm-method-grid { grid-template-columns: 1fr; }
  .vrm .vrm-evidence-filters { padding-inline: 12px; }
  .vrm .vrm-evidence-list { padding: 12px; }
}

/* 1.2 technology-documentary layer -------------------------------------------------
 * The visual stage is the fast, cinematic layer. The complete history remains in
 * an adjacent disclosure, so richer interaction never removes source context.
 */
.vrm {
  --vrm-bg: #03070d;
  --vrm-surface: #07101b;
  --vrm-surface-2: #0b1623;
  --vrm-text: #f6f9ff;
  --vrm-muted: #9da8b8;
  --vrm-blue: #159dff;
  --vrm-blue-hover: #67c5ff;
  --vrm-violet: #8e63ff;
  --vrm-border: rgba(126, 174, 222, .16);
  --vrm-soft-border: rgba(151, 199, 245, .28);
  background: #03070d;
}

.vrm .vrm-documentary-canvas { background: rgba(3, 8, 15, .9); }
.vrm .vrm-chapter-rail { background: #050b13; }
.vrm .vrm-rail-inner li > a::before { background: #050b13; }
.vrm .vrm-player { display: none; }
.vrm .vrm-chapters { padding: 84px clamp(22px, 4vw, 64px) 110px; }
.vrm .vrm-section-intro { max-width: 1180px; margin-bottom: 24px; }
.vrm .vrm-chapter { max-width: 1180px; min-height: 0; padding: 76px 0 94px; }

.vrm .vrm-tech-stage {
  position: relative;
  border: 1px solid var(--vrm-soft-border);
  border-radius: 12px;
  background: #050b13;
  box-shadow: 0 26px 90px rgba(0, 0, 0, .48), 0 0 38px rgba(21, 157, 255, .08);
  overflow: hidden;
}
.vrm .vrm-stage-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  padding: clamp(24px, 3.2vw, 42px);
  border-bottom: 1px solid var(--vrm-border);
  background: #07101a;
}
.vrm .vrm-stage-heading .vrm-eyebrow { margin-bottom: 10px; }
.vrm .vrm-stage-heading h3 {
  font-size: clamp(2.4rem, 5vw, 5.25rem);
  font-weight: 660;
  letter-spacing: -.06em;
  line-height: .96;
}
.vrm .vrm-stage-heading h4 {
  margin-top: 12px;
  color: #d6e8f9;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 620;
  line-height: 1.35;
}
.vrm .vrm-stage-heading p {
  max-width: 660px;
  margin-top: 10px;
  color: var(--vrm-muted);
  font-size: .88rem;
  line-height: 1.65;
}
.vrm .vrm-stage-actions { display: flex; gap: 10px; align-items: center; }
.vrm .vrm-stage-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--vrm-soft-border);
  border-radius: 6px;
  background: #0a1421;
  color: #d9e8f8;
  font-size: .69rem;
  font-weight: 800;
}
.vrm .vrm-stage-actions .vrm-stage-play {
  border-color: #299eff;
  background: #168cf0;
  color: #fff;
  box-shadow: 0 10px 34px rgba(21, 157, 255, .22);
}
.vrm .vrm-stage-actions button:hover { border-color: var(--vrm-blue-hover); color: #fff; }

.vrm .vrm-stage-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 390px;
  overflow: hidden;
  background: #02060b;
  isolation: isolate;
}
.vrm .vrm-stage-poster { position: absolute; z-index: 0; inset: 0; display: block; }
.vrm .vrm-stage-poster,
.vrm .vrm-stage-poster img { width: 100%; height: 100%; }
.vrm .vrm-stage-poster img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.04) brightness(.86);
  transition: filter .35s ease, transform .7s ease;
}
.vrm .vrm-tech-stage.is-playing .vrm-stage-poster img {
  filter: saturate(1.08) contrast(1.05) brightness(.94);
  transform: scale(1.012);
}
.vrm .vrm-stage-smoke {
  position: absolute;
  z-index: 1;
  inset: -5%;
  width: 110%;
  max-width: none;
  height: 110%;
  object-fit: cover;
  opacity: .32;
  mix-blend-mode: screen;
  pointer-events: none;
}
.vrm .vrm-stage-hotspots { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
.vrm .vrm-stage-hotspots button {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 5px 10px 5px 5px;
  border: 1px solid rgba(125, 201, 255, .54);
  border-radius: 999px;
  background: rgba(2, 9, 17, .82);
  color: #e9f6ff;
  font-size: .59rem;
  font-weight: 750;
  pointer-events: auto;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .35);
}
.vrm .vrm-stage-hotspots button b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--vrm-blue);
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .52rem;
}
.vrm .vrm-stage-hotspots button[aria-pressed="true"] {
  border-color: #fff;
  background: rgba(21, 116, 201, .92);
  box-shadow: 0 0 0 4px rgba(21, 157, 255, .18), 0 0 28px rgba(21, 157, 255, .45);
}
.vrm .vrm-stage-hotspots button:nth-child(1) { top: 19%; right: 7%; }
.vrm .vrm-stage-hotspots button:nth-child(2) { top: 43%; right: 12%; }
.vrm .vrm-stage-hotspots button:nth-child(3) { top: 66%; right: 6%; }

.vrm .vrm-stage-caption {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: grid;
  grid-template-columns: 48px minmax(0, 720px);
  gap: 15px;
  align-items: start;
  width: min(760px, calc(100% - 40px));
  padding: 16px 18px;
  border: 1px solid rgba(143, 205, 255, .28);
  border-radius: 8px;
  background: rgba(3, 10, 18, .88);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .45);
}
.vrm .vrm-stage-caption > span {
  color: var(--vrm-blue);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1.4rem;
  font-weight: 850;
  line-height: 1;
}
.vrm .vrm-stage-caption time {
  display: block;
  color: #6dc7ff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vrm .vrm-stage-caption h5 { margin-top: 4px; font-size: 1.06rem; line-height: 1.3; }
.vrm .vrm-stage-caption p { margin-top: 5px; color: #aab8c8; font-size: .7rem; line-height: 1.55; }

.vrm .vrm-stage-controls {
  display: grid;
  grid-template-columns: 40px 44px 40px auto minmax(130px, 1fr) 44px;
  gap: 9px;
  align-items: center;
  min-height: 64px;
  padding: 9px 14px;
  border-top: 1px solid var(--vrm-border);
  border-bottom: 1px solid var(--vrm-border);
  background: #060d16;
}
.vrm .vrm-stage-controls button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: #d6e6f5;
}
.vrm .vrm-stage-controls [data-vrm-stage-play] { width: 44px; height: 44px; border-color: var(--vrm-blue); }
.vrm .vrm-stage-controls button:hover { border-color: var(--vrm-soft-border); background: #0c1b2b; }
.vrm .vrm-stage-controls button:disabled { opacity: .32; cursor: not-allowed; }
.vrm .vrm-stage-time { color: #8999aa; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .6rem; white-space: nowrap; }
.vrm .vrm-stage-time b { color: #eff7ff; }
.vrm .vrm-stage-progress { height: 5px; border-radius: 999px; background: #243142; overflow: hidden; }
.vrm .vrm-stage-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--vrm-blue); transition: width .28s ease; }

.vrm .vrm-stage-broll {
  display: flex;
  gap: 10px;
  padding: 14px;
  overflow-x: auto;
  background: #040a11;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.vrm .vrm-stage-broll button {
  position: relative;
  flex: 1 0 168px;
  min-width: 0;
  height: 112px;
  padding: 0;
  border: 1px solid var(--vrm-border);
  border-radius: 6px;
  background: #08111c;
  overflow: hidden;
  text-align: left;
  scroll-snap-align: start;
}
.vrm .vrm-stage-broll button.active { border-color: var(--vrm-blue); box-shadow: 0 0 0 2px rgba(21, 157, 255, .18); }
.vrm .vrm-stage-broll img { width: 100%; height: 100%; object-fit: cover; opacity: .52; filter: saturate(.78) brightness(.7); transition: opacity .25s ease, filter .25s ease, transform .4s ease; }
.vrm .vrm-stage-broll button:hover img,
.vrm .vrm-stage-broll button.active img { opacity: .86; filter: saturate(1) brightness(.82); transform: scale(1.025); }
.vrm .vrm-stage-broll button > span { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px 10px 8px; background: rgba(2, 7, 12, .78); }
.vrm .vrm-stage-broll b { margin-right: 6px; color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .55rem; }
.vrm .vrm-stage-broll small { color: #a8b7c7; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .5rem; }
.vrm .vrm-stage-broll strong { display: block; overflow: hidden; margin-top: 3px; font-size: .62rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.vrm .vrm-stage-handoff { display: flex; align-items: center; gap: 12px; min-height: 62px; padding: 12px 20px; border-top: 1px solid var(--vrm-border); background: #07111d; }
.vrm .vrm-stage-handoff span { color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .54rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vrm .vrm-stage-handoff strong { font-size: .8rem; }
.vrm .vrm-stage-handoff i { margin-left: auto; color: var(--vrm-blue); }

.vrm .vrm-history-transcript {
  margin-top: 16px;
  border: 1px solid var(--vrm-border);
  border-radius: 10px;
  background: #070d15;
  overflow: hidden;
}
.vrm .vrm-history-transcript > summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto 24px;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
}
.vrm .vrm-history-transcript > summary::-webkit-details-marker { display: none; }
.vrm .vrm-history-transcript > summary > i:first-child { color: var(--vrm-blue); font-size: 1.35rem; }
.vrm .vrm-history-transcript > summary span { display: flex; flex-direction: column; }
.vrm .vrm-history-transcript > summary small { color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .53rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vrm .vrm-history-transcript > summary strong { margin-top: 3px; font-size: .92rem; }
.vrm .vrm-history-transcript > summary > b { color: #8895a5; font-size: .62rem; font-weight: 650; }
.vrm .vrm-history-transcript > summary > i:last-child { color: var(--vrm-blue); transition: transform .25s ease; }
.vrm .vrm-history-transcript[open] > summary > i:last-child { transform: rotate(180deg); }
.vrm .vrm-history-transcript[open] > summary { border-bottom: 1px solid var(--vrm-border); background: #0a1420; }
.vrm .vrm-history-transcript-body { padding: clamp(20px, 3vw, 34px); }
.vrm .vrm-history-summary { max-width: 900px; color: #d0d8e3; font-size: .9rem; line-height: 1.75; }
.vrm .vrm-history-transcript .vrm-chapter-context { margin-top: 26px; }

.vrm .vrm-global-stage {
  position: relative;
  aspect-ratio: 2 / 1;
  margin-bottom: 28px;
  border: 1px solid var(--vrm-soft-border);
  border-radius: 10px;
  background: #041020;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}
.vrm .vrm-global-stage img { width: 100%; height: 100%; object-fit: cover; }
.vrm .vrm-global-stage figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 20px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(126, 204, 255, .28);
  border-radius: 7px;
  background: rgba(3, 10, 19, .87);
  backdrop-filter: blur(14px);
}
.vrm .vrm-global-stage figcaption span { color: var(--vrm-blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vrm .vrm-global-stage figcaption strong { grid-column: 1; font-size: .9rem; }
.vrm .vrm-global-stage figcaption button { grid-column: 2; grid-row: 1 / 3; display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border: 1px solid var(--vrm-blue); border-radius: 6px; background: #0b2841; font-size: .65rem; font-weight: 800; }
.vrm .vrm-market { background: #07101a; }
.vrm .vrm-market[open] { background: #091522; box-shadow: 0 10px 30px rgba(0, 0, 0, .22); }

.vrm .vrm-company-card[open] { grid-column: 1 / -1; }
.vrm .vrm-library-card.is-live { border-color: rgba(21, 157, 255, .38); background: #081522; }
.vrm .vrm-library-card.is-reserve { min-height: 220px; background: #060b12; }
.vrm .vrm-library-card.is-reserve .vrm-library-mark { height: 48px; margin-top: 14px; }
.vrm .vrm-library-card.is-reserve .vrm-library-mark i { font-size: 1.25rem; }
.vrm .vrm-library-card.is-reserve h3 { margin-top: 11px; font-size: .9rem; }
.vrm .vrm-library-empty { padding: 34px 20px; border: 1px dashed var(--vrm-soft-border); border-radius: 8px; color: var(--vrm-muted); text-align: center; }

.vrm :is(a, button, input, select, summary):focus-visible {
  outline: 3px solid #8fd5ff;
  outline-offset: 3px;
}

/* Content is visible without JavaScript. Motion is opt-in after enhancement. */
.vrm [data-reveal] { opacity: 1; transform: none; }
.vrm.js-ready [data-reveal]:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.vrm.js-ready [data-reveal].is-visible { opacity: 1; transform: none; }
html.vrm-modal-open,
body.vrm-modal-open { overflow: hidden !important; }

@media (max-width: 1020px) {
  .vrm .vrm-chapters { padding-inline: 22px; }
  .vrm .vrm-stage-heading { grid-template-columns: 1fr; align-items: start; }
  .vrm .vrm-stage-actions { justify-content: flex-start; }
  .vrm .vrm-stage-caption { width: min(700px, calc(100% - 40px)); }
  .vrm .vrm-stage-broll button { flex-basis: 178px; }
}

@media (max-width: 760px) {
  .vrm #museum-history,
  .vrm [id^="era-"],
  .vrm #global-markets,
  .vrm #museum-brands,
  .vrm #museum-companies,
  .vrm #story-library,
  .vrm #museum-sources { scroll-margin-top: 116px; }
  .vrm .vrm-mobile-era-nav { top: 52px; }
  .vrm .vrm-mobile-era-nav > span { display: none; }
  .vrm .vrm-mobile-era-nav a { flex-basis: 102px; min-height: 54px; padding: 7px 10px 8px; }
  .vrm .vrm-mobile-era-nav a small { display: none; }
  .vrm .vrm-hero { min-height: 660px; }
  .vrm .vrm-hero-media { inset: 0; }
  .vrm .vrm-hero-media picture img { object-position: 55% center; opacity: .62; }
  .vrm .vrm-hero-content { width: 100%; min-height: 565px; padding: 64px 22px 112px; }
  .vrm .vrm-hero-content > p { max-width: 365px; color: #d0d8e1; }
  .vrm .vrm-chapters { padding: 78px 14px 70px; }
  .vrm .vrm-chapter { padding: 58px 0 68px; }
  .vrm .vrm-stage-heading { gap: 20px; padding: 22px 18px; }
  .vrm .vrm-stage-heading h3 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .vrm .vrm-stage-heading h4 { max-width: 430px; }
  .vrm .vrm-stage-actions { width: 100%; }
  .vrm .vrm-stage-actions button { flex: 1 1 0; padding-inline: 10px; }
  .vrm .vrm-stage-screen { display: flex; flex-direction: column; min-height: 0; aspect-ratio: auto; overflow: visible; }
  .vrm .vrm-stage-poster { position: relative; inset: auto; aspect-ratio: 16 / 10; overflow: hidden; }
  .vrm .vrm-stage-poster img { object-position: center; }
  .vrm .vrm-stage-smoke { top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: auto; aspect-ratio: 16 / 10; }
  .vrm .vrm-stage-hotspots { bottom: auto; height: auto; aspect-ratio: 16 / 10; }
  .vrm .vrm-stage-hotspots button { display: grid; place-items: center; width: 44px; height: 44px; min-height: 44px; padding: 0; }
  .vrm .vrm-stage-hotspots button b { width: 30px; height: 30px; }
  .vrm .vrm-stage-hotspots button span { display: none; }
  .vrm .vrm-stage-caption { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 38px minmax(0, 1fr); width: 100%; padding: 16px; border-width: 1px 0 0; border-radius: 0; background: #07101a; box-shadow: none; }
  .vrm .vrm-stage-caption > span { font-size: 1.1rem; }
  .vrm .vrm-stage-caption h5 { font-size: .94rem; }
  .vrm .vrm-stage-caption p { display: -webkit-box; overflow: hidden; font-size: .69rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .vrm .vrm-stage-controls { grid-template-columns: 44px 44px 44px 1fr 44px; gap: 5px; padding: 8px 10px; }
  .vrm .vrm-stage-controls button,
  .vrm .vrm-stage-controls [data-vrm-stage-play] { width: 44px; height: 44px; }
  .vrm .vrm-stage-time { justify-self: end; }
  .vrm .vrm-stage-progress { grid-column: 1 / -1; grid-row: 2; }
  .vrm .vrm-stage-broll { padding: 10px; }
  .vrm .vrm-stage-broll button { flex-basis: 150px; height: 96px; }
  .vrm .vrm-history-transcript > summary { grid-template-columns: 34px 1fr 22px; padding: 14px 15px; }
  .vrm .vrm-history-transcript > summary > b { grid-column: 2; grid-row: 2; }
  .vrm .vrm-history-transcript > summary > i:last-child { grid-column: 3; grid-row: 1 / 3; }
  .vrm .vrm-history-transcript-body { padding: 18px 14px; }
  .vrm .vrm-global-stage { width: calc(100% - 28px); aspect-ratio: 16 / 10; }
  .vrm .vrm-global-stage img { object-position: center; }
  .vrm .vrm-global-stage figcaption { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr; }
  .vrm .vrm-global-stage figcaption button { grid-column: 1; grid-row: auto; justify-content: center; margin-top: 6px; }
  .vrm .vrm-company-card[open] { grid-column: auto; }
  .vrm .vrm-library-toolbar { top: 110px; }
  .vrm .vrm-library-toolbar button,
  .vrm .vrm-evidence-filters button { min-height: 44px; }
}

@media (max-width: 480px) {
  .vrm .vrm-hero h1 { font-size: clamp(3rem, 15vw, 4.1rem); }
  .vrm .vrm-stage-heading p { font-size: .78rem; }
  .vrm .vrm-stage-actions button span { white-space: nowrap; }
  .vrm .vrm-stage-hotspots button:nth-child(1) { top: 12%; right: 5%; }
  .vrm .vrm-stage-hotspots button:nth-child(2) { top: 43%; right: 9%; }
  .vrm .vrm-stage-hotspots button:nth-child(3) { top: 68%; right: 5%; }
  .vrm .vrm-stage-controls { grid-template-columns: 44px 44px 44px 1fr 44px; }
  .vrm .vrm-stage-controls button,
  .vrm .vrm-stage-controls [data-vrm-stage-play] { width: 44px; height: 44px; }
  .vrm .vrm-stage-time { font-size: .54rem; }
  .vrm .vrm-stage-handoff { padding-inline: 14px; }
  .vrm .vrm-stage-handoff strong { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .vrm .vrm-history-summary { font-size: .82rem; }
  .vrm .vrm-global-stage { aspect-ratio: 4 / 3; }
  .vrm .vrm-global-stage img { object-position: 59% center; }
  .vrm .vrm-global-stage figcaption strong { font-size: .78rem; }
  .vrm .vrm-library-card.is-reserve { min-height: 200px; }
}
