:root {
  --cream: #fff8e8;
  --surface: #fffdf7;
  --peach: #ffe9cf;
  --peach-soft: #fff1df;
  --teal: #14796f;
  --teal-dark: #0c5d56;
  --ink: #26342f;
  --body: #4b5a54;
  --muted: #6f7b75;
  --line: rgba(38, 52, 47, .12);
  --shadow: 0 7px 20px rgba(85, 68, 36, .08);
  --sans: 'Figtree', 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font: 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: var(--teal-dark); text-underline-offset: 3px; }
button, input { font: inherit; }
::selection { background: var(--peach); color: var(--ink); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.fold { width: min(1180px, 100%); min-height: 100svh; margin: 0 auto; padding: 10px 12px; display: flex; flex-direction: column; position: relative; }
.top { min-height: 48px; display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; }
.burger { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--peach-soft); cursor: pointer; display: grid; place-content: center; transition: background .18s ease, transform .18s ease; }
.burger span { width: 20px; height: 2px; margin: 2.5px 0; border-radius: 2px; background: var(--teal-dark); display: block; }
.burger:hover { background: var(--peach); transform: translateY(-1px); }
.wordmark { justify-self: center; color: var(--teal-dark); font: 800 clamp(28px, 7vw, 66px)/.9 var(--sans); letter-spacing: -.055em; text-decoration: none; }
.wordmark span { color: inherit; }
.issue { justify-self: end; color: var(--teal-dark); font-size: 10px; font-weight: 700; line-height: 1.05; letter-spacing: .04em; text-align: right; }
.landing-grid { display: grid; gap: 8px; min-height: 0; }
.pitch { padding: 8px 2px 7px; font-size: clamp(16px, 3.9vw, 25px); font-weight: 550; line-height: 1.25; letter-spacing: -.018em; }
.pitch b { color: var(--teal-dark); font-weight: 750; }
.rows { display: grid; gap: 7px; }
.row { display: grid; grid-template-columns: 54px minmax(0, 1fr); overflow: hidden; border-radius: 16px; background: var(--peach-soft); }
.tag { padding: 9px 7px; color: var(--teal-dark); font-size: 11px; font-weight: 750; line-height: 1.15; letter-spacing: .025em; text-transform: none; }
.links { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; padding: 3px; }
.link { min-width: 0; min-height: 42px; width: 100%; padding: 6px 7px 6px 9px; border: 0; border-radius: 12px; background: rgba(255, 253, 247, .8); color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 5px; font-weight: 680; line-height: 1.15; text-align: left; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.link:hover, .link:focus-visible, .people-link:hover, .people-link:focus-visible { background: var(--teal); color: var(--surface); transform: translateY(-1px); }
.link small, .people-link small { flex: none; padding: 3px 7px; border: 0; border-radius: 99px; background: var(--peach); color: var(--teal-dark); font-size: 10px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.link:hover small, .link:focus-visible small, .people-link:hover small, .people-link:focus-visible small { background: rgba(255,255,255,.9); color: var(--teal-dark); }
.people-row { grid-template-columns: 54px minmax(0, 1fr); }
.people-row .tag { align-self: center; writing-mode: vertical-rl; transform: rotate(180deg); text-align: center; justify-self: center; }
.coalition-links { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; padding: 3px; }
.people-link { min-width: 0; min-height: 50px; padding: 6px 7px; border-radius: 12px; background: rgba(255, 253, 247, .8); color: var(--ink); display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 0 4px; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.people-link:last-child { grid-column: 1 / -1; }
.people-link b { font-size: 13px; line-height: 1.1; }
.people-link span { grid-column: 1 / -1; margin-top: 2px; color: var(--body); font-size: 10.5px; line-height: 1.15; }
.people-link:hover span, .people-link:focus-visible span { color: inherit; }
.people-link small { grid-column: 2; grid-row: 1; }
.meeting { display: grid; grid-template-columns: 104px 1fr; min-height: 74px; margin-top: 1px; overflow: hidden; border-radius: 17px; background: var(--peach); box-shadow: var(--shadow); }
.meeting img { width: 104px; height: 74px; object-fit: cover; border-radius: 17px; }
.meeting p { align-self: center; padding: 7px 10px; color: var(--body); font-size: 11px; line-height: 1.28; }
.meeting b { color: var(--ink); }
.foot { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 8px; padding: 7px 1px; }
.join-label { max-width: 76px; color: var(--teal-dark); font-size: 10px; font-weight: 750; line-height: 1.15; letter-spacing: .02em; }
.join { min-width: 0; display: flex; gap: 5px; }
.join input { width: 100%; min-width: 0; padding: 8px 11px; border: 1px solid rgba(20, 121, 111, .22); border-radius: 999px; background: var(--surface); color: var(--ink); font-size: 14px; box-shadow: inset 0 1px 2px rgba(85, 68, 36, .04); }
.join button { flex: none; padding: 8px 13px; border: 0; border-radius: 999px; background: var(--teal); color: var(--surface); font-size: 11px; font-weight: 750; cursor: pointer; box-shadow: 0 4px 11px rgba(20, 121, 111, .2); }
.join button:hover { background: var(--teal-dark); }
.join .email { display: none; }
.notice { grid-column: 1 / -1; color: var(--teal-dark); font-size: 11px; font-weight: 700; }
.stats-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; margin-top: auto; }
.stats-intro { grid-column: 1 / -1; padding: 2px 2px 1px; color: var(--teal-dark); font-size: 10px; font-weight: 750; letter-spacing: .025em; }
.stat { min-width: 0; position: relative; border-radius: 13px; background: var(--peach-soft); }
.stat summary { min-height: 46px; padding: 6px 7px; cursor: pointer; list-style: none; font-size: 10px; line-height: 1.13; }
.stat summary::-webkit-details-marker { display: none; }
.stat summary b { display: block; margin-bottom: 2px; color: var(--teal-dark); font-size: 17px; font-weight: 800; line-height: 1; }
.stat > span { position: absolute; z-index: 4; bottom: calc(100% + 6px); left: 2px; width: min(250px, 82vw); padding: 10px; border-radius: 13px; background: var(--surface); box-shadow: 0 8px 24px rgba(55, 46, 25, .16); font-size: 11px; line-height: 1.35; }
.stat:nth-last-child(1) > span { left: auto; right: 2px; }
.stat cite { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 550; font-style: normal; }
.stat cite a { color: inherit; text-decoration: none; border-bottom: 1px dotted currentColor; }
.kit .src { display: block; margin-top: 7px; font-size: 11px; color: var(--muted); }
.kit .src a { color: inherit; text-decoration: none; border-bottom: 1px dotted currentColor; cursor: help; }
.menu { position: fixed; z-index: 20; inset: 0; display: flex; background: rgba(38, 52, 47, .38); backdrop-filter: blur(3px); }
.menu[hidden] { display: none; }
.menu nav { width: min(350px, 88vw); padding: 20px; border-radius: 0 26px 26px 0; background: var(--cream); box-shadow: 10px 0 30px rgba(38, 52, 47, .15); display: grid; align-content: start; }
.menu .x { justify-self: end; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--peach); color: var(--teal-dark); font-size: 24px; cursor: pointer; }
.menu nav > b { padding: 9px 3px 14px; color: var(--teal-dark); font-size: 25px; }
.menu nav a { margin: 2px 0; padding: 10px 11px; border-radius: 13px; color: var(--ink); font-weight: 680; text-decoration: none; }
.menu nav a:hover { background: var(--peach-soft); color: var(--teal-dark); }
.menu nav a small { display: block; color: var(--teal-dark); font-size: 10px; font-weight: 700; letter-spacing: .025em; }

/* Interior pages share the same welcoming neighborhood-newsletter system. */
.subtop { min-height: 0; padding-bottom: 0; }
.subtop .wordmark { font-size: clamp(26px, 5vw, 40px); }
.sub section { padding: clamp(32px, 6vw, 70px) 0; }
.wrap { width: min(880px, 100%); margin: 0 auto; padding: 0 18px; }
.kicker { color: var(--teal-dark); font-size: 12px; font-weight: 750; letter-spacing: .025em; }
h2 { max-width: 720px; margin: 8px 0 14px; color: var(--teal-dark); font-size: clamp(31px, 6vw, 54px); font-weight: 780; line-height: 1.03; letter-spacing: -.04em; }
h3 { color: var(--teal-dark); font-size: clamp(23px, 4vw, 34px); line-height: 1.1; letter-spacing: -.025em; }
.lede { max-width: 680px; color: var(--body); font-size: 18px; }
.facts, .kit, .orgs { display: grid; gap: 10px; margin-top: 26px; }
.fact, .kit > div, .org { padding: 17px; border-radius: 17px; background: var(--peach-soft); color: var(--body); }
.fact b, .kit b, .org b { color: var(--ink); }
.kit b, .org b { display: block; margin-bottom: 3px; }
.org { text-decoration: none; transition: background .18s ease, transform .18s ease; }
.org b { font-size: 18px; }
.org:hover { background: var(--peach); transform: translateY(-2px); }
.org-list-block { margin-top: 52px; }
.org-list-block h3 { margin-top: 7px; }
.vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
ol.asks, .steps { margin-top: 26px; counter-reset: item; display: grid; gap: 10px; }
ol.asks { list-style: none; }
ol.asks li, .steps > div { display: grid; grid-template-columns: 38px 1fr; gap: 9px; padding: 16px; border-radius: 17px; background: var(--peach-soft); color: var(--body); }
ol.asks li::before, .steps > div::before { counter-increment: item; content: counter(item, decimal-leading-zero); color: var(--teal-dark); font-size: 13px; font-weight: 800; }
ol.asks b, .steps b { color: var(--ink); }
.steps b { display: block; }
.btnrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.btn { display: inline-block; padding: 11px 17px; border: 0; border-radius: 999px; background: var(--teal); color: var(--surface); font-size: 12px; font-weight: 750; text-decoration: none; cursor: pointer; box-shadow: 0 4px 12px rgba(20, 121, 111, .16); }
.btn:hover { background: var(--teal-dark); }
.btn.ghost { border: 1px solid rgba(20, 121, 111, .28); background: transparent; color: var(--teal-dark); box-shadow: none; }
.btn.ghost:hover { background: var(--peach-soft); }
footer { padding: 24px 0 38px; color: var(--muted); font-size: 12px; }
footer .wrap { display: flex; align-items: center; gap: 10px; }
.cmark { width: 30px; height: 30px; border-radius: 50%; background: var(--peach); display: grid; place-items: center; color: var(--teal-dark); font-size: 11px; font-weight: 800; }
.mapwrap { margin-top: 30px; }
.map { padding: 12px; border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); }
.map svg { display: block; width: 100%; height: auto; }
.map .states path { fill: var(--peach); stroke: #c58f65; stroke-width: 1; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.map { --ev-font: var(--sans); --ev-tip-radius: 14px; --ev-tip-border: var(--line); --ev-tip-bg: var(--surface); --ev-tip-fg: var(--ink); --ev-tip-muted: var(--muted); --ev-tip-link: var(--teal-dark); --ev-focus: var(--teal); --ev-stroke: var(--surface); --ev-legend-fg: var(--muted); }
.map-note { margin-top: 9px; color: var(--muted); font-size: 12px; }
.coalition-sections { margin-top: 46px; display: grid; gap: 12px; }
.coalition-section { scroll-margin-top: 12px; display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 20px; border-radius: 18px; background: var(--peach-soft); }
.coalition-section .number { color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.coalition-section p { margin-top: 5px; color: var(--body); }
.coalition-section .route { margin-top: 9px; color: var(--teal-dark); font-size: 11px; font-weight: 750; }
.joinbox { margin-top: 44px; padding: 22px; border-radius: 22px; background: var(--teal); color: var(--surface); box-shadow: 0 8px 24px rgba(20, 121, 111, .17); }
.joinbox h3 { margin-bottom: 7px; color: var(--surface); }
.joinbox p { max-width: 620px; }
.joinform { display: flex; max-width: 580px; margin-top: 16px; gap: 7px; }
.joinform input { min-width: 0; flex: 1; padding: 12px 15px; border: 0; border-radius: 999px; background: var(--surface); color: var(--ink); }
.joinform button { padding: 11px 17px; border: 0; border-radius: 999px; background: var(--ink); color: var(--surface); }
.joinbox .notice { margin-top: 9px; color: var(--surface); }
.action-links { margin-top: 28px; display: flex; gap: 8px; flex-wrap: wrap; }

@media (min-width: 800px) {
  .fold { padding: 18px 28px 22px; min-height: 0; }
  .stats-strip { margin-top: 22px; }
  .top { grid-template-columns: 54px 1fr 100px; }
  .issue { font-size: 11px; }
  .landing-grid { grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr); gap: 32px; align-items: stretch; }
  .rows { gap: 10px; }
  .pitch { padding: 22px 2px 20px; font-size: 30px; }
  .row, .people-row { grid-template-columns: 104px minmax(0, 1fr); border-radius: 20px; }
  .tag { align-self: center; padding: 13px 14px; font-size: 15px; }
  .people-row .tag { writing-mode: horizontal-tb; transform: none; }
  .link { min-height: 60px; padding: 10px 16px; font-size: 19px; }
  .coalition-links { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .people-link { min-height: 118px; padding: 12px 11px; grid-template-columns: 1fr; }
  .people-link:last-child { grid-column: auto; }
  .people-link b { font-size: 16px; }
  .people-link span { font-size: 12.5px; }
  .meeting { margin-top: 18px; display: flex; flex-direction: column; border-radius: 30px; background: var(--peach); }
  .meeting img { width: 100%; height: min(40vh, 360px); border-radius: 30px; }
  .meeting p { padding: 16px 18px 18px; font-size: 17px; }
  .foot { grid-template-columns: 150px minmax(0, 520px) 1fr; gap: 14px; padding: 20px 2px; }
  .join-label { max-width: none; font-size: 13px; }
  .join .phone { display: none; }
  .join .email { display: block; }
  .notice { grid-column: 3; }
  .stats-strip { grid-template-columns: 155px repeat(3, 1fr); align-items: stretch; gap: 8px; }
  .stats-intro { grid-column: auto; display: flex; align-items: center; padding: 10px; font-size: 13px; }
  .stat summary { min-height: 70px; padding: 12px 14px; font-size: 13.5px; }
  .stat summary b { display: inline; margin-right: 6px; font-size: 27px; }
  .facts, .kit { grid-template-columns: repeat(3, 1fr); }
  .kit { grid-template-columns: repeat(2, 1fr); }
  .orgs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 390px) {
  .fold { padding: 8px 9px; }
  .top { min-height: 44px; grid-template-columns: 42px 1fr 42px; }
  .burger { width: 38px; height: 38px; }
  .wordmark { font-size: 27px; }
  .issue { font-size: 9px; }
  .pitch { padding-top: 6px; font-size: 16px; }
  .rows { gap: 6px; }
  .row, .people-row { grid-template-columns: 50px minmax(0, 1fr); border-radius: 14px; }
  .tag { padding: 7px 6px; font-size: 10px; }
  .link { min-height: 38px; padding: 5px 6px 5px 8px; font-size: 13px; }
  .link small, .people-link small { padding: 2px 5px; font-size: 9px; }
  .people-link { min-height: 51px; padding: 5px 6px; }
  .people-link b { font-size: 12px; }
  .people-link span { font-size: 10px; }
  .meeting { grid-template-columns: 92px 1fr; min-height: 68px; border-radius: 15px; }
  .meeting img { width: 92px; height: 68px; border-radius: 15px; }
  .meeting p { padding: 6px 8px; font-size: 10.5px; }
  .foot { padding: 6px 1px; }
  .join-label { max-width: 69px; font-size: 9.5px; }
  .join input { padding: 7px 9px; font-size: 13px; }
  .join button { padding: 7px 10px; }
  .stats-strip { gap: 4px; }
  .stat summary { min-height: 44px; padding: 5px 6px; font-size: 9.5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
