:root {
  --ink: #1a2b4a;
  --ink-soft: #4a5f7f;
  --evergreen: #1e3a5f;
  --evergreen-2: #0f2438;
  --ivory: #f7f2f8;
  --paper: #fafbff;
  --sand: #e8dff0;
  --clay: #d32f2f;
  --clay-dark: #b71c1c;
  --gold: #c41e3a;
  --line: rgba(30, 58, 95, 0.14);
  --shadow: 0 22px 60px rgba(30, 58, 95, 0.12);
  --shadow-sm: 0 10px 28px rgba(30, 58, 95, 0.09);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1200px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  z-index: 1000;
  background: white;
  color: var(--evergreen);
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 800;
}
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 820px); }
.section { padding: 84px 0; }
.section.compact { padding: 60px 0; }
.section.cream { background: var(--ivory); }
.section.dark { background: var(--evergreen); color: white; }
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 { color: white; }
.section.clay-wash { background: linear-gradient(135deg, #edf0f8, #fafbff); }
.eyebrow {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--clay-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

.dark .eyebrow { color: rgba(255,255,255,.65); }
.display {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
  font-weight: 700;
}
h1, h2, h3, h4 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); letter-spacing: -0.035em; }
h2 { margin: 0 0 20px; font-size: clamp(2.45rem, 5vw, 4.7rem); line-height: 0.98; }
h3 { margin: 0 0 12px; font-size: 1.35rem; line-height: 1.2; }
p { margin: 0 0 1.25em; }
.lede { font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.55; color: var(--ink-soft); }
.dark .lede { color: rgba(255,255,255,.78); }
.small { font-size: 0.88rem; }
.muted { color: var(--ink-soft); }

.election-bar {
  background: var(--evergreen-2);
  color: white;
  padding: 8px 16px;
  text-align: center;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.voting-cta-section {
  padding: 50px 0 50px;
}

.voting-cta-card {
  background: var(--clay);
  color: white;
  padding: 40px;
  border-radius: var(--radius-lg);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}

.voting-cta-card h2 {
  color: white;
  margin: 0 0 16px 0;
  font-size: 1.75rem;
}

.voting-cta-card p {
  color: white;
  margin: 0 0 24px 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.voting-cta-card .button {
  background: white;
  color: var(--clay);
  font-weight: 700;
}

.bar-close {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bar-close::before {
  content: '✕';
}

.bar-close:hover {
  opacity: 0.7;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(30,58,95,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand-logo { display: flex; align-items: center; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.brand-logo img { height: 54px; width: auto; display: block; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 0; }
.brand img { width: 40px; height: 40px; flex-shrink: 0; border-radius: 8px; }
.brand-copy { display: grid; line-height: 1; min-width: 0; }
.brand-name { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; letter-spacing: -.02em; word-break: break-word; color: white; }
.brand-office { margin-top: 5px; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.site-nav { display: flex; align-items: center; gap: 25px; }
 .site-nav a, .site-nav a:visited { color: var(--evergreen); text-decoration: none; font-size: .91rem; font-weight: 750; }

.site-nav a:not(.button):hover, .site-nav a[aria-current="page"]:not(.button) { color: var(--clay-dark); }
.menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: none;
  background: transparent;
  width: 0;
  height: 0;
  border-radius: 8px;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  visibility: hidden;
  pointer-events: none;
}
.menu-close { display: none; }
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--evergreen);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
  pointer-events: none;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--clay);
  color: white;
  text-decoration: none;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--clay-dark); box-shadow: 0 12px 24px rgba(157,92,57,.2); }
.button.secondary { background: transparent; color: var(--evergreen); border-color: var(--line); }
.button.secondary:hover { background: white; border-color: var(--evergreen); box-shadow: var(--shadow-sm); }
.button.light { background: white; color: var(--evergreen); }
  .button.ghost-light { background: transparent; border-color: var(--line); color: var(--evergreen); }
  .button.donate-button { background: var(--clay); color: white; }
  .button.donate-button:hover { background: var(--clay-dark); color: white; }

.button.small-button { min-height: 42px; padding: 10px 17px; font-size: .86rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { font-weight: 850; color: var(--clay-dark); }

.hero {
  position: relative;
  overflow: clip;
  min-height: calc(100vh - 113px);
  background:
    radial-gradient(circle at 82% 20%, rgba(195,30,47,.07), transparent 25%),
    linear-gradient(145deg, var(--ivory) 0%, #fafbff 55%, #edf0f8 100%);
}
.hero::before {
  content: "21";
  position: absolute;
  left: -1vw;
  bottom: -16vw;
  color: rgba(30,58,95,.04);
  font-family: var(--serif);
  font-size: min(44vw, 640px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.hero-grid { min-height: calc(100vh - 113px); display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 65px; padding: 60px 0 70px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero-copy .display span { display: block; color: var(--clay-dark); }
.hero-copy .lede { max-width: 650px; margin-top: 28px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 30px; font-size: .9rem; font-weight: 800; color: var(--ink-soft); }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 17px; height: 17px; color: var(--clay-dark); }
.hero-art {
  position: relative;
  min-height: 610px;
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 9%;
  overflow: hidden;
  border-radius: 240px 240px 30px 30px;
  box-shadow: var(--shadow);
  background: var(--sand);
  z-index: 1;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-image-block { display: none; }
.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1;
  margin: 0 auto 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--sand);
}
.hero-image-wrapper picture { display: block; width: 100%; height: 100%; }
.hero-image-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-card {
  position: absolute;
  left: 0;
  top: 500px;
  width: min(330px, 65%);
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: var(--radius-md);
  background: rgba(255,253,248,.92);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
  z-index: 5;
}
.hero-card strong { display: block; font-family: var(--serif); font-size: 1.42rem; line-height: 1.15; }
.hero-card span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: .88rem; }
.hero-seal {
  position: absolute;
  right: 0;
  top: -20px;
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--evergreen);
  color: white;
  border: 10px solid var(--paper);
  box-shadow: var(--shadow-sm);
  text-align: center;
  font-size: .67rem;
  z-index: 2;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-seal b { display: block; font-family: var(--serif); font-size: 2rem; letter-spacing: 0; }

.credibility-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.credibility-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.credibility-item { padding: 28px 34px; border-right: 1px solid var(--line); }
.credibility-item:first-child { padding-left: 0; }
.credibility-item:last-child { border-right: 0; }
.credibility-item strong { display: block; font-family: var(--serif); font-size: 1.3rem; }
.credibility-item span { color: var(--ink-soft); font-size: .88rem; }

.endorsement-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.endorsement-card { display: flex; flex-direction: column; gap: 20px; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.endorsement-card h2 { margin: 0; font-size: 1.35rem; }
.endorsement-card p { margin: 0; color: var(--ink-soft); }
.endorsement-card .endorsement-image { width: 100%; aspect-ratio: 1 / 1.18; object-fit: contain; background: white; border-radius: var(--radius-sm); }
.endorsement-card .button { width: 100%; justify-content: center; margin-top: auto; }

.news-content { max-width: 980px; }
.news-feature-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; align-items: start; }
.news-feature-grid > img, .news-large-image img { display: block; width: 100%; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.news-large-image { margin: 0; }
.news-large-image figcaption { margin-top: 10px; color: var(--ink-soft); font-size: .9rem; }
.video-frame { aspect-ratio: 16 / 9; margin-top: 24px; overflow: hidden; border-radius: var(--radius-sm); background: var(--evergreen-2); }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.press-list { display: grid; gap: 22px; }
.press-list article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.press-list h3, .press-list p { margin: 0; }
.press-list h3 { font-size: 1.15rem; }
.press-list h3 a { color: var(--evergreen); }
.press-list p + p { margin-top: 6px; }

.contribute-content { max-width: 820px; }
.contribute-content h2 { margin-top: 8px; }
.contribute-form-card { display: grid; gap: 14px; margin-top: 36px; padding: 30px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-md); }
.contribute-form-card h3, .contribute-form-card p { margin: 0; }
.contribute-form-card .button { width: fit-content; }
.text-link { width: fit-content; color: var(--evergreen); font-weight: 750; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.text-link:hover { color: var(--clay-dark); }
.contribute-details { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.contribute-details h3 { margin-bottom: 10px; }
.contribute-details ul, .legal-note ul { display: grid; gap: 8px; padding-left: 22px; }
.legal-note { margin-top: 36px; padding: 24px; color: var(--ink-soft); background: var(--paper-muted); border-radius: var(--radius-sm); font-size: .9rem; }
.legal-note p:first-child { color: var(--ink); }

.section-head {
 display: grid; grid-template-columns: 1fr .78fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-head p { margin-bottom: 8px; }
.card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.issue-card {
  position: relative;
  min-height: 355px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: white;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.issue-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); border-color: transparent; }
.issue-number { display: block; margin-bottom: 58px; font-family: var(--serif); color: var(--clay-dark); font-size: 1.45rem; }
.issue-card h3 { font-family: var(--serif); font-size: 1.65rem; }
.issue-card p { color: var(--ink-soft); font-size: .94rem; }
.issue-card a::after { content: " →"; }
.issue-card .line-art { position: absolute; right: -40px; bottom: -48px; width: 180px; opacity: .055; }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.split.reverse { grid-template-columns: 1.05fr .95fr; }
.split.reverse .media { order: 2; }
.media { position: relative; }
.media-frame { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: var(--sand); }
.media-frame.portrait { aspect-ratio: 4/5; }
.media-frame.landscape { aspect-ratio: 16/11; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-note {
  position: absolute;
  right: -24px;
  bottom: 34px;
  max-width: 250px;
  padding: 18px 20px;
  background: var(--evergreen);
  color: white;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  font-size: .83rem;
}
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 25px; height: 25px; border-radius: 50%; background: #dde5f0; color: var(--evergreen); font-weight: 900; }

.district-panel { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--evergreen); color: white; padding: 58px; }
.district-panel::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.11); border-radius: 49% 51% 58% 42% / 43% 38% 62% 57%; right: -130px; top: -155px; transform: rotate(16deg); }
.district-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.community-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.community-cloud span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .84rem; background: rgba(255,255,255,.05); }
.map-art { min-height: 340px; position: relative; }
.map-art svg { width: 100%; height: 100%; filter: drop-shadow(0 24px 25px rgba(0,0,0,.14)); }
.map-dot { transform-origin: center; animation: pulse 3s ease-in-out infinite; }
.map-dot:nth-child(2n) { animation-delay: 1s; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.8); } }

.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 35px; }
.stat { padding: 26px; border-radius: var(--radius-md); background: var(--ivory); }
.stat strong { display: block; font-family: var(--serif); font-size: 2rem; color: var(--evergreen); line-height: 1; }
.stat span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: .83rem; }

