/* VapeRisk Museum v2 - market timeline and brand dossiers. */
.vrm2 {
  --bg: #f4f7fb;
  --paper: #ffffff;
  --ink: #111827;
  --muted: #64748b;
  --line: rgba(17, 24, 39, .13);
  --blue: #1477ff;
  --cyan: #00a6c8;
  --green: #00a67e;
  --orange: #f28b2e;
  --red: #e5484d;
  --purple: #7657ff;
  --shadow: 0 22px 70px rgba(15, 23, 42, .13);
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 5%, rgba(20, 119, 255, .16), transparent 30%),
    radial-gradient(circle at 86% 7%, rgba(0, 166, 200, .15), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 42%, #f7f9fc 100%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow: clip;
}
.vrm2 *, .vrm2 *::before, .vrm2 *::after { box-sizing: border-box; }
.vrm2 img { display: block; max-width: 100%; }
.vrm2 button, .vrm2 input { font: inherit; }
.vrm2 a { color: inherit; text-decoration: none; }
.vrm2 h1, .vrm2 h2, .vrm2 h3, .vrm2 p { margin: 0; }
.vrm2-shell { width: min(1240px, calc(100% - 44px)); margin: 0 auto; }
.vrm2-smoke { position: fixed; inset: 52px 0 auto; z-index: 0; height: 430px; pointer-events: none; overflow: hidden; opacity: .72; mix-blend-mode: multiply; }
.vrm2-smoke img { width: 120%; height: 120%; max-width: none; object-fit: cover; opacity: .28; filter: saturate(1.25) brightness(1.34); transform: translate3d(var(--smoke-x, 0), var(--smoke-y, 0), 0) scale(1.08); transition: transform .4s ease-out; }
.vrm2-app { position: relative; z-index: 1; }
.vrm2 #museum-top, .vrm2 #market-timeline, .vrm2 #brand-library { scroll-margin-top: 86px; }
.vrm2-hero { position: relative; min-height: clamp(640px, 88vh, 820px); padding: 74px 0 36px; overflow: hidden; }
.vrm2-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--line); content: ""; }
.vrm2-hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.vrm2-kicker { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.vrm2-kicker span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: #315273; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vrm2-hero h1 { max-width: 620px; font-size: clamp(3.1rem, 6vw, 6.4rem); font-weight: 820; letter-spacing: -.04em; line-height: .92; }
.vrm2-hero p { max-width: 610px; margin-top: 22px; color: #43556b; font-size: clamp(1rem, 1.2vw, 1.14rem); line-height: 1.72; }
.vrm2-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.vrm2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-weight: 800; cursor: pointer; box-shadow: 0 8px 24px rgba(15, 23, 42, .07); }
.vrm2-btn-primary { border-color: transparent; background: var(--blue); color: #fff; }
.vrm2-hero-panel { position: relative; min-height: 560px; border: 1px solid rgba(16, 74, 139, .16); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(238,246,255,.78)); box-shadow: var(--shadow); overflow: hidden; }
.vrm2-hero-panel::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(20,119,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(20,119,255,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(180deg, #000, transparent 82%); content: ""; }
.vrm2-stage-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: saturate(.95) contrast(1.04); }
.vrm2-panel-content { position: relative; z-index: 2; display: grid; gap: 14px; padding: 28px; }
.vrm2-live-card { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid rgba(17, 24, 39, .12); border-radius: 12px; background: rgba(255,255,255,.82); backdrop-filter: blur(16px); box-shadow: 0 14px 40px rgba(15, 23, 42, .08); }
.vrm2-live-card img { width: 58px; height: 38px; object-fit: contain; }
.vrm2-live-card small { display: block; color: var(--muted); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.vrm2-live-card strong { display: block; margin-top: 3px; font-size: .96rem; }
.vrm2-live-card b { color: var(--blue); font-size: 1.4rem; }
.vrm2-quick-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px; }
.vrm2-map-tile { min-height: 112px; padding: 14px; border: 1px solid rgba(17,24,39,.1); border-radius: 12px; background: rgba(255,255,255,.68); }
.vrm2-map-tile span { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.vrm2-map-tile strong { display: block; margin-top: 8px; color: var(--ink); font-size: 1.35rem; line-height: 1.05; }
.vrm2-section { position: relative; padding: 88px 0; border-top: 1px solid var(--line); }
.vrm2-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); gap: 36px; align-items: end; margin-bottom: 30px; }
.vrm2-eyebrow { display: block; margin-bottom: 10px; color: var(--blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vrm2-section h2 { font-size: clamp(2.1rem, 4.4vw, 4.5rem); font-weight: 780; letter-spacing: -.035em; line-height: .98; }
.vrm2-section-head p { color: #53677d; line-height: 1.7; }
.vrm2-dashboard { border: 1px solid rgba(17,24,39,.13); border-radius: 14px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); overflow: hidden; }
.vrm2-tools { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; padding: 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.76); }
.vrm2-country-tabs, .vrm2-mode-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.vrm2-chip { min-height: 34px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #3d5067; font-size: .78rem; font-weight: 800; cursor: pointer; }
.vrm2-chip.is-active { border-color: var(--chip, var(--blue)); background: color-mix(in srgb, var(--chip, var(--blue)) 12%, white); color: #10233a; }
.vrm2-chart-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 0; min-height: 570px; }
.vrm2-chart-stage { position: relative; min-height: 570px; padding: 24px 24px 18px; overflow-x: auto; }
.vrm2-chart { width: 100%; min-width: 860px; height: 480px; }
.vrm2-axis text { fill: #63758a; font-size: 12px; font-weight: 700; }
.vrm2-grid-line { stroke: rgba(17,24,39,.1); stroke-width: 1; }
.vrm2-line { fill: none; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 7px 12px rgba(15,23,42,.12)); }
.vrm2-line.is-dim { opacity: .18; }
.vrm2-point { stroke: #fff; stroke-width: 2.5; cursor: pointer; filter: drop-shadow(0 4px 8px rgba(15,23,42,.22)); }
.vrm2-point.is-dim { opacity: .22; }
.vrm2-point.is-active { stroke: #101827; stroke-width: 4; }
.vrm2-event-panel { border-left: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f3f8ff); }
.vrm2-event-card { position: sticky; top: 80px; min-height: 570px; padding: 24px; }
.vrm2-event-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.vrm2-event-top span { color: var(--muted); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.vrm2-event-card h3 { font-size: 1.9rem; letter-spacing: -.025em; line-height: 1.08; }
.vrm2-event-card p { margin-top: 13px; color: #53677d; font-size: .92rem; line-height: 1.66; }
.vrm2-event-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 18px; }
.vrm2-event-meta div { padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.7); }
.vrm2-event-meta small { display: block; color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.vrm2-event-meta strong { display: block; margin-top: 3px; font-size: .88rem; }
.vrm2-event-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--blue); font-weight: 850; }
.vrm2-brand-matrix { border-top: 1px solid var(--line); background: #fff; }
.vrm2-matrix-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 18px 20px; }
.vrm2-matrix-head h3 { font-size: 1.35rem; }
.vrm2-matrix-head p { max-width: 610px; color: var(--muted); font-size: .86rem; }
.vrm2-matrix-scroller { overflow-x: auto; padding: 0 20px 22px; }
.vrm2-matrix { display: grid; grid-auto-flow: column; grid-auto-columns: 180px; gap: 10px; min-width: max-content; }
.vrm2-year-col { border: 1px solid var(--line); border-radius: 12px; background: #f8fbff; overflow: hidden; }
.vrm2-year-col header { padding: 12px; border-bottom: 1px solid var(--line); background: #eef6ff; }
.vrm2-year-col time { color: var(--blue); font-family: "JetBrains Mono", ui-monospace, monospace; font-weight: 900; }
.vrm2-brand-list { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px; }
.vrm2-brand-pill { display: inline-flex; align-items: center; min-height: 26px; padding: 0 8px; border: 1px solid rgba(17,24,39,.12); border-radius: 999px; background: #fff; color: #2c3f56; font-size: .68rem; font-weight: 820; cursor: pointer; }
.vrm2-brand-pill.is-new { border-color: rgba(20,119,255,.28); color: var(--blue); }
.vrm2-library-tools { display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 12px; margin: -8px 0 24px; }
.vrm2-search { min-height: 48px; padding: 0 15px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); box-shadow: 0 10px 30px rgba(15,23,42,.06); }
.vrm2-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.vrm2-brand-card { display: grid; grid-template-rows: auto 1fr auto; min-height: 322px; border: 1px solid rgba(17,24,39,.12); border-radius: 12px; background: rgba(255,255,255,.9); overflow: hidden; box-shadow: 0 14px 40px rgba(15,23,42,.08); }
.vrm2-brand-card.is-hidden { display: none; }
.vrm2-card-media { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: center; min-height: 104px; padding: 16px; background: linear-gradient(135deg, #f3f8ff, #fff); overflow: hidden; }
.vrm2-card-media::after { position: absolute; right: -20px; bottom: -26px; width: 140px; height: 140px; border: 1px solid rgba(20,119,255,.18); border-radius: 50%; content: ""; }
.vrm2-logo-box { position: relative; z-index: 1; display: grid; place-items: center; width: 88px; height: 58px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.vrm2-logo-box img { width: 100%; height: 100%; object-fit: contain; }
.vrm2-logo-box b { color: var(--blue); font-size: 1.5rem; }
.vrm2-card-media small { color: var(--muted); font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.vrm2-card-media h3 { margin-top: 4px; font-size: 1.18rem; line-height: 1.12; }
.vrm2-card-body { padding: 16px; }
.vrm2-card-body p { color: #53677d; font-size: .86rem; line-height: 1.62; }
.vrm2-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.vrm2-card-tags span { padding: 4px 7px; border-radius: 999px; background: #eef4fb; color: #40546b; font-size: .62rem; font-weight: 800; }
.vrm2-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-top: 1px solid var(--line); }
.vrm2-card-foot small { color: var(--muted); font-size: .68rem; }
.vrm2-card-foot button { border: 0; background: transparent; color: var(--blue); font-weight: 900; cursor: pointer; }
.vrm2-drawer { position: fixed; z-index: 1000; inset: 0; display: none; }
.vrm2-drawer.is-open { display: block; }
.vrm2-drawer-backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.45); backdrop-filter: blur(5px); }
.vrm2-drawer-panel { position: absolute; top: 0; right: 0; width: min(560px, 100%); height: 100%; padding: 28px; background: #fff; box-shadow: -24px 0 80px rgba(15,23,42,.2); overflow-y: auto; }
.vrm2-drawer-close { position: sticky; top: 0; float: right; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.vrm2-drawer-logo { width: 126px; height: 72px; margin-bottom: 22px; object-fit: contain; }
.vrm2-drawer h3 { clear: both; font-size: 2.2rem; letter-spacing: -.03em; line-height: 1; }
.vrm2-drawer p { margin-top: 14px; color: #4c6076; line-height: 1.72; }
.vrm2-drawer dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0 0; }
.vrm2-drawer dl div { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #f8fbff; }
.vrm2-drawer dt { color: var(--muted); font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.vrm2-drawer dd { margin: 4px 0 0; font-weight: 820; }
.vrm2-note { margin-top: 18px; padding: 14px; border: 1px solid rgba(242,139,46,.24); border-radius: 10px; background: rgba(255,246,235,.85); color: #7b4b1f; font-size: .82rem; line-height: 1.62; }
@media (max-width: 980px) {
  .vrm2-hero-grid, .vrm2-section-head, .vrm2-chart-wrap { grid-template-columns: 1fr; }
  .vrm2-hero-panel { min-height: 420px; }
  .vrm2-event-panel { border-left: 0; border-top: 1px solid var(--line); }
  .vrm2-event-card { position: relative; top: auto; min-height: auto; }
  .vrm2-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .vrm2-shell { width: min(100% - 28px, 1240px); }
  .vrm2-hero { min-height: auto; padding-top: 46px; }
  .vrm2-hero h1 { font-size: 3.15rem; }
  .vrm2-hero-panel { min-height: auto; }
  .vrm2-panel-content { padding: 18px; }
  .vrm2-quick-map { grid-template-columns: 1fr; }
  .vrm2-section { padding: 62px 0; }
  .vrm2-tools, .vrm2-library-tools, .vrm2-matrix-head { display: grid; grid-template-columns: 1fr; }
  .vrm2-country-tabs, .vrm2-mode-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
  .vrm2-chip { white-space: nowrap; }
  .vrm2-chart-stage { min-height: 420px; padding: 14px; }
  .vrm2-chart { min-width: 720px; height: 390px; }
  .vrm2-card-grid { grid-template-columns: 1fr; }
  .vrm2-drawer-panel { padding: 20px; }
  .vrm2-drawer dl { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .vrm2 *, .vrm2 *::before, .vrm2 *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* 2.1 dark industry-console visual layer
 * Keeps the v2 DOM/API contract while restoring VapeRisk's deep navy,
 * source-led editorial tone and real-smoke atmosphere.
 */
.vrm2 {
  --bg: #03070d;
  --paper: #08111d;
  --paper-2: #0b1624;
  --paper-3: #101e2d;
  --ink: #f5f8fc;
  --muted: #9aa9bb;
  --muted-strong: #c2cedb;
  --line: rgba(151, 193, 232, .15);
  --line-strong: rgba(151, 205, 255, .27);
  --blue: #3b9eff;
  --cyan: #36d5ff;
  --green: #47d6a9;
  --orange: #ffad5c;
  --red: #ff6f78;
  --purple: #9b7cff;
  --shadow: 0 28px 90px rgba(0, 0, 0, .46), 0 0 42px rgba(59, 158, 255, .055);
  color-scheme: dark;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 5%, rgba(25, 114, 202, .16), transparent 27rem),
    radial-gradient(circle at 87% 19%, rgba(57, 207, 255, .08), transparent 25rem),
    linear-gradient(180deg, #03070d 0%, #050b13 36%, #03070d 100%);
}
.vrm2::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(rgba(119, 175, 225, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 175, 225, .022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .2) 45%, transparent 90%);
  pointer-events: none;
  content: "";
}
.vrm2 button,
.vrm2 input { color: inherit; }
.vrm2 button:focus-visible,
.vrm2 input:focus-visible,
.vrm2 a:focus-visible {
  outline: 2px solid #8bd0ff;
  outline-offset: 3px;
}
.vrm2-shell { width: min(1280px, calc(100% - 48px)); }

/* Real smoke remains visible at page level without lowering text contrast. */
.vrm2-smoke {
  inset: 52px 0 0;
  height: auto;
  opacity: .9;
  mix-blend-mode: screen;
}
.vrm2-smoke::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 13, .02), rgba(3, 7, 13, .38) 65%, rgba(3, 7, 13, .78)),
    radial-gradient(circle at center, transparent 20%, rgba(3, 7, 13, .36) 88%);
  content: "";
}
.vrm2-smoke img {
  width: 112%;
  height: 112%;
  opacity: .64;
  filter: brightness(1.22) contrast(1.08) saturate(1.18);
  transform: translate3d(var(--smoke-x, 0), var(--smoke-y, 0), 0) scale(1.1);
  transition: transform .5s cubic-bezier(.23, 1, .32, 1);
  will-change: transform;
}
.vrm2-app { min-height: 100vh; }

/* Hero: editorial research dashboard + real-image vape hardware evolution. */
.vrm2-hero {
  min-height: clamp(720px, 90vh, 900px);
  padding: clamp(70px, 7.5vh, 104px) 0 62px;
  isolation: isolate;
}
.vrm2-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(49, 162, 255, .18), transparent 28rem),
    radial-gradient(circle at 56% 72%, rgba(48, 220, 226, .08), transparent 26rem),
    linear-gradient(90deg, rgba(2, 7, 13, .76) 0%, rgba(2, 8, 15, .52) 46%, rgba(3, 11, 19, .22) 100%),
    linear-gradient(180deg, rgba(3, 8, 14, .06), rgba(3, 8, 14, .5));
  content: "";
}
.vrm2-hero::after { background: linear-gradient(90deg, transparent, rgba(129, 192, 245, .24), transparent); }
.vrm2-hero .vrm2-shell { width: min(1480px, calc(100% - 48px)); }
.vrm2-hero-grid {
  grid-template-columns: minmax(430px, .82fr) minmax(620px, 1.18fr);
  gap: clamp(34px, 4vw, 66px);
  align-items: center;
}
.vrm2-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}
.vrm2-kicker { gap: 8px; margin-bottom: 28px; }
.vrm2-kicker span {
  min-height: 30px;
  padding: 0 11px;
  border-color: rgba(130, 189, 240, .22);
  border-radius: 5px;
  background: rgba(5, 13, 22, .68);
  color: #a7bcd1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(14px);
}
.vrm2-kicker span:first-child {
  border-color: rgba(59, 158, 255, .45);
  color: #7ac7ff;
  background: rgba(18, 103, 180, .14);
}
.vrm2-hero h1 {
  max-width: 650px;
  color: #f8fbff;
  font-size: clamp(3.8rem, 6.35vw, 6.65rem);
  font-weight: 790;
  letter-spacing: -.062em;
  line-height: .88;
  text-wrap: balance;
  text-shadow: 0 14px 48px rgba(0, 0, 0, .7);
}
.vrm2-hero p {
  max-width: 620px;
  margin-top: 24px;
  color: #c0ccda;
  font-size: clamp(.98rem, 1.08vw, 1.1rem);
  line-height: 1.72;
  text-shadow: 0 3px 15px rgba(0, 0, 0, .65);
}
.vrm2-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 0;
  padding: 18px 0;
  border-block: 1px solid rgba(140, 202, 251, .16);
}
.vrm2-hero-stats > div {
  min-width: 0;
  padding: 0 17px;
  border-left: 1px solid rgba(140, 202, 251, .13);
}
.vrm2-hero-stats > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.vrm2-hero-stats dt {
  color: #67bfff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}
.vrm2-hero-stats dd {
  margin: 7px 0 0;
  color: #f3f8fd;
  font-size: clamp(.82rem, .93vw, 1rem);
  font-weight: 780;
  letter-spacing: -.015em;
  line-height: 1.25;
}
.vrm2-actions { gap: 11px; margin-top: 26px; }
.vrm2-btn {
  min-height: 48px;
  padding: 0 17px;
  border-color: rgba(143, 198, 244, .22);
  border-radius: 7px;
  background: rgba(8, 17, 28, .8);
  color: #e8f1fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 12px 32px rgba(0, 0, 0, .26);
  backdrop-filter: blur(14px);
  transition: transform .2s cubic-bezier(.23, 1, .32, 1), border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.vrm2-btn-primary {
  border-color: #3b9eff;
  background: linear-gradient(135deg, #228ef0, #0b72d1);
  color: #fff;
  box-shadow: 0 12px 34px rgba(28, 135, 230, .25), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.vrm2-hero-cover {
  position: relative;
  min-width: 0;
  min-height: 600px;
  margin: 0;
  border: 1px solid rgba(158, 214, 255, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 32%, rgba(26, 119, 191, .28), transparent 44%),
    linear-gradient(145deg, #03101b, #0c2740);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, .46),
    0 0 68px rgba(62, 171, 255, .13),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden;
}
.vrm2-hero-cover > img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.06) contrast(1.02) brightness(1.05);
  transform: none;
}

/* Section framing and information hierarchy. */
.vrm2-section {
  padding: 104px 0;
  border-color: rgba(145, 194, 236, .12);
  background: linear-gradient(180deg, rgba(4, 10, 17, .74), rgba(3, 8, 14, .9));
}
.vrm2-section:nth-of-type(3) {
  background:
    radial-gradient(circle at 84% 9%, rgba(42, 136, 218, .08), transparent 28rem),
    rgba(3, 8, 14, .9);
}
.vrm2-section-head {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  gap: 42px;
  margin-bottom: 34px;
}
.vrm2-eyebrow {
  margin-bottom: 12px;
  color: #60b8ff;
  font-size: .68rem;
  letter-spacing: .13em;
}
.vrm2-section h2 {
  color: #f4f8fd;
  font-size: clamp(2.45rem, 4.6vw, 4.8rem);
  font-weight: 720;
  letter-spacing: -.052em;
  line-height: .96;
  text-wrap: balance;
}
.vrm2-section-head p { color: #a7b4c3; line-height: 1.78; }

/* Dashboard chrome. */
.vrm2-dashboard {
  border-color: rgba(139, 194, 240, .2);
  border-radius: 12px;
  background: rgba(5, 13, 22, .9);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .035);
}
.vrm2-tools {
  padding: 15px 18px;
  border-color: var(--line);
  background: rgba(8, 18, 29, .94);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2);
}
.vrm2-country-tabs,
.vrm2-mode-tabs { gap: 7px; }
.vrm2-chip {
  min-height: 36px;
  padding: 0 12px;
  border-color: rgba(143, 193, 235, .17);
  border-radius: 6px;
  background: rgba(4, 11, 19, .76);
  color: #91a3b6;
  font-size: .72rem;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s cubic-bezier(.23, 1, .32, 1);
}
.vrm2-chip.is-active {
  border-color: color-mix(in srgb, var(--chip, var(--blue)) 70%, #bde5ff);
  background: color-mix(in srgb, var(--chip, var(--blue)) 16%, #06101a);
  color: #f1f8ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 0 18px color-mix(in srgb, var(--chip, var(--blue)) 20%, transparent);
}
.vrm2-country-tabs .vrm2-chip { flex: 0 0 auto; }
.vrm2-chart-legend {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #8ea2b6;
  font-size: .69rem;
  font-weight: 750;
  white-space: nowrap;
}
.vrm2-chart-legend span { display: inline-flex; align-items: center; gap: 7px; }
.vrm2-chart-legend i { position: relative; display: inline-block; width: 24px; height: 10px; flex: 0 0 24px; }
.vrm2-chart-legend .is-signal::before {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #3b9eff, #7ac8ff);
  box-shadow: 0 0 8px rgba(59, 158, 255, .52);
  content: "";
}
.vrm2-chart-legend .is-event::before {
  position: absolute;
  top: 1px;
  left: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid #dff3ff;
  border-radius: 50%;
  background: #3b9eff;
  box-shadow: 0 0 8px rgba(59, 158, 255, .68);
  content: "";
}
.vrm2-chart-wrap { min-height: 590px; background: rgba(3, 9, 16, .7); }
.vrm2-chart-stage {
  min-height: 590px;
  padding: 28px 24px 20px;
  background:
    radial-gradient(circle at 48% 55%, rgba(40, 132, 214, .07), transparent 44%),
    linear-gradient(180deg, rgba(8, 19, 31, .82), rgba(4, 11, 19, .9));
  scrollbar-color: rgba(59, 158, 255, .5) rgba(255, 255, 255, .035);
  scrollbar-width: thin;
}
.vrm2-chart-stage::-webkit-scrollbar,
.vrm2-matrix-scroller::-webkit-scrollbar,
.vrm2-country-tabs::-webkit-scrollbar { height: 6px; }
.vrm2-chart-stage::-webkit-scrollbar-track,
.vrm2-matrix-scroller::-webkit-scrollbar-track,
.vrm2-country-tabs::-webkit-scrollbar-track { background: rgba(255, 255, 255, .035); }
.vrm2-chart-stage::-webkit-scrollbar-thumb,
.vrm2-matrix-scroller::-webkit-scrollbar-thumb,
.vrm2-country-tabs::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(59, 158, 255, .48); }
.vrm2-chart {
  min-width: 820px;
  height: 500px;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.vrm2-axis {
  fill: #71869c;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .02em;
}
.vrm2-grid-line {
  stroke: rgba(138, 184, 224, .11);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.vrm2-line {
  stroke-width: 4;
  filter: drop-shadow(0 0 5px color-mix(in srgb, currentColor 48%, transparent)) drop-shadow(0 7px 10px rgba(0, 0, 0, .34));
  vector-effect: non-scaling-stroke;
  transition: opacity .24s ease, filter .24s ease, stroke-width .24s ease;
}
.vrm2-line.is-dim { opacity: .1; }
.vrm2-point {
  stroke: #07111d;
  stroke-width: 4;
  filter: drop-shadow(0 0 5px rgba(113, 204, 255, .64)) drop-shadow(0 4px 8px rgba(0, 0, 0, .55));
  vector-effect: non-scaling-stroke;
  transition: opacity .2s ease, filter .2s ease, stroke-width .2s ease;
}
.vrm2-point.is-dim { opacity: .12; }
.vrm2-point.is-active {
  stroke: #f5fbff;
  stroke-width: 4;
  filter: drop-shadow(0 0 6px #fff) drop-shadow(0 0 17px #3b9eff);
}

/* Event reader lives beside the graph as a real editorial module. */
.vrm2-event-panel {
  border-color: var(--line);
  background: linear-gradient(180deg, #0a1624, #07101b);
  box-shadow: -18px 0 42px rgba(0, 0, 0, .18);
}
.vrm2-event-card { min-height: 590px; padding: 28px; }
.vrm2-event-top { margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.vrm2-event-top span { color: #7facd2; letter-spacing: .07em; }
.vrm2-event-top img {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 3px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .35);
}
.vrm2-event-card > img:not(.vrm2-event-top img) {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(246, 249, 252, .95);
}
.vrm2-event-card h3 { color: #f5f9fd; font-size: 1.82rem; font-weight: 720; line-height: 1.11; }
.vrm2-event-card p { color: #aab8c8; line-height: 1.72; }
.vrm2-event-meta { gap: 9px; margin-top: 20px; }
.vrm2-event-meta div {
  padding: 12px;
  border-color: var(--line);
  border-radius: 8px;
  background: rgba(4, 11, 18, .62);
}
.vrm2-event-meta small { color: #72879c; }
.vrm2-event-meta strong { color: #dce8f3; }
.vrm2-event-card a {
  color: #66bdff;
  transition: color .18s ease, gap .18s ease;
}

/* Brand-by-year matrix. */
.vrm2-brand-matrix {
  border-color: var(--line);
  background: #06101a;
}
.vrm2-matrix-head { padding: 22px 24px; border-bottom: 1px solid rgba(145, 194, 236, .09); }
.vrm2-matrix-head h3 { color: #eff6fc; font-size: 1.42rem; }
.vrm2-matrix-head p { color: #8fa0b2; line-height: 1.62; }
.vrm2-matrix-scroller {
  padding: 18px 22px 25px;
  scrollbar-color: rgba(59, 158, 255, .5) rgba(255, 255, 255, .035);
  scrollbar-width: thin;
}
.vrm2-matrix { grid-auto-columns: 188px; gap: 9px; }
.vrm2-year-col {
  border-color: rgba(143, 192, 233, .15);
  border-radius: 9px;
  background: #08131f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}
.vrm2-year-col header {
  padding: 12px 13px;
  border-color: var(--line);
  background: linear-gradient(180deg, #0d1e30, #0a1725);
}
.vrm2-year-col time { color: #65bcff; font-size: .86rem; letter-spacing: .04em; }
.vrm2-brand-list { gap: 6px; padding: 12px; }
.vrm2-brand-pill {
  min-height: 28px;
  padding: 0 9px;
  border-color: rgba(146, 192, 231, .15);
  border-radius: 5px;
  background: rgba(4, 10, 17, .7);
  color: #b1c0d0;
  font-size: .66rem;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s cubic-bezier(.23, 1, .32, 1);
}
.vrm2-brand-pill.is-new {
  border-color: rgba(59, 158, 255, .42);
  background: rgba(34, 130, 218, .12);
  color: #72c2ff;
}

/* Brand dossier cards read as article previews rather than generic tiles. */
.vrm2-library-tools { margin: -4px 0 26px; }
.vrm2-search {
  min-height: 50px;
  padding: 0 16px;
  border-color: rgba(146, 197, 240, .2);
  border-radius: 7px;
  background: rgba(6, 14, 23, .88);
  color: #f0f6fc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 13px 34px rgba(0, 0, 0, .18);
}
.vrm2-search::placeholder { color: #71859a; opacity: 1; }
.vrm2-library-market-bar {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr);
  gap: 24px;
  align-items: center;
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid rgba(146, 197, 240, .16);
  border-radius: 10px;
  background: rgba(7, 17, 28, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}
.vrm2-library-market-bar p {
  max-width: 460px;
  margin: 6px 0 0;
  color: #8fa3b6;
  font-size: .76rem;
  line-height: 1.5;
}
.vrm2-library-market-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}
.vrm2-library-market-filter {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid rgba(144, 195, 237, .16);
  border-radius: 7px;
  background: rgba(4, 11, 19, .78);
  color: #a9bbcb;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .64rem;
  font-weight: 820;
  letter-spacing: .035em;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}
.vrm2-library-market-filter img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .14);
}
.vrm2-library-market-filter.is-active,
.vrm2-library-market-filter[aria-pressed="true"] {
  border-color: rgba(79, 174, 250, .58);
  background: rgba(31, 124, 205, .17);
  color: #eff8ff;
  box-shadow: inset 0 0 0 1px rgba(76, 179, 255, .12), 0 8px 24px rgba(9, 82, 143, .14);
}
.vrm2-card-grid { gap: 16px; }
.vrm2-brand-card {
  min-height: 354px;
  border-color: rgba(142, 192, 234, .16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(10, 22, 35, .97), rgba(6, 14, 23, .97));
  box-shadow: 0 17px 46px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .025);
  transition: transform .24s cubic-bezier(.23, 1, .32, 1), border-color .24s ease, box-shadow .24s ease, background-color .24s ease;
}
.vrm2-card-media {
  grid-template-columns: 94px 1fr;
  gap: 15px;
  min-height: 116px;
  padding: 17px;
  border-bottom: 1px solid rgba(146, 193, 233, .09);
  background:
    linear-gradient(135deg, rgba(35, 106, 168, .13), transparent 62%),
    #0b1927;
}
.vrm2-card-media::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #3b9eff, transparent 76%);
  content: "";
}
.vrm2-card-media::after {
  right: -42px;
  bottom: -76px;
  width: 190px;
  height: 190px;
  border-color: rgba(72, 163, 240, .12);
  box-shadow: 0 0 0 30px rgba(68, 151, 225, .025);
}
.vrm2-logo-box {
  width: 94px;
  height: 64px;
  padding: 8px;
  border-color: rgba(151, 193, 228, .26);
  border-radius: 7px;
  background: #f3f6f9;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  overflow: hidden;
}
.vrm2-logo-box > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}
.vrm2-logo-box b { color: #167dcc; }
.vrm2-brand-card[data-brand-id="voopoo"] .vrm2-logo-box,
.vrm2-drawer-logo[src*="voopoo-wordmark"] { background: #0a111a; }
.vrm2-logo-box img[src*="smoore-wordmark"] {
  width: 72px;
  height: 14px;
  object-fit: none;
  object-position: right top;
}
.vrm2-card-media small { color: #8197ad; letter-spacing: .035em; }
.vrm2-card-media h3 { color: #f3f8fc; font-size: 1.23rem; font-weight: 720; }
.vrm2-card-body { padding: 18px; }
.vrm2-card-body p { color: #a7b5c4; font-size: .86rem; line-height: 1.7; }
.vrm2-card-tags { gap: 6px; margin-top: 16px; }
.vrm2-card-tags span {
  padding: 4px 8px;
  border: 1px solid rgba(143, 193, 234, .12);
  border-radius: 5px;
  background: rgba(52, 126, 192, .08);
  color: #8fa8c0;
}
.vrm2-card-foot {
  min-height: 56px;
  padding: 14px 18px;
  border-color: var(--line);
  background: rgba(3, 9, 15, .4);
}
.vrm2-card-foot small { color: #7d90a3; }
.vrm2-card-foot button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(59, 158, 255, .26);
  border-radius: 6px;
  background: rgba(35, 132, 219, .1);
  color: #70c2ff;
}
.vrm2-card-foot button::after { font-size: 1rem; content: "↗"; }
.vrm2-roster-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(143, 193, 234, .1);
}
.vrm2-roster-actions p {
  margin: 0;
  color: #8298ab;
  font-size: .75rem;
  line-height: 1.45;
}
.vrm2-library-roster-actions {
  margin-top: 18px;
  padding: 16px 0 0;
}
.vrm2-load-more {
  flex: 0 0 auto;
  min-width: 212px;
}
.vrm2-load-more[hidden] { display: none; }

/* Dark reader panel retained as the fallback while article routes are wired. */
.vrm2-drawer-backdrop { background: rgba(0, 4, 9, .76); backdrop-filter: blur(7px); }
.vrm2-drawer-panel {
  border-left: 1px solid rgba(150, 199, 241, .22);
  background:
    radial-gradient(circle at 100% 0, rgba(40, 135, 219, .12), transparent 24rem),
    #07101a;
  box-shadow: -32px 0 100px rgba(0, 0, 0, .66);
}
.vrm2-drawer-close {
  border-color: var(--line-strong);
  background: #0b1826;
  color: #dceaf6;
}
.vrm2-drawer-logo {
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f3f6f9;
}
.vrm2-drawer h3 { color: #f5f9fd; }
.vrm2-drawer p { color: #aab8c7; }
.vrm2-drawer dl div {
  border-color: var(--line);
  border-radius: 8px;
  background: #0a1724;
}
.vrm2-drawer dt { color: #74899d; }
.vrm2-drawer dd { color: #e1ebf4; }
.vrm2-note {
  border-color: rgba(255, 173, 92, .24);
  border-radius: 8px;
  background: rgba(96, 55, 18, .14);
  color: #d8b58f;
}

@media (hover: hover) and (pointer: fine) {
  .vrm2-btn:hover { border-color: rgba(117, 196, 255, .65); transform: translateY(-2px); }
  .vrm2-btn-primary:hover { background: linear-gradient(135deg, #46aaff, #1382e5); box-shadow: 0 15px 38px rgba(33, 147, 245, .34); }
  .vrm2-live-card:hover { border-color: rgba(101, 188, 255, .42); background: rgba(9, 21, 35, .94); transform: translateY(-2px); }
  .vrm2-chip:hover { border-color: rgba(127, 194, 248, .4); color: #e5f2fc; transform: translateY(-1px); }
  .vrm2-point:hover { stroke: #fff; stroke-width: 5; filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 18px #3b9eff); }
  .vrm2-event-card a:hover { gap: 11px; color: #a6dcff; }
  .vrm2-brand-pill:hover { border-color: rgba(83, 178, 255, .5); background: rgba(42, 140, 226, .14); color: #e7f5ff; transform: translateY(-1px); }
  .vrm2-brand-card:hover {
    border-color: rgba(88, 178, 251, .38);
    background: linear-gradient(180deg, rgba(12, 27, 43, .98), rgba(7, 17, 28, .98));
    box-shadow: 0 24px 58px rgba(0, 0, 0, .34), 0 0 30px rgba(44, 145, 232, .07);
    transform: translateY(-4px);
  }
  .vrm2-card-foot button:hover { border-color: #58b8ff; background: rgba(41, 145, 237, .18); color: #c2e8ff; }
}

@media (max-width: 1120px) {
  .vrm2-hero-grid { grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr); gap: 34px; }
  .vrm2-hero-stats dd { font-size: .82rem; }
  .vrm2-chart-wrap { grid-template-columns: minmax(0, 1fr) 320px; }
  .vrm2-event-card { padding: 24px; }
}

@media (max-width: 980px) {
  .vrm2-hero { min-height: auto; padding-bottom: 68px; }
  .vrm2-hero-grid,
  .vrm2-section-head,
  .vrm2-chart-wrap { grid-template-columns: 1fr; }
  .vrm2-hero-grid { gap: 48px; }
  .vrm2-hero-copy { max-width: 760px; }
  .vrm2-hero h1 { max-width: 780px; }
  .vrm2-hero p { max-width: 720px; }
  .vrm2-hero-stats { max-width: 690px; }
  .vrm2-hero-cover,
  .vrm2-hero-cover > img { min-height: 520px; }
  .vrm2-event-panel {
    border-top: 1px solid var(--line);
    box-shadow: 0 -18px 42px rgba(0, 0, 0, .13);
  }
  .vrm2-event-card { min-height: auto; }
  .vrm2-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .vrm2-shell { width: min(100% - 28px, 1280px); }
  .vrm2-hero .vrm2-shell { width: min(100% - 28px, 1280px); }
  .vrm2-smoke { top: 52px; opacity: .82; }
  .vrm2-smoke img {
    width: 138%;
    height: 108%;
    opacity: .76;
    object-position: 14% center;
    filter: brightness(1.5) contrast(1.08) saturate(1.26);
  }
  .vrm2-hero { padding: 54px 0 50px; }
  .vrm2-kicker { gap: 6px; margin-bottom: 22px; }
  .vrm2-kicker span { min-height: 27px; padding-inline: 8px; font-size: .58rem; }
  .vrm2-hero h1 { font-size: clamp(3rem, 15vw, 4.25rem); line-height: .88; }
  .vrm2-hero p { margin-top: 22px; font-size: .95rem; line-height: 1.7; }
  .vrm2-hero-stats {
    margin-top: 23px;
    padding-block: 14px;
  }
  .vrm2-hero-stats > div { padding-inline: 10px; }
  .vrm2-hero-stats dt { font-size: .52rem; }
  .vrm2-hero-stats dd { margin-top: 5px; font-size: .74rem; }
  .vrm2-actions { display: grid; grid-template-columns: 1fr; margin-top: 26px; }
  .vrm2-btn { width: 100%; }
  .vrm2-hero-grid { gap: 38px; }
  .vrm2-hero-cover,
  .vrm2-hero-cover > img {
    min-height: 390px;
    aspect-ratio: 4 / 3;
  }
  .vrm2-section { padding: 72px 0; }
  .vrm2-section-head { gap: 18px; margin-bottom: 26px; }
  .vrm2-section h2 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .vrm2-section-head p { font-size: .9rem; line-height: 1.7; }
  .vrm2-dashboard { margin-inline: -7px; }
  .vrm2-tools { gap: 9px; padding: 12px; }
  .vrm2-country-tabs,
  .vrm2-mode-tabs { padding-bottom: 5px; }
  .vrm2-mode-tabs .vrm2-chip { flex: 1 0 auto; }
  .vrm2-chart-legend { gap: 14px; padding-top: 2px; }
  .vrm2-chart-stage { min-height: 424px; padding: 13px 10px 15px; }
  .vrm2-chart { min-width: 730px; height: 392px; }
  .vrm2-event-card { padding: 22px 18px; }
  .vrm2-event-card h3 { font-size: 1.55rem; }
  .vrm2-event-meta { grid-template-columns: 1fr 1fr; }
  .vrm2-matrix-head { gap: 10px; padding: 18px; }
  .vrm2-matrix-scroller { padding: 14px 14px 20px; }
  .vrm2-matrix { grid-auto-columns: 168px; }
  .vrm2-library-tools { gap: 10px; }
  .vrm2-card-grid { grid-template-columns: 1fr; }
  .vrm2-brand-card { min-height: 340px; }
  .vrm2-drawer-panel { padding: 20px 18px 30px; }
  .vrm2-drawer dl { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .vrm2-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vrm2-hero-stats > div:nth-child(3) {
    grid-column: 1 / -1;
    margin-top: 12px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(140, 202, 251, .13);
    border-left: 0;
  }
}

@media (max-width: 360px) {
  .vrm2-shell { width: calc(100% - 24px); }
  .vrm2-hero h1 { font-size: 2.84rem; }
  .vrm2-kicker span:last-child { display: none; }
  .vrm2-hero-cover,
  .vrm2-hero-cover > img { min-height: 340px; }
  .vrm2-dashboard { margin-inline: -6px; }
  .vrm2-event-meta { grid-template-columns: 1fr; }
  .vrm2-card-media { grid-template-columns: 80px 1fr; gap: 12px; padding: 14px; }
  .vrm2-logo-box { width: 80px; height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .vrm2-smoke img { will-change: auto; transform: scale(1.1); }
  .vrm2-brand-card,
  .vrm2-btn,
  .vrm2-chip,
  .vrm2-brand-pill { transform: none !important; }
}

/* 2.2 full-width market chart -------------------------------------------------
 * The chart is one canvas. Context sits inside the visual field on desktop and
 * returns to normal document flow on touch widths so it never hides the data.
 */
.vrm2-chart-wrap {
  display: block;
  min-height: 0;
  background: rgba(3, 9, 16, .72);
}
.vrm2-chart-stage {
  position: relative;
  min-height: 0;
  padding: 18px 18px 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 48%, rgba(39, 139, 225, .09), transparent 48%),
    linear-gradient(180deg, rgba(8, 19, 31, .9), rgba(3, 10, 18, .97));
  isolation: isolate;
}
.vrm2-chart-stage::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(58, 145, 224, .035), transparent 28%, transparent 74%, rgba(55, 143, 220, .045)),
    linear-gradient(180deg, rgba(255, 255, 255, .018), transparent 28%);
  pointer-events: none;
  content: "";
}
.vrm2-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 1040 / 480;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

/* Replace duplicated top market tabs only when the chart-side controls exist. */
.vrm2:has(.vrm2-country-notes button) .vrm2-country-tabs { display: none; }
.vrm2:has(.vrm2-country-notes button) .vrm2-tools { justify-content: flex-end; }

/* Compact event HUD: real text, no ornamental paper/fold treatment. */
.vrm2-chart-brief {
  position: absolute;
  z-index: 5;
  top: 28px;
  left: 76px;
  width: min(354px, calc(100% - 300px));
  max-height: 172px;
  padding: 13px 15px 14px;
  border: 1px solid rgba(134, 198, 248, .21);
  border-left: 3px solid #3b9eff;
  border-radius: 7px;
  background: rgba(3, 11, 19, .82);
  color: #edf7ff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(15px) saturate(125%);
  overflow: hidden;
}
.vrm2-brief-meta,
.vrm2-chart-brief-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 11px;
  margin: 0 0 7px;
  color: #72c2ff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .56rem;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}
.vrm2-brief-meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.vrm2-brief-meta span + span::before {
  width: 3px;
  height: 3px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(123, 194, 247, .52);
  content: "";
}
.vrm2-chart-brief h3,
.vrm2-chart-brief-title {
  margin: 0;
  color: #f5faff;
  font-size: clamp(.93rem, 1.25vw, 1.08rem);
  font-weight: 760;
  letter-spacing: -.018em;
  line-height: 1.22;
}
.vrm2-chart-brief > p:not(.vrm2-brief-meta, .vrm2-chart-brief-meta),
.vrm2-chart-brief-body {
  display: -webkit-box;
  margin: 7px 0 0;
  color: #a9baca;
  font-size: .69rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vrm2-chart-brief a,
.vrm2-chart-brief-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  margin-top: 7px;
  color: #71c4ff;
  font-size: .64rem;
  font-weight: 820;
  line-height: 1;
}
.vrm2-chart-brief a[hidden] { display: none; }

/* Full market names remain readable in actual buttons at the right edge. */
.vrm2-country-notes {
  position: absolute;
  z-index: 6;
  top: 24px;
  right: 18px;
  display: grid;
  gap: 6px;
  width: 174px;
  max-height: calc(100% - 48px);
  padding: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(59, 158, 255, .42) transparent;
}
.vrm2-country-notes::-webkit-scrollbar { width: 4px; }
.vrm2-country-notes::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(59, 158, 255, .42); }
.vrm2-country-note,
.vrm2-country-notes button {
  --country-color: #3b9eff;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 8px;
  align-items: center;
  width: 100%;
  min-height: 47px;
  padding: 8px 10px 8px 13px;
  border: 1px solid rgba(139, 190, 232, .17);
  border-radius: 6px;
  background: rgba(5, 14, 24, .91);
  color: #b4c4d3;
  text-align: left;
  box-shadow: inset 3px 0 0 color-mix(in srgb, var(--country-color) 72%, transparent), 0 7px 20px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s cubic-bezier(.23, 1, .32, 1);
}
.vrm2-country-note span,
.vrm2-country-notes button span {
  min-width: 0;
  color: inherit;
  font-size: .68rem;
  font-weight: 780;
  line-height: 1.18;
  overflow-wrap: anywhere;
}
.vrm2-country-note strong,
.vrm2-country-notes button strong {
  color: color-mix(in srgb, var(--country-color) 72%, #e8f6ff);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .57rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}
.vrm2-country-note.is-active,
.vrm2-country-notes button.is-active,
.vrm2-country-notes button[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--country-color) 70%, #cdeaff);
  background: color-mix(in srgb, var(--country-color) 17%, #07111c);
  color: #f4f9fd;
  box-shadow:
    inset 4px 0 0 var(--country-color),
    0 0 0 1px color-mix(in srgb, var(--country-color) 18%, transparent),
    0 8px 24px color-mix(in srgb, var(--country-color) 14%, rgba(0, 0, 0, .3));
}
.vrm2-country-note:focus-visible,
.vrm2-country-notes button:focus-visible {
  outline: 2px solid #b8e3ff;
  outline-offset: 2px;
  border-color: #7ac9ff;
}

/* Side controls replace the old SVG endpoint tags. */
.vrm2-chart-stage:has(.vrm2-country-notes button) .vrm2-line-label { display: none; }
.vrm2-year-node {
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 3px rgba(104, 193, 255, .34));
}
.vrm2-event-node { cursor: pointer; }
.vrm2-event-node:focus-visible { outline: none; }
.vrm2-event-node:focus-visible .vrm2-point {
  stroke: #fff;
  stroke-width: 4.5;
  filter: drop-shadow(0 0 6px #fff) drop-shadow(0 0 16px #3b9eff);
}

/* Consumer brands and the infrastructure layer are deliberately separate. */
.vrm2-matrix-head {
  padding: 24px;
  background: linear-gradient(180deg, rgba(10, 24, 38, .95), rgba(7, 17, 28, .95));
}
.vrm2-market-brands {
  border-top: 1px solid rgba(143, 193, 234, .13);
  background: rgba(6, 15, 25, .96);
}
.selected-market-brands {
  min-height: 0;
  padding: 0 24px 18px;
  border: 0;
  background: transparent;
}
.vrm2-platforms,
.fixed-manufacturers {
  position: relative;
  border-top: 1px solid rgba(78, 197, 231, .26);
  background:
    linear-gradient(90deg, rgba(33, 134, 185, .085), transparent 36%),
    #07111c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .018);
}
.vrm2-platforms::before,
.fixed-manufacturers::before {
  position: absolute;
  top: -1px;
  left: 24px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, #37cef4, transparent);
  content: "";
}
.vrm2-matrix-subhead {
  display: grid;
  grid-template-columns: minmax(240px, .78fr) minmax(320px, 1.22fr);
  gap: 28px;
  align-items: end;
  padding: 21px 24px 17px;
}
.vrm2-matrix-subhead .vrm2-eyebrow { margin-bottom: 6px; }
.vrm2-matrix-subhead h4 {
  margin: 0;
  color: #edf6fd;
  font-size: 1.12rem;
  font-weight: 760;
  letter-spacing: -.018em;
  line-height: 1.2;
}
.vrm2-matrix-subhead p {
  margin: 0;
  color: #8fa3b6;
  font-size: .78rem;
  line-height: 1.55;
}
.vrm2-market-brand-set {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 0;
  padding: 4px 0 0;
  border-top: 1px solid rgba(141, 189, 230, .09);
}
.vrm2-market-brand-set:first-child { border-top: 0; }
.vrm2-market-brand-label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #78bfee;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .07em;
  line-height: 1.3;
  text-transform: uppercase;
}
.vrm2-market-brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.vrm2-market-brand-pills .vrm2-brand-pill {
  min-height: 36px;
  padding-inline: 11px;
}
.vrm2-brand-pill.is-context-only {
  cursor: default;
  opacity: .7;
}
.vrm2-library-empty {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(125, 188, 235, .16);
  border-radius: 8px;
  background: rgba(7, 17, 28, .78);
  color: #9fb1c2;
  line-height: 1.65;
}
.vrm2-library-empty[hidden] { display: none; }
.vrm2-platform-list,
.fixed-manufacturers:has(> .vrm2-manufacturer-card) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 6px 24px 24px;
}
.vrm2-platforms.fixed-manufacturers,
.vrm2-platforms .fixed-manufacturers {
  display: block;
  padding: 0;
}
.vrm2-manufacturer-card {
  min-height: 0;
  border-color: rgba(78, 194, 225, .2);
  background: linear-gradient(180deg, rgba(8, 29, 41, .94), rgba(5, 17, 27, .96));
}
.vrm2-manufacturer-card .vrm2-card-media {
  min-height: 104px;
  background:
    linear-gradient(135deg, rgba(46, 181, 217, .13), transparent 64%),
    #0a1925;
}
.vrm2-manufacturer-card .vrm2-card-media::before {
  background: linear-gradient(180deg, #38d3f5, transparent 76%);
}
.vrm2-manufacturer-card .vrm2-card-tags span {
  border-color: rgba(57, 203, 235, .18);
  background: rgba(33, 144, 172, .1);
  color: #9bcbd8;
}

@media (hover: hover) and (pointer: fine) {
  .vrm2-country-note:hover,
  .vrm2-country-notes button:hover {
    border-color: color-mix(in srgb, var(--country-color) 54%, #bfe6ff);
    background: color-mix(in srgb, var(--country-color) 12%, #081522);
    color: #f2f8fd;
    transform: translateX(-3px);
  }
  .vrm2-chart-brief a:hover { color: #c1e9ff; }
}

@media (max-width: 980px) {
  .vrm2-chart { aspect-ratio: 1040 / 500; }
  .vrm2-chart-brief {
    left: 66px;
    width: min(310px, calc(100% - 270px));
  }
  .vrm2-country-notes { width: 164px; }
  .vrm2-platform-list,
  .fixed-manufacturers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .vrm2-chart-wrap { min-width: 0; }
  .vrm2-chart-stage {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 12px 10px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(59, 158, 255, .5) rgba(255, 255, 255, .035);
  }
  .vrm2-chart-stage::before { opacity: .5; }
  .vrm2-chart-brief {
    position: sticky;
    top: auto;
    left: 0;
    order: 1;
    width: min(calc(100vw - 44px), 620px);
    max-height: none;
    margin: 0 0 10px;
    padding: 12px 13px;
    flex: 0 0 auto;
    backdrop-filter: blur(10px);
  }
  .vrm2-chart-brief > p:not(.vrm2-brief-meta, .vrm2-chart-brief-meta),
  .vrm2-chart-brief-body { -webkit-line-clamp: 3; }
  .vrm2-chart-brief a,
  .vrm2-chart-brief-source {
    min-height: 44px;
    margin-top: 3px;
  }
  .vrm2-country-notes {
    position: sticky;
    top: auto;
    right: auto;
    left: 0;
    order: 2;
    display: flex;
    gap: 7px;
    width: min(calc(100vw - 44px), 620px);
    max-height: none;
    margin: 0 0 10px;
    padding: 0 0 7px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .vrm2-country-note,
  .vrm2-country-notes button {
    grid-template-columns: 1fr;
    flex: 0 0 148px;
    min-height: 48px;
    padding: 8px 10px 8px 12px;
    scroll-snap-align: start;
  }
  .vrm2-country-note strong,
  .vrm2-country-notes button strong { justify-self: start; }
  .vrm2-chart {
    order: 3;
    width: 820px;
    min-width: 820px;
    height: auto;
    aspect-ratio: 1040 / 500;
    flex: 0 0 auto;
  }
  .vrm2-matrix-subhead {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }
  .vrm2-library-market-bar {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 16px;
  }
  .vrm2-library-market-filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-inline: -2px;
    padding: 2px 2px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .vrm2-library-market-filter {
    flex: 0 0 auto;
    min-height: 44px;
    scroll-snap-align: start;
  }
  .vrm2-market-brand-set { grid-template-columns: 1fr; gap: 7px; }
  .vrm2-market-brand-label { min-height: 28px; }
  .vrm2-platform-list,
  .fixed-manufacturers:has(> .vrm2-manufacturer-card) {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 4px 14px 18px;
  }
  .vrm2-roster-actions {
    align-items: stretch;
    flex-direction: column;
    padding: 15px 16px 19px;
  }
  .vrm2-library-roster-actions { padding-inline: 0; }
  .vrm2-load-more { width: 100%; min-width: 0; }
}

@media (max-width: 390px) {
  .vrm2-chart-brief,
  .vrm2-country-notes { width: calc(100vw - 40px); }
  .vrm2-chart-legend {
    flex-wrap: wrap;
    gap: 7px 12px;
    overflow: visible;
    white-space: normal;
  }
  .vrm2-chart-legend span { font-size: .62rem; }
  .vrm2-country-note,
  .vrm2-country-notes button { flex-basis: 140px; }
  .vrm2-chart { width: 760px; min-width: 760px; }
  .vrm2-matrix-head { padding: 19px 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .vrm2-country-note,
  .vrm2-country-notes button,
  .vrm2-chart-brief a { transition: none !important; transform: none !important; }
}

/* 3.0 multi-market timeline visual contract ----------------------------------
 * CSS supports a compressed/non-linear axis visually; the x coordinates still
 * come from the chart renderer so labels and values cannot drift apart.
 */
.vrm2 #market-timeline .vrm2-shell {
  width: min(1500px, calc(100% - 40px));
}
.vrm2 #market-timeline .vrm2-dashboard {
  --vrm2-chart-desktop-height: clamp(650px, 50vw, 760px);
}
.vrm2 #market-timeline .vrm2-chart-stage {
  padding: 16px 16px 12px;
  background:
    radial-gradient(circle at 46% 50%, rgba(29, 136, 226, .105), transparent 52%),
    linear-gradient(180deg, rgba(8, 20, 33, .94), rgba(3, 9, 16, .99));
}
.vrm2 #market-timeline .vrm2-chart {
  height: var(--vrm2-chart-desktop-height);
  min-height: 650px;
  aspect-ratio: auto;
}

/* Hooks for a renderer that compresses the quiet early-history interval. */
.vrm2-axis-break,
.vrm2-time-break,
.vrm2-axis-compression-mark {
  stroke: rgba(128, 205, 255, .76);
  stroke-width: 1.5;
  stroke-dasharray: 2 4;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 4px rgba(59, 158, 255, .42));
}
.vrm2-axis-break-label,
.vrm2-time-break-label,
.vrm2-axis-segment-label {
  fill: #82c9f8;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.vrm2-chart[data-axis-scale="compressed"] .vrm2-grid-line.is-early,
.vrm2-chart.is-compressed-time .vrm2-grid-line.is-early,
.vrm2-axis-segment.is-compressed .vrm2-grid-line {
  opacity: .36;
  stroke-dasharray: 2 5;
}
.vrm2-chart[data-axis-scale="compressed"] .vrm2-axis-tick.is-compressed,
.vrm2-chart.is-compressed-time .vrm2-axis-tick.is-compressed {
  opacity: .72;
}
.vrm2-era-band.is-compressed,
.vrm2-axis-segment.is-compressed {
  fill: rgba(65, 151, 223, .035);
  stroke: rgba(102, 182, 243, .12);
}

/* Sixteen tracks need fine lines and decisive selection, not a neon bundle. */
.vrm2 #market-timeline .vrm2-line {
  stroke-width: 3.2;
  filter: drop-shadow(0 0 4px rgba(90, 177, 244, .3)) drop-shadow(0 6px 9px rgba(0, 0, 0, .34));
}
.vrm2 #market-timeline .vrm2-line.is-selected,
.vrm2 #market-timeline [data-market-shape][aria-current="true"] {
  opacity: 1;
  stroke-width: 4.6;
  filter: drop-shadow(0 0 6px rgba(184, 231, 255, .72)) drop-shadow(0 0 16px rgba(59, 158, 255, .46));
}
.vrm2 #market-timeline .vrm2-line.is-dim,
.vrm2 #market-timeline [data-market-shape].is-dim {
  opacity: .075;
}
.vrm2 #market-timeline .vrm2-year-node { opacity: .46; }
.vrm2 #market-timeline .vrm2-event-node .vrm2-point { stroke-width: 3.2; }

/* Right-edge country tabs: flag thumbnail, concise label, market color. */
.vrm2 #market-timeline .vrm2-country-notes {
  top: 20px;
  right: 16px;
  gap: 3px;
  width: 194px;
  max-height: calc(100% - 40px);
}
.vrm2 #market-timeline .vrm2-country-note,
.vrm2 #market-timeline .vrm2-country-notes button {
  grid-template-columns: 25px minmax(0, 1fr) auto;
  gap: 3px 8px;
  min-height: 34px;
  padding: 5px 9px 5px 10px;
  border-color: color-mix(in srgb, var(--country-color) 24%, rgba(152, 198, 235, .16));
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--country-color) 12%, transparent), transparent 66%),
    rgba(5, 14, 24, .94);
  box-shadow:
    inset 3px 0 0 color-mix(in srgb, var(--country-color) 82%, transparent),
    0 6px 18px rgba(0, 0, 0, .2);
}
.vrm2 #market-timeline .vrm2-country-note::before,
.vrm2 #market-timeline .vrm2-country-notes button::before,
.vrm2 #market-timeline .vrm2-country-flag {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: 25px;
  height: 17px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 3px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--country-color) 76%, #fff), var(--country-color));
  background-position: center;
  background-size: cover;
  box-shadow: 0 4px 9px rgba(0, 0, 0, .3);
  object-fit: cover;
  content: "";
}
.vrm2 #market-timeline .vrm2-country-note img,
.vrm2 #market-timeline .vrm2-country-notes button img {
  grid-column: 1;
  grid-row: 1;
  width: 25px;
  height: 17px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 3px;
  object-fit: cover;
}
.vrm2 #market-timeline .vrm2-country-note:has(img)::before,
.vrm2 #market-timeline .vrm2-country-notes button:has(img)::before { display: none; }
.vrm2 #market-timeline [data-country-note="us"]::before { background-image: url("../images/museum/flags/us.png") !important; }
.vrm2 #market-timeline [data-country-note="gb"]::before { background-image: url("../images/museum/flags/gb.png") !important; }
.vrm2 #market-timeline [data-country-note="cn"]::before { background-image: url("../images/museum/flags/cn.png") !important; }
.vrm2 #market-timeline [data-country-note="jp"]::before { background-image: url("../images/museum/flags/jp.png") !important; }
.vrm2 #market-timeline [data-country-note="de"]::before { background-image: url("../images/museum/flags/de.png") !important; }
.vrm2 #market-timeline [data-country-note="ph"]::before { background-image: url("../images/museum/flags/ph.png") !important; }
.vrm2 #market-timeline [data-country-note="nz"]::before { background-image: url("../images/museum/flags/nz.png") !important; }
.vrm2 #market-timeline [data-country-note="za"]::before { background-image: url("../images/museum/flags/za.png") !important; }
.vrm2 #market-timeline .vrm2-country-note span,
.vrm2 #market-timeline .vrm2-country-notes button span {
  grid-column: 2;
  grid-row: 1;
  display: -webkit-box;
  color: #d3e0eb;
  font-size: .65rem;
  font-weight: 790;
  line-height: 1.14;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vrm2 #market-timeline .vrm2-country-note strong,
.vrm2 #market-timeline .vrm2-country-notes button strong {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  font-size: .56rem;
}
.vrm2 #market-timeline .vrm2-country-notes:has(.is-active:not([data-country-note="all"])) .vrm2-country-note:not(.is-active),
.vrm2 #market-timeline .vrm2-country-notes:has([aria-pressed="true"]:not([data-country-note="all"])) button:not([aria-pressed="true"]) {
  opacity: .4;
  filter: saturate(.58);
}
.vrm2 #market-timeline .vrm2-country-note.is-active,
.vrm2 #market-timeline .vrm2-country-notes button[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--country-color) 72%, #e6f6ff);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--country-color) 30%, transparent), transparent 78%),
    #0b1b2a;
  color: #fff;
  box-shadow:
    inset 4px 0 0 var(--country-color),
    0 0 0 1px color-mix(in srgb, var(--country-color) 24%, transparent),
    0 0 24px color-mix(in srgb, var(--country-color) 22%, transparent);
}

/* The selected year can carry multiple business and policy signals. Keep the
 * two evidence lanes readable without taking over the chart canvas. */
.vrm2-event-summary-chips,
.vrm2-event-summaries,
.vrm2-chart-summaries {
  position: absolute;
  z-index: 8;
  top: 24px;
  left: 74px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(820px, calc(100% - 320px));
}
.vrm2-event-summary-chip,
.vrm2-summary-chip {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 150px;
  max-height: 230px;
  padding: 15px 17px 14px;
  border: 1px solid rgba(131, 194, 241, .2);
  border-radius: 10px;
  background: rgba(4, 13, 22, .88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .045);
  overflow-y: auto;
  scrollbar-color: rgba(93, 188, 255, .44) transparent;
  scrollbar-width: thin;
  backdrop-filter: blur(18px) saturate(122%);
}
.vrm2-event-summary-chip > span,
.vrm2-summary-chip > span {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}
.vrm2-event-summary-chip strong,
.vrm2-summary-chip strong {
  display: grid;
  gap: 9px;
  margin-top: 9px;
  color: #eef7fe;
  font-size: clamp(.82rem, .83vw, .94rem);
  line-height: 1.38;
  overflow: visible;
}
.vrm2-summary-event {
  display: grid;
  gap: 4px;
  padding-top: 9px;
  border-top: 1px solid rgba(151, 202, 241, .12);
}
.vrm2-summary-event:first-child {
  padding-top: 0;
  border-top: 0;
}
.vrm2-summary-event-type {
  color: #86b5d6;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .56rem;
  font-weight: 850;
  letter-spacing: .075em;
  line-height: 1.3;
  text-transform: uppercase;
}
.vrm2-summary-event-title {
  color: #f1f8fe;
  font-weight: 790;
  line-height: 1.35;
}
.vrm2-summary-event-body {
  display: -webkit-box;
  color: #9db0c2;
  font-size: .68rem;
  font-weight: 520;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vrm2-event-summary-chip a,
.vrm2-summary-chip a {
  justify-self: start;
  min-height: 24px;
  margin-top: 9px;
  color: #8fcdf8;
  font-size: .62rem;
  font-weight: 820;
  line-height: 1.35;
  text-decoration: none;
}
.vrm2-event-summary-chip a[hidden],
.vrm2-summary-chip a[hidden] { display: none; }
.vrm2-event-summary-chip.is-commercial,
.vrm2-event-summary-chip[data-summary-type="commercial"],
.vrm2-summary-chip.is-commercial,
.vrm2-summary-chip[data-event-type="commercial"] {
  border-color: rgba(54, 213, 255, .34);
  background: linear-gradient(135deg, rgba(13, 116, 159, .25), rgba(4, 13, 22, .9));
  box-shadow: inset 3px 0 0 #36d5ff, 0 12px 30px rgba(0, 0, 0, .28);
}
.vrm2-event-summary-chip.is-commercial > span,
.vrm2-event-summary-chip[data-summary-type="commercial"] > span,
.vrm2-summary-chip.is-commercial > span { color: #61ddff; }
.vrm2-event-summary-chip.is-policy,
.vrm2-event-summary-chip[data-summary-type="policy"],
.vrm2-summary-chip.is-policy,
.vrm2-summary-chip[data-event-type="policy"] {
  border-color: rgba(255, 173, 92, .34);
  background: linear-gradient(135deg, rgba(153, 86, 28, .25), rgba(4, 13, 22, .9));
  box-shadow: inset 3px 0 0 #ffad5c, 0 12px 30px rgba(0, 0, 0, .28);
}
.vrm2-event-summary-chip.is-policy > span,
.vrm2-event-summary-chip[data-summary-type="policy"] > span,
.vrm2-summary-chip.is-policy > span { color: #ffc078; }
.vrm2-chart-stage:has(.vrm2-event-summary-chips, .vrm2-event-summaries, .vrm2-chart-summaries) .vrm2-chart-brief {
  top: 244px;
}

@media (hover: hover) and (pointer: fine) {
  .vrm2 #market-timeline .vrm2-country-notes:has(.is-active:not([data-country-note="all"])) .vrm2-country-note:not(.is-active):hover,
  .vrm2 #market-timeline .vrm2-country-notes:has([aria-pressed="true"]:not([data-country-note="all"])) button:not([aria-pressed="true"]):hover {
    opacity: 1;
    filter: none;
  }
}

@media (max-width: 980px) {
  .vrm2 #market-timeline .vrm2-dashboard { --vrm2-chart-desktop-height: 650px; }
  .vrm2 #market-timeline .vrm2-country-notes { width: 184px; }
  .vrm2-event-summary-chips,
  .vrm2-event-summaries,
  .vrm2-chart-summaries { width: min(620px, calc(100% - 270px)); }
}

@media (max-width: 720px) {
  .vrm2 #market-timeline .vrm2-shell { width: calc(100% - 24px); }
  .vrm2 #market-timeline .vrm2-chart-stage {
    padding: 12px 10px 14px;
    overflow-x: auto;
  }
  .vrm2 #market-timeline .vrm2-chart {
    order: 4;
    width: 880px;
    min-width: 880px;
    height: auto;
    min-height: 0;
    aspect-ratio: 1600 / 760;
  }
  .vrm2 #market-timeline .vrm2-country-notes {
    top: auto;
    right: auto;
    width: min(calc(100vw - 44px), 650px);
  }
  .vrm2 #market-timeline .vrm2-country-note,
  .vrm2 #market-timeline .vrm2-country-notes button {
    grid-template-columns: 25px minmax(0, 1fr);
    grid-template-rows: auto auto;
    flex-basis: 158px;
    min-height: 52px;
    padding: 7px 10px;
  }
  .vrm2 #market-timeline .vrm2-country-note::before,
  .vrm2 #market-timeline .vrm2-country-notes button::before,
  .vrm2 #market-timeline .vrm2-country-flag,
  .vrm2 #market-timeline .vrm2-country-note img,
  .vrm2 #market-timeline .vrm2-country-notes button img {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .vrm2 #market-timeline .vrm2-country-note span,
  .vrm2 #market-timeline .vrm2-country-notes button span {
    grid-column: 2;
    grid-row: 1;
    -webkit-line-clamp: 1;
  }
  .vrm2 #market-timeline .vrm2-country-note strong,
  .vrm2 #market-timeline .vrm2-country-notes button strong {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }
  .vrm2-event-summary-chips,
  .vrm2-event-summaries,
  .vrm2-chart-summaries {
    position: sticky;
    top: auto;
    left: 0;
    order: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100vw - 44px), 650px);
    margin-bottom: 9px;
    flex: 0 0 auto;
  }
  .vrm2-event-summary-chip,
  .vrm2-summary-chip {
    min-height: 148px;
    max-height: 220px;
  }
  .selected-market-brands { padding: 0 18px 16px; }
  .vrm2-chart-stage:has(.vrm2-event-summary-chips, .vrm2-event-summaries, .vrm2-chart-summaries) .vrm2-chart-brief {
    top: auto;
    order: 2;
  }
  .vrm2-chart-stage:has(.vrm2-event-summary-chips, .vrm2-event-summaries, .vrm2-chart-summaries) .vrm2-country-notes {
    order: 3;
  }
}

@media (max-width: 540px) {
  .vrm2-event-summary-chips,
  .vrm2-event-summaries,
  .vrm2-chart-summaries {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .vrm2-event-summary-chip,
  .vrm2-summary-chip {
    min-height: 140px;
    max-height: 210px;
  }
}

@media (max-width: 390px) {
  .vrm2 #market-timeline .vrm2-country-notes,
  .vrm2-event-summary-chips,
  .vrm2-event-summaries,
  .vrm2-chart-summaries { width: calc(100vw - 40px); }
  .vrm2 #market-timeline .vrm2-country-note,
  .vrm2 #market-timeline .vrm2-country-notes button { flex-basis: 152px; }
  .vrm2 #market-timeline .vrm2-chart { width: 820px; min-width: 820px; }
  .vrm2-event-summary-chips,
  .vrm2-event-summaries,
  .vrm2-chart-summaries {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .vrm2-event-summary-chip,
  .vrm2-summary-chip { padding: 13px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .vrm2 #market-timeline .vrm2-line,
  .vrm2 #market-timeline .vrm2-country-note,
  .vrm2-event-summary-chip,
  .vrm2-summary-chip { transition: none !important; transform: none !important; }
}

/* v3 catalog cards use real crawlable links; unknown marks become restrained
 * typographic wordmarks instead of invented or misleading logo artwork. */
.vrm2 .vrm2-brand-card {
  color: inherit;
  text-decoration: none;
}
.vrm2 .vrm2-wordmark-fallback {
  display: -webkit-box;
  max-width: 100%;
  color: var(--brand-color, #70c2ff);
  font-size: clamp(.58rem, .78vw, .78rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.05;
  text-align: center;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vrm2 .vrm2-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(59, 158, 255, .26);
  border-radius: 6px;
  background: rgba(35, 132, 219, .1);
  color: #70c2ff;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
}
.vrm2 .vrm2-brand-card:is(:hover, :focus-visible) .vrm2-card-link {
  border-color: #58b8ff;
  background: rgba(41, 145, 237, .18);
  color: #c2e8ff;
}
.vrm2 .vrm2-year-col header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.vrm2 .vrm2-year-col header small {
  color: #6f879c;
  font-size: .52rem;
  font-weight: 760;
}
.vrm2 .vrm2-brand-pill {
  text-decoration: none;
}
.vrm2 .vrm2-brand-year-empty {
  color: #72879a;
  font-size: .62rem;
  line-height: 1.4;
}

/* 3.3 Global Vape Industry Atlas -------------------------------------------
 * Documentary Signal Room: real, source-led photography carries the right
 * side; the left side owns all primary language and navigation.
 */
.vrm2 .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.vrm2 #atlas-faq { scroll-margin-top: 86px; }
.vrm2-atlas-hero {
  min-height: clamp(820px, 94vh, 980px);
  padding: clamp(62px, 7vh, 94px) 0 54px;
}
.vrm2-atlas-hero::before {
  background:
    radial-gradient(circle at 75% 24%, rgba(39, 136, 224, .16), transparent 31rem),
    radial-gradient(circle at 13% 58%, rgba(15, 105, 188, .12), transparent 30rem),
    linear-gradient(90deg, rgba(2, 7, 13, .98) 0%, rgba(3, 10, 18, .89) 46%, rgba(3, 10, 18, .72) 100%);
}
.vrm2-atlas-hero .vrm2-hero-grid {
  grid-template-areas:
    "copy visual"
    "controls visual";
  grid-template-columns: minmax(440px, .78fr) minmax(650px, 1.22fr);
  grid-template-rows: auto auto;
  column-gap: clamp(34px, 4.2vw, 72px);
  row-gap: 0;
  align-items: start;
}
.vrm2-atlas-hero .vrm2-hero-copy {
  grid-area: copy;
  max-width: 660px;
  padding-top: 46px;
}
.vrm2-atlas-hero .vrm2-hero-controls {
  grid-area: controls;
  width: 100%;
  max-width: 620px;
}
.vrm2-atlas-hero .vrm2-kicker { margin-bottom: 22px; }
.vrm2-atlas-hero h1 {
  max-width: 650px;
  font-size: clamp(4rem, 6.15vw, 6.8rem);
  line-height: .88;
}
.vrm2-atlas-hero .vrm2-hero-hook {
  margin-top: 20px;
  color: #68baff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(.78rem, 1vw, .96rem);
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}
.vrm2-atlas-hero .vrm2-hero-answer {
  max-width: 590px;
  margin-top: 14px;
  color: #b7c5d3;
  font-size: clamp(.96rem, 1.05vw, 1.08rem);
  line-height: 1.72;
}
.vrm2-atlas-signal {
  max-width: 600px;
  margin-top: 25px;
}
.vrm2-atlas-signal > span {
  display: block;
  margin-bottom: 8px;
  color: #5eaee9;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vrm2-atlas-signal-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 38px;
  gap: 13px;
  align-items: center;
  min-height: 86px;
  padding: 13px 14px;
  border: 1px solid rgba(121, 189, 242, .21);
  border-radius: 11px;
  background:
    linear-gradient(100deg, rgba(37, 126, 205, .12), transparent 54%),
    rgba(7, 17, 28, .88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 15px 34px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}
.vrm2-atlas-signal-card > img {
  width: 40px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .28);
}
.vrm2-atlas-signal-card strong {
  display: block;
  color: #f3f8fd;
  font-size: .84rem;
  letter-spacing: .02em;
}
.vrm2-atlas-signal-card p {
  margin-top: 4px;
  color: #99aabd;
  font-size: .72rem;
  line-height: 1.5;
}
.vrm2-atlas-signal-card > a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(116, 187, 244, .22);
  border-radius: 999px;
  background: rgba(71, 166, 243, .09);
  color: #79c5ff;
}
.vrm2-atlas-market-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.vrm2-atlas-market-switcher button {
  min-width: 50px;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid rgba(126, 181, 226, .2);
  border-radius: 5px;
  background: rgba(7, 16, 26, .72);
  color: #9fb0c1;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .62rem;
  font-weight: 820;
  cursor: pointer;
}
.vrm2-atlas-market-switcher button.is-active {
  border-color: #4aa8f5;
  background: rgba(35, 135, 222, .2);
  color: #dff2ff;
  box-shadow: 0 0 18px rgba(42, 148, 236, .15);
}
.vrm2-atlas-hero .vrm2-hero-stats {
  max-width: 600px;
  margin-top: 21px;
  padding-block: 13px;
}
.vrm2-atlas-hero .vrm2-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
  margin-top: 22px;
}
.vrm2-atlas-hero .vrm2-actions .vrm2-btn {
  min-width: 0;
  padding-inline: 12px;
  font-size: .8rem;
  white-space: nowrap;
}

.vrm2-atlas-visual {
  grid-area: visual;
  align-self: center;
  position: relative;
  min-width: 0;
  padding: 10px 0 0;
}
.vrm2-atlas-frames {
  display: grid;
  grid-template-columns: .92fr 1.08fr .92fr;
  gap: 3px;
  height: clamp(450px, 38vw, 540px);
  max-height: 540px;
  border: 1px solid rgba(145, 201, 247, .22);
  border-radius: 16px 16px 6px 6px;
  background: #07111b;
  box-shadow:
    0 35px 100px rgba(0, 0, 0, .48),
    0 0 68px rgba(41, 151, 240, .1),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  overflow: hidden;
}
.vrm2-atlas-frame {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 0;
  border-right: 1px solid rgba(169, 212, 246, .18);
  background: #06101a;
  cursor: pointer;
  overflow: hidden;
}
.vrm2-atlas-frame:last-child { border-right: 0; }
.vrm2-atlas-frame::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 7, 12, .03), rgba(2, 8, 14, .02) 54%, rgba(2, 8, 14, .78)),
    rgba(4, 12, 20, .08);
  content: "";
  transition: background-color .25s ease;
}
.vrm2-atlas-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.86) saturate(.93) contrast(1.04);
  transform: scale(1.025);
  transition: filter .35s ease, transform .55s cubic-bezier(.23, 1, .32, 1);
}
.vrm2-atlas-frame.is-active img {
  filter: brightness(1.08) saturate(1.04) contrast(1.02);
  transform: scale(1);
}
.vrm2-atlas-frame > span {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 16px;
  left: 15px;
  display: block;
  color: #eef7ff;
  text-align: left;
}
.vrm2-atlas-frame > span strong {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.vrm2-atlas-frame > span small {
  display: block;
  margin-top: 4px;
  color: #92a8ba;
  font-size: .63rem;
}
.vrm2-atlas-frame.is-active > span strong { color: #71c2ff; }
.vrm2-atlas-scrubber {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 0 8px;
}
.vrm2-atlas-scrubber button {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(124, 186, 235, .2);
  border-radius: 999px;
  background: rgba(10, 22, 34, .86);
  color: #b8c9d8;
  cursor: pointer;
}
.vrm2-atlas-scrubber label { display: block; }
.vrm2-atlas-scrubber input {
  width: 100%;
  accent-color: #2b99ef;
  cursor: pointer;
}
.vrm2-atlas-hero .vrm2-atlas-photo-credit {
  margin: -2px 8px 0;
  color: #6f8497;
  font-size: .52rem;
  line-height: 1.52;
}
.vrm2-atlas-photo-credit a {
  color: #8fb9d7;
  text-decoration: underline;
  text-decoration-color: rgba(143, 185, 215, .42);
  text-underline-offset: 2px;
}
.vrm2-museum-portal {
  display: grid;
  grid-template-columns: minmax(150px, .48fr) minmax(0, .9fr);
  min-height: 118px;
  margin: 8px 0 0 auto;
  border: 1px solid rgba(145, 201, 247, .22);
  border-radius: 13px;
  background:
    linear-gradient(115deg, rgba(20, 68, 104, .12), transparent 58%),
    rgba(6, 15, 24, .92);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .28);
  overflow: hidden;
}
.vrm2-museum-portal > img {
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
  filter: brightness(.8) saturate(.78) contrast(1.08);
}
.vrm2-museum-portal > span {
  display: flex;
  min-width: 0;
  padding: 16px 18px;
  flex-direction: column;
  justify-content: center;
}
.vrm2-museum-portal small {
  color: #63b7f6;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.vrm2-museum-portal strong {
  margin-top: 5px;
  color: #f2f7fb;
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  line-height: 1.08;
}
.vrm2-museum-portal em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #9dafbf;
  font-size: .7rem;
  font-style: normal;
}
.vrm2-atlas-overview {
  position: relative;
  border-bottom: 1px solid rgba(144, 194, 236, .12);
  background: linear-gradient(180deg, rgba(6, 14, 23, .98), rgba(4, 11, 18, .98));
}
.vrm2-atlas-overview .vrm2-shell {
  display: grid;
  grid-template-columns: minmax(210px, .65fr) minmax(300px, 1.15fr) minmax(420px, 1.4fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  padding: 42px 0;
}
.vrm2-atlas-overview .vrm2-eyebrow { margin: 0; }
.vrm2-atlas-overview h2 {
  color: #f2f7fc;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  letter-spacing: -.045em;
  line-height: .98;
}
.vrm2-atlas-overview p {
  color: #9eafbf;
  font-size: .88rem;
  line-height: 1.72;
}
.vrm2-atlas-overview ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid rgba(132, 189, 235, .15);
  border-radius: 10px;
  background: rgba(132, 189, 235, .12);
  list-style: none;
  overflow: hidden;
}
.vrm2-atlas-overview li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 14px 16px;
  background: #06111c;
}
.vrm2-atlas-overview li strong {
  color: #65baff;
  font-size: 1.6rem;
}
.vrm2-atlas-overview li span {
  color: #a7b6c5;
  font-size: .7rem;
  line-height: 1.4;
}
.vrm2-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.vrm2-faq details {
  border: 1px solid rgba(133, 191, 238, .18);
  border-radius: 9px;
  background: rgba(7, 17, 28, .86);
  color: #dce8f2;
}
.vrm2-faq summary {
  position: relative;
  padding: 18px 46px 18px 19px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.vrm2-faq summary::-webkit-details-marker { display: none; }
.vrm2-faq summary::after {
  position: absolute;
  top: 50%;
  right: 19px;
  color: #63b8f7;
  content: "+";
  transform: translateY(-50%);
}
.vrm2-faq details[open] summary::after { content: "−"; }
.vrm2-faq details p {
  padding: 0 19px 19px;
  color: #9eafbf;
  font-size: .88rem;
  line-height: 1.68;
}
.vrm2-faq details a { color: #66bfff; text-decoration: underline; text-underline-offset: 3px; }

@media (hover: hover) and (pointer: fine) {
  .vrm2-atlas-frame:hover img { filter: brightness(.92) saturate(1) contrast(1.05); transform: scale(1.01); }
  .vrm2-atlas-signal-card > a:hover,
  .vrm2-atlas-scrubber button:hover { border-color: rgba(104, 190, 255, .65); color: #dff4ff; }
  .vrm2-atlas-market-switcher button:hover { border-color: rgba(91, 178, 246, .55); color: #d8edfc; }
  .vrm2-museum-portal:hover { border-color: rgba(92, 184, 251, .52); transform: translateY(-2px); }
}

@media (max-width: 1180px) {
  .vrm2-atlas-hero .vrm2-hero-grid {
    grid-template-columns: minmax(390px, .78fr) minmax(520px, 1.22fr);
    column-gap: 30px;
  }
  .vrm2-atlas-frames { height: 510px; }
  .vrm2-atlas-overview .vrm2-shell { grid-template-columns: .7fr 1fr 1.35fr; }
}

@media (max-width: 980px) {
  .vrm2-atlas-hero .vrm2-hero-grid {
    grid-template-areas:
      "copy"
      "visual"
      "controls";
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .vrm2-atlas-hero .vrm2-hero-copy { max-width: 760px; padding-top: 0; }
  .vrm2-atlas-hero .vrm2-hero-controls { max-width: 760px; }
  .vrm2-atlas-hero h1 { max-width: 760px; }
  .vrm2-atlas-frames { height: min(66vw, 560px); }
  .vrm2-atlas-visual { max-width: 820px; }
  .vrm2-atlas-overview .vrm2-shell {
    grid-template-columns: .7fr 1.3fr;
    gap: 22px 36px;
  }
  .vrm2-atlas-overview p { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .vrm2-atlas-hero { padding: 48px 0 44px; }
  .vrm2-atlas-hero h1 { font-size: clamp(3.1rem, 15.5vw, 4.5rem); }
  .vrm2-atlas-hero .vrm2-hero-hook { font-size: .7rem; }
  .vrm2-atlas-signal-card {
    grid-template-columns: 36px minmax(0, 1fr) 34px;
    gap: 10px;
    padding: 11px;
  }
  .vrm2-atlas-signal-card > img { width: 34px; height: 23px; }
  .vrm2-atlas-market-switcher {
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow-x: auto;
  }
  .vrm2-atlas-market-switcher button { flex: 0 0 auto; min-height: 38px; }
  .vrm2-atlas-hero .vrm2-actions { grid-template-columns: 1fr; max-width: none; }
  .vrm2-atlas-frames {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    gap: 8px;
    height: 480px;
    padding: 8px;
    border-radius: 13px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .vrm2-atlas-frames::-webkit-scrollbar { display: none; }
  .vrm2-atlas-frame {
    border: 1px solid rgba(151, 204, 245, .18);
    border-radius: 8px;
    scroll-snap-align: center;
  }
  .vrm2-museum-portal { grid-template-columns: 118px minmax(0, 1fr); }
  .vrm2-museum-portal > span { padding: 13px 14px; }
  .vrm2-museum-portal strong { font-size: 1.02rem; }
  .vrm2-atlas-overview .vrm2-shell { grid-template-columns: 1fr; padding: 36px 0; }
  .vrm2-atlas-overview p { grid-column: auto; }
  .vrm2-atlas-overview ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vrm2-atlas-overview li { min-height: 82px; }
  .vrm2-faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .vrm2-atlas-hero h1 { font-size: 3rem; }
  .vrm2-atlas-frames { grid-auto-columns: 88%; height: 430px; }
  .vrm2-atlas-photo-credit { font-size: .5rem; }
  .vrm2-museum-portal { grid-template-columns: 104px minmax(0, 1fr); }
  .vrm2-museum-portal em { font-size: .62rem; }
  .vrm2-atlas-overview li { grid-template-columns: 1fr; gap: 3px; align-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .vrm2-atlas-frame img,
  .vrm2-museum-portal { transition: none !important; transform: none !important; }
}

/* 3.4 Static Atlas visual + full-width Museum gateway -------------------- */
.vrm2-atlas-hero {
  min-height: auto;
  padding-bottom: clamp(54px, 6vw, 76px);
}

.vrm2-atlas-static-visual {
  aspect-ratio: 1.34 / 1;
  min-height: 0;
  margin: 18px 0 0;
  padding: 0;
  border: 1px solid rgba(145, 201, 247, .24);
  border-radius: 18px;
  background: #0b1722;
  box-shadow:
    0 38px 100px rgba(0, 0, 0, .46),
    0 0 70px rgba(41, 151, 240, .11);
  pointer-events: none;
  overflow: hidden;
  user-select: none;
}
.vrm2-atlas-static-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.98) saturate(.92) contrast(1.02);
}
.vrm2-atlas-static-visual .vrm2-atlas-photo-credit[hidden] { display: none !important; }

.vrm2-museum-gateway {
  position: relative;
  scroll-margin-top: 86px;
  padding: clamp(28px, 3.5vw, 48px) 0;
  border-block: 1px solid rgba(144, 194, 236, .13);
  background: rgba(5, 13, 21, .98);
}
.vrm2-museum-gateway-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(460px, 1.28fr) minmax(360px, .92fr);
  min-height: 308px;
  border: 1px solid rgba(123, 191, 245, .27);
  border-radius: 20px;
  background: #081622;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .34);
  overflow: hidden;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.vrm2-museum-gateway-card > figure {
  min-width: 0;
  min-height: 308px;
  margin: 0;
  overflow: hidden;
}
.vrm2-museum-gateway-card > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.92) saturate(.92) contrast(1.03);
  transition: filter .3s ease, transform .45s cubic-bezier(.23, 1, .32, 1);
}
.vrm2-museum-gateway-copy {
  display: flex;
  min-width: 0;
  padding: clamp(34px, 4vw, 58px);
  flex-direction: column;
  justify-content: center;
}
.vrm2-museum-gateway-copy > span {
  color: #67bcfb;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vrm2-museum-gateway-copy h2 {
  max-width: 560px;
  margin-top: 12px;
  color: #f4f8fc;
  font-size: clamp(2.2rem, 3.7vw, 4.2rem);
  letter-spacing: -.055em;
  line-height: .94;
}
.vrm2-museum-gateway-copy p {
  max-width: 580px;
  margin-top: 20px;
  color: #a7b8c8;
  font-size: clamp(.86rem, 1vw, 1rem);
  line-height: 1.72;
}
.vrm2-museum-gateway-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 27px;
  color: #8ccfff;
  font-size: .84rem;
}
.vrm2-museum-gateway-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(126, 194, 246, .23);
  border-radius: 999px;
  color: #86caff;
  font-size: 1.2rem;
}
.vrm2-museum-gateway-card:focus-visible {
  outline: 3px solid rgba(91, 184, 251, .8);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .vrm2-museum-gateway-card:hover {
    border-color: rgba(105, 190, 251, .52);
    box-shadow: 0 34px 88px rgba(0, 0, 0, .42);
    transform: translateY(-3px);
  }
  .vrm2-museum-gateway-card:hover > figure img {
    filter: brightness(1.02) saturate(.98) contrast(1.02);
    transform: scale(1.018);
  }
}

@media (max-width: 980px) {
  .vrm2-atlas-hero .vrm2-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .vrm2-atlas-hero .vrm2-hero-copy,
  .vrm2-atlas-hero .vrm2-hero-controls,
  .vrm2-atlas-static-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .vrm2-atlas-static-visual {
    aspect-ratio: 16 / 10;
    margin-top: 0;
  }
  .vrm2-museum-gateway-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .vrm2-museum-gateway-card > figure {
    min-height: 0;
    aspect-ratio: 2.2 / 1;
  }
}

@media (max-width: 640px) {
  .vrm2-atlas-hero .vrm2-hero-grid { gap: 32px; }
  .vrm2-atlas-static-visual {
    aspect-ratio: 16 / 10;
    border-radius: 13px;
  }
  .vrm2-museum-gateway { padding: 24px 0; }
  .vrm2-museum-gateway-card { border-radius: 14px; }
  .vrm2-museum-gateway-card > figure { aspect-ratio: 16 / 9; }
  .vrm2-museum-gateway-copy { padding: 28px 24px 30px; }
  .vrm2-museum-gateway-copy h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .vrm2-museum-gateway-copy p { margin-top: 15px; }
  .vrm2-museum-gateway-copy strong { margin-top: 21px; }
  .vrm2-museum-gateway-arrow {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    background: rgba(4, 13, 22, .75);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vrm2-museum-gateway-card,
  .vrm2-museum-gateway-card > figure img {
    transition: none !important;
    transform: none !important;
  }
}
