﻿
  :root {
    --ink: #0a0a0a;
    --ink-2: #141414;
    --ink-3: #1c1c1c;
    --paper: #f3eedf;     /* warm off-white */
    --paper-2: #e8e2d0;
    --rule: #2a2a2a;
    --rule-light: #d8d2bf;
    --hi: #ffd400;         /* caution yellow */
    --hi-deep: #f5c800;
    --hi-ink: #1a1500;
    --muted: #8a8a8a;
    --muted-paper: #6b6757;

    --display: "Anton", "Archivo Black", system-ui, sans-serif;
    --serif: "Instrument Serif", "Times New Roman", Georgia, serif;
    --body: "Manrope", system-ui, -apple-system, sans-serif;
    --mono: "JetBrains Mono", ui-monospace, monospace;

    --gutter: 20px;
    --maxw: 1280px;
  }

  *, *::before, *::after { box-sizing: border-box; }

  html { scroll-behavior: smooth; }
  html { scroll-behavior: smooth; }
  html, body {
    margin: 0;
    padding: 0;
    background: var(--ink);
    color: var(--paper);
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  a { color: inherit; }

  /* â”€â”€ Hazard tape strip (intensity-aware) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .hazard-tape {
    height: 14px;
    background-image: repeating-linear-gradient(
      -45deg,
      var(--hi) 0 18px,
      var(--ink) 18px 36px
    );
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }
  body[data-hazard="0"] .hazard-tape { display: none; }
  body[data-hazard="1"] .hazard-tape { height: 6px; }
  body[data-hazard="2"] .hazard-tape { height: 14px; }
  body[data-hazard="2"] .hazard-tape--bottom { height: 14px; }

  /* â”€â”€ Page frame â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .frame {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
  }

  /* â”€â”€ Masthead â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .masthead {
    padding: 28px 0 14px;
    border-bottom: 1px solid var(--rule);
  }
  .tagline-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 0 0 22px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 22px;
  }
  .tagline-strip .ed {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    color: var(--paper);
  }
  .manifest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    padding-bottom: 18px;
  }
  .manifest .stamp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .manifest .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--hi);
    box-shadow: 0 0 0 3px rgba(255,212,0,0.18);
  }
  .manifest .right { display: flex; gap: 22px; }

  .wordmark {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 24px;
    padding: 6px 0 18px;
  }
  .wordmark h1 {
    margin: 0;
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(64px, 13vw, 184px);
    line-height: 0.82;
    letter-spacing: -0.005em;
    color: var(--paper);
    text-transform: uppercase;
  }
  .wordmark h1 em {
    display: block;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase;
    color: var(--hi);
    font-size: 0.46em;
    letter-spacing: -0.005em;
    line-height: 0.95;
    margin-top: 4px;
  }
  .wordmark h1 .accent {
    color: var(--hi);
  }
  .wordmark .issue {
    text-align: right;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--muted);
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .wordmark .issue strong {
    display: block;
    font-family: var(--display);
    font-weight: 400;
    font-size: 56px;
    letter-spacing: 0;
    color: var(--paper);
    line-height: 0.9;
    margin-top: 4px;
  }
  .wordmark .issue .spelled {
    display: block;
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    color: var(--hi);
    letter-spacing: 0;
    text-transform: lowercase;
    margin-top: 2px;
    font-weight: 400;
  }

  .subhead {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    padding: 18px 0 22px;
    border-top: 1px solid var(--rule);
  }
  .subhead p {
    margin: 0;
    max-width: 720px;
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.35;
    color: #e8e2d0;
    font-style: italic;
  }
  .subhead p b { color: var(--paper); font-weight: 400; font-style: normal; font-family: var(--body); font-weight: 700; font-size: 19px; }
  .subhead .read-time {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
  }

  /* Stencil-style section label (intensity-aware) */
  .stencil {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mono);
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  body[data-hazard="2"] .stencil--heavy {
    background: var(--hi);
    color: var(--ink);
    padding: 4px 8px 3px;
  }

  /* â”€â”€ Lead feature (full-width hero article) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .lead-feature {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 32px;
    padding: 30px 0 32px;
    border-bottom: 1px solid var(--rule);
  }
  .lead-feature .lf-image {
    background: linear-gradient(135deg, #2a2a2a 0%, #0e0e0e 100%);
    aspect-ratio: 5 / 4;
    position: relative;
    overflow: hidden;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lead-feature .lf-image .corner {
    position: absolute;
    top: 0; left: 0;
    background: var(--hi);
    color: var(--ink);
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding: 6px 11px 5px;
  }
  .lead-feature .lf-image .caption {
    position: absolute;
    left: 14px; bottom: 14px;
    right: 14px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: var(--paper-2);
  }
  .lead-feature .lf-text { padding: 4px 0 0; }
  .lead-feature .lf-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--hi);
    margin-bottom: 18px;
  }
  .lead-feature .lf-tag::before {
    content: "";
    width: 28px; height: 1px;
    background: var(--hi);
  }
  .lead-feature h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(38px, 4.4vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.012em;
    margin: 0 0 14px;
    color: var(--paper);
    text-wrap: balance;
  }
  .lead-feature h2 em {
    font-style: italic;
    color: var(--hi);
  }
  .lead-feature .deck {
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px;
    line-height: 1.4;
    color: #cfc8b5;
    margin: 0 0 22px;
    max-width: 36ch;
  }
  .lead-feature .body-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: #cfc8b5;
    column-count: 2;
    column-gap: 24px;
    margin: 0 0 18px;
  }
  .lead-feature .dropcap {
    float: left;
    font-family: var(--display);
    font-size: 76px;
    line-height: 0.78;
    color: var(--hi);
    padding: 6px 10px 0 0;
    margin-top: 4px;
  }
  .lead-feature .byline {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    padding-top: 14px;
    border-top: 1px solid var(--rule);
  }
  .lead-feature .byline em {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--paper);
  }
  @media (max-width: 820px) {
    .lead-feature { grid-template-columns: 1fr; }
    .lead-feature .body-text { column-count: 1; }
  }

  /* â”€â”€ Editor's note â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .editors-note {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 28px;
    align-items: start;
    padding: 28px 0;
    border-bottom: 1px solid var(--rule);
  }
  .editors-note .en-label {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    padding-top: 6px;
  }
  .editors-note .en-label em {
    display: block;
    font-family: var(--serif);
    font-style: italic;
    font-size: 30px;
    color: var(--hi);
    letter-spacing: 0;
    text-transform: none;
    margin-top: 8px;
    line-height: 1;
    font-weight: 400;
  }
  .editors-note .en-body {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.55;
    color: var(--paper);
    max-width: 64ch;
  }
  .editors-note .en-body p { margin: 0 0 12px; }
  .editors-note .en-body .sig-line {
    margin-top: 14px;
    font-family: var(--serif);
    font-style: italic;
    color: var(--hi);
    font-size: 24px;
    line-height: 1.1;
  }
  .editors-note .en-body .sig-line span {
    display: block;
    font-family: var(--mono);
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 6px;
  }
  @media (max-width: 720px) {
    .editors-note { grid-template-columns: 1fr; gap: 12px; }
  }

  /* â”€â”€ Card editorial extras â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .card .deck {
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
    margin: -4px 0 12px;
    text-wrap: pretty;
  }
  .card--dark .deck { color: #b0a98f; }
  .card--accent .deck { color: rgba(0,0,0,.65); }
  .card .byline {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.12);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-paper);
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .card--dark .byline { border-top-color: var(--rule); color: var(--muted); }
  .card--accent .byline { border-top-color: rgba(0,0,0,.2); color: rgba(0,0,0,.55); }
  .card .byline em {
    font-family: var(--serif);
    font-style: italic;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    color: inherit;
    opacity: 0.95;
  }
  /* Folio in bottom-right of card (page-number style) */
  .card .folio {
    position: absolute;
    bottom: 10px;
    right: 14px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: var(--muted-paper);
    opacity: 0.65;
    pointer-events: none;
    z-index: 1;
  }
  .card--dark .folio { color: var(--muted); }
  .card--accent .folio { color: rgba(0,0,0,.55); }

  /* â”€â”€ Pull quote card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .pullquote {
    background: var(--paper);
    color: var(--ink);
    padding: 28px 22px 22px;
    position: relative;
  }
  .pullquote::before {
    content: "â€œ";
    position: absolute;
    top: -18px;
    left: 14px;
    font-family: var(--serif);
    font-size: 140px;
    line-height: 1;
    color: var(--hi);
  }
  .pullquote .q {
    font-family: var(--serif);
    font-style: italic;
    font-size: 28px;
    line-height: 1.2;
    color: var(--ink);
    margin: 0 0 16px;
    text-wrap: balance;
    letter-spacing: -0.005em;
  }
  .pullquote .q em { color: var(--ink); font-style: italic; background: var(--hi); padding: 0 4px; }
  .pullquote .attr {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted-paper);
    border-top: 1px solid rgba(0,0,0,.12);
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
  }
  .pullquote .attr em {
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--ink);
  }

  /* â”€â”€ Editorial-styled card (serif headline variant) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .card--editorial h3 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.01em;
  }
  .card--editorial.card--dark h3 { color: var(--paper); }

  /* â”€â”€ Sticky TOC mini-nav â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .toc-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 90;
    background: rgba(10,10,10,0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--rule);
    display: flex;
    align-items: stretch;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform: translateY(-110%);
    transition: transform .28s ease;
    pointer-events: none;
  }
  .toc-nav.visible { transform: translateY(0); pointer-events: auto; }
  .toc-nav .toc-inner {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .toc-nav .toc-inner::-webkit-scrollbar { display: none; }
  .toc-nav .brand {
    display: flex;
    align-items: center;
    font-family: var(--display);
    font-size: 16px;
    letter-spacing: 0;
    color: var(--paper);
    padding: 12px 18px 12px 0;
    text-transform: uppercase;
    border-right: 1px solid var(--rule);
    white-space: nowrap;
    gap: 6px;
  }
  .toc-nav .brand em {
    font-family: var(--serif);
    font-style: italic;
    color: var(--hi);
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 400;
  }
  .toc-nav a.toc-link {
    text-decoration: none;
    color: var(--muted);
    padding: 14px 16px;
    border-right: 1px solid var(--rule);
    transition: color .15s ease, background .15s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .toc-nav a.toc-link .rn {
    font-family: var(--serif);
    font-style: italic;
    font-size: 12px;
    color: var(--hi);
    text-transform: lowercase;
    letter-spacing: 0;
  }
  .toc-nav a.toc-link:hover { color: var(--paper); background: rgba(255,212,0,0.06); }
  .toc-nav a.toc-link.active { color: var(--hi); background: rgba(255,212,0,0.08); }
  .toc-nav a.toc-link.active .rn { color: var(--paper); }
  .toc-nav .toc-end {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 12px 0 12px 16px;
    color: var(--muted);
  }
  .toc-nav .toc-end strong { color: var(--hi); margin-left: 8px; }
  @media (max-width: 720px) {
    .toc-nav .toc-end { display: none; }
    .toc-nav .brand { padding-right: 12px; }
    .toc-nav a.toc-link { padding: 14px 10px; }
  }

  /* â”€â”€ Inside-this-issue contents grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .contents {
    margin-top: 6px;
    padding: 0 0 6px;
  }
  .contents-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 22px;
    padding: 22px 0 18px;
    border-bottom: 1px solid var(--rule);
  }
  .contents-head .lead {
    font-family: var(--serif);
    font-style: italic;
    font-size: 36px;
    line-height: 1;
    color: var(--paper);
    letter-spacing: -0.005em;
  }
  .contents-head .lead .amp { color: var(--hi); font-style: italic; }
  .contents-head .tag {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--hi);
    text-align: right;
  }
  .contents-head .tag span {
    display: block;
    color: var(--muted);
    margin-top: 4px;
    font-size: 10px;
  }
  .contents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-bottom: 1px solid var(--rule);
  }
  .contents-tile {
    background: transparent;
    color: var(--paper);
    text-decoration: none;
    padding: 22px 22px 28px;
    border-right: 1px solid var(--rule);
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: start;
    transition: background .22s ease, color .22s ease;
    position: relative;
    min-height: 168px;
  }
  .contents-tile:nth-child(3n) { border-right: none; }
  .contents-tile:nth-child(-n+3) { border-bottom: 1px solid var(--rule); }
  .contents-tile:hover {
    background: var(--hi);
    color: var(--ink);
  }
  .contents-tile .roman {
    font-family: var(--serif);
    font-style: italic;
    font-size: 46px;
    color: var(--hi);
    line-height: 0.9;
    margin-top: -2px;
  }
  .contents-tile:hover .roman { color: var(--ink); }
  .contents-tile .body { min-width: 0; }
  .contents-tile .nm {
    font-family: var(--display);
    font-size: 26px;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    line-height: 0.95;
    margin: 0 0 10px;
    color: inherit;
  }
  .contents-tile .desc {
    font-family: var(--serif);
    font-style: italic;
    font-size: 15px;
    color: #cfc8b5;
    line-height: 1.35;
    margin: 0 0 14px;
    text-wrap: pretty;
  }
  .contents-tile:hover .desc { color: rgba(0,0,0,.72); }
  .contents-tile .count {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .contents-tile .count::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--hi);
  }
  .contents-tile:hover .count { color: rgba(0,0,0,.72); }
  .contents-tile:hover .count::before { background: var(--ink); }
  .contents-tile .arr {
    position: absolute;
    bottom: 18px;
    right: 18px;
    font-family: var(--mono);
    font-size: 14px;
    color: var(--hi);
    opacity: 0;
    transition: opacity .15s ease, transform .2s ease;
    font-weight: 700;
  }
  .contents-tile:hover .arr {
    opacity: 1;
    color: var(--ink);
    transform: translateX(4px);
  }
  @media (max-width: 900px) {
    .contents-grid { grid-template-columns: repeat(2, 1fr); }
    .contents-tile:nth-child(3n) { border-right: 1px solid var(--rule); }
    .contents-tile:nth-child(2n) { border-right: none; }
    .contents-tile:nth-child(-n+3) { border-bottom: none; }
    .contents-tile:nth-child(-n+4) { border-bottom: 1px solid var(--rule); }
  }
  @media (max-width: 560px) {
    .contents-grid { grid-template-columns: 1fr; }
    .contents-tile { border-right: none !important; border-bottom: 1px solid var(--rule); min-height: 0; }
  }

  /* â”€â”€ Issue section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .issue-section {
    padding-top: 56px;
    scroll-margin-top: 12px;
  }
  .section-head {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 26px;
    align-items: end;
    padding: 14px 0 18px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 26px;
  }
  .section-head .num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 88px;
    color: var(--hi);
    line-height: 0.82;
    letter-spacing: -0.01em;
    text-align: left;
  }
  .section-head .titlewrap h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(40px, 5vw, 76px);
    line-height: 0.88;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    color: var(--paper);
  }
  .section-head .titlewrap .sub {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: #cfc8b5;
    margin-top: 8px;
    display: block;
    line-height: 1.35;
    max-width: 56ch;
  }
  .section-head .meta {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    text-align: right;
    white-space: nowrap;
    line-height: 1.8;
  }
  .section-head .meta strong {
    display: block;
    color: var(--hi);
    font-family: var(--display);
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 4px;
    font-weight: 400;
  }
  @media (max-width: 720px) {
    .section-head { grid-template-columns: auto 1fr; gap: 14px; }
    .section-head .num { font-size: 56px; }
    .section-head .meta { display: none; }
  }

  /* Grid of cards inside a section (not masonry, regular grid) */
  .section-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--gutter);
    align-items: start;
  }
  /* Span helpers for emphasis cards */
  .span-2 { grid-column: span 2; }
  @media (max-width: 720px) {
    .span-2 { grid-column: span 1; }
  }

  /* Back-to-top link at the end of a section */
  .to-top {
    margin: 22px 0 0;
    display: flex;
    justify-content: flex-end;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .to-top a {
    text-decoration: none;
    color: var(--muted);
    border-bottom: 1px solid var(--rule);
    padding-bottom: 3px;
    transition: color .15s ease, border-color .15s ease;
  }
  .to-top a:hover { color: var(--hi); border-color: var(--hi); }

  /* â”€â”€ Section bar above grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .section-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 26px 0 18px;
  }

  /* â”€â”€ In-this-drop quick-view (jump-link tiles) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .tldr {
    margin-top: 28px;
    padding: 28px 0 32px;
    border-bottom: 1px solid var(--rule);
  }
  .tldr-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    flex-wrap: wrap;
  }
  .tldr-head .title {
    font-family: var(--display);
    font-size: clamp(36px, 4.4vw, 56px);
    line-height: 0.95;
    color: var(--paper);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -0.005em;
  }
  .tldr-head .title em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    color: var(--hi);
    text-transform: lowercase;
    font-size: 0.78em;
    letter-spacing: 0;
    padding-left: 0.05em;
  }
  .tldr-head .hint {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .tldr-head .hint::before {
    content: "▾";
    color: var(--hi);
    font-size: 14px;
  }
  .tldr-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
  @media (max-width: 1080px) { .tldr-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 640px)  { .tldr-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 420px)  { .tldr-grid { grid-template-columns: 1fr; } }

  .jump {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 168px;
    padding: 16px 14px 14px;
    background: var(--ink-2);
    border: 1px solid var(--rule);
    color: var(--paper);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform .15s ease, border-color .15s ease, background .15s ease;
    cursor: pointer;
  }
  .jump:hover {
    transform: translateY(-2px);
    border-color: var(--hi);
    background: var(--ink-3);
  }
  .jump[data-active] {
    border-color: var(--hi);
    background: var(--ink-3);
  }
  .jump[data-active] .jump-num { color: var(--hi); }
  .jump[data-active] .jump-meta { color: var(--hi); }
  .jump--hi[data-active] {
    box-shadow: inset 0 0 0 2px var(--ink);
  }
  .jump:hover .jump-num { color: var(--hi); }
  .jump:hover .jump-arr { transform: translate(2px, -2px); color: var(--hi); }
  .jump-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .jump-num {
    font-family: var(--display);
    font-size: 44px;
    line-height: 0.9;
    color: var(--paper);
    transition: color .15s ease;
  }
  .jump-arr {
    font-family: var(--mono);
    font-size: 16px;
    line-height: 1;
    color: var(--muted);
    transition: transform .15s ease, color .15s ease;
  }
  .jump-title {
    font-family: var(--body);
    font-weight: 800;
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: -0.005em;
    color: var(--paper);
    text-wrap: balance;
    margin-bottom: 4px;
  }
  .jump-meta {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .jump-meta .pulse {
    display: inline-block;
    width: 6px; height: 6px;
    background: var(--hi);
    border-radius: 50%;
    margin-right: 6px;
    animation: pulse 1.6s ease-in-out infinite;
    vertical-align: 1px;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }
  /* Featured (yellow) tile */
  .jump--hi {
    background: var(--hi);
    border-color: var(--hi-deep);
    color: var(--ink);
  }
  .jump--hi .jump-num,
  .jump--hi .jump-title { color: var(--ink); }
  .jump--hi .jump-arr,
  .jump--hi .jump-meta { color: rgba(0,0,0,.65); }
  .jump--hi:hover {
    border-color: var(--ink);
    background: var(--hi);
  }
  .jump--hi:hover .jump-num,
  .jump--hi:hover .jump-arr { color: var(--ink); }
  .jump--hi .jump-meta .pulse { background: var(--ink); }

  /* â”€â”€ Big anchored section header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .anchor-section {
    padding-top: 56px;
    scroll-margin-top: 24px;
  }
  .anchor-section + .anchor-section { padding-top: 64px; }
  .section-marker {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: end;
    padding-bottom: 22px;
    border-bottom: 2px solid var(--paper);
    margin-bottom: 26px;
  }
  .section-marker .num {
    font-family: var(--display);
    font-size: clamp(72px, 9vw, 128px);
    line-height: 0.82;
    color: var(--hi);
    letter-spacing: -0.01em;
  }
  .section-marker .num .hash {
    font-family: var(--serif);
    font-style: italic;
    color: var(--paper);
    font-size: 0.5em;
    vertical-align: 0.4em;
    margin-right: 0.05em;
  }
  .section-marker .title-block { padding-bottom: 10px; }
  .section-marker .eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .section-marker .eyebrow::before {
    content: "";
    width: 22px; height: 1px;
    background: var(--hi);
  }
  .section-marker h2 {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(36px, 4.6vw, 60px);
    line-height: 0.95;
    letter-spacing: -0.005em;
    margin: 0;
    color: var(--paper);
    text-transform: uppercase;
  }
  .section-marker h2 em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    color: var(--hi);
    text-transform: lowercase;
    font-size: 0.7em;
    letter-spacing: 0;
    padding: 0 0.05em;
  }
  .section-marker .right-meta {
    text-align: right;
    padding-bottom: 14px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--muted);
    text-transform: uppercase;
    white-space: nowrap;
  }
  .section-marker .right-meta .back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
    text-decoration: none;
    margin-top: 6px;
    transition: color .15s ease;
  }
  .section-marker .right-meta .back:hover { color: var(--hi); }

  @media (max-width: 720px) {
    .section-marker { grid-template-columns: auto 1fr; gap: 14px; }
    .section-marker .right-meta { grid-column: 1 / -1; text-align: left; padding-bottom: 0; }
  }

  /* Lead-in copy under a section header */
  .section-deck {
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px;
    line-height: 1.45;
    color: #cfc8b5;
    max-width: 64ch;
    margin: 0 0 26px;
  }

  /* â”€â”€ Mini article (used in Â§02â€“Â§05; Â§01 stays masonry) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .mini-article {
    background: var(--paper);
    color: var(--ink);
    padding: 40px 44px 36px;
    position: relative;
  }
  .mini-article + .mini-article { margin-top: var(--gutter); }
  .mini-article.ma--dark {
    background: var(--ink-2);
    color: var(--paper);
    border: 1px solid var(--rule);
  }
  .mini-article.ma--accent {
    background: var(--hi);
    color: var(--ink);
  }

  .ma-figure {
    margin: 0 0 30px;
    position: relative;
  }
  .ma-figure-frame {
    background: linear-gradient(135deg, #2a2a2a 0%, #0e0e0e 100%);
    aspect-ratio: 21 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    overflow: hidden;
    position: relative;
  }
  .ma-figure-frame svg { opacity: 0.4; }
  .ma-figure .corner-tag {
    position: absolute;
    top: 0; left: 0;
    background: var(--hi);
    color: var(--ink);
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding: 6px 11px 5px;
    z-index: 2;
  }
  .ma-figure .frame-label {
    position: absolute;
    left: 16px; bottom: 14px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .ma-figure figcaption {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--muted-paper);
    margin-top: 12px;
    padding: 4px 0 4px 14px;
    border-left: 2px solid var(--hi);
  }
  .ma--dark .ma-figure figcaption { color: var(--paper-2); }

  .ma-header { margin-bottom: 26px; max-width: 880px; }
  .ma-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--hi);
    padding: 5px 10px 4px;
    margin-bottom: 16px;
  }
  .ma-headline {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.012em;
    margin: 0 0 14px;
    color: inherit;
    text-wrap: balance;
  }
  .ma-headline em {
    font-style: italic;
    color: var(--hi);
  }
  .ma--accent .ma-headline em { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
  .ma-deck {
    font-family: var(--serif);
    font-style: italic;
    font-size: 21px;
    line-height: 1.4;
    margin: 0;
    color: rgba(0,0,0,.65);
    max-width: 40ch;
  }
  .ma--dark .ma-deck { color: #cfc8b5; }
  .ma--accent .ma-deck { color: var(--hi-ink); }

  .ma-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 44px;
    align-items: start;
  }
  .ma-content.no-aside { grid-template-columns: 1fr; }

  .ma-text {
    font-size: 15.5px;
    line-height: 1.65;
    color: #2b2b2b;
    column-count: 2;
    column-gap: 30px;
  }
  .ma--dark .ma-text { color: #d8d2bf; }
  .ma--accent .ma-text { color: var(--hi-ink); }
  .ma-text > p { margin: 0 0 14px; }
  .ma-text > p:first-child { margin-top: 0; }
  .ma-text strong, .ma-text b { color: var(--ink); font-weight: 700; }
  .ma--dark .ma-text strong, .ma--dark .ma-text b { color: var(--paper); }
  .ma-text a {
    color: inherit;
    border-bottom: 1.5px solid var(--hi);
    text-decoration: none;
    padding-bottom: 1px;
  }

  .ma-dropcap {
    float: left;
    font-family: var(--display);
    font-size: 76px;
    line-height: 0.78;
    color: var(--ink);
    padding: 6px 10px 0 0;
    margin-top: 4px;
  }
  .ma--dark .ma-dropcap { color: var(--hi); }
  .ma--accent .ma-dropcap { color: var(--ink); }

  .ma-pullquote {
    margin: 14px 0 22px;
    padding: 0 0 0 22px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    line-height: 1.25;
    color: var(--ink);
    border-left: 3px solid var(--hi);
    column-span: all;
    break-inside: avoid;
  }
  .ma--dark .ma-pullquote { color: var(--paper); }
  .ma-pullquote em { background: var(--hi); color: var(--ink); padding: 0 4px; font-style: italic; }

  .ma-aside {
    background: var(--ink);
    color: var(--paper);
    padding: 24px 22px;
    align-self: start;
    position: sticky;
    top: 24px;
  }
  .ma--dark .ma-aside {
    background: var(--ink-3);
    border: 1px solid var(--rule);
  }
  .ma--accent .ma-aside { background: var(--ink); color: var(--paper); }
  .ma-aside-eyebrow {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--hi);
    margin-bottom: 12px;
    display: block;
  }
  .ma-aside-title {
    font-family: var(--display);
    font-weight: 400;
    font-size: 26px;
    line-height: 0.95;
    letter-spacing: -0.005em;
    margin: 0 0 16px;
    color: var(--paper);
    text-transform: uppercase;
  }
  .ma-aside-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--body);
    font-size: 13.5px;
    line-height: 1.5;
  }
  .ma-aside-list li {
    padding: 10px 0;
    border-top: 1px solid var(--rule);
    color: var(--paper-2);
  }
  .ma-aside-list li:first-child { border-top: 0; padding-top: 4px; }
  .ma-aside-list li b { color: var(--paper); font-weight: 700; display: block; margin-bottom: 2px; }
  .ma-aside .big-stat {
    font-family: var(--display);
    font-size: 72px;
    line-height: 0.85;
    color: var(--hi);
    margin: 0 0 8px;
    letter-spacing: -0.01em;
  }
  .ma-aside-meta {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--rule);
  }
  .ma-aside .aside-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hi);
    text-decoration: none;
    border-bottom: 1.5px solid var(--hi);
    padding-bottom: 2px;
    font-weight: 600;
  }
  .ma-aside .aside-cta {
    display: block;
    background: var(--hi);
    color: var(--ink);
    padding: 14px 16px;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin-top: 14px;
    text-align: center;
    transition: transform .15s ease;
  }
  .ma-aside .aside-cta:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink-3); }

  .ma-byline {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,.15);
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-paper);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }
  .ma-byline em {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--ink);
  }
  .ma--dark .ma-byline { border-top-color: var(--rule); color: var(--muted); }
  .ma--dark .ma-byline em { color: var(--paper); }
  .ma--accent .ma-byline { border-top-color: rgba(0,0,0,.2); color: rgba(0,0,0,.55); }
  .ma--accent .ma-byline em { color: var(--ink); }

  /* Embedded poll inside an aside */
  .ma-aside .poll-mini { padding: 0; background: transparent; border: 0; }
  .ma-aside .poll-mini h4 {
    font-family: var(--body);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: var(--paper);
    margin: 0 0 12px;
  }

  /* Inline fact-grid (used in Â§02 to list ranked / operator / gun-game side-info) */
  .ma-factgrid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(0,0,0,.15);
    column-span: all;
    break-inside: avoid;
  }
  .ma-factgrid > div {
    padding: 18px 16px;
    border-left: 1px solid rgba(0,0,0,.15);
  }
  .ma-factgrid > div:first-child { border-left: 0; }
  .ma-factgrid .fg-tag {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted-paper);
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .ma-factgrid .fg-tag::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--hi);
  }
  .ma-factgrid h5 {
    font-family: var(--display);
    font-weight: 400;
    font-size: 22px;
    line-height: 0.95;
    margin: 0 0 6px;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: -0.005em;
  }
  .ma-factgrid p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.45;
    color: #444;
  }
  .ma--dark .ma-factgrid { border-color: var(--rule); }
  .ma--dark .ma-factgrid > div { border-left-color: var(--rule); }
  .ma--dark .ma-factgrid .fg-tag { color: var(--muted); }
  .ma--dark .ma-factgrid h5 { color: var(--paper); }
  .ma--dark .ma-factgrid p { color: #cfc8b5; }

  @media (max-width: 880px) {
    .mini-article { padding: 28px 24px 26px; }
    .ma-content { grid-template-columns: 1fr; gap: 28px; }
    .ma-text { column-count: 1; }
    .ma-aside { position: static; }
    .ma-factgrid { grid-template-columns: 1fr; }
    .ma-factgrid > div { border-left: 0; border-top: 1px solid rgba(0,0,0,.15); }
    .ma-factgrid > div:first-child { border-top: 0; }
  }

  /* â”€â”€ Section bar (legacy) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .section-bar--legacy {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 26px 0 18px;
  }
  .section-bar .label {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hi);
  }
  .section-bar .line {
    flex: 1;
    height: 1px;
    background: var(--rule);
  }
  .section-bar .count {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    color: var(--muted);
  }

  /* â”€â”€ Masonry grid (CSS columns) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .masonry {
    column-count: 3;
    column-gap: var(--gutter);
  }
  @media (max-width: 980px) { .masonry { column-count: 2; } }
  @media (max-width: 620px) { .masonry { column-count: 1; } }

  .card {
    display: block;
    break-inside: avoid;
    margin: 0 0 var(--gutter);
    background: var(--paper);
    color: var(--ink);
    padding: 22px;
    border: 1px solid transparent;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 0 -6px var(--hi);
  }

  .card .kicker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted-paper);
    margin-bottom: 14px;
    padding-right: 28px; /* clear the Ã— dismiss button */
  }
  .event .body .kicker,
  .image-card .cap .kicker { padding-right: 0; }
  .card .kicker .tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .card .kicker .tag::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--ink);
  }
  .card h3 {
    margin: 0 0 10px;
    font-family: var(--body);
    font-weight: 800;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.01em;
    color: var(--ink);
    text-wrap: balance;
  }
  .card p {
    margin: 0 0 12px;
    font-size: 14.5px;
    line-height: 1.5;
    color: #2b2b2b;
    text-wrap: pretty;
  }
  .card .link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1.5px solid var(--ink);
    padding-bottom: 2px;
    font-weight: 600;
  }
  .card .link:hover { color: var(--hi-ink); background: var(--hi); border-color: var(--hi-deep); }
  .card .link .arr { display: inline-block; transition: transform .18s ease; }
  .card .link:hover .arr { transform: translateX(4px); }

  /* Variants */
  .card--dark {
    background: var(--ink-2);
    color: var(--paper);
    border-color: var(--rule);
  }
  .card--dark .kicker { color: var(--muted); }
  .card--dark .kicker .tag::before { background: var(--hi); }
  .card--dark h3 { color: var(--paper); }
  .card--dark p { color: #cfc8b5; }
  .card--dark .link { color: var(--hi); border-color: var(--hi); }
  .card--dark .link:hover { background: var(--hi); color: var(--ink); }

  .card--accent {
    background: var(--hi);
    color: var(--ink);
    border-color: var(--hi-deep);
  }
  .card--accent .kicker { color: rgba(0,0,0,.55); }
  .card--accent .kicker .tag::before { background: var(--ink); }
  .card--accent h3 { color: var(--ink); }
  .card--accent p { color: #1a1500; }
  .card--accent .link { color: var(--ink); border-color: var(--ink); }
  .card--accent .link:hover { background: var(--ink); color: var(--hi); border-color: var(--ink); }

  /* Hazard-bordered card (intensity-aware) */
  .card--hazard {
    position: relative;
  }
  body[data-hazard="0"] .card--hazard { padding-top: 22px; }
  body[data-hazard="1"] .card--hazard::before,
  body[data-hazard="2"] .card--hazard::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background-image: repeating-linear-gradient(
      -45deg,
      var(--hi) 0 10px,
      var(--ink) 10px 20px
    );
  }
  body[data-hazard="2"] .card--hazard::before { height: 10px; }
  body[data-hazard="1"] .card--hazard,
  body[data-hazard="2"] .card--hazard { padding-top: 26px; }

  /* â”€â”€ Event card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .event {
    padding: 0;
    overflow: hidden;
  }
  .event .row {
    display: grid;
    grid-template-columns: 92px 1fr;
  }
  .event .date {
    background: var(--ink);
    color: var(--hi);
    padding: 18px 12px;
    text-align: center;
    font-family: var(--display);
    line-height: 1;
    border-right: 1px solid var(--rule);
  }
  .event .date .m {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    color: var(--paper);
    margin-bottom: 8px;
    font-weight: 500;
  }
  .event .date .d {
    font-size: 52px;
    color: var(--hi);
  }
  .event .date .w {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    color: var(--paper);
    margin-top: 6px;
    font-weight: 500;
  }
  .event .body {
    padding: 18px 18px 20px;
  }
  .event .body .kicker { margin-bottom: 6px; }
  .event .body h3 { font-size: 18px; margin-bottom: 6px; }
  .event .body .meta {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--muted-paper);
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }

  /* â”€â”€ Image card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .image-card { padding: 0; }
  .image-card .ph {
    aspect-ratio: 4 / 3;
    background:
      linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--muted);
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    overflow: hidden;
  }
  .image-card .ph svg { opacity: .35; }
  .image-card .ph .ph-label {
    position: absolute;
    left: 14px; bottom: 12px;
    color: var(--muted);
  }
  .image-card .ph .ph-corner {
    position: absolute;
    top: 0; right: 0;
    background: var(--hi);
    color: var(--ink);
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 5px 9px 4px;
  }
  .image-card .cap {
    padding: 16px 18px 20px;
    background: var(--paper);
    color: var(--ink);
  }
  .image-card .cap .kicker { margin-bottom: 8px; }
  .image-card .cap h3 { font-size: 18px; }
  .image-card .cap p { margin-bottom: 0; }

  /* â”€â”€ Poll card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .poll {
    background: var(--ink-2);
    color: var(--paper);
    border: 1px solid var(--rule);
  }
  .poll h3 { color: var(--paper); }
  .poll .kicker { color: var(--muted); }
  .poll .kicker .tag::before { background: var(--hi); }
  .poll .options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
  }
  .poll .opt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 14px;
    background: var(--ink-3);
    border: 1px solid var(--rule);
    color: var(--paper);
    font-family: var(--body);
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
  }
  .poll .opt:hover { border-color: var(--hi); }
  .poll .opt .label { position: relative; z-index: 2; }
  .poll .opt .pct {
    position: relative; z-index: 2;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--muted);
    opacity: 0;
    transition: opacity .25s ease;
  }
  .poll .opt .bar {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0%;
    background: rgba(255, 212, 0, 0.16);
    border-right: 2px solid var(--hi);
    z-index: 1;
    transition: width .55s cubic-bezier(.2,.7,.2,1);
  }
  .poll.voted .opt { cursor: default; }
  .poll.voted .opt .pct { opacity: 1; }
  .poll.voted .opt.picked { border-color: var(--hi); }
  .poll.voted .opt.picked .label { color: var(--hi); }
  .poll .voted-msg {
    margin-top: 12px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    opacity: 0;
    height: 0;
    transition: opacity .3s ease;
  }
  .poll.voted .voted-msg { opacity: 1; height: auto; }

  /* â”€â”€ CTA card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .cta--bold {
    background: var(--hi);
    color: var(--ink);
  }
  .cta--bold .kicker { color: rgba(0,0,0,.55); }
  .cta--bold .kicker .tag::before { background: var(--ink); }
  .cta--bold h3 {
    font-family: var(--display);
    font-weight: 400;
    font-size: 38px;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin-bottom: 10px;
  }
  .cta--bold p { color: var(--hi-ink); font-size: 14px; }
  .cta--bold .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ink);
    color: var(--hi);
    padding: 12px 16px;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    margin-top: 12px;
    transition: transform .15s ease;
  }
  .cta--bold .btn:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }

  /* â”€â”€ Big-stat / quote feel card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .stat .big {
    font-family: var(--display);
    font-size: 96px;
    line-height: 0.85;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin: 6px 0 10px;
  }
  .card--dark.stat .big { color: var(--hi); }

  /* â”€â”€ Dismiss button â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .dismiss {
    position: absolute;
    top: 12px; right: 12px;
    width: 22px; height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid currentColor;
    color: inherit;
    font-family: var(--mono);
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    opacity: .35;
    transition: opacity .15s ease, background .15s ease, color .15s ease;
    padding: 0;
  }
  .dismiss:hover { opacity: 1; background: currentColor; color: var(--paper); }
  .card--dark .dismiss:hover { color: var(--ink); }
  .card--accent .dismiss:hover { color: var(--hi); }

  /* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
  .foot {
    margin-top: 40px;
    padding: 28px 0 36px;
    border-top: 1px solid var(--rule);
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 32px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
  }
  .foot h4 {
    margin: 0 0 10px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--paper);
    font-weight: 600;
  }
  .foot a { color: var(--paper); text-decoration: none; border-bottom: 1px solid transparent; }
  .foot a:hover { border-color: var(--hi); color: var(--hi); }
  .foot .sig {
    font-family: var(--display);
    font-size: 32px;
    color: var(--paper);
    letter-spacing: -0.01em;
    line-height: 0.9;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  .foot .sig .accent { color: var(--hi); }
  .foot ul { margin: 0; padding: 0; list-style: none; }
  .foot li { margin-bottom: 4px; }
  .foot .mini-tape {
    height: 6px;
    margin-bottom: 18px;
    background-image: repeating-linear-gradient(
      -45deg,
      var(--hi) 0 12px,
      var(--ink-2) 12px 24px
    );
  }
  body[data-hazard="0"] .foot .mini-tape { display: none; }

  @media (max-width: 720px) {
    .foot { grid-template-columns: 1fr; gap: 24px; }
    .wordmark { grid-template-columns: 1fr; }
    .wordmark .issue { text-align: left; }
    .subhead { flex-direction: column; align-items: flex-start; }
  }