.timeline { position: relative; margin-top: 40px; }
.timeline::before { content: ""; position: absolute; left: 16px; top: 12px; bottom: 12px; width: 1px; background: var(--line); }
.timeline-item { position: relative; padding: 0 0 34px 55px; }
.timeline-item::before { content: ""; position: absolute; left: 9px; top: 7px; width: 15px; height: 15px; border-radius: 50%; background: var(--clay); border: 4px solid var(--paper); box-shadow: 0 0 0 1px var(--line); }
.timeline-item h3 { font-family: var(--serif); font-size: 1.5rem; }
.timeline-item p { color: var(--ink-soft); }

.event-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.event-card { display: flex; flex-direction: column; min-height: 310px; padding: 28px; border: 1px solid var(--line); background: white; border-radius: var(--radius-md); }
.event-date { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 68px; height: 68px; border-radius: 50%; background: var(--ivory); color: var(--evergreen); font-weight: 900; text-align: center; flex-shrink: 0; }
.event-date span { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1; }
.event-date b { font-family: var(--serif); font-size: 1.55rem; line-height: 1; font-weight: 700; }
.event-card h3 { margin-top: 28px; font-family: var(--serif); font-size: 1.55rem; }
.event-card p { color: var(--ink-soft); font-size: .91rem; }
.event-card .text-link { margin-top: auto; }

