/* Campaign site v3 — the mailer translated into a film-led web system. */
:root {
  --navy: #16295b;
  --navy-deep: #0f1d43;
  --navy-ink: #102352;
  --red: #ce1f2e;
  --red-dark: #ae1425;
  --gold: #f2b32c;
  --paper: #fcfcfb;
  --paper-warm: #f2f3f1;
  --ink: #172449;
  --muted: #69738a;
  --muted-light: #b9c4d7;
  --line: rgba(22, 41, 91, .18);
  --white: #fff;
  --shadow: rgba(15, 29, 67, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.62;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3 {
  font-family: Poppins, system-ui, sans-serif;
  letter-spacing: -.06em;
  line-height: .95;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1260px, calc(100% - 64px)); margin-inline: auto; }
.skip {
  position: absolute;
  z-index: 100;
  top: 0;
  left: -999px;
  padding: 12px 16px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
}
.skip:focus { left: 0; }
.button:focus-visible, a:focus-visible, button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.site-nav {
  position: relative;
  z-index: 10;
  border-bottom: 3px solid var(--gold);
  background: var(--paper);
  color: var(--navy);
}
.site-nav__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}
.wordmark { display: flex; align-items: center; text-decoration: none; }
.wordmark img { width: auto; height: 43px; max-width: min(270px, 45vw); object-fit: contain; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}
.nav-links a { text-decoration: none; }
.nav-links a:not(.nav-button):hover { color: var(--red); }
.button, .nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  border: 2px solid currentColor;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover, .nav-button:hover { transform: translateY(-2px); }
.button:active, .nav-button:active { transform: translateY(1px) scale(.99); }
.nav-button {
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--white);
}
.nav-button:hover { color: var(--white); }
.nav-button .ballot-lockup { margin-top: 0; --ballot-width: 112px; }
.nav-ballot-short { display: none; }

.film-shell { position: relative; background: var(--navy-deep); color: var(--white); }
.film-static { display: grid; }
.film-static__chapter {
  position: relative;
  display: grid;
  min-height: 88dvh;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}
.film-static__chapter > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.film-static__scrim, .film-stage__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15, 29, 67, .55), rgba(15, 29, 67, .12) 58%, rgba(15, 29, 67, .02)), linear-gradient(0deg, rgba(15, 29, 67, .48), transparent 62%);
}
.film-static__chapter .film-static__scrim { background: linear-gradient(90deg, rgba(15, 29, 67, .55), rgba(15, 29, 67, .12) 58%, rgba(15, 29, 67, .02)), linear-gradient(0deg, rgba(15, 29, 67, .48), transparent 62%); }
.film-static__copy, .film-copy {
  position: relative;
  z-index: 1;
  width: min(1260px, calc(100% - 64px));
  margin-inline: auto;
  padding-bottom: clamp(44px, 7vw, 92px);
}
.film-static__copy--close, .film-copy__chapter--close {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 270px);
  gap: clamp(18px, 4vw, 58px);
  align-items: end;
  width: min(1260px, calc(100% - 64px));
}
.film-static__copy > .brand-copy, .film-copy__chapter .brand-copy { width: min(670px, 100%); }
.brand-copy {
  position: relative;
  padding: clamp(28px, 3.2vw, 47px) clamp(26px, 4.1vw, 62px) clamp(29px, 3.5vw, 51px) clamp(33px, 5.6vw, 84px);
  border-left: 14px solid var(--red);
  background: var(--navy);
  box-shadow: 24px 24px 0 rgba(15, 29, 67, .26);
}
.brand-copy::before {
  position: absolute;
  top: 20px;
  right: 0;
  width: clamp(60px, 12vw, 160px);
  height: 5px;
  background: var(--gold);
  content: "";
}
.chapter-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.chapter-kicker::before {
  width: 38px;
  height: 4px;
  flex: 0 0 auto;
  background: var(--gold);
  content: "";
}
.brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 9px 14px 10px 11px;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.05;
  text-transform: uppercase;
  border-radius: 0;
}
.brand-badge span { color: var(--red); font-size: 17px; line-height: 1; }
.brand-headline {
  max-width: none;
  color: var(--white);
  font-size: clamp(42px, 5.9vw, 88px);
  font-weight: 800;
  line-height: .9;
  text-wrap: balance;
}
.brand-headline__red, .brand-headline__navy { display: block; }
.brand-headline__red {
  position: relative;
  z-index: 2;
  margin-right: clamp(-150px, -10vw, -58px);
  color: var(--white);
  white-space: nowrap;
}
.brand-headline__navy { color: var(--gold); white-space: nowrap; }
.brand-standfirst {
  max-width: 46ch;
  margin-top: 22px;
  color: #f2f5fb;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.45;
  text-wrap: pretty;
}
.ballot-lockup {
  display: inline-grid;
  width: var(--ballot-width, 148px);
  aspect-ratio: 1.72;
  align-content: center;
  justify-items: center;
  margin-top: 25px;
  padding: 8px 12px;
  border: 3px solid var(--gold);
  background: var(--red);
  color: var(--white);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}
