/* play12in.com — esports newsroom stylesheet
   Factory V9 FSL11 vertical-brand-edition row 18
   Modules: LAYOUT-008 Niche News Portal | HOMEPAGE-011 | MENU-077 |
            COLOR-005 Rose Newsroom (rose #B72F55 + blue #275FC7) |
            TYPOGRAPHY-006 (DM Sans + DM Mono) | CTA-016 trust-led
   Dials: VARIANCE 7 / MOTION 3 / VISUAL_DENSITY 5
   Shape system documented in design-taste-decision.md:
     cards 14px, ribbon strip 0px, buttons 999px (pill).
*/

:root {
  --primary: #B72F55;
  --primary-ink: #8E2342;
  --accent: #275FC7;
  --accent-ink: #1B458F;
  --background: #FFF6F8;
  --surface: #FFFFFF;
  --surface-2: #FCE4EA;
  --surface-3: #F4F7FB;
  --text: #351923;
  --text-mid: #5A4150;
  --muted: #765765;
  --border: #F0C7D2;
  --border-cool: #D5DDEB;
  --border-strong: #C99AA9;
  --ink-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  --serif-display: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "DM Mono", ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, Consolas, monospace;
  --radius-card: 14px;
  --radius-ribbon: 0px;
  --radius-pill: 999px;
  --radius-sm: 6px;
  --shadow-card: 0 1px 0 rgba(184, 47, 85, 0.06), 0 8px 24px rgba(53, 25, 35, 0.04);
  --shadow-frame: 0 1px 0 rgba(53, 25, 35, 0.08), 0 12px 28px rgba(53, 25, 35, 0.06);
  --max-w: 1280px;
  --gutter: clamp(20px, 4vw, 40px);
  --step: 8px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--serif-display);
  color: var(--text);
  background: var(--background);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-bottom: 80px;
  overflow-x: clip;
}
html { overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 2px; }
button { font-family: inherit; cursor: pointer; }

.skip-link {
  position: absolute;
  left: 0; top: 0;
  background: var(--text); color: var(--surface);
  padding: 8px 14px; border-radius: 0 0 6px 0;
  z-index: 999;
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.skip-link:focus {
  clip-path: none;
  width: auto;
  height: auto;
  outline: 2px solid var(--accent);
}

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-wide { max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif-display);
  color: var(--text);
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 700;
}
h1 { font-size: clamp(34px, 5.4vw, 64px); line-height: 1.04; letter-spacing: -0.02em; }
h2 { font-size: clamp(24px, 3.2vw, 38px); line-height: 1.12; }
h3 { font-size: clamp(20px, 2.4vw, 26px); line-height: 1.18; }
h4 { font-size: 18px; line-height: 1.25; }
p { margin: 0 0 1em; max-width: 68ch; }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 500;
  margin: 0 0 14px;
  display: inline-block;
}
.eyebrow.cool { color: var(--accent); }
.eyebrow.muted { color: var(--muted); }

.masthead {
  position: sticky;
  top: 0;
  z-index: 350;
  background: rgba(255, 246, 248, 0.94);
  backdrop-filter: saturate(120%) blur(8px);
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.masthead-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding: 12px 0;
  min-width: 0;
  flex-wrap: nowrap;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  min-width: 0;
  flex-shrink: 1;
  overflow: hidden;
}
.brand:hover { text-decoration: none; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  background: var(--primary);
  color: var(--surface);
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.brand-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-left: 4px;
}
@media (max-width: 540px) {
  .brand-tag { display: none; }
  .brand { font-size: 20px; }
  .brand-mark { width: 26px; height: 26px; font-size: 13px; }
}

.nav-primary {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 4px;
}
@media (min-width: 900px) {
  .nav-primary { display: inline-flex; }
}
.nav-primary a {
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  white-space: nowrap;
}
.nav-primary a:hover { background: var(--surface-2); text-decoration: none; }
.nav-primary a.active {
  color: var(--primary);
  background: var(--surface-2);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}
.nav-search {
  display: none;
  width: 36px; height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius-sm);
  color: var(--text-mid);
  text-decoration: none;
}
@media (min-width: 900px) { .nav-search { display: inline-flex; } }

