
:root {
  --surface: #f8f9fa;
  --surface-soft: #f3f4f5;
  --surface-ice: #e8f4fa;
  --white: #ffffff;
  --text: #191c1d;
  --muted: #41474f;
  --line: #c1c7d0;
  --primary: #003d63;
  --primary-container: #005587;
  --primary-fixed: #cee5ff;
  --secondary: #ba0029;
  --secondary-container: #e61338;
  --shadow: 0 4px 20px rgba(0, 85, 135, 0.08);
  --shadow-lg: 0 18px 42px rgba(0, 61, 99, 0.18);
  --radius: 8px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--surface); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: 12px; left: -999px; z-index: 999; padding: 10px 14px; background: var(--primary); color: var(--white); border-radius: 4px; font-weight: 800; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,85,135,.14); box-shadow: 0 2px 14px rgba(0,61,99,.05); backdrop-filter: blur(12px); }
.nav-row { max-width: var(--container); min-height: 80px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 172px; height: auto; }
.nav-links { flex: 1 1 auto; }
.nav-links ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: flex-end; align-items: center; gap: clamp(14px, 2.2vw, 32px); }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; line-height: 20px; font-weight: 800; transition: color 140ms ease; white-space: nowrap; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a[aria-current="page"] { color: var(--secondary); outline: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 22px; border: 1px solid transparent; border-radius: 4px; background: var(--primary-container); color: var(--white); font-weight: 800; font-size: 14px; line-height: 20px; text-decoration: none; transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; cursor: pointer; font-family: inherit; }
.button:hover, .button:focus-visible { background: var(--primary); transform: translateY(-1px); outline: none; box-shadow: var(--shadow); }
.button.secondary { background: var(--secondary); color: var(--white); }
.button.secondary:hover, .button.secondary:focus-visible { background: var(--secondary-container); }
.button.ghost { background: transparent; color: var(--primary); border-color: rgba(0,85,135,.3); box-shadow: none; }
.button.ghost:hover, .button.ghost:focus-visible { background: var(--surface-ice); }
.hero { position: relative; overflow: hidden; background: var(--primary-container); color: var(--white); text-align: center; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(var(--primary-fixed) 2px, transparent 2px); background-size: 30px 30px; }
.hero-inner { position: relative; z-index: 1; max-width: 960px; margin: 0 auto; padding: clamp(72px, 10vw, 124px) 20px clamp(68px, 9vw, 112px); }
.hero-logo { width: min(680px, 96%); margin: 0 auto 44px; border-radius: var(--radius); filter: drop-shadow(0 18px 30px rgba(0,30,50,.20)); }
.election-date { margin: 0 0 26px; color: rgba(255,255,255,.92); font-size: clamp(17px,2vw,19px); line-height: 1.5; font-weight: 700; }
.section { padding: clamp(42px, 6vw, 64px) 20px; }
.white { background: var(--white); }
.soft { background: var(--surface-soft); }
.ice { background: var(--surface-ice); }
.dark { background: var(--primary-container); color: var(--white); }
.container { max-width: var(--container); margin: 0 auto; }
.narrow { max-width: 900px; margin-left: auto; margin-right: auto; }
.section-heading { text-align: center; margin: 0 auto clamp(26px, 4vw, 38px); }
.section-heading h1, .section-heading h2, .display-heading, .card h2, .card h3, .mini-heading, .page-title { margin: 0; color: var(--primary); font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(38px, 7vw, 52px); line-height: 1; letter-spacing: .03em; font-weight: 400; text-transform: uppercase; }
.dark .section-heading h1, .dark .section-heading h2, .dark .page-title { color: var(--white); }
.section-heading::after { content: ""; display: block; width: 96px; height: 4px; margin: 18px auto 0; background: var(--secondary); }
.page-hero { background: var(--primary-container); color: var(--white); text-align: center; position: relative; overflow: hidden; padding: clamp(42px, 6vw, 68px) 20px; }
.page-hero::before { content:""; position:absolute; inset:0; opacity:.12; background-image: radial-gradient(var(--primary-fixed) 2px, transparent 2px); background-size:30px 30px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .page-title { color: var(--white); font-size: clamp(48px, 9vw, 76px); }
.eyebrow { margin: 0 0 12px; color: var(--primary-fixed); text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 800; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.62; }
.page-hero .lead { max-width: 820px; margin: 18px auto 0; color: rgba(255,255,255,.88); font-size: clamp(18px,2.4vw,22px); line-height: 1.45; }
.about-photo { width: 196px; height: 196px; margin: 0 auto 28px; border-radius: 50%; object-fit: cover; border: 4px solid rgba(186,0,41,.12); box-shadow: var(--shadow-lg); object-position: center top; }
.copy { color: var(--muted); font-size: 17px; line-height: 1.68; }
.copy p { margin: 0 0 20px; }
.copy .lead { color: var(--primary-container); font-weight: 800; }
.why-running-card { margin: 34px 0 4px; padding: clamp(24px, 4vw, 40px); border: 1px solid rgba(0,85,135,.16); border-left: 7px solid var(--secondary); border-radius: var(--radius); background: linear-gradient(135deg, rgba(0,85,135,.08), rgba(186,0,41,.055)); box-shadow: var(--shadow); }
.why-running-card .callout-label { margin: 0 0 18px; }
.why-running-card h3 { margin: 0 0 16px; color: var(--primary); font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(32px, 5vw, 46px); line-height: 1.02; letter-spacing: .03em; text-transform: uppercase; font-weight: 400; }
.why-running-card p { color: var(--text); font-size: 18px; line-height: 1.64; }
.why-running-card p:last-child { margin-bottom: 0; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.cards.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card { min-height: 100%; padding: clamp(24px,3vw,32px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
a.card { text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
a.card:hover, a.card:focus-visible { transform: translateY(-3px); border-color: rgba(186,0,41,.5); box-shadow: 0 16px 36px rgba(0,85,135,.12); outline: none; }
.card h2, .card h3, .mini-heading { font-size: 30px; margin: 0 0 12px; color: var(--primary); }
.card p { color: var(--muted); margin: 0 0 16px; }
.icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; margin: 0 0 22px; border-radius: 50%; background: var(--primary-fixed); color: var(--primary-container); font-weight: 900; }
.icon svg { width: 24px; height: 24px; display: block; }
a.card:hover .icon, a.card:focus-visible .icon { background: var(--secondary); color: var(--white); }
.learn-more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--secondary); font-weight: 800; font-size: 14px; }
.ballot-copy { max-width: 820px; margin: 0 auto 36px; color: var(--primary-fixed); font-size: 18px; line-height: 1.62; text-align: center; }
.ballot-equation { display: flex; align-items: stretch; justify-content: center; gap: 22px; flex-wrap: wrap; margin: 0 auto 36px; }
.ballot-card { min-width: 220px; padding: 24px 32px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); text-align: center; }
.ballot-card strong { display: block; margin-bottom: 8px; color: var(--white); font-family: "Bebas Neue", Impact, sans-serif; font-size: 56px; line-height: 1; letter-spacing: .03em; font-weight: 400; }
.ballot-card span { display: block; color: var(--white); font-size: 13px; line-height: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.plus { display: flex; align-items: center; color: var(--white); font-family: "Bebas Neue", Impact, sans-serif; font-size: 44px; }
.district-note { width: fit-content; max-width: 100%; margin: 0 auto 24px; padding: 20px 24px; border-radius: var(--radius); border: 1px solid rgba(230,19,56,.35); background: rgba(186,0,41,.16); color: var(--white); text-align: center; font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(26px,5vw,34px); line-height: 1.05; letter-spacing: .025em; text-transform: uppercase; }
.source-note { max-width: 860px; margin: 24px auto 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 20px; text-align: center; }
.source-note a { color: var(--white); font-weight: 800; }
.involved-card { text-align: center; box-shadow: none; border-color: transparent; background: transparent; }
.involved-card .icon { margin-left: auto; margin-right: auto; background: transparent; color: var(--secondary); font-size: 28px; }
.involved-card p { font-size: 15px; }
.donate-block { text-align: center; max-width: 820px; margin: 0 auto; }
.donate-block p { color: var(--muted); font-size: 18px; line-height: 1.6; margin: 0 0 32px; }
.big-donate { font-family: "Bebas Neue", Impact, sans-serif; font-size: 32px; line-height: 1; padding: 20px 44px; }
.feature-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.feature-list li { display: flex; gap: 10px; color: var(--muted); }
.feature-list li::before { content: "✓"; flex: 0 0 22px; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(186,0,41,.12); color: var(--secondary); font-weight: 900; font-size: 13px; margin-top: 1px; }
.issue-detail { display: grid; gap: 24px; }
.issue-detail .card { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: clamp(20px,4vw,44px); }
.issue-detail .number { color: var(--secondary); font-family: "Bebas Neue", Impact, sans-serif; font-size: 70px; line-height: .85; letter-spacing: .03em; }
.steps { counter-reset: steps; display: grid; gap: 18px; }
.step { counter-increment: steps; position: relative; padding-left: 72px; }
.step::before { content: counter(steps); position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%; background: var(--primary-fixed); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; font-family: "Bebas Neue", Impact, sans-serif; font-size: 32px; }
.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px,5vw,56px); align-items: start; }
.form-card { background: var(--surface-soft); }
.form-row { margin-bottom: 16px; }
label { display: block; margin-bottom: 6px; color: var(--text); font-size: 14px; line-height: 20px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; background: var(--white); color: var(--text); padding: 11px 12px; font: inherit; }
textarea { resize: vertical; min-height: 124px; }
input:focus, textarea:focus { border-color: var(--primary-container); outline: 3px solid rgba(0,85,135,.16); }
.form-note { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 20px; }
.event-card { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 24px; align-items: center; }
.event-date { background: var(--primary); color: var(--white); border-radius: var(--radius); padding: 18px; text-align: center; font-weight: 800; }
.event-date strong { display: block; font-family: "Bebas Neue", Impact, sans-serif; font-size: 36px; line-height: 1; font-weight: 400; letter-spacing: .03em; }
.site-footer { background: var(--surface-ice); border-top: 1px solid rgba(0,85,135,.08); padding: 34px 20px; color: var(--muted); }
.footer-grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 32px; }
.footer-logo { width: 180px; margin-bottom: 16px; }
.site-footer h2 { margin: 0 0 12px; color: var(--primary); font-size: 14px; line-height: 20px; text-transform: uppercase; letter-spacing: .12em; font-family: Inter, sans-serif; font-weight: 800; }
.site-footer p, .site-footer ul { margin: 0; padding: 0; list-style: none; font-size: 14px; line-height: 22px; }
.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--secondary); outline: none; }
@media (max-width: 960px) {
  .nav-row { min-height: 68px; padding: 10px 18px; flex-wrap: wrap; gap: 8px 16px; }
  .brand img { width: 140px; }
  .nav-donate { min-height: 40px; padding: 9px 14px; margin-left: auto; }
  .nav-links { order: 3; flex: 0 0 100%; border-top: 1px solid rgba(0,85,135,.08); }
  .nav-links ul { justify-content: center; flex-wrap: wrap; gap: 0 18px; padding-top: 6px; }
  .nav-links a { min-height: 34px; font-size: 13px; }
  .cards, .cards.two, .contact-grid, .footer-grid, .issue-detail .card { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 1fr; }
  .event-date { width: 140px; }
}
@media (max-width: 640px) {
  .hero-inner { padding-top: 44px; padding-bottom: 54px; }
  .hero-logo { width: min(78vw, 300px); margin-bottom: 24px; }
  .hero .button, .donate-block .button, .card .button, form .button { width: 100%; }
  .ballot-equation { display: grid; grid-template-columns: 1fr; }
  .plus { justify-content: center; }
  .section, .page-hero { padding-left: 18px; padding-right: 18px; }
  .step { padding-left: 0; padding-top: 60px; }
}