.ballot-lockup__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ballot-lockup strong {
  display: block;
  margin-top: 4px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.08em;
}
.chapter-portrait {
  position: relative;
  z-index: 1;
  width: min(100%, 270px);
  padding: 10px;
  border: 5px solid var(--gold);
  background: var(--paper);
  box-shadow: 16px 16px 0 rgba(15, 29, 67, .32);
}
.chapter-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 30%;
}

.film-stage { display: none; position: relative; height: 100dvh; overflow: hidden; background: var(--navy-deep); }
.film-canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.film-stage__scrim { z-index: 1; }
.film-copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  pointer-events: none;
}
.film-copy__chapter {
  grid-area: 1 / 1;
  width: min(670px, 100%);
  opacity: 0;
  will-change: transform, opacity;
}
.film-copy__chapter--close { width: 100%; }
.film-copy__chapter .brand-copy { width: 100%; }
.film-rail {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: rgba(252, 252, 251, .35);
}
.film-rail span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--gold);
  will-change: transform;
}
.film-count {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 30px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.film-active .film-static { display: none; }
.film-active .film-stage { display: block; }

.content-band { padding: clamp(90px, 11vw, 150px) 0; background: var(--paper); }
.content-band--paper { background: var(--paper); }
.content-band--deep { background: var(--paper-warm); }
.content-band--navy { background: var(--navy); color: var(--white); }
.section-label {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
}
.section-label::before { width: 42px; height: 4px; flex: 0 0 auto; background: var(--gold); content: ""; }
.section-title {
  max-width: 820px;
  margin-top: 0;
  color: var(--navy);
  font-size: clamp(45px, 6vw, 84px);
  font-weight: 800;
  text-wrap: balance;
}
.section-title--sm { max-width: 650px; font-size: clamp(38px, 4.4vw, 64px); }
.section-intro { max-width: 56ch; margin-top: 22px; color: #4a5670; font-size: 21px; line-height: 1.55; }
.portrait-letter {
  display: grid;
  grid-template-columns: minmax(270px, .76fr) minmax(0, 1.24fr);
  gap: clamp(40px, 9vw, 130px);
  align-items: start;
  margin-top: 62px;
}
.portrait-frame {
  position: relative;
  padding: 0 0 28px 28px;
  border-bottom: 6px solid var(--gold);
  border-left: 6px solid var(--gold);
}
.portrait-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border: 5px solid var(--navy);
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 0;
  filter: saturate(.93) contrast(1.02);
}
.portrait-badge { position: absolute; z-index: 1; right: -18px; bottom: 2px; display: block; min-width: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font-size: inherit; letter-spacing: normal; line-height: normal; text-align: left; text-transform: none; }
.portrait-badge .ballot-lockup { margin-top: 0; --ballot-width: 124px; }
.letter { padding-top: 8px; }
.letter .salutation {
  margin-bottom: 22px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 700;
}
.letter p {
  max-width: 58ch;
  margin-bottom: 20px;
  color: #3a4763;
  font-size: 20px;
  line-height: 1.62;
}
.letter .signature { margin-top: 32px; margin-bottom: 0; color: var(--navy); font-size: 30px; font-weight: 800; font-style: normal; letter-spacing: -.04em; }
.letter .signature-role { margin-top: 8px; color: var(--muted); font-size: 15px; font-style: normal; font-weight: 600; line-height: 1.4; }

.issues-head { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: end; gap: 20px 56px; }
.issues-head > div { padding-left: 20px; border-left: 8px solid var(--red); }
.issues-head .section-intro { max-width: 46ch; margin: 0 0 6px; text-align: left; }
.issues-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 46px;
  margin-top: 64px;
  border-top: 1px solid var(--line);
}
.issue {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: auto;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.issue-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: var(--navy);
}
.issue-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.issue h3 { color: var(--navy); font-size: 23px; font-weight: 800; line-height: 1.12; }
.issue p:not(.issue__number) { margin-top: 9px; color: #4a5670; font-size: 17px; line-height: 1.45; }
.issue__number { display: none; }

.vote-band { padding-bottom: 0; }
.vote-plan {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(315px, .8fr);
  gap: clamp(44px, 10vw, 150px);
  align-items: end;
  padding-bottom: clamp(90px, 11vw, 140px);
}
.vote-plan .section-title { color: var(--white); }
.vote-plan .section-intro { color: #e9edf5; }
.vote-list { margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .45); list-style: none; }
.vote-list li { padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, .45); color: var(--white); font-size: 22px; font-weight: 700; }
.vote-list span { display: block; margin-bottom: 5px; color: var(--muted-light); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.button--gold { margin-top: 30px; border-color: var(--gold); background: var(--gold); color: var(--navy); }
.button--gold:hover { border-color: var(--white); background: var(--white); }
.primary-bar { width: 100%; background: var(--gold); color: var(--navy); }
.primary-bar__in { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 86px; font-size: clamp(14px, 1.45vw, 20px); font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.primary-bar__star { color: var(--red); font-size: 24px; }
.primary-bar__ballot { display: inline-flex; align-items: center; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font-size: inherit; letter-spacing: inherit; }
.primary-bar__ballot .ballot-lockup { margin-top: 0; --ballot-width: 118px; }

.involved { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(44px, 10vw, 160px); align-items: start; }
.involved .section-title { max-width: 620px; }
.contact-lines { margin-top: 36px; border-top: 1px solid var(--line); }
.contact-lines a, .contact-lines p { display: block; margin: 0; padding: 21px 0; border-bottom: 1px solid var(--line); font-size: 20px; font-weight: 700; text-decoration: none; }
.contact-lines a:hover { color: var(--red); }
.signup-wrap { display: grid; gap: 26px; align-content: start; }

.site-footer { padding: 52px 0 36px; background: var(--navy-deep); color: #e0e6f1; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 35px; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.footer-logo { display: block; width: 228px; padding: 10px 12px; background: var(--paper); }
.footer-logo img { width: 100%; height: auto; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 25px; font-size: 13px; font-weight: 600; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.disclaimer { max-width: 720px; margin-top: 28px; padding: 17px 18px; border: 1px solid rgba(242, 179, 44, .82); color: var(--white); font-size: 13px; font-weight: 600; line-height: 1.45; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; color: #aebbd2; font-size: 13px; }
.footer-bottom a { color: var(--gold); }

/* The form's content and behavior stay unchanged; only the site-wide shape rule applies. */
.signup input[type=text], .signup input[type=email], .signup input[type=tel], .signup select { border-radius: 0; }

@media (max-width: 800px) {
  .wrap { width: min(100% - 36px, 1260px); }
  .site-nav__in { min-height: 64px; gap: 8px; }
  .wordmark img { height: 27px; max-width: 118px; }
  .nav-links { gap: 7px; font-size: 10px; white-space: nowrap; }
  .nav-links a:not(.nav-button):not(.nav-link--mobile) { display: none; }
  .nav-button { min-height: 0; }
  .nav-ballot-full { display: none; }
  .nav-ballot-short { display: inline; }
  .nav-button { padding: 5px 7px; }
  .nav-button .ballot-lockup { --ballot-width: 78px; padding: 5px 6px; border-width: 2px; }
  .nav-button .ballot-lockup__label { font-size: 7px; letter-spacing: .06em; }
  .nav-button .ballot-lockup strong { margin-top: 2px; font-size: 20px; letter-spacing: -.06em; }
  .film-static__chapter { min-height: 84dvh; }
  .film-static__copy, .film-copy { width: min(100% - 36px, 1260px); padding-bottom: 58px; }
  .film-static__copy--close, .film-copy__chapter--close { display: block; width: min(100% - 36px, 1260px); }
  .brand-copy { margin-left: -18px; padding: 25px 23px 28px 33px; border-left-width: 7px; box-shadow: 13px 13px 0 rgba(15, 29, 67, .26); }
  .brand-copy::before { top: 14px; height: 4px; }
  .chapter-kicker { margin-bottom: 16px; font-size: 10px; }
  .brand-badge { margin-bottom: 17px; font-size: 10px; }
  .brand-headline, .film-copy__chapter h1, .film-copy__chapter h2 { font-size: clamp(30px, 8.4vw, 48px); }
  .brand-headline__red { margin-right: -32px; }
  .brand-standfirst { margin-top: 18px; font-size: 15px; }
  .chapter-portrait { width: 128px; margin: 0 0 14px auto; padding: 7px; border-width: 4px; box-shadow: 10px 10px 0 rgba(15, 29, 67, .3); }
  .film-count { top: 18px; right: 18px; }
  .content-band { padding: 82px 0; }
  .portrait-letter, .vote-plan, .involved { grid-template-columns: 1fr; }
  .portrait-letter { gap: 38px; margin-top: 44px; }
  .portrait-frame { max-width: 490px; }
  .issues-head { grid-template-columns: 1fr; gap: 18px; }
  .issues-head .section-intro { margin-top: 0; text-align: left; }
  .issues-layout { grid-template-columns: repeat(2, 1fr); gap: 0 26px; margin-top: 45px; }
  .issue { grid-template-columns: 56px minmax(0, 1fr); gap: 14px; min-height: auto; }
  .issue-icon { width: 54px; height: 54px; }
  .issue-icon svg { width: 26px; height: 26px; }
  .issue h3 { font-size: 20px; }
  .issue p:not(.issue__number) { font-size: 16px; }
  .vote-plan { gap: 48px; }
  .primary-bar__in { flex-wrap: wrap; justify-content: center; gap: 8px 14px; min-height: 86px; text-align: center; }
  .primary-bar__star { font-size: 18px; }
  .footer-top, .footer-bottom { display: block; }
  .footer-links { margin-top: 24px; }
  .footer-bottom p { margin: 0 0 11px; }
}
@media (max-width: 500px) {
  .brand-copy { padding-right: 18px; }
  .brand-headline, .film-copy__chapter h1, .film-copy__chapter h2 { font-size: clamp(26px, 7vw, 34px); }
  .brand-standfirst { font-size: 14px; }
  .section-title { font-size: 42px; }
  .section-intro, .letter p { font-size: 18px; }
  .issues-layout { grid-template-columns: 1fr; }
  .issue { grid-template-columns: 64px minmax(0, 1fr); min-height: auto; padding: 22px 0; }
  .issue h3 { font-size: 19px; }
  .footer-logo { width: 190px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .film-active { height: auto; }
  .film-active .film-stage { display: none; }
  .film-active .film-static { display: grid; }
  .nav-button, .button { transition: none; }
}

/* ---------------------------------------------------------------------------
   Reduced motion: one composed hero, not a three-high stack of stills.
   The stacked fallback made reduce-motion users scroll ~276vh of near-identical
   plates before reaching real content — and a meaningful share of voters browse
   with this on, so it is a primary experience, not an edge case. Chapter 1 is the
   hero; chapters 2 and 3 fold into the page as ordinary content below it.
   --------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .film-static__chapter { min-height: 88dvh; }
  /* Chapters 2 and 3 stop pretending to be heroes: shorter, no full-bleed drama. */
  .film-static__chapter + .film-static__chapter { min-height: 0; }
  .film-static__chapter + .film-static__chapter .film-static__copy { padding-block: clamp(40px, 6vw, 72px); }
  .film-static__chapter + .film-static__chapter img,
  .film-static__chapter + .film-static__chapter .film-static__scrim { display: none; }
  .film-static__chapter + .film-static__chapter { background: var(--navy-deep); }
  .film-static__chapter + .film-static__chapter .brand-copy { box-shadow: none; }
}

/* ---------------------------------------------------------------------------
   Record band. The design panel scored imagery 3/10 ("the biggest failure") and
   called the issue cards "filler content design" — generated plates and adjectives.
   This is the answer: real photographs of her working, and her actual record with
   numbers. Photos are campaign-owned but modest originals (580–1080px), so they are
   used as editorial insets at constrained widths — never full-bleed, which would
   only show the softness.
   --------------------------------------------------------------------------- */
.record-band { background: var(--paper-warm); }
.record-head { max-width: 62ch; }
.record-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: clamp(18px, 2.2vw, 30px);
  margin-top: clamp(36px, 5vw, 60px);
  align-items: start;
}
.record-shot { margin: 0; }
.record-shot img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.record-shot--tall { grid-row: span 2; }
.record-shot--tall img { aspect-ratio: 4/5; }
.record-shot:not(.record-shot--tall) img { aspect-ratio: 4/3; }
.record-shot figcaption {
  margin-top: 9px; color: var(--muted);
  font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
.record-list {
  grid-column: 2 / 4; margin: 0; padding: 0; list-style: none;
  display: grid; gap: 15px; align-content: start;
}
.record-list li {
  padding-left: 18px; border-left: 3px solid var(--gold);
  color: #3b4761; font-size: 18px; line-height: 1.55;
}
.record-list strong { display: block; color: var(--navy); font-weight: 700; }

.record-figures { margin-top: clamp(36px, 5vw, 56px); padding-top: 26px; border-top: 2px solid var(--navy); }
.record-figures__label {
  margin: 0 0 18px; color: var(--red);
  font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.record-figures dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 44px); margin: 0; }
.record-figures dt {
  color: var(--navy); font-size: clamp(38px, 5vw, 62px); font-weight: 800;
  letter-spacing: -.05em; line-height: 1;
}
.record-figures dd { margin: 9px 0 0; color: #4a5670; font-size: 18px; line-height: 1.45; max-width: 26ch; }

@media (max-width: 900px) {
  .record-grid { grid-template-columns: 1fr 1fr; }
  .record-shot--tall { grid-row: auto; grid-column: 1 / -1; }
  .record-shot--tall img { aspect-ratio: 16/10; }
  .record-list { grid-column: 1 / -1; }
  .record-figures dl { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 560px) {
  .record-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .nav-links a.nav-link--mobile { display: none; }
}

/* --- v4 overrides: these must load after the base .button rule (see index.html <style>
       vs this file's load order — the inline .signup-submit was losing to .button and
       rendering white-on-white, i.e. an invisible submit button). --- */
.signup-submit {
  justify-self: start;
  min-height: 54px;
  padding: 15px 32px;
  border: 2px solid var(--red);
  background: var(--red);
  color: var(--white);
  font-size: 14px;
  cursor: pointer;
}
.signup-submit:hover:not(:disabled) { border-color: var(--navy); background: var(--navy); color: var(--white); }
.signup-submit:disabled { opacity: .6; cursor: progress; }
.button--ghost { border-color: rgba(255, 255, 255, .62); background: transparent; color: var(--white); }
.button--ghost:hover { border-color: var(--white); background: var(--white); color: var(--navy); }
.hero__actions .button { min-height: 58px; margin-top: 0; padding: 17px 30px; font-size: 17px; }
/* CTAs were 43px tall against 54px hero buttons — one confident size everywhere. */
.button { min-height: 54px; padding: 15px 30px; font-size: 14px; }
@media (max-width: 800px) { .button { min-height: 52px; padding: 14px 22px; font-size: 13px; } }

/* ============================================================================
   LEGIBILITY FLOOR — the audience for this site is 50+/60+ primary voters.
   A type audit of the live page found 47 of 105 text elements under 17px
   (form labels 12px, SMS consent fine print 11.5px, nav 13px, CTAs 14px,
   a 7px ballot label on mobile). Nothing below is decorative: labels,
   captions, legal copy and buttons all carry meaning and all had to come up.
   This block lives at the end of the last stylesheet on purpose — an inline
   <style> in <head> loses to this file at equal specificity.
   ========================================================================== */

/* --- navigation + calls to action --- */
.nav-links { font-size: 17px; }
.button, .nav-button { font-size: 17px; letter-spacing: .03em; }
.button { min-height: 58px; padding: 17px 32px; }
.signup-submit { min-height: 60px; padding: 18px 36px; font-size: 18px; }

/* --- eyebrows / kickers: uppercase + letterspaced reads smaller than its px --- */
.section-label, .record-figures__label, .chapter-kicker { font-size: 15px; letter-spacing: .1em; }
.brand-badge { font-size: 14px; }
.brand-badge span { font-size: 19px; }

/* --- the ballot lockup: 10px desktop / 7px mobile was unreadable --- */
.ballot-lockup__label { font-size: 13px; letter-spacing: .08em; }
.nav-button .ballot-lockup { --ballot-width: 124px; }

/* --- body copy --- */
.section-intro { font-size: 22px; line-height: 1.55; }
.letter p { font-size: 21px; line-height: 1.62; }
.letter .salutation { font-size: 24px; }
.letter .signature-role { font-size: 17px; }
.issue p:not(.issue__number) { font-size: 19px; line-height: 1.5; }
.issue h3 { font-size: 24px; }
.record-list li { font-size: 19px; line-height: 1.5; }
.record-figures dd { font-size: 19px; }
.record-shot figcaption { font-size: 16px; letter-spacing: .04em; }

/* --- vote details: the most practical information on the page --- */
.vote-list li { font-size: 25px; }
.vote-list span { font-size: 15px; letter-spacing: .09em; }
.hero__ballot p { font-size: 15px; letter-spacing: .06em; }

/* --- the form: this is the conversion, and it had the smallest text on the page --- */
.field label { font-size: 17px; }
.field .opt { font-size: 15px; }
.field input, .field select { font-size: 18px; min-height: 56px; }
.signup .consent label { font-size: 19px; line-height: 1.45; }
.signup .consent .fineprint { font-size: 16px; line-height: 1.5; }
.consent input[type="checkbox"] { width: 28px; height: 28px; }
.signup-status { font-size: 18px; }

/* --- footer / legal --- */
.footer-links { font-size: 16px; }
.disclaimer { font-size: 16px; line-height: 1.5; }
.footer-bottom { font-size: 16px; }
.contact-lines a, .contact-lines p { font-size: 22px; }

@media (max-width: 800px) {
  .nav-links { font-size: 15px; }
  .button { min-height: 56px; padding: 16px 24px; font-size: 16px; }
  .signup-submit { min-height: 58px; font-size: 17px; }
  .section-intro { font-size: 19px; }
  .letter p { font-size: 19px; }
  .issue p:not(.issue__number) { font-size: 18px; }
  .issue h3 { font-size: 21px; }
  .record-list li { font-size: 18px; }
  .vote-list li { font-size: 22px; }
  .contact-lines a, .contact-lines p { font-size: 19px; }
  /* the nav badge cannot hold a label at phone width — show the number alone, big */
  .nav-button .ballot-lockup { --ballot-width: auto; width: auto; aspect-ratio: auto; padding: 7px 11px; }
  .nav-button .ballot-lockup__label { display: none; }
  .nav-button .ballot-lockup strong { margin-top: 0; font-size: 20px; }
}
/* Fine print was #8791A4 on near-white ≈ 3.1:1 — below WCAG AA for body text and
   the hardest thing on the page for an older reader. */
.signup .consent .fineprint { color: #4a5670; }
/* Captions were 4.27:1 — just under AA. */
.record-shot figcaption { color: #414d66; }
/* The inline sheet pinned hero CTAs and the primary bar small; both carry the ask. */
.primary-bar__in { font-size: clamp(17px, 1.45vw, 21px); }
@media (max-width: 800px) {
  .hero__actions .button { font-size: 16px; padding: 16px 24px; }
  .primary-bar__in { font-size: 16px; }
  .brand-badge { font-size: 13px; }
}

/* --- Cross-device fixes found by testing WebKit/iPad and 150% text zoom ---------
   1. iPad portrait (834px) sat ABOVE the 800px mobile breakpoint, so it got the full
      desktop nav — six links plus a 124px ballot badge — and overflowed horizontally.
      An iPad is a very likely device for this audience, so it gets its own tier.
   2. At 150% text zoom (which an older reader is likely to be using) the email address
      is a single unbreakable 26-character token and pushed the page sideways. --------- */
@media (max-width: 1080px) and (min-width: 801px) {
  .wordmark img { height: 34px; max-width: 190px; }
  .nav-links { gap: 15px; font-size: 15px; }
  .nav-links a[href="/privacy"] { display: none; }   /* still linked in the footer */
  .nav-button { padding: 8px 12px; }
  .nav-button .ballot-lockup { --ballot-width: 92px; }
  .nav-button .ballot-lockup__label { font-size: 10px; }
  .nav-button .ballot-lockup strong { font-size: 24px; }
}
.contact-lines a, .footer-bottom a, .disclaimer { overflow-wrap: anywhere; }
@media (max-width: 420px) { .contact-lines a, .contact-lines p { font-size: 17px; } }
/* The skip link was parked at left:-999px, which WebKit counts toward scrollWidth
   (reported a phantom 14px of horizontal overflow on iPad). Standard clip pattern
   takes it out of layout entirely while keeping it reachable by keyboard. */
.skip {
  position: absolute; left: 0; top: 0;
  width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.skip:focus {
  width: auto; height: auto; overflow: visible;
  clip: auto; clip-path: none;
  padding: 14px 18px; background: var(--gold); color: var(--navy);
  font-size: 17px; font-weight: 800;
}
/* iPad tier polish: "BALLOT NO." was wrapping to two lines inside the nav badge, and
   the hero copy column (64vw) was too narrow for the headline, orphaning "bedside". */
.ballot-lockup__label { white-space: nowrap; }
@media (max-width: 1080px) and (min-width: 801px) {
  .nav-button .ballot-lockup { --ballot-width: 104px; }
  .hero__copy { max-width: 82vw; }
  .hero__headline { font-size: clamp(40px, 6.4vw, 62px); }
}
/* On iPad the hero's second grid column stole ~200px from the headline, breaking it
   over four lines. Stack it there, same as phone. */
@media (max-width: 1080px) and (min-width: 801px) {
  .hero__in { grid-template-columns: 1fr; gap: 34px; }
  .hero__ballot { justify-items: start; text-align: left; }
  .hero__copy { max-width: none; }
  .hero__headline { font-size: clamp(46px, 7.2vw, 68px); }
}

/* --- Touch/scale fixes for an older audience ---------------------------------
   The SMS consent checkbox was a 28px target on a legally meaningful choice, and
   the logo link was under 44px tall. Micro-labels on the ballot lockups were
   sitting at 10-13px. --------------------------------------------------------- */
.consent input[type="checkbox"] { width: 30px; height: 30px; margin: 7px; flex: none; }
.wordmark { padding: 6px 0; }
.ballot-lockup__label { font-size: 15px; letter-spacing: .06em; }
.nav-button .ballot-lockup { --ballot-width: 132px; }
.brand-badge { font-size: 15px; }
@media (max-width: 1080px) and (min-width: 801px) {
  .nav-button .ballot-lockup { --ballot-width: 116px; }
  .nav-button .ballot-lockup__label { font-size: 12px; }
}
@media (max-width: 800px) {
  .brand-badge { font-size: 14px; }
  .ballot-lockup__label { font-size: 14px; }
}
@media (max-width: 800px) {
  .brand-badge, .ballot-lockup__label { font-size: 15px; }
  .wordmark { padding: 9px 0; }
}
/* 30px checkbox stays visually right, but the hit area is expanded to 44px so an
   unsteady tap still lands. (The consent sentence itself is also a 252x165 target.) */
.consent input[type="checkbox"] { position: relative; }
.consent input[type="checkbox"]::before {
  content: ""; position: absolute; inset: -7px; cursor: pointer;
}
@media (max-width: 1080px) and (min-width: 801px) {
  .nav-button .ballot-lockup__label { font-size: 15px; }
  .nav-button .ballot-lockup { --ballot-width: 128px; }
}

/* ============================================================================
   UPPERCASE LABELS, ROUND 2. "PROUD DEMOCRAT SINCE 1994" at 15px was still too
   small — letterspaced all-caps reads roughly 2-3px smaller than the same px in
   sentence case, so a 15px floor that works for body copy does not work here.
   These are badges and section markers on a page read by 60+ voters; they get a
   17-21px floor of their own.
   ========================================================================== */
.brand-badge { font-size: 21px; padding: 11px 18px 11px 15px; letter-spacing: .04em; }
.brand-badge span { font-size: 25px; }
.section-label, .record-figures__label { font-size: 19px; letter-spacing: .09em; }
.ballot-lockup__label { font-size: 18px; letter-spacing: .05em; }
.nav-button .ballot-lockup { --ballot-width: 150px; }
.vote-list span { font-size: 18px; letter-spacing: .07em; }
.hero__ballot p { font-size: 18px; letter-spacing: .04em; }
.record-shot figcaption { font-size: 18px; }
.field .opt { font-size: 17px; }
.footer-links, .disclaimer { font-size: 18px; }
.footer-bottom { font-size: 17px; }
.primary-bar__in { font-size: clamp(19px, 1.5vw, 23px); }

@media (max-width: 1080px) and (min-width: 801px) {
  .nav-button .ballot-lockup { --ballot-width: 138px; }
  .nav-button .ballot-lockup__label { font-size: 17px; }
}
@media (max-width: 800px) {
  .brand-badge { font-size: 18px; padding: 10px 15px 10px 12px; }
  .brand-badge span { font-size: 21px; }
  .section-label, .record-figures__label { font-size: 17px; }
  .ballot-lockup__label { font-size: 17px; }
  .vote-list span, .hero__ballot p { font-size: 17px; }
  .record-shot figcaption { font-size: 17px; }
  .footer-links, .disclaimer { font-size: 17px; }
  .primary-bar__in { font-size: 18px; }
}
/* Last three the raised floor caught: phone CTAs, the iPad nav, and the STOP/HELP
   keywords inside the consent fine print (they inherit the paragraph's size). */
.signup .consent .fineprint { font-size: 17px; }
@media (max-width: 800px) {
  .button, .hero__actions .button { font-size: 17px; }
  .signup-submit { font-size: 18px; }
}
@media (max-width: 1080px) and (min-width: 801px) { .nav-links { font-size: 17px; } }
/* Enlarging the ballot label made the nav lockup 87px tall inside a 76px bar, so it
   was clipped top and bottom. Give the bar room rather than shrinking the text back. */
.site-nav__in { height: 94px; }
.nav-button { padding: 0; border: 0; }
.nav-button .ballot-lockup { --ballot-width: 140px; margin-top: 0; }
@media (max-width: 1080px) and (min-width: 801px) {
  .site-nav__in { height: 88px; }
  .nav-button .ballot-lockup { --ballot-width: 128px; }
}
@media (max-width: 800px) { .site-nav__in { height: 72px; } }

/* --- 2026-08-19 post-primary: lockup now carries longer copy
   ("GENERAL ELECTION / NOV 3", "DEMOCRATIC / NOMINEE") — the fixed
   124px + aspect-ratio box built for "BALLOT NO. / #102" overflowed. --- */
.ballot-lockup { width: auto; min-width: 112px; max-width: none; aspect-ratio: auto; padding: 9px 14px 10px; }
.ballot-lockup__label { font-size: 11px; letter-spacing: .05em; white-space: nowrap; }
.ballot-lockup strong { font-size: 24px; letter-spacing: -.02em; white-space: nowrap; }
.hero__ballot .ballot-lockup { padding: 12px 18px 13px; }
.hero__ballot .ballot-lockup__label { font-size: 13px; }
.hero__ballot .ballot-lockup strong { font-size: 30px; }
.primary-bar__ballot .ballot-lockup { border-width: 0; background: transparent; padding: 4px 0; }
@media (max-width: 800px) {
  .nav-button .ballot-lockup { min-width: 0; padding: 4px 8px 5px; border-width: 2px; }
  .nav-button .ballot-lockup__label { font-size: 7.5px; letter-spacing: .04em; }
  .nav-button .ballot-lockup strong { margin-top: 1px; font-size: 14px; }
}