.hamburger {
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  position: relative;
  z-index: 300;
  flex-shrink: 0;
}
@media (min-width: 900px) { .hamburger { display: none; } }
.hamburger:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.hamburger .bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--text);
  margin: 3px auto;
  transition: transform 200ms ease, opacity 150ms ease;
}
.hamburger[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
.hamburger[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }

.mobile-drawer {
  position: fixed;
  top: 0; right: 0;
  width: min(360px, 88vw);
  height: 100dvh;
  background: var(--surface);
  border-left: 1px solid var(--border);
  z-index: 250;
  padding: 84px 24px 32px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 280ms ease;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-drawer[data-open="true"] {
  transform: translateX(0);
  visibility: visible;
}
.mobile-drawer ul { list-style: none; padding: 0; margin: 0 0 24px; }
.mobile-drawer li { margin: 0; padding: 0; }
.mobile-drawer a {
  display: block;
  padding: 14px 0;
  font-size: 18px;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  text-decoration: none;
}
.mobile-drawer a:hover { color: var(--primary); text-decoration: none; }
.drawer-foot {
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
}
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(53, 25, 35, 0.4);
  z-index: 240;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 0s linear 200ms;
}
.scrim[data-open="true"] {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-drawer, .scrim, .hamburger .bar { transition: none; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  min-height: 44px;
  transition: transform 120ms ease, background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.btn:hover { text-decoration: none; }
.btn-primary {
  background: var(--primary);
  color: var(--surface);
  border-color: var(--primary);
}
.btn-primary:hover { background: var(--primary-ink); border-color: var(--primary-ink); }
.btn-primary:active { transform: translateY(1px); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border-strong);
}
.btn-ghost:hover { background: var(--surface-2); }
.btn-quiet {
  background: transparent;
  color: var(--accent);
  border: none;
  padding: 8px 4px;
  min-height: 32px;
}
.btn-quiet:hover { color: var(--accent-ink); }
.btn-sm { padding: 8px 16px; font-size: 13px; min-height: 36px; }
.btn-arrow::after { content: " →"; transition: transform 200ms ease; }
.btn-arrow:hover::after { transform: translateX(2px); }

.hero {
  background: var(--background);
  border-bottom: 1px solid var(--border);
  padding: 56px 0 32px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 58fr 42fr; gap: 48px; }
}
.hero-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--primary);
  display: inline-block;
}
.hero-title {
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.028em;
  font-weight: 800;
  margin: 0 0 24px;
  color: var(--text);
  max-width: 18ch;
}
.hero-title .accent-word {
  color: var(--primary);
  font-style: normal;
  font-weight: 800;
}
.hero-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--text-mid);
  max-width: 36ch;
  margin: 0 0 28px;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-meta {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.hero-meta strong { color: var(--text); font-weight: 600; }

.hero-rail {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero-image {
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-frame);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.hero-image figcaption {
  padding: 10px 14px 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}
.bracket-map {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius-card);
  padding: 18px;
  box-shadow: var(--shadow-card);
}
.bracket-map h3 {
  font-size: 12px;
  font-family: var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
  font-weight: 600;
}
.bracket-map svg { width: 100%; height: auto; display: block; }
.source-rail {
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-sm);
  background: var(--surface);
  padding: 14px 16px;
  font-size: 14px;
  color: var(--text-mid);
}
.source-rail .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
  display: block;
}
.source-rail ul { list-style: none; padding: 0; margin: 0; }
.source-rail li {
  padding: 6px 0;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-mid);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.source-rail li:first-child { border-top: 0; padding-top: 0; }
