
:root {
  --bg: #f6f3ec;
  --paper: #ffffff;
  --ink: #1a1a1a;
  --muted: #6b6b6b;
  --rule: #e3ddd0;
  --accent: #d4a017;
  --accent-strong: #b48314;
  --deep: #122844;
  --shadow: 0 1px 3px rgba(20,20,20,.06), 0 8px 24px rgba(20,20,20,.04);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
  margin: 0; color: var(--ink); background: var(--bg);
  font-feature-settings: "ss01", "ss02";
}
a { color: var(--deep); text-decoration: none; border-bottom: 1px solid rgba(18,40,68,.25); }
a:hover { border-bottom-color: var(--deep); }
.h-serif { font-family: "Source Serif Pro", "Iowan Old Style", Georgia, serif; font-weight: 600; }
nav.top {
  position: sticky; top: 0; z-index: 5;
  background: rgba(246,243,236,.85);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--rule);
  padding: 12px 0;
}
nav.top .wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; }
nav.top .brand { font-weight: 600; font-size: 15px; color: var(--ink); border: 0; letter-spacing: -.01em; }
nav.top .brand .dot { color: var(--accent); }
nav.top ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 18px; font-size: 14px; }
nav.top a { border: 0; color: var(--muted); }
nav.top a:hover { color: var(--ink); }
main { max-width: 1180px; margin: 0 auto; padding: 32px 28px 96px; }
.hero { margin: 16px 0 40px; }
.hero .eyebrow { color: var(--muted); text-transform: uppercase; letter-spacing: .12em;
  font-size: 12px; font-weight: 600; }
.hero h1 { font-family: "Source Serif Pro", "Iowan Old Style", Georgia, serif;
  font-size: clamp(28px, 4.4vw, 52px); line-height: 1.05; margin: 14px 0 12px;
  font-weight: 600; letter-spacing: -.015em; }
.hero p.lede { font-size: clamp(16px, 1.4vw, 20px); color: #3a3a3a; max-width: 65ch;
  margin: 8px 0 0; line-height: 1.45; }
.stat-bar { display: flex; flex-wrap: wrap; gap: 32px 56px; margin: 28px 0 0;
  border-top: 1px solid var(--rule); padding-top: 22px; }
.stat-bar .s { min-width: 140px; }
.stat-bar .s .v { font-family: "Source Serif Pro", serif; font-weight: 600; font-size: 32px;
  color: var(--ink); letter-spacing: -.02em; }
.stat-bar .s .l { color: var(--muted); font-size: 12px; text-transform: uppercase;
  letter-spacing: .1em; margin-top: 2px; }
.section-title { font-family: "Source Serif Pro", serif; font-weight: 600;
  font-size: 22px; margin: 36px 0 12px; letter-spacing: -.01em; }
.region-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px; margin: 8px 0 0; }
.region-card { background: var(--paper); border-radius: 14px; padding: 22px 22px 20px;
  box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,0.04); position: relative; }
.region-card h3 { margin: 0; font-size: 18px; }
.region-card h3 a { color: var(--ink); border: 0; }
.region-card .big { font-family: "Source Serif Pro", serif; font-weight: 600;
  font-size: 44px; color: var(--ink); letter-spacing: -.02em; margin: 12px 0 0; line-height: 1; }
.region-card .sub { color: var(--muted); font-size: 13px; margin-top: 6px; }
.region-card .actions { margin-top: 16px; }
.region-card .actions a { font-size: 13px; margin-right: 16px; border: 0;
  color: var(--accent-strong); font-weight: 600; }
.region-card .actions a:hover { color: var(--deep); }
.region-card.pending { opacity: .8; }
.region-card.pending .big { color: var(--muted); font-size: 26px; font-weight: 500;
  font-family: inherit; }
.embed-map { width: 100%; height: 64vh; min-height: 460px;
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow);
  background: #0b1d33; margin: 8px 0 0; }
.embed-map .leaflet-container { width: 100%; height: 100%; }
.toolbar { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center;
  margin: 22px 0 0; font-size: 13px; color: var(--muted); }
.toolbar .pill { background: var(--paper); border: 1px solid var(--rule);
  padding: 6px 12px; border-radius: 999px; color: var(--ink); }
.toolbar .pill a { border: 0; color: var(--accent-strong); font-weight: 600; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 24px 0 0; }
@media (max-width: 760px) { .grid-2 { grid-template-columns: 1fr; } }
.bars { background: var(--paper); border-radius: 12px; box-shadow: var(--shadow); padding: 18px 22px; }
.bars h4 { margin: 0 0 12px; font-size: 14px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.bars .row { display: grid; grid-template-columns: 110px 1fr 56px; gap: 8px;
  align-items: center; padding: 4px 0; font-size: 13px; }
.bars .row .name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bars .row .name a { border: 0; color: var(--ink); }
.bars .row .bar { background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  height: 8px; border-radius: 4px; }
.bars .row .n { font-variant-numeric: tabular-nums; text-align: right; color: var(--ink); }
table.state-table { width: 100%; border-collapse: collapse; background: var(--paper);
  border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; margin-top: 14px; }
table.state-table th, table.state-table td { padding: 10px 18px; border-bottom: 1px solid var(--rule);
  font-size: 14px; text-align: left; }
table.state-table th { background: #fbf8f0; color: var(--muted); font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
table.state-table th.num, table.state-table td.num { text-align: right;
  font-variant-numeric: tabular-nums; }
table.state-table tr:last-child td { border-bottom: 0; }
table.state-table tr:hover td { background: #fbf8f0; }
.imggrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 14px; margin-top: 14px; }
.imggrid figure { margin: 0; background: var(--paper); border-radius: 10px;
  overflow: hidden; box-shadow: var(--shadow); }
.imggrid img { width: 100%; height: auto; display: block; }
.imggrid figcaption { font-size: 12px; color: var(--muted); padding: 10px 14px; }
.hero-img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 14px;
  box-shadow: var(--shadow); margin: 18px 0 8px; background: var(--deep); }
footer { color: var(--muted); font-size: 13px; padding: 28px 28px 48px;
  text-align: center; border-top: 1px solid var(--rule); margin-top: 32px; }
footer a { color: var(--muted); border-bottom-color: var(--rule); }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.breadcrumb a { color: var(--muted); border: 0; }
.breadcrumb a:hover { color: var(--ink); }