/* v2 reference-page alignment */
.nav-links a[aria-current="page"] { border-bottom: 3px solid var(--primary); color: var(--primary); }
.page-hero.light { background: var(--surface-ice); color: var(--primary); }
.page-hero.light::before { display: none; }
.page-hero.light .page-title { color: var(--primary); }
.page-hero.light .lead { color: var(--muted); }
.priority-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.priority-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(24px, 3vw, 34px); }
.priority-card h2, .info-card h2, .cta-card h2, .district-callout h2 { margin: 0 0 14px; color: var(--primary); font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(28px, 4vw, 38px); line-height: 1.05; letter-spacing: .03em; text-transform: uppercase; font-weight: 400; }
.priority-card p, .info-card p, .cta-card p { color: var(--muted); margin: 0 0 18px; }
.priority-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: stretch; }
.priority-illustration { min-height: 220px; border-radius: var(--radius); background: linear-gradient(135deg, rgba(0,85,135,.88), rgba(186,0,41,.78)), radial-gradient(circle at 30% 20%, rgba(255,255,255,.25), transparent 28%); color: var(--white); display: flex; align-items: end; padding: 24px; font-family: "Bebas Neue", Impact, sans-serif; font-size: 44px; letter-spacing: .04em; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tags span, .label-pill { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 10px; border-radius: 4px; background: var(--primary-fixed); color: var(--primary); font-size: 12px; line-height: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.dark-card { background: var(--primary); color: var(--white); }
.dark-card h2, .dark-card p { color: var(--white); }
.dark-card .icon { background: rgba(255,255,255,.14); color: var(--white); }
.cta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.cta-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(28px, 4vw, 44px); }
.cta-card.dark { background: var(--primary); color: var(--white); }
.cta-card.dark h2, .cta-card.dark p { color: var(--white); }
.button.light-button { background: var(--white); color: var(--primary); border-color: var(--white); }
.button.light-button:hover, .button.light-button:focus-visible { background: var(--primary-fixed); color: var(--primary); border-color: var(--primary-fixed); }
.ballot-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 28px; }
.info-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(28px, 4vw, 42px); }
.map-panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(28px, 4vw, 44px); }
.district-map { width: min(980px, 100%); margin: 24px auto 0; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.district-callout { background: var(--primary); color: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: clamp(30px, 5vw, 56px); text-align: center; position: relative; overflow: hidden; }
.district-callout::before { content: ""; position: absolute; inset: 0; opacity: .10; background-image: radial-gradient(var(--primary-fixed) 2px, transparent 2px); background-size: 30px 30px; }
.district-callout > * { position: relative; z-index: 1; }
.district-callout img { width: min(320px, 86%); height: auto; margin: 0 auto 24px; filter: none; border-radius: var(--radius); box-shadow: 0 12px 28px rgba(0, 30, 50, .18); }
.district-callout h2 { color: var(--white); font-size: clamp(34px, 6vw, 56px); }
.district-callout p { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.85); }
.callout-label { display: inline-flex; margin: 0 auto 20px; padding: 6px 10px; border-radius: 4px; background: var(--secondary); color: var(--white); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-simple { max-width: var(--container); margin: 0 auto; text-align: center; border: 1px solid rgba(0,85,135,.08); border-radius: var(--radius); background: rgba(255,255,255,.45); padding: 18px; }
.footer-grid { display: none; }
@media (max-width: 960px) {
  .priority-grid, .priority-wide, .cta-grid, .ballot-info-grid { grid-template-columns: 1fr; }
}
.event-empty { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 24px; align-items: center; max-width: 900px; margin: 0 auto; }
@media (max-width: 720px) {
  .event-empty { grid-template-columns: 1fr; }
}
.event-list { display: grid; gap: 20px; max-width: 960px; margin: 0 auto; }
.event-type { margin: 0 0 8px; color: var(--secondary); font-size: 12px; line-height: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.event-empty h3 { margin: 0 0 10px; color: var(--primary); font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(28px, 4vw, 36px); line-height: 1.05; letter-spacing: .03em; text-transform: uppercase; font-weight: 400; }
.event-empty p { color: var(--muted); }

/* Events page layout refinement */
@media (min-width: 860px) {
  .event-list {
    max-width: var(--container);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
  .event-list .event-empty {
    grid-template-columns: 1fr;
    align-items: start;
    max-width: none;
    margin: 0;
  }
  .event-list .event-date {
    width: 96px;
    margin-bottom: 6px;
  }
  .event-list .button {
    width: 100%;
    margin-top: 8px;
  }
}
@media (min-width: 720px) and (max-width: 859px) {
  .event-list {
    max-width: var(--container);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .event-list .event-empty {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0;
  }
}

/* Events page final alignment: keep event opportunities in one row on tablet/desktop */
@media (min-width: 720px) {
  .event-list {
    max-width: var(--container);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
  .event-list .event-empty {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    max-width: none;
    margin: 0;
  }
  .event-list .event-empty > div:not(.event-date) {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
  }
  .event-list .event-date {
    width: 96px;
    margin-bottom: 12px;
  }
  .event-list .button {
    width: 100%;
    margin-top: auto;
  }
}


/* Homepage hero: full-width banner only, no dotted wrapper */
.hero {
  background: var(--white);
  color: var(--primary);
}
.hero::before {
  display: none;
}
.hero-inner {
  max-width: none;
  padding: 0;
}
.hero-logo {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}

/* Know Your Ballot spacing refinement */
.ballot-overview {
  padding-bottom: clamp(28px, 4vw, 44px);
}
.district-callout-section {
  padding-top: clamp(18px, 3vw, 34px);
}
@media (max-width: 640px) {
  .ballot-overview {
    padding-bottom: 24px;
  }
  .district-callout-section {
    padding-top: 22px;
  }
}

/* Contact page email-only layout */
.contact-hero {
  padding-bottom: clamp(30px, 5vw, 46px);
}
.contact-section {
  padding-top: clamp(24px, 4vw, 38px);
}
.contact-email-card {
  text-align: center;
  padding: clamp(32px, 5vw, 56px);
}
.contact-email-card h2 {
  margin-bottom: 16px;
}
.contact-email-card p {
  color: var(--muted);
}
.contact-email {
  margin: 18px 0 0;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.contact-email a {
  color: var(--primary-container);
  text-decoration-color: rgba(0, 85, 135, .28);
  text-underline-offset: 4px;
}
.contact-email a:hover,
.contact-email a:focus-visible {
  color: var(--secondary);
  outline: none;
}
@media (max-width: 640px) {
  .contact-email {
    font-size: 18px;
  }
}
.contact-email {
  overflow-wrap: normal;
  word-break: normal;
}

/* Issues page: first-year priorities */
.first-year-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.first-year-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(24px, 3vw, 34px);
}
.first-year-card h3 {
  margin: 0 0 14px;
  color: var(--primary);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.05;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-weight: 400;
}
.first-year-card p {
  margin: 0 0 16px;
  color: var(--muted);
}
.first-year-card p:last-child {
  margin-bottom: 0;
}
.first-year-wide {
  grid-column: 1 / -1;
}
@media (max-width: 960px) {
  .first-year-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage fun facts */
.fun-facts .section-heading {
  margin-bottom: clamp(24px, 3vw, 34px);
}
.fun-fact-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.fun-fact-card em {
  font: inherit;
  color: inherit;
}

/* Homepage issues CTA */
.issues-cta-card {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.issues-cta-card p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Interactive ballot map embed */
.ballot-map-embed {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.ballot-map-embed iframe {
  display: block;
  width: 100%;
  height: clamp(620px, 78vh, 820px);
  border: 0;
}
@media (max-width: 720px) {
  .ballot-map-embed iframe { height: 960px; }
}
@media (max-width: 520px) {
  .ballot-map-embed iframe { height: 990px; }
}