.source-rail li time { color: var(--muted); font-family: var(--mono); font-size: 12px; white-space: nowrap; }
.source-rail .pill {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: var(--radius-pill);
  margin-right: 6px;
  font-weight: 600;
}
.source-rail .pill.verified { background: #E8F4E6; color: #2C6A22; }
.source-rail .pill.review { background: #FCE4EA; color: var(--primary); }
.source-rail .pill.archived { background: var(--surface-3); color: var(--accent); }

.section {
  padding: 64px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.section-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
@media (min-width: 900px) {
  .section-row { grid-template-columns: 220px 1fr; gap: 56px; }
}
.ribbon {
  background: var(--surface);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  padding: 18px 18px 18px 22px;
  position: relative;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ribbon::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--primary);
}
.ribbon[data-side="right"]::before { left: auto; right: 0; background: var(--accent); }
.ribbon .ribbon-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.ribbon.alt h3 { color: var(--accent-ink); }
.ribbon h3 {
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--primary-ink);
}
.ribbon .ribbon-h {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.section-body { min-width: 0; }
.section-body h2 { margin: 0 0 16px; }
.section-body p { font-size: 16px; color: var(--text-mid); }
.section-body .lead { font-size: 18px; color: var(--text); }

@media (min-width: 900px) {
  .ribbon-row-flip .ribbon { order: 2; }
  .ribbon-row-flip .ribbon::before { left: auto; right: 0; background: var(--accent); }
  .ribbon-row-flip .ribbon h3 { color: var(--accent-ink); }
  .ribbon-row-flip .section-body { order: 1; }
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 22px;
  box-shadow: var(--shadow-card);
}
.card-tight { padding: 16px; }
.card-bordered-cool { border-color: var(--border-cool); }
.card-quiet { box-shadow: none; }
.card-quiet.outline { border: 1px solid var(--border); }

.card-frame {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-frame);
}
.card-frame .frame-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--border);
}
.card-frame .frame-body { padding: 18px 20px 20px; }
.card-frame .frame-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
  display: block;
}
.card-frame .frame-title {
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--text);
}
.card-frame .frame-sub {
  font-size: 14px;
  color: var(--text-mid);
  margin: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 700px) {
  .card-grid.cols-2 { grid-template-columns: 1fr 1fr; }
  .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}

.stat-tile {
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-tile .stat-n {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 32px;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.02em;
}
.stat-tile .stat-l {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.stat-tile .stat-d { font-size: 14px; color: var(--text-mid); margin: 0; }

.ledger {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
}
.ledger thead th {
  background: var(--surface-2);
  text-align: left;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary-ink);
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  font-weight: 600;
}
.ledger tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
  color: var(--text);
  font-size: 14px;
}
.ledger tbody tr:last-child td { border-bottom: 0; }
.ledger tbody tr:hover { background: var(--surface-2); }
.ledger .src {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.ledger .conf {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  display: inline-block;
}
.ledger .conf.verified { background: #E8F4E6; color: #2C6A22; }
.ledger .conf.review { background: #FCE4EA; color: var(--primary); }
.ledger .conf.archived { background: var(--surface-3); color: var(--accent); }

.match-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 900px) {
  .match-board { grid-template-columns: 1fr 1fr; gap: 24px; }
}
.match-board .col {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 22px;
  box-shadow: var(--shadow-card);
  min-width: 0;
}
.match-board .col.confirmed { border-left: 4px solid var(--accent); }
.match-board .col.scenario { border-left: 4px solid var(--primary); }
.match-board .col h3 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
  font-weight: 600;
}
.match-board .col.scenario h3 { color: var(--primary); }
.match-board .col ul { margin: 0; padding: 0 0 0 0; list-style: none; }
.match-board .col li {
  padding: 10px 0;
  border-top: 1px solid var(--border);
  font-size: 14px;
  color: var(--text);
  min-width: 0;
}
.match-board .col li:first-child { border-top: 0; }
.match-board .col li .src {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.role-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 700px) {
  .role-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .role-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.role-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px;
  box-shadow: var(--shadow-card);
  min-width: 0;
}
.role-card .role-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
  display: block;
}
.role-card h4 { font-size: 17px; margin: 0 0 4px; color: var(--text); }
.role-card .role-region {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 10px;
  display: block;
}
.role-card p { font-size: 13px; color: var(--text-mid); margin: 0; }

.workshop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 900px) {
  .workshop { grid-template-columns: 1fr 1fr; gap: 32px; }
}
.workshop .pair {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 22px;
  min-width: 0;
}
.workshop .pair .pair-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
  display: block;
}
.workshop .pair.interpret .pair-label { color: var(--primary); }
.workshop .pair h4 { font-size: 16px; margin: 0 0 8px; color: var(--text); }
.workshop .pair p { font-size: 14px; color: var(--text-mid); margin: 0; }