.quote-panel { position: relative; padding: 55px; border-radius: var(--radius-lg); background: #e5ecf5; }
.quote-panel blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.9rem); line-height: 1.07; letter-spacing: -.03em; }
.quote-panel footer { margin-top: 28px; font-weight: 850; color: var(--ink-soft); }

.cta-band { position: relative; overflow: hidden; background: var(--evergreen); color: white; border-radius: var(--radius-lg); padding: 64px; }
.cta-band::after { content: "21"; position: absolute; right: -15px; bottom: -100px; font-family: var(--serif); font-size: 300px; line-height: 1; color: rgba(255,255,255,.045); }
.cta-band-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; }
.cta-band h2 { max-width: 760px; }

  .page-hero-copy { display: grid; gap: 22px; justify-items: start; }
  .map-cta { white-space: nowrap; }
  .map-modal[hidden] { display: none; }
  .map-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 24px; }
  .map-modal-backdrop { position: absolute; inset: 0; background: rgba(8, 25, 42, .78); }
  .map-modal-panel { position: relative; z-index: 1; display: grid; width: min(980px, 100%); max-height: calc(100vh - 48px); overflow: hidden; background: var(--paper); border-radius: var(--radius-lg); box-shadow: 0 24px 80px rgba(0,0,0,.3); }
  .map-modal-header, .map-modal-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 24px; }
  .map-modal-header { border-bottom: 1px solid var(--line); }
  .map-modal-header h2 { margin: 0; font-size: 1.35rem; }
  .map-modal-close { border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 2rem; line-height: 1; }
  .map-modal-body { min-height: 55vh; background: #e9edf2; }
  .map-modal-body iframe { display: block; width: 100%; height: min(68vh, 720px); border: 0; }
  .map-modal-actions { justify-content: flex-start; flex-wrap: wrap; border-top: 1px solid var(--line); }
  body.map-modal-open { overflow: hidden; }

  .page-hero { padding: 90px 0 70px; background: linear-gradient(145deg, var(--ivory), #edf0f8); border-bottom: 1px solid var(--line); }

.page-hero .container { display: grid; grid-template-columns: 1fr .62fr; gap: 70px; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(3.8rem, 8vw, 7rem); line-height: .91; }
.page-hero p { color: var(--ink-soft); font-size: 1.15rem; }
.breadcrumb { margin-bottom: 22px; font-size: .79rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; color: var(--clay-dark); }
.breadcrumb a { text-decoration: none; }

.priority-section { display: grid; grid-template-columns: 110px 1fr .9fr; gap: 35px; padding: 60px 0; border-top: 1px solid var(--line); }
.priority-section:first-child { border-top: 0; }
.priority-number { font-family: var(--serif); font-size: 4rem; line-height: .8; color: var(--sand); }
.priority-copy h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.priority-detail { padding: 26px; border-radius: var(--radius-md); background: var(--ivory); color: var(--ink-soft); }
.priority-detail strong { color: var(--evergreen); }

.record-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.record-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.record-card h3 { font-family: var(--serif); font-size: 1.75rem; }
.record-card p { color: var(--ink-soft); }
.source-link { display: inline-flex; margin-top: 8px; font-size: .82rem; font-weight: 800; color: var(--clay-dark); }

.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.news-card-image { aspect-ratio: 16/10; overflow: hidden; background: var(--sand); }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-card:hover img { transform: scale(1.025); }
.news-card-body { padding: 25px; }
.news-card-body h3 { font-family: var(--serif); font-size: 1.55rem; }
.news-meta { margin-bottom: 10px; color: var(--clay-dark); font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

.form-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, fieldset legend { font-weight: 800; font-size: .88rem; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fafbff;
  color: var(--ink);
  padding: 13px 14px;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold); border-color: transparent; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 10px; }
.checkbox { display: flex; align-items: flex-start; gap: 9px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; font-size: .88rem; }
.checkbox input { margin-top: 4px; }
.form-note { margin-top: 14px; color: var(--ink-soft); font-size: .8rem; }
.form-status { display: none; margin-top: 15px; padding: 12px 14px; border-radius: 10px; background: #dde5f5; color: #1e3a5f; font-size: .88rem; font-weight: 750; }
.form-status.show { display: block; }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 45px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 28px 0; }
.contact-list li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list strong { display: block; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--clay-dark); }

.faq details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 1.4rem; font-weight: 700; }
.faq details p { color: var(--ink-soft); margin: 14px 0 0; }

.site-footer { padding: 70px 0 25px; background: #ffffff; color: var(--ink); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,.6fr); gap: 50px; align-items: start; }
.footer-brand { max-width: 380px; }
.footer-brand-logo { display: block; text-decoration: none; }
.footer-brand-logo img { width: 100%; max-width: 360px; height: auto; display: block; }
.footer-brand p { margin-top: 20px; color: var(--ink-soft); font-size: .9rem; line-height: 1.6; }
.footer-col h3 { margin-bottom: 16px; color: var(--ink-soft); font-size: .78rem; font-family: var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { display: block; padding: 5px 0; color: var(--ink-soft); text-decoration: none; font-size: .9rem; }
.footer-col a:hover { color: var(--clay); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .76rem; }
.footer-disclaimer { max-width: 620px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .site-nav { gap: 15px; }
  .site-nav a { font-size: .84rem; }
  .hero-grid { grid-template-columns: 1fr .85fr; gap: 35px; }
  .hero-art { min-height: 520px; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .endorsement-grid { grid-template-columns: 1fr; }
  .news-feature-grid { grid-template-columns: 1fr; }
  .contribute-form-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2,.7fr); }
  .footer-grid .footer-col:last-child { grid-column: 2 / -1; }
}

@media (max-width: 850px) {
  .election-bar { font-size: .7rem; }
  .voting-cta-card { padding: 32px 20px; }
  .voting-cta-card h2 { font-size: 1.5rem; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle {
    display: flex;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 200;
    width: 44px;
    height: 44px;
    visibility: visible;
    pointer-events: auto;
    background: white;
    box-shadow: 0 4px 16px rgba(30,58,95,.12);
  }
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 199;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 80px 20px 40px;
    background: white;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.open { transform: translateX(0); box-shadow: -4px 0 40px rgba(30,58,95,.15); }
  .menu-close { display: flex; position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; padding: 0; z-index: 201; }
  .menu-close svg { width: 28px; height: 28px; color: var(--ink); }
  .menu-close:hover svg { color: var(--clay); }
  .site-nav a { font-size: 1.1rem; font-weight: 700; color: var(--ink); padding: 14px 0; text-decoration: none; line-height: 1; display: block; }
  .site-nav a:not(.button) { border-bottom: 1px solid rgba(0,0,0,.05); }
  .site-nav a:not(.button):hover { color: var(--clay); }
  .site-nav .button { width: 100%; margin-top: 20px; font-family: var(--sans); font-size: 1rem; justify-content: center; padding: 12px 16px; }
  .menu-open .menu-toggle { position: relative; z-index: 120; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; width: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 60px 0 40px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 0 0 0; }
  .hero-copy { order: 2; }
  .hero-art { display: none; }
  .hero-image-block { display: block; padding: 20px 0 60px; }
  .hero-image-wrapper { max-width: 420px; }
  .hero-seal { display: none; }
  .hero-card { display: none; }
  .credibility-grid { grid-template-columns: 1fr; }
  .credibility-item { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .credibility-item:last-child { border-bottom: 0; }
  .section-head, .split, .split.reverse, .district-grid, .cta-band-grid, .page-hero .container, .contact-layout { grid-template-columns: 1fr; }
  .split.reverse .media { order: 0; }
  .media-note { right: 20px; }
  .event-grid, .news-grid { grid-template-columns: 1fr 1fr; }
  .priority-section { grid-template-columns: 75px 1fr; }
  .priority-detail { grid-column: 2; }
  .record-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid .footer-brand { grid-column: 1 / -1; }
  .footer-grid .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container, .container.narrow { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 60px 0; }
  .section.compact { padding: 48px 0; }
  .display { font-size: clamp(2.4rem, 9.5vw, 5.4rem); hyphens: none; }
  .hero-image-wrapper { max-width: 360px; }
  .hero-seal { width: 104px; height: 104px; right: -5px; top: 20px; border-width: 7px; }
  .card-grid, .event-grid, .news-grid, .stats, .form-grid, .checkbox-grid { grid-template-columns: 1fr; }
  .issue-card { min-height: 280px; }
  .issue-number { margin-bottom: 35px; }
  .district-panel, .cta-band, .quote-panel, .form-card { padding: 34px 24px; border-radius: 22px; }
  .map-art { min-height: 260px; }
  .page-hero { padding: 65px 0 50px; }
  .page-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .priority-section { grid-template-columns: 1fr; gap: 12px; padding: 42px 0; }
  .priority-number { font-size: 2.2rem; }
  .priority-detail { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid .footer-brand, .footer-grid .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
