:root {
  --ink: #071d2c;
  --navy: #0b3048;
  --blue: #087598;
  --teal: #075c5c;
  --cyan: #17bfd0;
  --orange: #e45b2d;
  --gold: #f2bd42;
  --paper: #f3f1e9;
  --white: #fff;
  --muted: #53666e;
  --line: #cbd5d6;
  --shadow: 0 18px 48px #071d2c18;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
html:not([data-sr-ready]) body { visibility: hidden; }
html[data-sr-ready] body { visibility: visible; }
a {
  color: var(--blue);
  font-weight: 800;
  text-underline-offset: 3px;
}
button,
input,
select {
  font: inherit;
}
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 100;
  padding: 10px;
  color: #fff;
  background: #000;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  color: #fff;
  background: #071d2cf7;
  border-bottom: 1px solid #ffffff29;
}
.nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand {
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0.08em;
}
.navlinks {
  display: flex;
  gap: 17px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.navlinks a {
  color: #fff;
  font-size: 0.72rem;
  text-decoration: none;
  text-transform: uppercase;
}
.navlinks a.active {
  color: var(--gold);
  border-bottom: 2px solid var(--gold);
}
.langs {
  display: flex;
  border: 1px solid #ffffff55;
}
.langs button {
  padding: 5px 7px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 900;
  cursor: pointer;
}
.langs button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--gold);
}
.menu {
  display: none;
  border: 0;
  color: #fff;
  background: transparent;
  font-weight: 900;
}
.hero {
  padding: 100px 0 80px;
  color: #fff;
  background: var(--ink);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 60px;
  align-items: end;
}
.kicker {
  margin: 0 0 13px;
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1,
.title {
  margin: 0;
  font-size: clamp(3.6rem, 8vw, 7rem);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.hero-copy {
  max-width: 700px;
  margin: 28px 0;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 750;
}
.hero-copy strong {
  color: var(--cyan);
}
.hero-side {
  padding: 26px;
  border-left: 6px solid var(--orange);
  background: #ffffff0c;
}
.hero-side h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
}
.cta {
  display: inline-block;
  padding: 12px 17px;
  color: #fff;
  background: var(--navy);
  border: 2px solid var(--cyan);
  text-decoration: none;
}
.section {
  padding: clamp(72px, 9vw, 115px) 0;
}
.white {
  background: #fff;
}
.dark {
  color: #fff;
  background: var(--teal);
}
.dark .title,
.dark .intro {
  color: #fff;
}
.head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: end;
  margin-bottom: 44px;
}
.title {
  color: var(--navy);
  font-size: clamp(3rem, 7vw, 6.4rem);
}
.hero h1 { max-width: 10ch; }
html[lang^="zh"] .hero h1 { max-width: 12ch; font-size: clamp(3.4rem, 7vw, 6.2rem); letter-spacing: -0.025em; }
.intro {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}
.snapshot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.snap {
  padding: 25px;
  border-top: 7px solid var(--cyan);
  background: #fff;
  box-shadow: var(--shadow);
}
.snap-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.snap .big,
.big {
  display: block;
  color: var(--navy);
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.snap h3 {
  margin: 15px 0 5px;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.snap p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}
.more {
  display: inline-block;
  margin-top: 14px;
}
.issue {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 38px;
  align-items: start;
}
.question {
  margin: 0;
  color: var(--orange);
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.principle {
  margin-top: 25px;
  padding: 18px;
  border-left: 5px solid var(--gold);
  background: #fff9e7;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.metric {
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
}
.metric strong {
  display: block;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}
.metric span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}
.source {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}
.source b {
  color: var(--ink);
}
.dark .source {
  border-color: #ffffff3d;
  color: #d8efeb;
}
.dark .source b,
.dark .source a {
  color: #fff;
}
.compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
  padding: 22px;
  background: #eef5f4;
}
.compare strong {
  display: block;
  font-size: 2.3rem;
}
.vs {
  color: var(--orange);
  font-weight: 950;
}
.bars {
  height: 150px;
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 26px 0;
}
.bar {
  flex: 1;
  position: relative;
  background: var(--blue);
}
.bar:last-child {
  background: var(--orange);
}
.bar span,
.bar small {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 900;
}
.bar span {
  bottom: calc(100% + 3px);
}
.bar small {
  top: calc(100% + 3px);
}
.h81 {
  height: 81%;
}
.h88 {
  height: 88%;
}
.h92 {
  height: 92%;
}
.h94 {
  height: 94%;
}
.h96 {
  height: 96%;
}
.h98 {
  height: 98%;
}
.h100 {
  height: 100%;
}
.crime-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.crime-card {
  padding: 25px;
  color: var(--ink);
  background: #fff;
}
.crime-card h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.crime-card .delta {
  font-size: 3.6rem;
  font-weight: 950;
  line-height: 1;
}
.up {
  color: var(--orange);
}
.down {
  color: #0b7561;
}
.clearance {
  margin-top: 22px;
  padding: 27px;
  background: var(--ink);
}
.clearance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.clearance article {
  padding: 18px;
  border: 1px solid #ffffff30;
}
.clearance h3 {
  color: var(--gold);
  font-size: 0.76rem;
  text-transform: uppercase;
}
.years {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.years span {
  font-size: 0.66rem;
}
.years strong {
  display: block;
}
.policy {
  margin-top: 25px;
  padding: 25px;
  border: 1px solid #ffffff38;
}
.housing-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.housing-flow article {
  position: relative;
  padding: 25px;
  background: #fff;
  border: 1px solid var(--line);
}
.housing-flow article:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 45%;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-weight: 950;
}
.projects {
  display: grid;
  gap: 12px;
}
.project {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
}
.project h3 {
  margin: 0;
}
.project dt {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}
.project dd {
  margin: 3px 0;
}
.status {
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  background: var(--teal);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}
.method {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.method article {
  padding: 22px;
  color: #fff;
  background: var(--navy);
  border-top: 7px solid var(--cyan);
}
.method h3 {
  margin: 0;
  text-transform: uppercase;
}
.ask-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  padding: clamp(25px, 5vw, 50px);
  color: #fff;
  background: var(--navy);
}
.ask-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}
.ask-row {
  display: flex;
  gap: 8px;
}
.ask-row input {
  width: 100%;
  padding: 13px;
  border: 2px solid transparent;
}
.ask-row button {
  padding: 12px 18px;
  border: 0;
  color: var(--ink);
  background: var(--gold);
  font-weight: 950;
  cursor: pointer;
}
.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
.suggestions button {
  padding: 7px 9px;
  border: 1px solid #ffffff70;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.answer {
  min-height: 160px;
  padding: 22px;
  color: var(--ink);
  background: #fff;
}
.answer h3 {
  margin-top: 0;
}
.answer h4 { margin: 1rem 0 .35rem; font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; }
.assistant-sources { display: grid; gap: .65rem; margin-top: .75rem; }
.assistant-source-card { border: 1px solid var(--line, #d9dee7); border-radius: .6rem; padding: .7rem .8rem; background: rgba(255,255,255,.55); }
.assistant-source-card a { font-weight: 600; }
.assistant-source-meta { display: block; margin-top: .25rem; font-size: .82rem; color: var(--muted, #667085); }
.assistant-choices { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.assistant-calculation, .assistant-analysis, .assistant-updated { font-size: .85rem; color: var(--muted, #667085); }
.priority-note { margin: -24px 0 28px; color: var(--muted); font-size: .9rem; }
.priority-rank { display: block; margin-bottom: 10px; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.snapshot .snap { position: relative; border-top: 4px solid var(--cyan); }
.snapshot .snap.priority-critical { border-top-color: var(--orange); box-shadow: 0 18px 48px #e45b2d2e; }
.snapshot .snap.priority-critical .priority-rank,
.snapshot .snap.priority-critical .big { color: var(--orange); }
.snapshot .snap.priority-high { border-top-color: var(--gold); }
.snapshot .snap.priority-high .priority-rank { color: #9a6b00; }
.candidate-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 45px;
}
.candidate-grid > * { min-width: 0; }
.candidate-grid p { overflow-wrap: anywhere; }
.portrait img {
  display: block;
  width: 100%;
  height: auto;
}
.candidate-name {
  margin: 0;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.trust {
  background: var(--gold);
}
details {
  margin-top: 25px;
  padding: 20px;
  background: #fff;
}
summary {
  cursor: pointer;
  font-weight: 950;
}
.foot {
  padding: 35px 0;
}
.foot-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.focus:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
@media (max-width: 900px) {
  .navlinks {
    display: none;
  }
  .navlinks.open {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    display: grid;
    gap: 0;
    background: var(--ink);
  }
  .navlinks.open a {
    display: block;
    padding: 13px 20px;
    border-top: 1px solid #ffffff25;
  }
  .menu {
    display: block;
    margin-left: auto;
  }
  .hero-grid,
  .head,
  .issue,
  .ask-shell {
    grid-template-columns: 1fr;
  }
  .snapshot {
    grid-template-columns: 1fr 1fr;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .project {
    grid-template-columns: 1fr 1fr;
  }
  .method {
    grid-template-columns: 1fr 1fr;
  }
  .candidate-grid {
    grid-template-columns: 1fr;
  }
  .portrait {
    max-width: 400px;
  }
}
@media (max-width: 560px) {
  html,
  body {
    overflow-x: hidden;
  }
  .wrap {
    width: calc(100% - 26px);
  }
  .header .brand {
    font-size: 0.82rem;
  }
  .langs button {
    padding: 5px;
  }
  .hero {
    padding: 70px 0;
  }
  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 14vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }
  .snapshot,
  .crime-grid,
  .metrics,
  .housing-flow,
  .clearance-grid,
  .method {
    grid-template-columns: 1fr;
  }
  .housing-flow article:not(:last-child):after {
    content: "↓";
    right: auto;
    left: calc(50% - 14px);
    top: auto;
    bottom: -14px;
  }
  .project {
    grid-template-columns: 1fr;
  }
  .ask-row {
    display: grid;
  }
  .compare {
    grid-template-columns: 1fr;
  }
  .vs {
    text-align: center;
  }
  .foot-grid {
    display: block;
  }
  .title {
    font-size: clamp(2.35rem, 12vw, 4.2rem);
    line-height: 1;
    letter-spacing: -0.035em;
  }
}

.core-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.core-grid a,
.policy-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
}
.goal-grid article { border-top: 3px solid var(--gold); }
.goal-grid .goal-mag {
  display: block;
  color: var(--orange);
  font: 800 clamp(2.6rem, 6vw, 3.6rem)/1 -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "PingFang SC", sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 4px;
}
.goal-grid .goal-line { font-size: 1rem; }
.goal-grid .goal-detail { margin-top: 12px; border-top: 1px solid var(--line); padding-top: 10px; }
.goal-grid .goal-detail summary {
  cursor: pointer;
  font: 700 0.76rem/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "PingFang SC", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--blue);
}
.goal-grid .goal-detail[open] summary { margin-bottom: 8px; }
.goal-grid .goal-detail p { font-size: 0.9rem; }
.goal-grid h3 { margin: .65rem 0 .8rem; }
.goal-grid p { font-size: .92rem; }
.core-grid strong,
.core-grid span {
  display: block;
}
.core-grid strong {
  color: var(--navy);
  font-size: 1.15rem;
}
.core-grid span {
  margin-top: 8px;
  color: var(--muted);
}
.policy-grid {
  margin: 28px 0;
}
.policy-grid article {
  border-top: 5px solid var(--cyan);
}
.policy-grid b {
  color: var(--blue);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dark .policy-grid article {
  color: var(--ink);
}
.dark .metric {
  color: var(--ink);
}
.deep {
  margin: 28px 0;
  border: 1px solid var(--line);
  background: #ffffff0c;
}
.deep summary {
  padding: 18px 22px;
  font-weight: 900;
  cursor: pointer;
}
.deep > :not(summary) {
  margin-left: 22px;
  margin-right: 22px;
}
.dark-cta {
  color: #fff;
  background: var(--navy);
}
@media (max-width: 900px) {
  .core-grid,
  .policy-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .core-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }
  .snap .big {
    font-size: 2.35rem;
  }
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 26px 0 4px;
  padding: 16px 0 16px 20px;
  border-left: 6px solid var(--orange);
}
.hero-stat-num {
  flex: none;
  color: var(--gold);
  font: 800 clamp(3.4rem, 9vw, 5.4rem)/0.95 -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "PingFang SC", sans-serif;
  letter-spacing: -0.06em;
}
.hero-stat-num .pct { font-size: 0.5em; vertical-align: 0.5em; margin-left: 0.02em; }
.hero-stat-text b {
  display: block;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.25;
}
.hero-stat-text span {
  display: block;
  margin-top: 5px;
  color: #c3d4dc;
  font-size: 0.86rem;
  line-height: 1.45;
}
.taxchart { margin: 26px 0 6px; }
.taxchart figcaption {
  font: 700 0.72rem/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.taxchart svg { display: block; width: 100%; height: auto; overflow: visible; }
.taxchart .ax { stroke: var(--line); stroke-width: 1.5; }
.taxchart .grid { stroke: var(--line); stroke-width: 1; opacity: 0.55; }
.taxchart .cbar { fill: var(--navy); }
.taxchart .ctarget { fill: none; stroke: var(--gold); stroke-width: 2; stroke-dasharray: 4 3; }
.taxchart .cline {
  fill: none;
  stroke: var(--orange);
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.taxchart .cdot { fill: var(--orange); }
.taxchart .ccum {
  fill: var(--orange);
  font: 950 30px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  text-anchor: middle;
  letter-spacing: -0.03em;
}
.taxchart .cval {
  fill: var(--ink);
  font: 600 13px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  text-anchor: middle;
}
.taxchart .cyear,
.taxchart .tick {
  fill: var(--muted);
  font: 500 12px/1 Inter, ui-sans-serif, system-ui, sans-serif;
}
.taxchart .cyear { text-anchor: middle; }
.taxchart .goal { fill: #8a6708; }
.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.8rem;
}
.chart-legend span { display: inline-flex; align-items: center; }
.sw { display: inline-block; width: 12px; height: 12px; margin-right: 7px; }
.sw-bar { background: var(--navy); }
.sw-line { background: var(--orange); height: 4px; }
.sw-goal { border: 2px dashed var(--gold); }
.taxchart .csmall { font-size: 11px; }
@media (max-width: 700px) {
  .hero-stat { gap: 13px; padding-left: 14px; border-left-width: 5px; }
  .taxchart .cval { font-size: 27px; }
  .taxchart .cyear, .taxchart .tick { font-size: 25px; }
  .taxchart .csmall { font-size: 21px; }
  .taxchart .ccum { font-size: 58px; }
  .taxchart .cline { stroke-width: 5; }
  .taxchart .cdot { r: 7; }
}

/* ---- reading progress ---- */
.progress { height: 3px; background: #ffffff1f; }
.progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--cyan);
  transition: width 0.12s linear;
}

/* ---- grouped navigation ---- */
.navlinks a.current { color: var(--gold); }
.has-sub { position: relative; }
.subtoggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
}
.subtoggle .caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.75;
}
.subtoggle[aria-expanded="true"] { color: var(--gold); }
.has-sub .sub {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: -14px;
  z-index: 40;
  min-width: 244px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: var(--ink);
  border: 1px solid #ffffff22;
  box-shadow: 0 22px 48px #00000055;
}
.has-sub .sub li { display: block; }
.has-sub .sub a {
  display: block;
  padding: 9px 18px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.has-sub .sub a:hover,
.has-sub .sub a:focus-visible { background: #ffffff14; }
.has-sub.open .sub { display: block; }

/* ---- supportive housing focus section ---- */
.section.focus { border-top: 5px solid var(--orange); }
.sup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}
.sup-card {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 5px solid var(--navy);
}
.sup-eyebrow {
  margin: 0;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.sup-big {
  margin: 6px 0 10px;
  color: var(--navy);
  font-size: clamp(2.6rem, 6vw, 3.8rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.sup-big span { font-size: 0.4em; font-weight: 800; letter-spacing: 0; }
.sup-big.none { color: var(--orange); }
.sup-card p:last-child { margin-bottom: 0; font-size: 0.94rem; color: var(--ink); }
.sup-quote {
  margin: 0 0 26px;
  padding: 22px 26px;
  background: var(--ink);
  border-left: 6px solid var(--gold);
}
.sup-quote p {
  margin: 0;
  color: #eef4f6;
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
  line-height: 1.45;
}
.knowngrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: 16px;
}
.knowngrid h3 {
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}
.knowngrid ul { margin: 0; padding-left: 18px; }
.knowngrid li { margin-bottom: 8px; font-size: 0.93rem; }
.sup-fair {
  margin: 0;
  padding: 16px 18px;
  background: #fff9e7;
  border-left: 5px solid var(--gold);
  font-size: 0.93rem;
}
.sup-cta { margin: 22px 0 8px; }
.core-lead { border-left: 5px solid var(--orange); }

/* ---- closing decision block ---- */
.section.decide { background: var(--ink); color: #e9f1f4; }
.section.decide .title { color: #fff; }
.section.decide .kicker { color: var(--gold); }
.decide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 26px 0;
}
.decide-grid article {
  padding: 20px;
  background: #ffffff0f;
  border-top: 4px solid var(--cyan);
}
.decide-no {
  display: block;
  color: var(--gold);
  font-size: 2.1rem;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 10px;
}
.decide-grid p { margin: 0; color: #dbe6ea; font-size: 0.95rem; }
.decide-close {
  max-width: 62ch;
  color: #b9cbd3;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .sup-grid { grid-template-columns: 1fr; }
  .decide-grid { grid-template-columns: 1fr 1fr; }
  .knowngrid { grid-template-columns: 1fr; gap: 18px; }
  .has-sub .sub {
    position: static;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: #ffffff0d;
    padding: 0;
  }
  .has-sub .sub a { padding: 11px 34px; font-size: 0.9rem; }
  .subtoggle { padding: 13px 20px; width: 100%; justify-content: space-between; }
}
@media (max-width: 560px) {
  .decide-grid { grid-template-columns: 1fr; }
}

/* ---- 2026 election search landing section ---- */
.election-guide { border-top: 6px solid var(--gold); }
.election-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 26px 0;
}
.election-grid article {
  padding: 24px;
  border-top: 4px solid var(--cyan);
  background: #eef4f5;
}
.election-grid h3 { margin: 0 0 8px; color: var(--ink); }
.election-grid p:last-child { margin: 0; }
.election-date {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.045em;
}
.election-source { margin: 0 0 28px; }
.election-faq { max-width: 880px; }
.election-faq > h3 { margin: 0 0 12px; font-size: 1.25rem; }
.election-faq details { border-top: 1px solid #cad5d9; }
.election-faq details:last-child { border-bottom: 1px solid #cad5d9; }
.election-faq summary { padding: 16px 0; cursor: pointer; font-weight: 850; }
.election-faq details p { margin: 0; padding: 0 0 16px; max-width: 70ch; }

@media (max-width: 760px) {
  .election-grid { grid-template-columns: 1fr; }
}

/* ---- the record: financial case ---- */
.section.record { border-top: 6px solid var(--orange); }
.rec-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.rec-stat { padding: 24px; background: #ffffff0f; border-top: 4px solid var(--cyan); }
.rec-stat.alarm { border-top-color: var(--orange); }
.rec-big {
  margin: 0 0 8px;
  font-size: clamp(2.8rem, 7vw, 4.6rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: -0.055em;
  color: var(--gold);
}
.rec-stat.alarm .rec-big { color: var(--orange); }
.rec-stat h3 { margin: 0 0 8px; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }
.rec-stat p:last-child { margin: 0; font-size: 0.94rem; color: #cbdae0; }

.build { padding: 26px; background: #ffffff0d; border: 1px solid #ffffff1f; margin-bottom: 26px; }
.build-title { margin: 0 0 4px; font-size: 1.25rem; color: #fff; }
.build-sub { margin: 0 0 18px; color: #b9cbd3; font-size: 0.95rem; }
.bars2 { list-style: none; margin: 0 0 16px; padding: 0; }
.bars2 li { display: grid; grid-template-columns: 1fr 120px 74px; gap: 14px; align-items: center; padding: 9px 0; border-bottom: 1px solid #ffffff14; }
.bars2 .bl { color: #dce7eb; font-size: 0.93rem; }
.bars2 .bw { background: #ffffff14; height: 12px; }
.bars2 .bw i { display: block; height: 100%; background: var(--cyan); }
.bars2 .one .bw i { background: var(--orange); }
.bars2 .bv { text-align: right; font-weight: 950; font-size: 1.05rem; color: #fff; font-variant-numeric: tabular-nums; }
.bars2 .one .bv { color: var(--orange); }
.build-note { margin: 0; color: #b9cbd3; font-size: 0.9rem; }

.rec-quote { margin: 0 0 26px; padding: 24px 28px; background: var(--gold); }
.rec-quote p { margin: 0 0 10px; color: var(--ink); font-size: clamp(1.05rem, 2.2vw, 1.35rem); font-weight: 600; line-height: 1.4; }
.rec-quote cite { font-style: normal; font-size: 0.86rem; color: #4a3c12; }
.rec-quote cite a { color: #3b2f0c; }
.findlist { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.findlist article { padding: 18px; background: #ffffff0d; border-left: 4px solid var(--orange); }
.findlist h4 { margin: 0 0 6px; font-size: 0.95rem; color: #fff; }
.findlist p { color: #c6d6dc; font-size: 0.92rem; }
.rec-cta { margin: 22px 0 10px; }

@media (max-width: 900px) {
  .rec-row { grid-template-columns: 1fr; }
  .findlist { grid-template-columns: 1fr; }
  .bars2 li { grid-template-columns: 1fr 70px; }
  .bars2 .bw { grid-column: 1 / -1; order: 3; }
}