.map-ledger {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 700px) {
  .map-ledger { grid-template-columns: 1fr 1fr; }
}
.map-cell {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.map-cell .map-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-3);
}
.map-cell .map-thumb img { width: 100%; height: 100%; object-fit: cover; }
.map-cell h4 { font-size: 16px; margin: 0; color: var(--text); }
.map-cell p { font-size: 13px; color: var(--text-mid); margin: 0; }
.map-cell .map-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.map-cell .map-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  background: var(--surface-3);
  color: var(--accent);
  border: 1px solid var(--border-cool);
}

.corridor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 900px) {
  .corridor { grid-template-columns: 1.4fr 1fr 1fr; }
}
.corridor .corridor-main {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-frame);
}
.corridor .corridor-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--border);
}
.corridor .corridor-main .frame-body { padding: 18px 20px; }

.corridor .corridor-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px;
  box-shadow: var(--shadow-card);
  min-width: 0;
}

.film-room {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.film-row {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  align-items: start;
  min-width: 0;
}
.film-row .film-time {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
  border-right: 1px solid var(--border);
  padding-right: 14px;
  text-align: right;
}
.film-row .film-body h4 { font-size: 16px; margin: 0 0 4px; color: var(--text); }
.film-row .film-body p { font-size: 14px; color: var(--text-mid); margin: 0; }
.film-row .film-body .film-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin-top: 6px;
  display: block;
}

.news-rail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-row {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 0;
}
@media (min-width: 700px) {
  .news-row { grid-template-columns: 120px 1fr auto; gap: 18px; align-items: center; }
}
.news-row .news-date {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.news-row h4 { font-size: 16px; margin: 0; color: var(--text); }
.news-row .news-status {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  font-weight: 600;
}
.news-row .news-status.verified { background: #E8F4E6; color: #2C6A22; }
.news-row .news-status.review { background: #FCE4EA; color: var(--primary); }
.news-row .news-status.archived { background: var(--surface-3); color: var(--accent); }

.evidence {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 900px) {
  .evidence { grid-template-columns: 1fr 1fr; }
}
.evidence-row {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 16px 18px;
  min-width: 0;
}
.evidence-row .ev-tier {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
  display: block;
}
.evidence-row .ev-claim { font-size: 15px; margin: 0 0 4px; color: var(--text); }
.evidence-row .ev-source {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  display: block;
}

.route-card {
  background: var(--surface);
  border: 1px solid var(--primary);
  border-radius: var(--radius-card);
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  min-width: 0;
}
@media (min-width: 900px) {
  .route-card { grid-template-columns: 1fr auto; gap: 28px; }
}
.route-card .route-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
  display: block;
}
.route-card-title {
  font-family: var(--serif-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
@media (max-width: 600px) {
  .route-card-title { font-size: 19px; }
}
.route-card .route-disclosure {
  font-size: 13px;
  color: var(--text-mid);
  margin: 8px 0 0;
  max-width: 64ch;
  line-height: 1.55;
}

.briefing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 700px) {
  .briefing { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .briefing { grid-template-columns: repeat(4, 1fr); }
}
.brief-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brief-card h4 { font-size: 15px; margin: 0; color: var(--text); }
.brief-card p { font-size: 13px; color: var(--text-mid); margin: 0; }
.brief-card .brief-count {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.06em;
}

.faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 900px) {
  .faq { grid-template-columns: 1fr 1fr; gap: 18px; }
}
.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 16px 18px;
  min-width: 0;
}
.faq summary {
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--mono);
  font-size: 18px;
  color: var(--primary);
  font-weight: 500;
  flex-shrink: 0;
}
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 12px 0 0; font-size: 14px; color: var(--text-mid); }

.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 56px 0 32px;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; } }
.footer-col h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 14px;
  font-weight: 600;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { padding: 5px 0; }
