:root {
  --green-950: #123026;
  --green-800: #1f4d3a;
  --green-700: #2f6b4f;
  --green-100: #e9f3ec;
  --cream: #fbf7ef;
  --sand: #e9dcc8;
  --gold: #c5913e;
  --rust: #9f4f2f;
  --ink: #18231f;
  --muted: #5d6b64;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(18, 48, 38, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}

img { max-width: 100%; }
a { color: inherit; }
p { margin: 0; }

.wrap {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

/* Skip link for keyboard users */
.skiplink {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--green-950);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 8px;
  z-index: 1000;
  text-decoration: none;
}
.skiplink:focus { left: 12px; top: 12px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(251, 247, 239, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 48, 38, 0.12);
}

.nav {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.03em;
  color: var(--green-950);
  font-size: clamp(20px, 2.5vw, 28px);
  white-space: nowrap;
}

.brand-logo {
  width: auto;
  height: 76px;
  flex: 0 0 auto;
  display: block;
}

/* Visually hide text while keeping it available to screen readers / SEO */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--green-950);
}

.navlinks a {
  text-decoration: none;
  opacity: 0.88;
}

.navlinks a:hover {
  opacity: 1;
  color: var(--rust);
}

.inline-link {
  color: var(--green-800);
  font-weight: 800;
  text-decoration: none;
}

.inline-link:hover {
  text-decoration: underline;
}

/* Hamburger button — hidden on desktop, visible on mobile */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}
.nav-toggle .bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--green-950);
  border-radius: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 850;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
  line-height: 1;
  font: inherit;
}

.btn:hover { transform: translateY(-2px); }
.btn.small { padding: 11px 16px; }
.btn-primary { background: var(--rust); color: var(--white); box-shadow: 0 12px 28px rgba(159, 79, 47, .28); }
.btn-primary:hover { background: #874229; }
.btn-secondary { background: var(--green-950); color: var(--white); box-shadow: 0 12px 28px rgba(18, 48, 38, .24); }
.btn-outline { border-color: rgba(255,255,255,.65); color: var(--white); background: rgba(255,255,255,.08); }
.btn-light { background: var(--white); color: var(--green-950); }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(18,48,38,.94), rgba(18,48,38,.76) 48%, rgba(18,48,38,.28)),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
}

.hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
  padding: 70px 0 86px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero-campaign-logo {
  margin: 12px 0 26px;
}

.hero-campaign-logo img {
  width: min(340px, 72%);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.22));
}

h1, h2, h3 {
  line-height: 1.08;
  margin: 0;
  letter-spacing: -0.045em;
}

h1 { font-size: clamp(44px, 7vw, 82px); max-width: 850px; }
h2 { font-size: clamp(34px, 4.4vw, 56px); color: var(--green-950); }
h3 { font-size: 24px; color: var(--green-950); }

.hero-text {
  margin-top: 20px;
  max-width: 690px;
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255,255,255,.91);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-card {
  align-self: end;
  background: rgba(251,247,239,.96);
  color: var(--ink);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.55);
}
.hero-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.hero-campaign-logo {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-campaign-logo img {
  width: min(320px, 92%);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.22));
}

.hero-card strong { color: var(--green-950); }

.stat {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(18,48,38,.12);
}

.stat:last-child { border-bottom: 0; }
.stat-num { font-size: 34px; font-weight: 900; color: var(--rust); letter-spacing: -0.04em; line-height: 1; }
.stat-unit { font-size: 22px; font-weight: 800; }
.stat-copy { color: var(--muted); font-size: 15px; }

.section { padding: 84px 0; }

.section-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}

.lead { font-size: clamp(18px, 2vw, 22px); color: var(--muted); }
.top-space { margin-top: 16px; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  background: var(--white);
  border: 1px solid rgba(18,48,38,.1);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(18,48,38,.08);
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 24px;
  margin-bottom: 18px;
}

