:root {
  --cream: #f5efe3;
  --paper: #fffdf8;
  --ink: #1c302a;
  --muted: #66736e;
  --green: #285c4c;
  --green-dark: #143c32;
  --green-deep: #0f2e27;
  --accent: #1f4d3a;
  --gold: #d5a04a;
  --blue: #7d9cad;
  --line: #d9d1c3;
  --shadow: 0 22px 60px rgba(20, 60, 50, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
textarea { resize: vertical; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(850px, calc(100% - 40px)); }
.section { padding: 104px 0; }
.hidden { position: absolute !important; left: -10000px !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 14px; top: 14px; z-index: 1000; background: white; padding: 10px 14px; border-radius: 8px; }

h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.08;
  margin: 0 0 22px;
}
h1 { font-size: clamp(3.3rem, 7.5vw, 7.3rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.45rem, 4.7vw, 4.8rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
p { margin: 0 0 18px; }
em { color: var(--accent); font-style: normal; }
.eyebrow {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow.light { color: #f3c477; }
.lead { font-size: 1.3rem; color: #354842; }
.large-copy { font-size: 1.2rem; color: rgba(255,255,255,.8); }
.section-intro { max-width: 780px; margin: 0 auto; font-size: 1.12rem; color: var(--muted); }
.centered { text-align: center; }
.handline {
  width: 95px;
  height: 10px;
  margin-top: 30px;
  background: url("data:image/svg+xml,%3Csvg width='100' height='12' viewBox='0 0 100 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8 C25 1, 65 13, 98 4' fill='none' stroke='%231f4d3a' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(255,253,248,.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(28,48,42,.09);
}
.nav-wrap { min-height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--green-dark); color: white;
  font-family: "Fraunces", Georgia, serif; font-weight: 700;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .79rem; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; font-size: .92rem; font-weight: 700; }
.site-nav a:not(.button):hover { color: var(--accent); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  background: var(--accent); border: 2px solid var(--accent); color: white;
  text-decoration: none; font-weight: 800; cursor: pointer;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 9px 24px rgba(31,77,58,.2);
}
.button:hover { transform: translateY(-2px); filter: brightness(.97); box-shadow: 0 14px 30px rgba(31,77,58,.25); }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); box-shadow: none; }
.button-light { background: white; border-color: white; color: var(--green-dark); box-shadow: none; }
.button-small { min-height: 42px; padding: 0 18px; color: white !important; }
.button-large { min-height: 60px; padding: 0 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.full-width { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  padding: 154px 0 80px;
  background:
    radial-gradient(circle at 84% 8%, rgba(213,160,74,.26), transparent 29%),
    linear-gradient(135deg, #fffdf8 0%, #f5efe3 65%, #e9ded0 100%);
}
.hero-pattern {
  position: absolute; inset: auto -10% -28% 38%; height: 78%;
  opacity: .2;
  background: url("data:image/svg+xml,%3Csvg width='700' height='500' viewBox='0 0 700 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23285c4c' stroke-width='2'%3E%3Cpath d='M0 370 C130 240 240 460 360 300 S560 100 700 250'/%3E%3Cpath d='M0 400 C130 270 240 490 360 330 S560 130 700 280'/%3E%3Cpath d='M0 430 C130 300 240 520 360 360 S560 160 700 310'/%3E%3Cpath d='M0 460 C130 330 240 550 360 390 S560 190 700 340'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 78px; align-items: center; }
.hero-lede { max-width: 730px; font-size: clamp(1.15rem, 2vw, 1.42rem); color: #43534e; }
.election-chip { display: inline-flex; align-items: center; gap: 9px; font-size: .95rem; color: var(--muted); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(213,160,74,.18); }
.portrait-wrap { position: relative; }
.portrait-frame {
  padding: 15px;
  border-radius: 34px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.portrait-frame img {
  display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center;
  border-radius: 24px;
}
.portrait-caption {
  width: calc(100% - 50px);
  margin: -28px auto 0;
  position: relative;
  padding: 18px 22px;
  border-radius: 18px;
  background: var(--green-dark); color: white;
  box-shadow: 0 14px 34px rgba(20,60,50,.24);
}
.portrait-caption { display: flex; flex-direction: column; }
.portrait-caption span { margin-top: 3px; color: rgba(255,255,255,.7); font-size: .85rem; }
.hero-stat-row {
  position: relative;
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: 76px; border-top: 1px solid rgba(28,48,42,.15); border-bottom: 1px solid rgba(28,48,42,.15);
}
.hero-stat-row > div { padding: 24px 26px; border-right: 1px solid rgba(28,48,42,.15); }
.hero-stat-row > div:first-child { padding-left: 0; }
.hero-stat-row > div:last-child { border-right: 0; }
.stat-label { display: block; margin-bottom: 5px; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-stat-row strong { font-family: "Fraunces", Georgia, serif; font-size: 1.4rem; }

.statement-section { padding: 64px 0; background: var(--green); color: white; }
.statement { margin: 0; text-align: center; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.55rem, 3.1vw, 2.65rem); line-height: 1.35; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.prose { font-size: 1.06rem; }

.priorities-section { background: var(--cream); }
.priority-list { margin-top: 64px; border-top: 1px solid var(--line); }
.priority {
  display: grid; grid-template-columns: 120px 1fr; gap: 42px;
  padding: 52px 0; border-bottom: 1px solid var(--line);
}
.priority-number { font-family: "Fraunces", Georgia, serif; font-size: 2.2rem; color: var(--accent); }
.priority-content { display: grid; grid-template-columns: 1fr 1.15fr; column-gap: 55px; }
.priority-content h3 { grid-column: 1; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.priority-content p { grid-column: 2; grid-row: 1 / span 2; color: var(--muted); font-size: 1.03rem; }
.priority-content ul { grid-column: 1; margin: 4px 0 0; padding-left: 20px; }
.priority-content li { margin-bottom: 9px; }

.city-hall-section { background: var(--green-dark); color: white; }
.city-hall-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.city-hall-section .section-heading > p:last-child { color: rgba(255,255,255,.7); font-size: 1.08rem; }
.civic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.civic-card {
  min-height: 250px; padding: 28px; border-radius: 22px;
  background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12);
}
.civic-card span { display: inline-block; margin-bottom: 38px; color: #f3c477; font-weight: 800; }
.civic-card p { color: rgba(255,255,255,.7); margin-bottom: 0; }
.participation-panel {
  margin-top: 54px; padding: 34px 38px; border-radius: 24px;
  background: var(--accent); display: flex; justify-content: space-between; align-items: center; gap: 40px;
}
.participation-panel p { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.82); }

.section-heading.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.section-heading.split > p { color: var(--muted); font-size: 1.1rem; }
.event-list { margin-top: 45px; }
.event-card {
  display: grid; grid-template-columns: 145px 1fr auto; gap: 34px; align-items: center;
  padding: 28px 0; border-top: 1px solid var(--line);
}
.event-card:last-child { border-bottom: 1px solid var(--line); }
.event-date { font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; color: var(--accent); }
.event-details p { color: var(--muted); margin-bottom: 0; }
.events-empty {
  margin-top: 42px; padding: 42px; border-radius: 24px; text-align: center;
  background: var(--cream); border: 1px solid var(--line);
}
.events-empty .button-row { justify-content: center; }

.endorsements-section { background: var(--cream); }
.endorsement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 45px; }
.endorsement-card { padding: 30px; border-radius: 22px; background: white; border: 1px solid var(--line); }
.endorsement-card blockquote { margin: 0 0 22px; font-family: "Fraunces", Georgia, serif; font-size: 1.2rem; }

.volunteer-section { background: var(--green-deep); color: white; }
.volunteer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.role-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.role-pills span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.75); font-size: .86rem; }
.form-card { padding: 38px; border-radius: 28px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.form-card > p { color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 16px; font-weight: 700; }
input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 100%; margin-top: 7px; padding: 13px 14px;
  border: 1px solid #c9c3b8; border-radius: 11px; background: #fffefa;
}
input:focus, textarea:focus { outline: 3px solid rgba(213,160,74,.27); border-color: var(--gold); }
fieldset { border: 0; margin: 22px 0; padding: 0; }
legend { margin-bottom: 12px; font-weight: 800; }
.check { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 9px; font-weight: 500; }
.check input { margin-top: 5px; }
.form-note { margin-top: 14px; color: var(--muted); font-size: .82rem; }

.donate-section { background: var(--paper); }
.donate-panel {
  padding: 52px; border-radius: 30px; display: flex; justify-content: space-between; align-items: center; gap: 55px;
  background:
    radial-gradient(circle at 92% 20%, rgba(213,160,74,.25), transparent 28%),
    var(--cream);
  border: 1px solid var(--line);
}
.donate-panel p { max-width: 700px; color: var(--muted); }

.contact-section { padding-top: 50px; background: var(--paper); }
.contact-grid { padding-top: 50px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.contact-links { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-weight: 800; }
.contact-links a:hover { color: var(--accent); }

.site-footer { padding: 44px 0; background: #0b2922; color: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 35px; }
.footer-brand { font-family: "Fraunces", Georgia, serif; font-size: 1.15rem; text-decoration: none; }
.site-footer p { color: rgba(255,255,255,.62); margin: 5px 0; font-size: .88rem; }
.footer-meta { text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; top: 76px; left: 20px; right: 20px;
    padding: 20px; border-radius: 18px; flex-direction: column; align-items: stretch;
    background: white; box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .hero-grid, .about-grid, .city-hall-grid, .volunteer-grid { grid-template-columns: 1fr; gap: 48px; }
  .portrait-wrap { max-width: 560px; margin-inline: auto; }
  .priority-content { grid-template-columns: 1fr; }
  .priority-content h3, .priority-content p, .priority-content ul { grid-column: 1; grid-row: auto; }
  .priority-content p { margin-top: 6px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .hero { padding-top: 125px; min-height: auto; }
  .hero-stat-row { grid-template-columns: 1fr; }
  .hero-stat-row > div { border-right: 0; border-bottom: 1px solid rgba(28,48,42,.15); padding-inline: 0; }
  .hero-stat-row > div:last-child { border-bottom: 0; }
  .priority { grid-template-columns: 1fr; gap: 12px; padding: 38px 0; }
  .civic-grid { grid-template-columns: 1fr; }
  .participation-panel, .donate-panel, .contact-grid, .footer-grid { flex-direction: column; align-items: flex-start; }
  .event-card { grid-template-columns: 1fr; gap: 8px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-links, .footer-meta { align-items: flex-start; text-align: left; }
  .form-card { padding: 28px 22px; }
  .donate-panel { padding: 34px 26px; }
}