.footer-col a { color: var(--text); font-size: 14px; text-decoration: none; }
.footer-col a:hover { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
.footer-meta {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.footer-brand p {
  font-size: 13px;
  color: var(--text-mid);
  margin: 12px 0 0;
  max-width: 36ch;
}

.sticky-cta {
  position: fixed;
  left: 12px; right: 12px;
  bottom: 12px;
  z-index: 220;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 8px;
  display: none;
  box-shadow: 0 4px 18px rgba(53, 25, 35, 0.12);
  align-items: center;
  gap: 10px;
}

.ribbon-h3 {
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--primary-ink);
  font-family: var(--serif-display);
}
.ribbon[data-side="right"] .ribbon-h3 { color: var(--accent-ink); }
.bracket-map-h3 {
  font-size: 12px;
  font-family: var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
  font-weight: 600;
}

@media (max-width: 899px) {
  .sticky-cta { display: flex; }
}
.sticky-cta .sticky-cta-btn {
  flex: 1;
  background: var(--primary);
  color: var(--surface);
  text-align: center;
  padding: 14px 18px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sticky-cta .sticky-cta-btn:hover { background: var(--primary-ink); text-decoration: none; }
.sticky-cta .sticky-cta-note {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
  padding: 0 6px;
  white-space: nowrap;
}

.prose {
  max-width: 68ch;
  margin: 0 auto;
}
.prose h2 { margin: 36px 0 14px; font-size: clamp(22px, 2.6vw, 30px); }
.prose h3 { margin: 28px 0 10px; font-size: 18px; }
.prose p, .prose li { font-size: 16px; color: var(--text); line-height: 1.7; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1em; }
.prose li { margin: 6px 0; }
.prose blockquote {
  border-left: 3px solid var(--primary);
  padding: 6px 0 6px 18px;
  margin: 16px 0;
  font-style: normal;
  color: var(--text-mid);
  background: var(--surface-2);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.prose blockquote p { margin: 0; }
.prose figure {
  margin: 24px 0;
  max-width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
}
.prose figure img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; display: block; }
.prose figure figcaption {
  padding: 10px 14px 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}
.prose figure.wide { max-width: 1080px; }
.prose hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 28px 0;
}

.page-hero {
  padding: 36px 0 28px;
  border-bottom: 1px solid var(--border);
  background: var(--background);
}
.page-hero h1 {
  font-size: clamp(30px, 4.4vw, 48px);
  margin: 6px 0 12px;
}
.page-hero .page-lede {
  font-size: 17px;
  color: var(--text-mid);
  max-width: 64ch;
}
.page-hero .page-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.page-hero .page-meta strong { color: var(--text); font-weight: 600; }

.inline-image {
  margin: 24px 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
}
.inline-image img { width: 100%; height: auto; display: block; }
.inline-image figcaption {
  padding: 10px 14px 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 28px 0;
}
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}


.ribbon-h3 {
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--primary-ink);
  font-family: var(--serif-display);
}
.ribbon[data-side="right"] .ribbon-h3 { color: var(--accent-ink); }
.bracket-map-h3 {
  font-size: 12px;
  font-family: var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
  font-weight: 600;
}

@media (max-width: 899px) {
  .hero { padding: 28px 0 24px !important; }
  .hero-title { font-size: 30px !important; line-height: 1.1 !important; max-width: 22ch !important; }
  .hero-sub { font-size: 15px !important; max-width: 28ch !important; margin-bottom: 20px !important; }
  .hero-grid { gap: 18px !important; }
  .hero-rail { gap: 14px !important; }
  .hero-meta { gap: 16px !important; font-size: 11px !important; margin-top: 24px !important; padding-top: 16px !important; }
  .hero-image img { aspect-ratio: 16 / 9 !important; }
  .hero-image figcaption { padding: 8px 12px 0 !important; }
  .bracket-map { padding: 12px !important; }
  .source-rail { padding: 12px 14px !important; font-size: 13px !important; }
  .bracket-map svg { max-height: 100px !important; }
}

@media (max-width: 600px) {
  .hero-title { font-size: 28px !important; line-height: 1.1 !important; }
  .hero-sub { font-size: 14px !important; }
  .hero-cta { flex-direction: column !important; align-items: stretch !important; gap: 10px !important; }
  .hero-cta .btn { width: 100% !important; min-height: 44px !important; }
  .hero-meta { flex-direction: column !important; gap: 8px !important; }
  .bracket-map svg { max-height: 80px !important; }
}

@media print {
  .masthead, .sticky-cta, .mobile-drawer, .scrim { display: none !important; }
}