.card p { margin-top: 12px; color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.photo-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.photo {
  width: 100%;
  min-height: 440px;
  max-height: 540px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
  display: block;
}

.photo-caption {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  text-align: center;
}

.panel {
  background: var(--green-950);
  color: var(--white);
  border-radius: 34px;
  padding: clamp(30px, 5vw, 54px);
  box-shadow: var(--shadow);
}

.panel h2 { color: var(--white); }
.panel p { margin-top: 18px; }
.panel p, .panel li { color: rgba(255,255,255,.86); }

.clean {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}

.clean li { display: flex; gap: 12px; align-items: flex-start; }
.clean li:before { content: "✓"; color: #f2c46d; font-weight: 900; flex: 0 0 auto; }

/* Map */
.map-section { padding-top: 40px; }
.map-wrap {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(18,48,38,.1);
  background: #f4f1e8;

  display: flex;
  justify-content: center;
  align-items: center;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.plan-image {
  width: 100%;
  height: auto;
  display: block;
}

.action-band {
  background: linear-gradient(135deg, var(--green-950), var(--green-700));
  color: var(--white);
  border-radius: 36px;
  padding: clamp(32px, 6vw, 62px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 32px;
  align-items: center;
  box-shadow: var(--shadow);
}

.action-band h2 { color: var(--white); }
.action-band p { color: rgba(255,255,255,.88); margin-top: 16px; font-size: 18px; }
.action-list { display: grid; gap: 12px; }

.action-item {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 16px;
  font-weight: 800;
}

/* Officials / decision-makers */
.officials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.official-card {
  background: var(--white);
  border: 1px solid rgba(18,48,38,.1);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(18,48,38,.06);
}

.official-card .role {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 8px;
}

.official-card h3 { font-size: 20px; margin-bottom: 10px; }
.official-card p { color: var(--muted); margin-top: 6px; font-size: 15px; }
.official-card a { color: var(--green-800); font-weight: 700; }

.sample-message {
  background: var(--green-100);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(31,77,58,.18);
}

.sample-message h3 { margin-bottom: 8px; }
.sample-note { color: var(--muted); margin-bottom: 18px; }

.sample {
  margin: 0;
  background: var(--white);
  border-left: 4px solid var(--rust);
  border-radius: 14px;
  padding: 22px 24px;
  display: grid;
  gap: 12px;
  color: var(--ink);
}

.sample p { font-size: 15.5px; line-height: 1.55; }

.timeline { display: grid; gap: 16px; }

.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  background: var(--white);
  border: 1px solid rgba(18,48,38,.1);
  border-radius: 24px;
  padding: 22px;
}

.date-pill { font-weight: 900; color: var(--rust); }
.timeline-item p { color: var(--muted); margin-top: 6px; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details {
  background: var(--white);
  border: 1px solid rgba(18,48,38,.1);
  border-radius: 20px;
  padding: 18px 22px;
  box-shadow: 0 6px 18px rgba(18,48,38,.05);
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--green-950);
  font-size: 17px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 22px;
  color: var(--rust);
  font-weight: 900;
  transition: transform .18s ease;
}
.faq details[open] summary::after { content: "−"; }
.faq details p { margin-top: 12px; color: var(--muted); }

.quote-section { padding-top: 20px; }
.quote {
  background: var(--sand);
  border-radius: 34px;
  padding: clamp(30px, 5vw, 56px);
  text-align: center;
}

.quote blockquote { margin: 0; }
.quote p {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.25;
  font-weight: 800;
  color: var(--green-950);
  letter-spacing: -0.03em;
}
.quote-attr {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
}

.contact-details {
  margin-top: 24px;
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.contact-details strong { color: var(--green-950); }

.contact-box {
  background: var(--white);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 12px 28px rgba(18,48,38,.08);
  border: 1px solid rgba(18,48,38,.1);
}

.form-note { color: var(--muted); margin-top: 6px; margin-bottom: 16px; }
.form-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(18,48,38,.12);
  background: #fffdf8;
}
.form-wrap iframe { display: block; width: 100%; min-height: 720px; border: 0; }

.form-fallback {
  margin-top: 14px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}

.form-fallback a {
  color: var(--rust);
  font-weight: 800;
  text-decoration: none;
}

.form-fallback a:hover {
  text-decoration: underline;
}

footer {
  background: var(--green-950);
  color: rgba(255,255,255,.82);
  padding: 40px 0;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-grid p { max-width: 520px; }
footer strong { color: var(--white); }

@media (max-width: 900px) {
  .nav {
    align-items: center;
    flex-wrap: wrap;
  }
  .nav-toggle { display: inline-flex; order: 2; }
  .navlinks {
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0 14px;
    display: none;
  }
  .navlinks.is-open { display: flex; }
  .navlinks .btn { width: 100%; }

  .hero-grid, .section-head, .split, .action-band, .contact-grid, .officials-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid { min-height: auto; padding: 64px 0; }
  .cards { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; }
  .photo { min-height: 320px; }
}
.hero-side {
  margin-top: 10px;
}

.hero-campaign-logo img {
  width: min(240px, 80%);
}

@media (max-width: 900px) {
  .brand-logo { height: 64px; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 24px, 1120px); }
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
  .section { padding: 60px 0; }
  .stat { grid-template-columns: 1fr; gap: 4px; }
  .brand-logo { height: 56px; }
  .nav { min-height: 80px; }
  .hero-campaign-logo img {
  width: min(260px, 88%);
  margin: 0 auto;
}
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-logo {
  width: 110px;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.18));
}
/* Print stylesheet — neighbors who want to share a paper copy */
@media print {
  .topbar, .nav-toggle, .hero-actions, .action-band .hero-actions, .form-wrap, .map-wrap, .skiplink { display: none !important; }
  .hero { background: none !important; color: var(--ink) !important; }
  .hero-text, .panel p, .panel li, .action-band p, .action-band h2, .panel h2 { color: var(--ink) !important; }
  .panel, .action-band { background: none !important; box-shadow: none !important; border: 1px solid #ccc !important; color: var(--ink) !important; }
  body { background: white; color: black; }
  a::after { content: " (" attr(href) ")"; font-size: 11px; color: #555; }
  .section { padding: 24px 0; }
  .card, .official-card, .timeline-item, .sample, .quote { box-shadow: none !important; border: 1px solid #ccc !important; }
}
