  :root {
    --paper: #f6ecd8;
    --paper-2: #efe0c1;
    --card: #fff8e9;
    --ink: #14110d;
    --muted: #61584b;
    --line: #d5bf99;
    --dark: #11100d;
    --dark-2: #1c1711;
    --cream: #fff0cf;
    --cream-2: #d7c3a2;
    --utah: #918879;
    --phase: #f37a1f;
    --full: #c9270b;
    --lake: #16808c;
    --sage: #65834c;
    --gold: #efc35b;
    --shadow: 6px 6px 0 var(--ink);
    --max: 1220px;
    --poster: 1080px;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    margin: 0;
    color: var(--ink);
    font-family: "Public Sans", Verdana, sans-serif;
    background:
      radial-gradient(circle at 10% 0%, rgba(239, 195, 91, 0.28), transparent 30rem),
      radial-gradient(circle at 92% 4%, rgba(201, 39, 11, 0.12), transparent 27rem),
      linear-gradient(180deg, var(--paper), #fbf5e8 55rem, var(--paper));
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  a { color: inherit; text-underline-offset: 0.18em; }
  button { font: inherit; }
  .num { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }

  .site-top {
    position: sticky;
    top: 0;
    z-index: 40;
    box-shadow: 0 0.55rem 1.8rem rgba(0, 0, 0, 0.22);
  }
  .meeting {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem 1rem;
    flex-wrap: wrap;
    padding: 0.65rem 1rem;
    background: var(--dark);
    color: var(--cream);
    font-size: clamp(0.72rem, 1.7vw, 0.88rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .meeting-info {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.55rem;
    justify-content: center;
  }
  .meeting-label {
    color: var(--cream-2);
    letter-spacing: 0.12em;
  }
  .meeting-sep {
    color: rgba(255, 240, 207, 0.4);
    font-weight: 700;
  }
  .meeting b { color: var(--gold); font-weight: 900; }
  .meeting-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.32rem 0.85rem;
    border: 1.5px solid var(--gold);
    border-radius: 999px;
    color: var(--gold);
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    transition: background 120ms ease, color 120ms ease;
  }
  .meeting-link:hover {
    background: var(--gold);
    color: var(--ink);
  }
  .nav-strip {
    display: flex;
    justify-content: center;
    padding: 0.42rem 1rem 0.46rem;
    background: rgba(24, 19, 12, 0.94);
    border-top: 1px solid rgba(255, 240, 207, 0.08);
    border-bottom: 1px solid rgba(255, 240, 207, 0.12);
    backdrop-filter: blur(10px);
  }
  .top-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    flex-wrap: wrap;
  }
  .top-nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.24rem 0.58rem;
    border: 1px solid rgba(255, 240, 207, 0.18);
    border-radius: 999px;
    color: rgba(255, 240, 207, 0.76);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
  }
  .top-nav a:hover {
    background: rgba(255, 240, 207, 0.12);
    border-color: var(--gold);
    color: var(--gold);
  }
  .top-nav a.nav-link-new {
    background: rgba(201, 39, 11, 0.14);
    border-color: rgba(239, 195, 91, 0.55);
    color: var(--cream);
  }
  .top-nav a.nav-link-new:hover {
    background: rgba(239, 195, 91, 0.16);
    border-color: var(--gold);
    color: var(--gold);
  }
  .new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.35rem;
    padding: 0.14rem 0.44rem 0.16rem;
    border: 1.5px solid currentColor;
    border-radius: 999px;
    background: var(--full);
    color: var(--cream);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 2px 2px 0 rgba(20, 17, 13, 0.55);
  }
  .top-nav .new-badge {
    background: var(--gold);
    color: var(--ink);
    border-color: rgba(20, 17, 13, 0.45);
    box-shadow: none;
  }
  @media (max-width: 600px) {
    .meeting {
      flex-direction: column;
      gap: 0.5rem;
      padding: 0.6rem 0.8rem;
    }
    .meeting-info {
      gap: 0.35rem 0.5rem;
    }
    .meeting-link {
      font-size: 0.72rem;
      padding: 0.3rem 0.75rem;
    }
    .nav-strip {
      padding: 0.36rem 0.6rem 0.4rem;
    }
    .top-nav {
      gap: 0.28rem;
    }
    .top-nav a {
      padding: 0.24rem 0.48rem;
      font-size: 0.62rem;
      letter-spacing: 0.04em;
    }
    .top-nav .new-badge {
      min-width: 2rem;
      padding: 0.12rem 0.34rem 0.14rem;
      font-size: 0.52rem;
    }
    .top-nav a[href="#map"] {
      display: none;
    }
  }

  .wrap {
    width: min(var(--max), calc(100% - 2rem));
    margin: 0 auto;
  }

  .hero {
    padding: clamp(1.1rem, 3vw, 2rem) 0 clamp(1rem, 2vw, 1.5rem);
  }

  .hero-top {
    display: block;
    margin-bottom: 0.9rem;
  }

  .eyebrow {
    margin-bottom: 0.45rem;
    color: var(--full);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  h1, h2, h3, p { margin-top: 0; }

  h1 {
    max-width: 16ch;
    margin-bottom: 0;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.9rem, 8.5vw, 7.4rem);
    line-height: 0.84;
    letter-spacing: -0.075em;
    text-transform: uppercase;
  }

  h2 {
    margin-bottom: 0.7rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2rem, 5.5vw, 4.5rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
    text-transform: uppercase;
  }

  h3 {
    margin-bottom: 0.55rem;
    font-size: 1rem;
    line-height: 1.12;
  }

  .hero-subtitle {
    max-width: 32ch;
    margin: 0.55rem 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 2.1vw, 1.3rem);
    font-weight: 800;
    line-height: 1.25;
  }

  .quick-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(6.5rem, 1fr));
    gap: 0.65rem;
    width: min(34rem, 100%);
  }

  .quick-fact {
    padding: 0.85rem 0.85rem 0.95rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 4px 4px 0 var(--ink);
  }

  .quick-fact b {
    display: block;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    line-height: 0.88;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }

  .quick-fact span {
    display: block;
    margin-top: 0.45rem;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .poster-area {
    padding-top: clamp(0.85rem, 2vw, 1.4rem);
    padding-bottom: 1.1rem;
  }

  .poster {
    width: 100%;
    max-width: var(--poster);
    margin: 0 auto;
    padding: clamp(0.8rem, 2vw, 1.15rem);
    border: 3px solid var(--ink);
    background: var(--dark);
    color: var(--cream);
    box-shadow: 10px 10px 0 rgba(20, 17, 13, 0.92);
    overflow: hidden;
  }

  .poster-inner {
    padding: clamp(1rem, 2.5vw, 1.55rem);
    border: 1px solid rgba(255, 240, 207, 0.18);
    background:
      linear-gradient(rgba(255,255,255,0.032) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.032) 1px, transparent 1px),
      var(--dark-2);
    background-size: 18px 18px;
    min-width: 0;
  }

  .poster * {
    min-width: 0;
  }

  .poster-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1rem;
  }

  .poster-title {
    margin: 0;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.4rem, 7vw, 5.6rem);
    line-height: 0.82;
    letter-spacing: -0.075em;
    text-transform: uppercase;
  }

  .poster-title span { color: var(--gold); }

  .legend {
    display: grid;
    gap: 0.35rem;
    min-width: 10rem;
    color: var(--cream-2);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .legend i {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.35rem;
    vertical-align: -0.08rem;
    background: var(--utah);
  }

  .legend .phase { background: var(--phase); }
  .legend .full { background: var(--full); }

  .poster-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    min-width: 0;
  }

  .poster-card {
    min-width: 0;
    padding: clamp(0.85rem, 2vw, 1.05rem);
    border: 1px solid rgba(255, 240, 207, 0.2);
    background: rgba(255, 240, 207, 0.06);
    display: flex;
    flex-direction: column;
  }

  .chart-label {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
    margin-bottom: 0.65rem;
    color: #fff7dd;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .chart-label span {
    color: var(--cream-2);
    letter-spacing: 0;
    white-space: nowrap;
  }

  .bar-chart {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: clamp(0.55rem, 2vw, 1.05rem);
    min-height: clamp(15rem, 36vw, 24rem);
    padding-top: 2.2rem;
    min-width: 0;
  }

  .bar {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: end;
    min-width: 0;
    height: 100%;
  }

  .bar-fill {
    position: relative;
    height: var(--h);
    min-height: 0.6rem;
    background: var(--utah);
    border-radius: 0.2rem 0.2rem 0 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14);
  }

  .bar.phase .bar-fill { background: var(--phase); }
  .bar.full .bar-fill { background: var(--full); }
  .bar.gold .bar-fill { background: var(--gold); }

  /* Compact variant of bar-chart - used inside the smaller right-column poster cards */
  .bar-chart.compact {
    min-height: 8.5rem;
    padding-top: 1.7rem;
    gap: clamp(0.4rem, 1.2vw, 0.7rem);
  }
  .bar-chart.compact .bar-value {
    font-size: clamp(0.9rem, 2.4vw, 1.25rem);
  }
  .bar-chart.compact .bar-name {
    min-height: 2.3rem;
    padding-top: 0.35rem;
    font-size: 0.62rem;
    line-height: 1.1;
  }
  .bar-chart.compact .bar-name b {
    font-size: 0.78rem;
  }

  .bar-value {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.35rem);
    transform: translateX(-50%);
    color: #fff8e7;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.2rem, 3.5vw, 2.1rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }

  .bar-name {
    min-height: 3rem;
    padding-top: 0.45rem;
    color: var(--cream-2);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.12;
    text-align: center;
    text-transform: uppercase;
  }

  .bar-name b {
    display: block;
    color: #fff7dd;
    font-size: 0.85rem;
  }

  .mini-bars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    gap: 0.45rem;
    min-height: 8.2rem;
    margin-top: 0.5rem;
  }

  .mini-bars i {
    display: block;
    height: var(--h);
    background: var(--utah);
    border-radius: 0.18rem 0.18rem 0 0;
  }

  .mini-bars i:first-child { background: var(--phase); }
  .mini-bars i:last-child { background: var(--full); }

  /* ============== HERO BLOCK (top of poster) ============== */
  .hero-block {
    position: relative;
    display: grid;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
    padding: clamp(1.1rem, 3vw, 1.5rem) clamp(1.1rem, 3vw, 1.6rem);
    border: 1px solid rgba(255, 240, 207, 0.25);
    background:
      radial-gradient(circle at 100% 0%, rgba(239, 195, 91, 0.18), transparent 65%),
      rgba(255, 240, 207, 0.045);
  }
  .hero-eyebrow {
    display: block;
    color: var(--gold);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .hero-takeaway {
    margin: 0;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.4rem, 7vw, 4.4rem);
    line-height: 0.86;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #fff8e7;
  }
  .hero-takeaway em {
    color: var(--gold);
    font-style: normal;
  }
  .hero-takeaway .x-mult {
    display: inline-block;
    font-size: 1.35em;
    line-height: 0.9;
    letter-spacing: -0.07em;
  }
  .hero-sub {
    margin: 0;
    color: var(--cream-2);
    font-size: clamp(0.92rem, 2vw, 1.1rem);
    font-weight: 800;
    line-height: 1.25;
  }
  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.4rem;
  }
  .hero-stat {
    padding: 0.6rem 0.7rem;
    border: 1px solid rgba(255, 240, 207, 0.22);
    background: rgba(20, 17, 13, 0.5);
  }
  .hero-stat b {
    display: block;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #fff8e7;
  }
  .hero-stat span {
    display: block;
    margin-top: 0.25rem;
    color: var(--cream-2);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.18;
    text-transform: uppercase;
  }
  @media (max-width: 540px) {
    .hero-stats { grid-template-columns: 1fr; }
  }

  /* ============== "% OF UTAH" HORIZONTAL BAR CHART ============== */
  .util-chart {
    display: grid;
    gap: 0.55rem;
    margin: 0.6rem 0 0.5rem;
  }
  .util-row {
    display: grid;
    grid-template-columns: 4.4rem 1fr 3.4rem;
    gap: 0.5rem;
    align-items: center;
  }
  .util-name {
    color: var(--cream-2);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.1;
  }
  .util-name b {
    display: block;
    color: #fff8e7;
    font-size: 0.78rem;
  }
  .util-track {
    position: relative;
    height: 1.6rem;
    background: rgba(255, 240, 207, 0.08);
    overflow: visible;
  }
  /* Utah=100% reference line - position based on chart's max % */
  .util-chart::before {
    /* placeholder - we'll set a dashed line via the .util-track below */
  }
  .util-track::after {
    content: "";
    position: absolute;
    top: -0.45rem;
    bottom: -0.45rem;
    /* the 100% line position - set via container's --max */
    left: calc(100% * 100 / var(--max, 140));
    width: 0;
    border-left: 2px dashed rgba(255, 240, 207, 0.55);
    pointer-events: none;
  }
  .util-fill {
    display: block;
    height: 100%;
    width: calc(var(--pct, 0) * 100% / var(--max, 140));
    background: var(--utah);
  }
  .util-fill.phase { background: var(--phase); }
  .util-fill.full { background: var(--full); }
  .util-fill.gold { background: var(--gold); }
  .util-num {
    color: #fff8e7;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 0.95rem;
    letter-spacing: -0.04em;
    text-align: right;
  }
  .util-num small {
    display: block;
    margin-top: 0.1rem;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .util-baseline-label {
    margin-top: 0.4rem;
    color: var(--cream-2);
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
  }
  .util-baseline-label::before { content: "- - - "; opacity: 0.6; }
  .util-baseline-label::after { content: " - - -"; opacity: 0.6; }

  /* ============== POLICY CARD (tax incentives) ============== */
  .policy-list {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.55rem;
  }
  .policy-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.6rem;
    align-items: baseline;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 240, 207, 0.16);
  }
  .policy-row:last-child { border-bottom: none; padding-bottom: 0; }
  .policy-label {
    color: var(--cream-2);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .policy-label b { display: block; color: #fff8e7; font-size: 0.85rem; }
  .policy-change {
    color: var(--full);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(0.95rem, 2.4vw, 1.2rem);
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .policy-change span {
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-weight: 700;
    margin: 0 0.18rem;
  }

  /* ============== WATER STAT BLOCK ============== */
  .water-stack {
    display: grid;
    gap: 0.4rem;
    margin: 0.4rem 0;
  }
  .water-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.6rem;
    align-items: baseline;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 240, 207, 0.15);
  }
  .water-row:last-child { border-bottom: none; }
  .water-num {
    color: #fff8e7;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.05rem, 2.7vw, 1.5rem);
    line-height: 1;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .water-num small {
    display: block;
    margin-top: 0.1rem;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .water-row p {
    margin: 0;
    color: var(--cream-2);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
  }
  .water-context {
    margin-top: 0.55rem;
    padding: 0.6rem 0.7rem;
    border-left: 3px solid var(--lake);
    background: rgba(22, 128, 140, 0.16);
    color: var(--cream-2);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.3;
  }
  .water-context b { color: #fff8e7; }

  /* ============== V14: RADICAL SIMPLIFICATION POSTER ============== */
  .poster-mega-hero {
    text-align: center;
    padding: clamp(1.7rem, 5vw, 3.2rem) 1rem clamp(1.2rem, 3vw, 2rem);
    border-bottom: 2px solid rgba(255, 240, 207, 0.16);
  }
  .poster-mega-hero h2 {
    margin: 0;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.6rem, 12vw, 8rem);
    line-height: 0.82;
    letter-spacing: -0.075em;
    text-transform: uppercase;
    color: #fff8e7;
  }
  .poster-mega-hero .mega-x {
    display: inline-block;
    color: var(--gold);
    font-size: 1.05em;
  }
  .poster-mega-hero p {
    margin: 0.85rem 0 0;
    color: var(--cream-2);
    font-size: clamp(0.85rem, 1.8vw, 1.05rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  /* Poster project identifier - primary heading */
  .poster-id {
    margin: 0 0 0.85rem;
    color: var(--gold);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2rem, 6.5vw, 4.4rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    line-height: 0.95;
  }
  .poster-mega-hero .poster-id-sub {
    display: block;
    margin: 0.85rem auto 0;
    max-width: 60ch;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.95rem, 2vw, 1.18rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
    text-align: center;
  }

  /* Full-width project-facts band - sits between hero and context band */
  .facts-band {
    position: relative;
    padding: clamp(1.3rem, 3.5vw, 2.1rem) clamp(1rem, 3vw, 2rem);
    border-top: 1px solid rgba(255, 240, 207, 0.16);
    border-bottom: 1px solid rgba(255, 240, 207, 0.16);
    text-align: center;
    background: rgba(20, 17, 13, 0.45);
  }
  .facts-band-eyebrow {
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.72rem, 1.5vw, 0.88rem);
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .facts-band-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(1rem, 4vw, 3rem);
    flex-wrap: wrap;
  }
  .fact-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 6rem;
  }
  .fact-stat .fact-num {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: clamp(2.3rem, 7vw, 4.7rem);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.2rem, 7vw, 4.6rem);
    line-height: 0.82;
    letter-spacing: -0.06em;
    color: #fff8e7;
  }
  .fact-stat .fact-tag {
    margin-top: 0.45rem;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.74rem, 1.6vw, 0.9rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.25;
  }
  .fact-stat .fact-sub {
    margin-top: 0.2rem;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.66rem, 1.4vw, 0.78rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75;
  }
  .facts-band-divider {
    width: 2px;
    height: clamp(2.2rem, 5vw, 3.4rem);
    background: rgba(255, 240, 207, 0.18);
    flex-shrink: 0;
  }
  @media (max-width: 600px) {
    .facts-band-row {
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }
    .fact-stat {
      width: 100%;
      min-width: 0;
    }
    .fact-stat .fact-num {
      display: block;
      min-height: 0;
      line-height: 0.9;
    }
    .facts-band-divider {
      width: 4rem;
      height: 2px;
    }
  }

  /* Full-width context band - sits between facts band and the 2x2 grid */
  .context-band {
    position: relative;
    padding: clamp(1.3rem, 3.5vw, 2.2rem) clamp(1rem, 3vw, 2rem);
    border-bottom: 2px solid rgba(255, 240, 207, 0.16);
    text-align: center;
    background:
      radial-gradient(circle at 50% 100%, rgba(239, 195, 91, 0.08), transparent 70%),
      rgba(20, 17, 13, 0.55);
  }
  .context-band-eyebrow {
    color: var(--gold);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.74rem, 1.6vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .context-band-pair {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.4rem, 5vw, 4rem);
    margin: 0.4rem 0 0.55rem;
  }
  .context-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .context-stat .ctx-num {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.6rem, 9vw, 5.6rem);
    line-height: 0.85;
    letter-spacing: -0.06em;
  }
  .context-stat.ph1 .ctx-num { color: var(--phase); }
  .context-stat.full .ctx-num { color: var(--full); }
  .context-stat .ctx-tag {
    margin-top: 0.45rem;
    color: #fff8e7;
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.78rem, 1.7vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .context-band-divider {
    width: 2px;
    height: clamp(2.5rem, 6vw, 4rem);
    background: rgba(255, 240, 207, 0.22);
  }
  .context-band-note {
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.74rem, 1.5vw, 0.85rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0.85rem;
  }
  .context-zero-row {
    display: grid;
    justify-items: center;
    gap: 0.3rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 240, 207, 0.16);
  }
  .context-zero-label {
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.68rem, 1.35vw, 0.82rem);
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.25;
    max-width: 40rem;
  }
  .context-zero-num {
    color: var(--full);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(3.4rem, 12vw, 7rem);
    line-height: 0.82;
    letter-spacing: -0.08em;
    text-shadow: 3px 3px 0 rgba(255, 240, 207, 0.12);
  }
  @media (max-width: 540px) {
    .context-band-pair {
      flex-direction: column;
      gap: 1rem;
    }
    .context-band-divider {
      width: 4rem;
      height: 2px;
    }
    .context-zero-label {
      max-width: 18rem;
    }
  }

  /* V23: MIDA military-affiliation band */
  .mida-band {
    position: relative;
    padding: clamp(1.5rem, 4vw, 2.4rem) clamp(1rem, 3vw, 2rem);
    border-top: 1px solid rgba(255, 240, 207, 0.16);
    border-bottom: 1px solid rgba(255, 240, 207, 0.16);
    text-align: center;
    background:
      radial-gradient(circle at 50% 50%, rgba(151, 28, 10, 0.16), transparent 60%),
      rgba(20, 17, 13, 0.55);
  }
  .mida-band-eyebrow {
    color: var(--gold);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.74rem, 1.6vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
  }
  .mida-band-title {
    margin: 0 auto 1.1rem;
    max-width: 38ch;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.2rem, 3.2vw, 1.85rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #fff8e7;
  }
  .mida-band-stat {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    margin: 0.4rem 0 0.85rem;
  }
  .mida-band-num {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(3rem, 9vw, 5.6rem);
    line-height: 0.85;
    letter-spacing: -0.06em;
    color: var(--full);
  }
  .mida-band-tag {
    color: #fff8e7;
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.78rem, 1.7vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .mida-band-body {
    margin: 0 auto;
    max-width: 60ch;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.82rem, 1.7vw, 0.95rem);
    font-weight: 700;
    line-height: 1.5;
  }
  .mida-band-body strong {
    color: #fff8e7;
    font-weight: 900;
  }

  /* V26: Public unknowns strip - replaces the MIDA band + revenue band */
  .unknowns-band {
    padding: clamp(1.4rem, 4vw, 2.2rem) clamp(1rem, 3vw, 2rem);
    border-top: 1px solid rgba(255, 240, 207, 0.18);
    text-align: center;
    background:
      radial-gradient(circle at 50% 0%, rgba(151, 28, 10, 0.14), transparent 60%),
      rgba(20, 17, 13, 0.55);
  }
  .unknowns-eyebrow {
    color: var(--gold);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.78rem, 1.6vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
  }
  .unknowns-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.8vw, 1.3rem);
  }
  .unknown-stat {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    align-items: center;
    padding: 0.85rem 0.6rem;
    border: 1px solid rgba(255, 240, 207, 0.18);
    background: rgba(20, 17, 13, 0.4);
  }
  .unknown-label {
    color: #fff8e7;
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.7rem, 1.4vw, 0.82rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .unknown-status {
    display: inline-block;
    margin-top: auto;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: var(--full);
    color: var(--cream);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .unknowns-foot {
    margin: 1.1rem auto 0;
    max-width: 56ch;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.72rem, 1.5vw, 0.85rem);
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  @media (max-width: 800px) {
    .unknowns-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (max-width: 480px) {
    .unknowns-row { grid-template-columns: 1fr; }
  }

  /* V28: Mobile poster forgiveness - fix horizontal overflow + clipping under 600px */
  @media (max-width: 600px) {
    .poster {
      box-shadow: 4px 4px 0 rgba(20, 17, 13, 0.92);
    }
    .poster-id {
      font-size: clamp(1.7rem, 9vw, 2.6rem);
      letter-spacing: -0.02em;
    }
    .poster-mega-hero .poster-id-sub {
      font-size: 0.95rem;
      line-height: 1.45;
      overflow-wrap: anywhere;
      hyphens: auto;
      letter-spacing: 0;
      text-align: center;
    }
    .facts-band-row { gap: 0.85rem; }
    .fact-stat .fact-num {
      font-size: clamp(2.35rem, 12vw, 3.1rem);
      letter-spacing: -0.04em;
    }
    .fact-stat .fact-tag { margin-top: 0.35rem; }
    .fact-stat .fact-tag,
    .fact-stat .fact-sub {
      overflow-wrap: anywhere;
      letter-spacing: 0.03em;
    }
    .context-band-eyebrow,
    .unknowns-eyebrow {
      font-size: 0.74rem;
      letter-spacing: 0.06em;
      overflow-wrap: anywhere;
    }
    .context-band-note {
      overflow-wrap: anywhere;
      font-size: 0.72rem;
      letter-spacing: 0;
    }
    .context-stat .ctx-num { font-size: clamp(2.4rem, 12vw, 3.4rem); }
    .context-stat .ctx-tag {
      font-size: 0.72rem;
      letter-spacing: 0.04em;
      overflow-wrap: anywhere;
    }
    .unknown-label,
    .unknown-status {
      overflow-wrap: anywhere;
      letter-spacing: 0.02em;
    }
    .unknown-label { font-size: 0.72rem; }
    .poster-foot {
      font-size: 0.62rem;
      letter-spacing: 0.03em;
      overflow-wrap: anywhere;
    }
    .poster-inner { padding: 0.85rem; }
    .save-row p { overflow-wrap: anywhere; }
  }

  /* V18: Revenue + tax-breaks band - sits below the 2x2 grid */
  .revenue-band {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0;
    padding: 0;
    background: rgba(20, 17, 13, 0.55);
    border-top: 1px solid rgba(255, 240, 207, 0.16);
  }
  .revenue-half {
    padding: clamp(1.2rem, 3vw, 1.85rem) clamp(1rem, 2.5vw, 1.6rem);
    text-align: center;
    color: #fff8e7;
  }
  .revenue-half-label {
    color: var(--gold);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.72rem, 1.5vw, 0.88rem);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
  }
  .revenue-fig {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.6rem, 8vw, 4.8rem);
    line-height: 0.85;
    letter-spacing: -0.06em;
    color: var(--gold);
  }
  .revenue-fig-sub {
    margin-top: 0.45rem;
    color: var(--cream-2);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.25;
  }
  .revenue-vs {
    margin-top: 0.85rem;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.3;
  }
  .revenue-vs strong { color: #fff8e7; font-family: "Archivo Black", Impact, sans-serif; }
  .revenue-band-divider { background: rgba(255, 240, 207, 0.18); }
  .tax-list {
    display: grid;
    gap: 0.55rem;
    margin: 0.4rem 0 0;
  }
  .tax-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.6rem;
    align-items: baseline;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 240, 207, 0.14);
    text-align: left;
  }
  .tax-row:last-child { border-bottom: none; padding-bottom: 0; }
  .tax-row-label {
    color: var(--cream-2);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .tax-row-label b { display: block; color: #fff8e7; font-size: 0.92rem; }
  .tax-row-change {
    color: var(--full);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1rem, 2.4vw, 1.25rem);
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .tax-row-change span {
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-weight: 700;
    margin: 0 0.18rem;
  }
  .revenue-disclaimer {
    grid-column: 1 / -1;
    padding: 0.85rem 1rem;
    text-align: center;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 240, 207, 0.16);
    background: rgba(20, 17, 13, 0.7);
  }
  .revenue-disclaimer strong { color: var(--full); }
  @media (max-width: 600px) {
    .revenue-band {
      grid-template-columns: 1fr;
    }
    .revenue-band-divider { display: none; }
    .revenue-half + .revenue-half {
      border-top: 1px solid rgba(255, 240, 207, 0.16);
    }
  }

  .simple-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 240, 207, 0.16);
    margin: 1.1rem 0 0;
  }
  .simple-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.1rem;
    padding: clamp(1.2rem, 3.5vw, 2.1rem) clamp(0.9rem, 2.5vw, 1.5rem);
    background: var(--dark-2);
    color: #fff8e7;
    text-align: center;
    min-height: 14rem;
  }
  .simple-panel .panel-tag {
    display: block;
    color: var(--cream-2);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .panel-tag-flag {
    display: inline-block;
    margin-left: 0.45rem;
    padding: 0.05rem 0.4rem;
    border: 1px solid rgba(255, 240, 207, 0.45);
    border-radius: 999px;
    color: var(--gold);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    vertical-align: 0.05em;
  }
  .simple-panel .panel-headline {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.15rem, 2.7vw, 1.6rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    color: #fff8e7;
    margin: 0;
  }
  .simple-panel .panel-headline em {
    font-style: normal;
    color: var(--gold);
  }

  /* Panel 1: vertical bars */
  .vbars-simple {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1.6rem;
  }
  .vbar-simple {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.4rem;
  }
  .vbar-simple .vbar-track {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 8rem;
  }
  .vbar-simple .vfill {
    position: relative;
    width: 100%;
    height: var(--h);
    border-radius: 0.18rem 0.18rem 0 0;
  }
  .vbar-simple .vfill.utah { background: var(--utah); }
  .vbar-simple .vfill.stratos { background: var(--full); }
  .vbar-simple .vnum {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4px;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .vbar-simple .vlabel {
    margin-top: 0.55rem;
    color: var(--cream-2);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  /* Panel 2: stacked bar (doubling) */
  .stacked-simple {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1.6rem;
  }
  .stacked-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.4rem;
  }
  .stacked-col .stacked-track {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 8rem;
  }
  .stacked-col .seg {
    width: 100%;
  }
  .stacked-col .seg.utah { background: var(--utah); }
  .stacked-col .seg.stratos { background: var(--full); border-bottom: 1px solid rgba(20,17,13,0.4); }
  .stacked-col .vlabel {
    margin-top: 0.55rem;
    color: var(--cream-2);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
  }
  /* Shared "chart-num" - small numeric anchor below a chart */
  .chart-num {
    margin-top: 0.55rem;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
  }
  .chart-num strong {
    color: #fff8e7;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 1.05em;
    letter-spacing: -0.02em;
  }

  /* Panel 3: horizontal bars */
  .hbars-simple {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    max-width: 16rem;
  }
  .hbar-simple-row {
    display: grid;
    grid-template-columns: 4.2rem 1fr 4rem;
    gap: 0.65rem;
    align-items: center;
  }
  .hbar-simple-num {
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .hbar-simple-label {
    color: var(--cream-2);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .hbar-simple-track {
    height: 1.65rem;
    background: rgba(255, 240, 207, 0.06);
    overflow: visible;
  }
  .hbar-simple-fill {
    display: block;
    height: 100%;
    width: var(--w);
  }
  .hbar-simple-fill.utah { background: var(--utah); }
  .hbar-simple-fill.stratos { background: var(--full); }

  /* Panel 4: big number, no chart */
  .water-bignum {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }
  .water-bignum-fig {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(3rem, 9vw, 5.8rem);
    line-height: 0.86;
    letter-spacing: -0.06em;
    color: var(--gold);
  }
  .water-bignum-unit {
    color: var(--cream-2);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  .water-bignum-sub {
    margin-top: 0.5rem;
    color: var(--cream-2);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.85;
  }

  @media (max-width: 600px) {
    .simple-grid { grid-template-columns: 1fr; }
    .simple-panel { min-height: 11rem; }
  }

  .donut-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: center;
    min-height: 8.2rem;
  }

  .donut {
    --pct: 50%;
    width: clamp(6.2rem, 18vw, 9rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(var(--color) var(--pct), rgba(255,240,207,0.13) 0);
    display: grid;
    place-items: center;
  }

  .donut::after {
    content: "";
    width: 58%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--dark-2);
    box-shadow: inset 0 0 0 1px rgba(255,240,207,0.14);
  }

  .donut-number {
    position: absolute;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.35rem, 4vw, 2rem);
    letter-spacing: -0.05em;
  }

  .donut-wrap {
    position: relative;
    display: grid;
    place-items: center;
  }

  .small-copy {
    margin: 0;
    color: var(--cream-2);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .poster-foot {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 240, 207, 0.16);
    color: var(--cream-2);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .poster-foot span {
    overflow-wrap: anywhere;
  }

  .poster-foot a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
  }

  .poster-foot a:hover {
    color: var(--gold);
  }

  .mobile-poster-grid {
    display: none;
  }

  .mobile-chart-card {
    padding: 0.72rem;
    border: 1px solid rgba(255, 240, 207, 0.2);
    background: rgba(255, 240, 207, 0.06);
  }

  .mobile-chart-card h3 {
    margin-bottom: 0.55rem;
    color: #fff7dd;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .mobile-bars {
    display: grid;
    gap: 0.45rem;
  }

  .mobile-bar-row {
    display: grid;
    grid-template-columns: 4.2rem 1fr 3.2rem;
    gap: 0.45rem;
    align-items: center;
    color: var(--cream-2);
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-track {
    height: 1rem;
    background: rgba(255, 240, 207, 0.12);
  }

  .mobile-fill {
    display: block;
    width: var(--w);
    height: 100%;
    background: var(--utah);
  }

  .mobile-fill.phase { background: var(--phase); }
  .mobile-fill.full { background: var(--full); }

  .mobile-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .mobile-stat {
    min-height: 5.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.65rem;
    background: rgba(255, 240, 207, 0.08);
    color: var(--cream-2);
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .mobile-stat b {
    display: block;
    color: #fff7dd;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 1.5rem;
    line-height: 0.9;
    letter-spacing: -0.05em;
  }

  /* ============== SHARE BAR ============== */
  .share-bar {
    display: flex;
    align-items: stretch;
    max-width: var(--poster);
    margin: 1rem auto 0;
    border: 2px solid var(--ink);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 0 var(--ink);
    background: var(--card);
  }
  .share-bar-dl {
    flex-shrink: 0;
    border: none;
    border-right: 2px solid var(--ink);
    padding: 0.7rem 1rem;
    background: var(--gold);
    color: var(--ink);
    font-weight: 900;
    font-size: 0.82rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
  }
  .share-bar-dl:hover { background: #f5d06a; }
  .share-bar-dl:disabled { opacity: 0.62; cursor: not-allowed; }
  .share-bar-blurb {
    flex: 1;
    padding: 0.6rem 0.85rem;
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-width: 0;
  }
  .share-bar-copy {
    flex-shrink: 0;
    border: none;
    border-left: 2px solid var(--ink);
    padding: 0.7rem 1rem;
    background: var(--dark);
    color: var(--gold);
    font-weight: 900;
    font-size: 0.82rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .share-bar-copy:hover { background: var(--gold); color: var(--ink); }
  .share-bar-copy.is-copied { background: var(--sage); color: #fff; }

  @media (max-width: 600px) {
    .share-bar {
      flex-wrap: wrap;
      max-width: 100%;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    .share-bar-blurb {
      order: 3;
      flex-basis: 100%;
      border-top: 2px solid var(--ink);
      border-left: none;
      -webkit-line-clamp: 3;
      font-size: 0.7rem;
      padding: 0.5rem 0.65rem;
    }
    .share-bar-dl {
      flex: 1;
      border-right: 1px solid var(--ink);
      border-bottom: none;
      text-align: center;
      font-size: 0.78rem;
    }
    .share-bar-copy {
      flex: 1;
      border-left: 1px solid var(--ink);
      text-align: center;
      font-size: 0.78rem;
    }
    .shareables-track { gap: 0.5rem; }
    .shareable-thumb { width: 105px; }
    .shareables-strip { padding: 0.4rem 0.5rem; }
  }

  /* ============== SHAREABLES CAROUSEL ============== */
  .shareables-strip {
    position: relative;
    margin-top: 1.5rem;
    padding: 0.6rem 0 0.4rem;
  }
  .shareables-label {
    display: block;
    text-align: center;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
  }
  .shareables-track {
    display: flex;
    gap: 0.85rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }
  .shareable-thumb {
    position: relative;
    flex: 0 0 auto;
    width: 140px;
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    border: 2px solid rgba(20, 17, 13, 0.5);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                border-color 0.25s ease,
                box-shadow 0.3s ease;
    background: var(--dark-2);
  }
  .shareable-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: filter 0.3s ease;
  }
  .shareable-thumb:hover {
    transform: scale(1.12);
    border-color: var(--gold);
    box-shadow: 0 8px 28px rgba(239, 195, 91, 0.18), 0 0 0 1px var(--gold);
    z-index: 2;
  }
  .shareable-thumb.is-active {
    border-color: var(--gold);
    box-shadow: 0 4px 20px rgba(239, 195, 91, 0.25), 0 0 0 1px var(--gold);
  }
  .shareable-thumb-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.3rem 0.4rem;
    background: linear-gradient(transparent, rgba(17, 16, 13, 0.92));
    color: var(--cream);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.3;
  }

  /* Overlay image displayed when a shareable is clicked */
  .poster-overlay {
    display: none;
    position: relative;
    max-width: var(--poster);
    margin: 0 auto;
    animation: overlayFadeIn 0.4s ease;
  }
  @keyframes overlayFadeIn {
    from { opacity: 0; transform: scale(0.97); }
    to { opacity: 1; transform: scale(1); }
  }
  .poster-overlay.is-visible {
    display: block;
  }
  .poster-overlay img {
    display: block;
    width: 100%;
    border: 3px solid var(--ink);
    box-shadow: 10px 10px 0 rgba(20, 17, 13, 0.92);
    background: var(--dark);
  }

  .shareable-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .shareable-thumb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(17, 16, 13, 0.75);
    color: var(--gold);
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: transform 0.25s ease, background 0.25s ease;
  }
  .shareable-video:hover .shareable-thumb-play {
    background: var(--gold);
    color: var(--ink);
    transform: translate(-50%, -50%) scale(1.15);
  }

  .poster-overlay.is-visible.is-video {
    display: block;
  }
  .poster-overlay video {
    display: block;
    width: 100%;
    max-height: 80vh;
    border: 3px solid var(--ink);
    box-shadow: 10px 10px 0 rgba(20, 17, 13, 0.92);
    background: #000;
    object-fit: contain;
  }
  .poster-overlay .video-source-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.6rem;
    padding: 0.45rem 0.85rem;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--dark);
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 var(--ink);
    transition: background 0.2s ease, transform 0.15s ease;
  }
  .poster-overlay .video-source-link:hover {
    background: var(--gold);
    color: var(--ink);
    transform: translateY(-1px);
  }

  @media (max-width: 600px) {
    .shareable-thumb { width: 105px; }
    .shareables-track { gap: 0.55rem; }
    .poster-overlay img,
    .poster-overlay video {
      box-shadow: 4px 4px 0 rgba(20, 17, 13, 0.92);
    }
  }

  .section {
    padding: clamp(3rem, 7vw, 5.5rem) 0;
  }

  .lead {
    max-width: 58rem;
    margin-bottom: 1.5rem;
    color: var(--muted);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 800;
    line-height: 1.28;
  }

  .prominent-finding {
    margin: 0 0 1.35rem;
    padding: 1.15rem 1.2rem 1.25rem;
    border: 2px solid var(--ink);
    background:
      linear-gradient(135deg, rgba(201, 39, 11, 0.12), rgba(239, 195, 91, 0.16)),
      var(--card);
    box-shadow: 6px 6px 0 var(--ink);
  }
  .prominent-finding .eyebrow {
    margin-bottom: 0.35rem;
  }
  .prominent-finding p {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.02rem, 2vw, 1.2rem);
    font-weight: 900;
    line-height: 1.28;
  }
  .negative-text {
    color: var(--full);
  }
  .negative-text a {
    color: inherit;
  }
  .title-alert {
    color: var(--full);
  }

  .visual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .visual-card {
    padding: 1rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: var(--shadow);
  }

  .visual-card h3 {
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .visual-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-weight: 800;
    line-height: 1.24;
  }

  .big {
    display: block;
    margin-bottom: 0.45rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.3rem, 6vw, 4.5rem);
    line-height: 0.82;
    letter-spacing: -0.06em;
  }

  .hbar {
    display: grid;
    gap: 0.48rem;
    margin: 0.8rem 0 0.7rem;
  }

  .hbar-row {
    display: grid;
    grid-template-columns: 4.6rem 1fr 4rem;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .hbar-track {
    height: 1.25rem;
    background: rgba(20, 17, 13, 0.1);
  }

  .hbar-fill {
    display: block;
    width: var(--w);
    height: 100%;
    background: var(--utah);
  }

  .hbar-fill.phase { background: var(--phase); }
  .hbar-fill.full { background: var(--full); }

  .dark-section {
    background: var(--dark);
    color: var(--cream);
  }

  .dark-section .lead { color: var(--cream-2); }

  .gap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .gap {
    min-height: 8rem;
    padding: 1rem;
    border: 1px solid rgba(255, 240, 207, 0.2);
    background: rgba(201, 39, 11, 0.22);
  }

  .gap b {
    display: block;
    margin-bottom: 0.45rem;
    color: #fff7dc;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .gap span {
    color: var(--cream-2);
    font-weight: 800;
    line-height: 1.24;
  }

  .map-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1rem;
  }

  .map-card {
    padding: 1rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: var(--shadow);
  }

  /* V28/V32: Map module - louder hero card with embedded interactive preview */
  .map-link-card {
    padding: clamp(1.6rem, 3.5vw, 2.4rem) clamp(1.2rem, 3vw, 2rem);
    border: 3px solid var(--ink);
    background: var(--card);
    box-shadow: 8px 8px 0 var(--ink);
    text-align: center;
    position: relative;
  }
  .map-link-card::before {
    content: "";
    position: absolute;
    inset: -3px -3px auto -3px;
    height: 6px;
    background: var(--full);
  }
  .map-link-card .eyebrow {
    margin-bottom: 0.6rem;
    color: var(--full);
  }
  .map-link-card h2 {
    margin: 0 0 0.7rem;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
  }
  .map-link-card p {
    margin: 0 auto 1.3rem;
    max-width: 52ch;
    color: var(--muted);
    font-size: clamp(0.95rem, 1.95vw, 1.1rem);
    font-weight: 700;
    line-height: 1.45;
  }
  .map-preview {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 1.2rem;
    border: 2px solid var(--ink);
    background: #e8eef0;
    overflow: hidden;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .map-preview iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; /* drag/zoom handled in full view to avoid scroll-trap on this page */
  }
  .map-preview-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(to top, rgba(20, 17, 13, 0.55) 0%, rgba(20, 17, 13, 0.05) 35%, transparent 60%);
    pointer-events: none;
  }
  .map-preview-tag {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    background: var(--ink);
    color: var(--gold);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .map-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 1rem 1.6rem;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--full);
    color: var(--cream);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 4px 4px 0 var(--ink);
    transition: transform 120ms ease, box-shadow 120ms ease;
  }
  .map-link-btn:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 var(--ink);
  }
  .map-link-btn svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .map-link-note {
    margin-top: 0.85rem !important;
    color: var(--muted);
    font-size: 0.78rem !important;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  /* V32: Floating "view map" FAB - visible from first paint, scrolls to map */
  .map-fab {
    position: fixed;
    right: clamp(0.9rem, 2.5vw, 1.6rem);
    bottom: clamp(0.9rem, 2.5vw, 1.6rem);
    z-index: 150;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.2rem 0.85rem 1rem;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--full);
    color: var(--cream);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 4px 4px 0 var(--ink);
    transition: transform 140ms ease, box-shadow 140ms ease, opacity 200ms ease;
    cursor: pointer;
  }
  .map-fab:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 var(--ink);
  }
  .map-fab:active {
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0 var(--ink);
  }
  .map-fab svg {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
  }
  .map-fab.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.5rem);
  }
  @media (max-width: 540px) {
    .map-fab {
      padding: 0.75rem 1rem 0.75rem 0.85rem;
      font-size: 0.82rem;
    }
    .map-fab svg { width: 1.05rem; height: 1.05rem; }
  }

  .map-slot {
    min-height: 20rem;
    display: grid;
    place-items: center;
    border: 3px dashed rgba(20, 17, 13, 0.55);
    background:
      linear-gradient(38deg, transparent 47%, rgba(101, 131, 76, 0.32) 48%, rgba(101, 131, 76, 0.32) 54%, transparent 55%),
      radial-gradient(circle at 28% 72%, rgba(22, 128, 140, 0.25) 0 10%, transparent 10.5%),
      #e4cda5;
    color: rgba(20, 17, 13, 0.6);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.8rem, 5vw, 3.7rem);
    line-height: 0.88;
    letter-spacing: -0.07em;
    text-align: center;
    text-transform: uppercase;
  }

  .question-list {
    display: grid;
    gap: 0.55rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .question-list li {
    padding: 0.75rem;
    border: 2px solid var(--ink);
    background: #fff0c8;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: 3px 3px 0 var(--ink);
  }

  details {
    margin-top: 0.8rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 4px 4px 0 var(--ink);
  }

  summary {
    padding: 0.8rem 1rem;
    cursor: pointer;
    font-weight: 900;
  }

  .details-body {
    padding: 0 1rem 1rem;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 750;
  }

  .details-body p { margin-bottom: 0.6rem; }

  /* ============== A-VS-B SCALE-WALL CARDS (from v8) ============== */
  .scale-wall {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .scale-card {
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: var(--shadow);
  }
  .scale-card.hot { background: var(--full); color: #fff7e7; }
  .scale-card.water { background: #d8eef0; }
  .scale-card.yellow { background: #ffe39a; }
  .scale-card h3 {
    margin-bottom: 0.4rem;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  .scale-card .big {
    margin-bottom: 0.45rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(2.4rem, 6vw, 4.4rem);
    line-height: 0.82;
    letter-spacing: -0.06em;
  }
  .scale-card .big .metric-unit {
    display: inline-block;
    margin-left: 0.14em;
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.24em;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
  }
  .scale-card p {
    margin: 0;
    font-weight: 800;
    line-height: 1.24;
    font-size: 0.92rem;
  }

  .vs-bars {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0.7rem;
    margin: 0.85rem 0 0.2rem;
  }
  .vs-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
  }
  .vs-num {
    margin-bottom: 0.4rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(0.95rem, 2.4vw, 1.2rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
  }
  .vs-track {
    width: 78%;
    height: clamp(72px, 11vw, 110px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .vs-bar {
    width: 100%;
    height: var(--h, 0%);
    border: 2px solid var(--ink);
    background: var(--utah);
  }
  .vs-bar.is-stratos { background: var(--full); }
  .vs-label {
    margin-top: 0.45rem;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.15;
    text-transform: uppercase;
  }
  .scale-card.hot .vs-bar { border-color: currentColor; background: rgba(255, 247, 231, 0.28); }
  .scale-card.hot .vs-bar.is-stratos { background: var(--cream); }

  /* "Estimated" pill - clickable trigger for the cite flyout, replaces the small ⓘ on cards with derived numbers.
     Filled by default with hard ink shadow so readers see it as a real button, not a label. */
  .estimated-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-left: 0.55rem;
    padding: 0.32rem 0.75rem 0.32rem 0.6rem;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--full);
    color: var(--cream);
    box-shadow: 2px 2px 0 var(--ink);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: 0.15em;
    line-height: 1;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
  }
  .estimated-pill::before {
    content: "?";
    display: inline-grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--cream);
    color: var(--full);
    font-size: 0.7rem;
    font-weight: 900;
    font-style: italic;
  }
  .estimated-pill:hover {
    background: var(--ink);
    color: var(--gold);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
  }
  .estimated-pill:hover::before {
    background: var(--gold);
    color: var(--ink);
  }
  .estimated-pill:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
  }
  /* On the red "hot" emissions card, invert: cream pill on red */
  .scale-card.hot .estimated-pill {
    background: var(--cream);
    color: var(--full);
  }
  .scale-card.hot .estimated-pill::before {
    background: var(--full);
    color: var(--cream);
  }
  .scale-card.hot .estimated-pill:hover {
    background: var(--ink);
    color: var(--gold);
  }
  .scale-card.hot .estimated-pill:hover::before {
    background: var(--gold);
    color: var(--ink);
  }

  /* Conversion stack - used on the water card in place of vs-bars */
  .conv-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    margin: 0.85rem 0 0.2rem;
    padding: 0.85rem 1rem;
    border: 2px solid var(--ink);
    background: rgba(255, 255, 255, 0.45);
  }
  .conv-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
  }
  .conv-num {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.1rem, 3vw, 1.35rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .conv-unit {
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
  }
  .conv-eq {
    align-self: center;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 0.95rem;
    line-height: 1;
    color: var(--muted);
  }

  /* ============== UTAH DC PEER LADDER (from v8) ============== */
  .ladder-card {
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: var(--shadow);
  }
  .dc-ladder {
    display: grid;
    gap: 0.65rem;
    padding: 0;
    margin: 1.2rem 0 0;
    list-style: none;
  }
  .dc-row { display: grid; gap: 0.3rem; }
  .dc-row-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.6rem;
    font-weight: 800;
  }
  .dc-row-head .dc-name {
    color: var(--ink);
    font-size: clamp(0.82rem, 1.6vw, 0.95rem);
  }
  .dc-row-head .dc-name em {
    color: var(--muted);
    font-style: normal;
    font-weight: 700;
  }
  .dc-row-head .dc-mw {
    color: var(--muted);
    font-variant-numeric: tabular-nums;
  }
  .dc-bar {
    height: 22px;
    border: 2px solid var(--ink);
    background: var(--utah);
    width: var(--w, 1%);
    min-width: 6px;
  }
  .dc-row.dc-proposed .dc-bar {
    background: repeating-linear-gradient(45deg, var(--utah), var(--utah) 6px, var(--card) 6px, var(--card) 10px);
  }
  .dc-row.dc-phase .dc-bar { background: var(--phase); }
  .dc-row.dc-full .dc-bar { background: var(--full); }
  .dc-row.dc-phase .dc-name, .dc-row.dc-phase .dc-mw { color: var(--phase); font-weight: 900; }
  .dc-row.dc-full .dc-name, .dc-row.dc-full .dc-mw { color: var(--full); font-weight: 900; }
  .dc-takeaway {
    margin-top: 1.2rem;
    padding: 1rem 1.1rem;
    border: 2px solid var(--ink);
    background: #fff0c8;
    box-shadow: 4px 4px 0 var(--ink);
    font-weight: 800;
    line-height: 1.35;
  }
  .dc-takeaway strong {
    display: block;
    margin-bottom: 0.35rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.05rem, 2.4vw, 1.4rem);
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--full);
  }

  /* Money page section */
  .money-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1rem, 3vw, 2rem);
    margin: 1.4rem 0 1rem;
  }
  .money-h {
    margin: 0 0 0.75rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.15rem, 2.6vw, 1.55rem);
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .money-col .dc-ladder { margin-top: 0; }
  .money-note {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: var(--paper-2);
    border-left: 4px solid var(--full);
    border-radius: 4px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ink);
  }
  .money-note strong { color: var(--full); }

  .money-cuts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.8rem;
  }
  .money-cuts li {
    padding: 0.85rem 1rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 4px 4px 0 var(--ink);
  }
  .cut-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .cut-head b {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  .cut-change {
    color: var(--full);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .cut-change strong {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 1.15em;
    letter-spacing: -0.04em;
  }
  .money-cuts li p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.4;
  }

  @media (max-width: 760px) {
    .money-grid { grid-template-columns: 1fr; }
  }

  /* MIDA explainer (inside money section) */
  .mida-explainer {
    margin: 1.5rem 0;
    padding: 1.2rem 1.3rem;
    border: 2px solid var(--ink);
    background: var(--paper-2);
    box-shadow: 5px 5px 0 var(--ink);
  }
  .mida-explainer p {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 0.85rem;
  }
  .mida-explainer p:last-of-type { margin-bottom: 1rem; }
  .mida-points {
    list-style: none;
    padding: 0;
    margin: 0.6rem 0 0;
    display: grid;
    gap: 0.5rem;
  }
  .mida-points li {
    padding: 0.6rem 0.75rem;
    background: var(--card);
    border-left: 3px solid var(--full);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
  }
  .mida-points li strong { color: var(--full); }

  /* Taxing-impact subsection */
  .taxing-impact {
    margin: 1.5rem 0 0;
    padding: 1.2rem 1.3rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 5px 5px 0 var(--ink);
  }
  .taxing-impact p {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 0.8rem;
  }
  .taxing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
  }
  .taxing-list li {
    padding: 0.7rem 0.85rem;
    background: var(--paper-2);
    border-radius: 4px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .taxing-list li b {
    color: var(--ink);
    margin-right: 0.3rem;
  }
  .taxing-note {
    margin-top: 0.85rem !important;
    padding: 0.7rem 0.9rem;
    border-left: 4px solid var(--gold);
    background: #fff8e3;
    color: var(--ink) !important;
    font-size: 0.9rem !important;
  }

  /* V29: Money & governance cards (split section) */
  .money-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.4rem);
    margin: 1.5rem 0 0;
  }
  @media (max-width: 980px) {
    .money-cards-grid { grid-template-columns: 1fr; }
  }
  .money-card {
    padding: 1.4rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 5px 5px 0 var(--ink);
    display: flex;
    flex-direction: column;
  }
  .money-card-q {
    margin: 0 0 0.7rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.05rem, 2.4vw, 1.35rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--full);
  }
  .money-card-summary {
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ink);
  }
  .money-card-points {
    list-style: none;
    padding: 0;
    margin: 0 0 0.6rem;
    display: grid;
    gap: 0.5rem;
  }
  .money-card-points li {
    padding: 0.6rem 0.75rem;
    background: var(--paper-2);
    border-left: 3px solid var(--full);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
  }
  .money-card-foot {
    margin: 0.85rem 0 0 !important;
    padding-top: 0.7rem;
    font-size: 0.83rem !important;
    font-weight: 700;
    color: var(--muted);
    border-top: 1px solid var(--line);
  }
  .money-card .dc-ladder {
    margin: 0 0 0.8rem;
    gap: 0.5rem;
  }
  .money-card .dc-row-head .dc-name { font-size: 0.85rem; }
  .money-card .dc-row-head .dc-mw { font-size: 0.85rem; }

  .money-cuts-compact { gap: 0.5rem; }
  .money-cuts-compact li {
    padding: 0.65rem 0.8rem;
    box-shadow: 2px 2px 0 var(--ink);
  }
  .money-cuts-compact .cut-head { margin-bottom: 0.25rem; }
  .money-cuts-compact .cut-head b { font-size: 0.92rem; }
  .money-cuts-compact .cut-change { font-size: 0.8rem; }
  .money-cuts-compact li p {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
  }

  /* Taxing-entities collapsible */
  .money-detail {
    margin: 1.5rem 0 0;
    border: 2px solid var(--ink);
    background: var(--paper-2);
    box-shadow: 4px 4px 0 var(--ink);
  }
  .money-detail summary {
    padding: 0.95rem 1.15rem;
    cursor: pointer;
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.98rem;
    font-weight: 900;
    color: var(--ink);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .money-detail summary::-webkit-details-marker { display: none; }
  .money-detail summary::after {
    content: "+";
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 1.4rem;
    line-height: 0.8;
    color: var(--full);
  }
  .money-detail[open] summary::after { content: "\2212"; }
  .money-detail-body {
    padding: 0 1.15rem 1.15rem;
    border-top: 1px solid var(--line);
  }
  .money-detail-body p {
    margin: 0.85rem 0;
    color: var(--ink);
    font-size: 0.93rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .money-takeaway { margin-top: 1.5rem; }

  /* Commissioner Q&A section */
  .commissioner-section { background: var(--paper-2); }
  .commissioner-hero {
    display: grid;
    gap: 1rem;
  }
  .commissioner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.4rem;
  }
  .action-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.78rem 1.1rem;
    border: 2px solid var(--ink);
    background: var(--card);
    color: var(--ink);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 4px 4px 0 var(--ink);
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
  }
  .action-btn-light:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 var(--ink);
    background: var(--gold);
    color: var(--ink);
  }
  .action-btn-light svg {
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
  }
  .commissioner-kicker {
    margin: 0;
    padding: 0.85rem 1rem;
    border-left: 4px solid var(--full);
    background: #fff0c8;
    color: var(--ink);
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .commissioner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }
  .commissioner-card {
    padding: 1.15rem 1.15rem 1rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 5px 5px 0 var(--ink);
  }
  .commissioner-card h3 {
    margin: 0 0 0.45rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--full);
  }
  .commissioner-card p {
    margin: 0.45rem 0 0;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .commissioner-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .commissioner-step {
    padding: 1rem 1rem 0.95rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 4px 4px 0 var(--ink);
  }
  .commissioner-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.7rem;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 1rem;
    line-height: 1;
  }
  .commissioner-step h3 {
    margin: 0 0 0.45rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }
  .commissioner-step p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .commissioner-prompts {
    margin-top: 1rem;
    padding: 1.1rem 1.2rem;
    border: 2px solid var(--ink);
    background: var(--paper-2);
    box-shadow: 4px 4px 0 var(--ink);
  }
  .commissioner-prompts h3 {
    margin: 0 0 0.6rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.05rem, 2.2vw, 1.3rem);
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--full);
  }
  .commissioner-prompts ul {
    margin: 0;
    padding-left: 1.15rem;
    display: grid;
    gap: 0.45rem;
  }
  .commissioner-prompts li {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .commissioner-mini-list {
    margin: 0;
    padding-left: 1.15rem;
    display: grid;
    gap: 0.4rem;
  }
  .commissioner-mini-list li {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
  }
  @media (max-width: 900px) {
    .commissioner-grid,
    .commissioner-step-grid {
      grid-template-columns: 1fr;
    }
  }
  .qa-meeting { margin: 1.5rem 0 2.5rem; }
  .qa-meeting-title {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.05rem, 2.4vw, 1.35rem);
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--full);
    margin: 0 0 0.4rem;
    padding-bottom: 0.55rem;
    border-bottom: 2px solid var(--ink);
  }
  .qa-meeting-link {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--muted);
  }
  .qa-meeting-link a { color: var(--full); text-decoration: none; }
  .qa-meeting-link a:hover { text-decoration: underline; }
  .qa-list { display: grid; gap: 0.6rem; }
  .qa-item {
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 4px 4px 0 var(--ink);
    transition: transform 120ms ease, box-shadow 120ms ease;
  }
  .qa-item[open] {
    box-shadow: 5px 5px 0 var(--ink);
  }
  .qa-item summary {
    list-style: none;
    cursor: pointer;
    padding: 0.85rem 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "meta toggle"
      "q toggle";
    gap: 0.5rem 0.85rem;
    align-items: baseline;
  }
  .qa-item summary::-webkit-details-marker { display: none; }
  .qa-item summary::after {
    content: "+";
    grid-area: toggle;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 1.3rem;
    line-height: 0.8;
    color: var(--full);
    align-self: center;
    padding-left: 0.4rem;
    border-left: 1px solid var(--line);
  }
  .qa-item[open] summary::after { content: "\2212"; }
  .qa-meta {
    grid-area: meta;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.7rem;
    align-items: baseline;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .qa-meta .qa-topic {
    color: var(--full);
    font-weight: 900;
  }
  .qa-meta .qa-asker {
    color: var(--muted);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 0.78rem;
  }
  .qa-q {
    grid-area: q;
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: clamp(0.95rem, 1.95vw, 1.08rem);
    font-weight: 800;
    line-height: 1.3;
    color: var(--ink);
  }

  /* Compact timestamp source link - only shown inside the expanded body */
  .qa-watch-btn {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 0.35rem;
    margin-top: 0.65rem;
    padding: 0.18rem 0.45rem 0.22rem;
    border: 1px solid rgba(20, 17, 13, 0.35);
    border-radius: 999px;
    background: #fff8e3;
    color: var(--full);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    transition: background 120ms ease, border-color 120ms ease;
  }
  .qa-watch-btn:hover {
    background: #fff0c8;
    border-color: var(--full);
    text-decoration: none;
  }
  .qa-watch-btn:active {
    background: #ffe7a8;
  }
  .qa-watch-btn .qa-watch-icon {
    display: inline-grid;
    place-items: center;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: var(--full);
    color: var(--cream);
    font-size: 0.45rem;
    line-height: 1;
    padding-left: 0.06rem;
  }
  .qa-watch-btn strong {
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 1em;
    letter-spacing: 0;
    margin: 0;
  }
  .qa-body {
    padding: 0 1rem 1rem;
    border-top: 1px solid var(--line);
  }
  .qa-body p {
    margin: 0.7rem 0 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--ink);
  }
  .qa-answer { color: var(--ink); }
  .qa-interp {
    padding: 0.55rem 0.8rem;
    background: #fff8e3;
    border-left: 4px solid var(--gold);
    color: var(--muted);
  }
  .qa-body p b { color: var(--full); margin-right: 0.3rem; }
  .qa-summary {
    margin-top: 2.5rem;
    padding: 1.3rem 1.4rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 5px 5px 0 var(--ink);
  }
  .qa-summary.qa-summary-top {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .qa-summary-col-emphasis {
    background: #fff0c8;
    border: 2px solid var(--ink);
    padding: 0.85rem 1rem;
    margin: -0.5rem -0.5rem 0;
  }
  .qa-summary-col-emphasis h4 {
    color: var(--full);
  }
  .qa-summary-col-emphasis li {
    background: var(--card);
  }
  .qa-summary-title {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin: 0 0 1rem;
  }
  .qa-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .qa-summary-col h4 {
    margin: 0 0 0.55rem;
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--full);
  }
  .qa-summary-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.4rem;
  }
  .qa-summary-col li {
    padding: 0.55rem 0.7rem;
    background: var(--paper-2);
    border-radius: 3px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.3;
  }
  @media (max-width: 760px) {
    .qa-summary-grid { grid-template-columns: 1fr; }
  }

  /* ============== CITATION SYSTEM ============== */
  /* Inline "watch source" link - used for high-stakes meeting-derived claims */
  .src-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 0.35rem;
    padding: 0.05rem 0.4rem;
    border: 1.5px solid currentColor;
    border-radius: 3px;
    background: transparent;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.6;
    white-space: nowrap;
    opacity: 0.85;
  }
  .src-link:hover { opacity: 1; }
  .src-link::before { content: "▶"; font-size: 0.65em; }

  /* Methodology / citations section */
  .citations-section {
    background: var(--paper-2);
  }
  .src-toc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 0.6rem;
    margin: 1.5rem 0 2rem;
    padding: 0;
    list-style: none;
  }
  .src-toc a {
    display: block;
    padding: 0.7rem 0.85rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: 3px 3px 0 var(--ink);
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.78rem;
  }
  .src-toc a:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }

  .src-group {
    margin: 0 0 2rem;
    padding: 1.2rem 1.3rem;
    border: 2px solid var(--ink);
    background: var(--card);
    box-shadow: var(--shadow);
  }
  .src-group h3 {
    margin: 0 0 0.85rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.85rem);
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
  }
  .src-group .src-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
  }
  .src-group .src-item {
    padding: 0.7rem 0;
    border-top: 1px solid var(--line);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .src-group .src-item:first-child { border-top: none; padding-top: 0; }
  .src-group .src-claim {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 900;
    color: var(--ink);
  }
  .src-group .src-attr {
    display: block;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
  }
  .src-group .src-attr a {
    color: var(--full);
    font-weight: 900;
  }

  /* ============== HIGHLIGHTS VIDEO PLAYER ============== */
  .meetings-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.2rem;
    align-items: start;
  }
  .highlights-player {
    width: 240px;
    flex-shrink: 0;
  }
  .highlights-video-wrap {
    position: relative;
    border: 2px solid var(--ink);
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .highlights-video-wrap video {
    display: block;
    width: 100%;
  }
  .highlights-unmute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.45rem;
    background: rgba(17, 16, 13, 0.8);
    color: var(--cream);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .highlights-unmute.is-hidden { opacity: 0; pointer-events: none; }
  .highlights-unmute-icon { font-size: 1rem; }
  .highlights-controls {
    position: absolute;
    inset: 0;
    background: rgba(17, 16, 13, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
  .highlights-video-wrap.is-unmuted:hover .highlights-controls {
    opacity: 1;
    pointer-events: auto;
  }
  .highlights-ctrl-btn {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, background 0.15s ease;
  }
  .highlights-ctrl-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(17, 16, 13, 0.8);
    color: var(--gold);
    font-size: 1.2rem;
  }
  .highlights-ctrl-center:hover {
    transform: translate(-50%, -50%) scale(1.15);
    background: var(--gold);
    color: var(--ink);
  }
  .highlights-ctrl-small {
    position: absolute;
    bottom: 6px;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 4px;
    background: rgba(17, 16, 13, 0.75);
    color: var(--cream);
    font-size: 0.75rem;
  }
  .highlights-ctrl-small:hover {
    background: var(--gold);
    color: var(--ink);
  }
  .highlights-ctrl-mute { left: 6px; }
  .highlights-ctrl-expand { right: 6px; }
  .highlights-caption {
    margin-top: 0.4rem;
    text-align: center;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  /* Fullscreen overlay */
  .highlights-fullscreen {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.92);
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
  }
  .highlights-fullscreen.is-open {
    display: flex;
  }
  .highlights-fs-inner {
    position: relative;
    width: 100%;
    max-width: 800px;
  }
  .highlights-fs-inner video {
    display: block;
    width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    background: #000;
  }
  .highlights-fs-close {
    position: absolute;
    top: -2.8rem;
    right: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    background: rgba(17, 16, 13, 0.85);
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .highlights-fs-close:hover { background: var(--gold); color: var(--ink); }

  @media (max-width: 700px) {
    .meetings-row {
      grid-template-columns: 1fr;
    }
    .highlights-player {
      width: 100%;
      max-width: 320px;
      margin: 0.8rem auto 0;
    }
  }

  .src-method-intro {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    background: var(--paper-2);
    border-left: 4px solid var(--gold);
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
  }

  /* ============== INLINE CITATION BUTTON + FLYOUT ============== */
  /* Filled, shadowed pill so readers can tell it is a real button that
     reveals the source - not decorative type. Lifts on hover. */
  .cite-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: 0.1em;
    margin-left: 0.4rem;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--full);
    box-shadow: 2px 2px 0 var(--ink);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    color: var(--cream);
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
  }
  .cite-btn::before { content: "i"; font-style: italic; }
  .cite-btn:hover {
    background: var(--ink);
    color: var(--gold);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
  }
  .cite-btn:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
  }
  /* On dark backgrounds, invert: gold pill on cream-edged border */
  .poster .cite-btn,
  .dark-section .cite-btn {
    background: var(--gold);
    color: var(--ink);
    border-color: var(--cream);
    box-shadow: 2px 2px 0 var(--cream);
  }
  .poster .cite-btn:hover,
  .dark-section .cite-btn:hover {
    background: var(--cream);
    color: var(--ink);
    box-shadow: 3px 3px 0 var(--cream);
  }
  /* On the red "hot" emissions card, swap to cream-on-ink so it reads */
  .scale-card.hot .cite-btn {
    background: var(--cream);
    color: var(--full);
    border-color: var(--ink);
    box-shadow: 2px 2px 0 var(--ink);
  }
  .scale-card.hot .cite-btn:hover {
    background: var(--ink);
    color: var(--cream);
    box-shadow: 3px 3px 0 var(--ink);
  }

  .cite-pop {
    position: absolute;
    z-index: 200;
    width: min(22rem, calc(100vw - 1.5rem));
    padding: 1rem 1.05rem 0.85rem;
    border: 2px solid var(--ink);
    background: var(--card);
    color: var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .cite-pop::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 1rem;
    width: 14px;
    height: 14px;
    background: var(--card);
    border-top: 2px solid var(--ink);
    border-left: 2px solid var(--ink);
    transform: rotate(45deg);
  }
  .cite-pop.is-above::before {
    top: auto;
    bottom: -10px;
    transform: rotate(225deg);
  }
  .cite-pop-tag {
    display: block;
    margin-bottom: 0.5rem;
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--full);
  }
  .cite-pop-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .cite-pop-list li {
    padding: 0.55rem 0;
    border-top: 1px solid var(--line);
  }
  .cite-pop-list li:first-child {
    border-top: none;
    padding-top: 0;
  }
  .cite-pop-list b {
    display: block;
    margin-bottom: 0.2rem;
    font-weight: 900;
  }
  .cite-pop-list span {
    display: block;
    color: var(--muted);
    font-size: 0.83rem;
    font-weight: 700;
  }
  .cite-pop-list span a { color: var(--full); font-weight: 900; }
  .cite-pop-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.7rem;
    padding-top: 0.6rem;
    border-top: 2px solid var(--ink);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .cite-pop-foot a { color: var(--full); text-decoration: none; }
  .cite-pop-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border: 2px solid var(--ink);
    background: var(--paper);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
  }
  /* hide cite buttons during poster export so the PNG stays clean */
  .poster.is-exporting .cite-btn { display: none !important; }

  @media (max-width: 540px) {
    .cite-pop {
      width: calc(100vw - 1.5rem);
      left: 0.75rem !important;
    }
  }

  .footer {
    padding: 3rem 0 3.5rem;
    background: var(--dark);
    color: var(--cream-2);
    font-size: 0.9rem;
    font-weight: 800;
    border-top: 4px solid var(--gold);
  }
  .footer .wrap { max-width: 62rem; }
  .footer p { margin-bottom: 0.85rem; }
  .footer-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.3rem 0.7rem;
    background: var(--gold);
    color: var(--ink);
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .footer-attribution {
    font-family: "Archivo Black", Impact, sans-serif;
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    color: var(--cream);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.25;
    margin-bottom: 1.3rem;
  }
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 0.9rem;
    margin: 1.1rem 0 1.6rem;
  }
  .footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1.1rem;
    border: 2px solid var(--cream);
    background: transparent;
    color: var(--cream);
    font-family: "Public Sans", Verdana, sans-serif;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 3px 3px 0 var(--gold);
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
  }
  .footer-btn:hover {
    transform: translate(-1px, -1px);
    box-shadow: 4px 4px 0 var(--gold);
    background: var(--gold);
    color: var(--ink);
    border-color: var(--gold);
  }
  .footer-btn svg {
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
  }
  .footer-meta {
    margin-top: 1.6rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 240, 207, 0.18);
    font-size: 0.8rem;
    color: var(--cream-2);
    font-weight: 700;
  }

  @media (max-width: 940px) {
    .hero-top,
    .poster-head,
    .poster-grid,
    .map-grid {
      grid-template-columns: 1fr;
    }

    .poster-card.major {
      grid-row: auto;
    }

    .visual-grid,
    .gap-grid,
    .scale-wall {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .wrap {
      width: calc(100% - 1.5rem);
    }

    .poster {
      max-width: calc(100vw - 1.5rem);
      box-shadow: 5px 5px 0 rgba(20, 17, 13, 0.92);
    }

    .poster-inner {
      padding: 0.8rem;
    }

    .poster-title {
      font-size: clamp(2rem, 12vw, 2.9rem);
    }

    .poster-card {
      padding: 0.7rem;
      overflow: hidden;
    }

    .poster-grid {
      display: none;
    }

    .mobile-poster-grid {
      display: grid;
      gap: 0.65rem;
    }

    .poster-foot {
      display: grid;
      gap: 0.45rem;
      font-size: 0.6rem;
    }

    .chart-label {
      font-size: 0.62rem;
      gap: 0.35rem;
    }

    .quick-facts,
    .visual-grid,
    .gap-grid,
    .scale-wall {
      grid-template-columns: 1fr;
    }

    .bar-chart {
      min-height: 15rem;
      gap: 0.35rem;
      padding-top: 1.75rem;
    }

    .bar-value {
      font-size: 0.95rem;
    }

    .bar-name {
      min-height: 2.8rem;
      font-size: 0.56rem;
    }

    .bar-name b {
      font-size: 0.72rem;
    }

    .donut-row {
      grid-template-columns: 1fr;
      justify-items: start;
    }

    .hbar-row {
      grid-template-columns: 3.6rem 1fr 3.2rem;
    }
  }

  /* ============== SUBPAGE CARD GRID (home index) ============== */
  .subpage-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.1rem;
    margin-top: 1.5rem;
  }
  .subpage-card {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    background: var(--card);
    border: 1px solid rgba(20, 17, 13, 0.12);
    border-radius: 14px;
    padding: 1.4rem 1.4rem 1.2rem;
    color: var(--ink);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  }
  .subpage-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(20, 17, 13, 0.12);
    border-color: rgba(20, 17, 13, 0.28);
  }
  .subpage-card h3 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.6rem;
    line-height: 1.05;
    margin: 0;
  }
  .subpage-card-new {
    border-color: rgba(201, 39, 11, 0.28);
    box-shadow: inset 0 0 0 1px rgba(239, 195, 91, 0.35);
  }
  .subpage-card-new:hover {
    border-color: rgba(201, 39, 11, 0.5);
  }
  .subpage-card p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.45;
    color: rgba(20, 17, 13, 0.78);
  }
  .subpage-card-cta {
    margin-top: auto;
    padding-top: 0.4rem;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    color: var(--ink);
  }

  /* Light-background variant: when .gap-grid is used outside .dark-section,
     render the items as paper-on-paper readable cards rather than the dark
     section's translucent red treatment. */
  .section:not(.dark-section) .gap {
    background: var(--card);
    border: 1px solid var(--line);
    box-shadow: 3px 3px 0 var(--ink);
    color: var(--ink);
  }
  .section:not(.dark-section) .gap b {
    color: var(--ink);
  }
  .section:not(.dark-section) .gap span {
    color: var(--ink);
    font-weight: 700;
  }

  /* Back-to-sections button used at the bottom of every subpage.
     Visible-by-default contrast (paper card with ink border, ink text). */
  .back-to-sections {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 1.6rem;
    border: 2px solid var(--ink);
    background: var(--card);
    color: var(--ink);
    font-family: "Archivo Black", "Public Sans", Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 4px 4px 0 var(--ink);
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
  }
  .back-to-sections:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 var(--ink);
    background: var(--gold);
  }
  .back-to-sections:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 3px;
  }
