:root {
  --navy: #07355a;
  --deep: #03243f;
  --royal: #1774ba;
  --cyan: #08b4ee;
  --sky: #8fddf5;
  --paper: #f4f7f2;
  --white: #fff;
  --ink: #092035;
  --red: #ef4050;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); border: 2px solid var(--deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 106px; padding: 12px clamp(18px, 4vw, 64px); color: var(--deep); background: var(--white); border-bottom: 4px solid var(--deep); }
.brand { display: block; padding: 4px 8px; background: var(--white); }
.brand img { display: block; width: 126px; height: 80px; object-fit: contain; }
.header-wordmark { font-family: var(--display); font-size: 14px; letter-spacing: .08em; line-height: .92; text-transform: uppercase; }
.header-wordmark strong { display: block; color: var(--royal); font-size: clamp(22px, 2.5vw, 36px); letter-spacing: -.02em; }
.header-wordmark strong em { color: var(--red); font-style: normal; }
.header-action { display: flex; align-items: center; gap: 18px; min-height: 52px; padding: 0 18px 0 22px; color: var(--white); background: var(--deep); border: 3px solid var(--deep); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transform: rotate(-1.5deg); transition: 160ms ease; }
.header-action span { color: var(--cyan); font-size: 20px; }
.header-action:hover, .header-action:focus-visible { color: var(--deep); background: var(--cyan); outline: 3px solid var(--deep); outline-offset: 3px; }

.countdown { position: relative; z-index: 18; display: grid; grid-template-columns: minmax(210px, .7fr) minmax(520px, 1.6fr) minmax(180px, .5fr); align-items: center; gap: 28px; min-height: 150px; padding: 18px clamp(22px, 5vw, 80px); color: var(--deep); background: var(--cyan); border-bottom: 5px solid var(--deep); }
.countdown:after { content: "ELECTION DAY"; position: absolute; right: -24px; bottom: 4px; color: rgba(255, 255, 255, .22); font-family: var(--display); font-size: 52px; letter-spacing: .04em; transform: rotate(-4deg); }
.countdown-label { display: flex; align-items: center; gap: 14px; }
.pulse-dot { display: block; width: 16px; height: 16px; flex: 0 0 16px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 8px rgba(239, 64, 80, .18); animation: pulse 1.4s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 14px rgba(239, 64, 80, 0); } }
.countdown-label p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.countdown-label h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 58px); letter-spacing: -.02em; line-height: .9; text-transform: uppercase; }
.countdown-clock { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; min-width: 0; }
.time-unit { min-width: 0; text-align: center; }
.time-unit strong { display: block; font-family: var(--display); font-size: clamp(44px, 6vw, 86px); letter-spacing: -.025em; line-height: .75; }
.time-unit span { display: block; margin-top: 10px; font-size: 9px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.time-divider { margin-top: -16px; font-family: var(--display); font-size: clamp(34px, 4vw, 60px); }
.polls-date { position: relative; z-index: 2; margin: 0; padding-left: 20px; border-left: 3px solid var(--deep); font-size: 12px; font-weight: 900; letter-spacing: .06em; line-height: 1.5; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), var(--deep); background-size: 24px 24px; border-bottom: 5px solid var(--deep); }
.hero:before { content: ""; position: absolute; z-index: 0; top: -120px; left: 36%; width: 320px; height: 980px; background: var(--royal); transform: rotate(13deg); opacity: .7; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(360px, .84fr) minmax(640px, 1.65fr); align-items: center; min-height: 0; padding: 28px 0 18px; }
.hero-copy-block { position: relative; z-index: 3; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 44px 16px 48px clamp(24px, 3.4vw, 58px); }
.hero h1 { position: relative; margin: 0; font-family: var(--display); font-size: clamp(68px, 6vw, 108px); font-weight: 1000; letter-spacing: -.035em; line-height: .82; text-transform: uppercase; }
.hero h1 .line { display: table; position: relative; }
.line-one { margin-bottom: 9px; padding: 6px 12px 8px; color: var(--deep); background: var(--white); box-shadow: 7px 7px 0 var(--royal); letter-spacing: -.02em; }
.line-two { z-index: 2; max-width: calc(100% - 4px); margin: 15px 0 6px -10px; padding: 11px 14px 12px 12px; color: var(--deep); background: var(--cyan); transform: rotate(-2deg); transform-origin: left center; box-shadow: 9px 9px 0 var(--royal); white-space: nowrap; }
.line-two em { color: var(--red); font-style: normal; }
.line-three { color: var(--white); letter-spacing: .035em; text-shadow: 3px 3px 0 var(--deep); }
.hero-deck { max-width: 560px; margin: 30px 0 25px; color: var(--white); font-family: "League Spartan", "Arial Black", Montserrat, Arial, sans-serif; font-size: clamp(16px, 1.45vw, 20px); font-weight: 700; letter-spacing: -.018em; line-height: 1.32; }
.hero-deck span, .hero-deck strong { display: block; }
.hero-deck strong { margin-top: 10px; color: var(--sky); font-size: 1.08em; font-weight: 900; letter-spacing: -.025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-actions a { display: inline-flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 17px; border: 2px solid var(--white); font-size: 12px; font-weight: 950; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; }
.action-primary { min-width: 215px; color: var(--deep); background: var(--white); }
.action-primary span { color: var(--royal); font-size: 20px; }
.hero-actions a:hover, .hero-actions a:focus-visible { color: var(--deep); background: var(--cyan); border-color: var(--cyan); outline: 3px solid var(--white); outline-offset: 3px; }

.hero-art { position: relative; z-index: 4; width: 100%; aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; isolation: isolate; background: var(--deep); box-shadow: -12px 14px 0 rgba(8,180,238,.32); }
.hero-team-photo { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-donate-strip { position: absolute; z-index: 5; right: 2.2%; bottom: 2.2%; left: 2.2%; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 6px; }
.hero-donate-strip a { position: relative; top: 0; display: flex; align-items: center; justify-content: center; min-height: 46px; padding: 5px 2px; color: var(--deep); background: rgba(255,255,255,.97); border: 2px solid var(--white); box-shadow: 3px 4px 0 var(--cyan); font-family: "League Spartan", "Arial Black", Arial, sans-serif; font-size: clamp(7px,.68vw,11px); font-weight: 900; line-height: 1.02; letter-spacing: .01em; text-align: center; text-decoration: none; text-transform: uppercase; transition: top 100ms ease, background 150ms ease, box-shadow 100ms ease, transform 150ms ease; }
.hero-donate-strip b { margin-left: 3px; color: var(--royal); font-size: 1.15em; }
.hero-donate-strip a:hover, .hero-donate-strip a:focus-visible { top: -3px; background: var(--cyan); box-shadow: 5px 7px 0 var(--white); outline: 3px solid var(--deep); outline-offset: 2px; transform: rotate(-.5deg); }
.hero-donate-strip a:active { top: 3px; box-shadow: 1px 1px 0 var(--cyan); }

.candidates-section { width: min(1280px, calc(100% - 36px)); margin: 0 auto; padding: 22px 0 clamp(70px, 7vw, 105px); }
.candidate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.candidate-card { position: relative; min-width: 0; overflow: hidden; border: 4px solid var(--deep); box-shadow: 7px 7px 0 var(--deep); scroll-margin-top: 16px; transition: 160ms ease; }
.candidate-card:hover { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--deep); }
.cyan-card { background: var(--cyan); }
.white-card { background: var(--white); }
.blue-card { color: var(--white); background: var(--royal); }
.navy-card { color: var(--white); background: var(--deep); }
.card-topline { display: flex; justify-content: space-between; align-items: center; min-height: 44px; padding: 0 14px; border-bottom: 4px solid var(--deep); font-size: 10px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.card-topline strong { padding: 5px 8px; color: var(--white); background: var(--deep); }
.blue-card .card-topline, .navy-card .card-topline { border-color: var(--white); }
.blue-card .card-topline strong, .navy-card .card-topline strong { color: var(--deep); background: var(--cyan); }
.card-photo { height: 330px; overflow: hidden; background: #c9eaf4; border-bottom: 4px solid var(--deep); }
.blue-card .card-photo, .navy-card .card-photo { border-color: var(--white); }
.card-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.05); }
#nabeela .card-photo img { object-position: 68% 38%; }
#karen .card-photo img { object-position: 34% 32%; }
#maria .card-photo img { object-position: 45% 38%; }
#aj .card-photo img { object-position: center 26%; }
#jose .card-photo img { object-position: center 28%; transform: scale(1.06); }
#mary .card-photo img { object-position: center 30%; }
.card-copy { padding: 20px; }
.card-copy h3 { margin: 0 0 18px; font-family: Arial Black, Arial, sans-serif; font-size: clamp(39px, 3.8vw, 58px); font-weight: 900; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; text-wrap: balance; }
.white-card .card-copy h3, .cyan-card .card-copy h3 { color: var(--deep); }
.blue-card .card-copy h3, .navy-card .card-copy h3 { color: var(--white); text-shadow: 2px 2px 0 rgba(3,36,63,.55); }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.card-button { display: flex; align-items: center; justify-content: space-between; min-height: 47px; padding: 0 12px; border: 3px solid var(--deep); font-size: 11px; font-weight: 950; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.donate { color: var(--white); background: var(--deep); }
.volunteer { color: var(--deep); background: var(--white); }
.blue-card .card-button, .navy-card .card-button { border-color: var(--white); }
.blue-card .donate, .navy-card .donate { color: var(--deep); background: var(--cyan); }
.card-button:hover, .card-button:focus-visible { color: var(--deep); background: var(--sky); outline: 3px solid var(--deep); outline-offset: 2px; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 34px clamp(20px, 5vw, 70px); color: #43596a; background: var(--white); border-top: 7px solid var(--cyan); border-bottom: 14px solid var(--deep); font-size: 12px; }
.footer-brand { display: block; padding: 0; background: var(--white); }
footer img { display: block; width: 128px; height: 84px; object-fit: contain; background: var(--white); }
footer p { margin: 3px 0; }
.footer-title { color: var(--deep); font-family: var(--display); font-size: 21px; letter-spacing: .04em; text-transform: uppercase; }
.disclaimer { margin-top: 9px; color: var(--deep); font-weight: 800; }
footer > a:last-child { color: var(--deep); font-weight: 900; text-decoration: none; text-transform: uppercase; }
footer > a:last-child span { color: var(--cyan); }

@media (max-width: 1000px) {
  .countdown { grid-template-columns: 1fr; gap: 22px; padding-top: 30px; padding-bottom: 30px; }
  .countdown-label { justify-content: center; }
  .polls-date { justify-self: center; border-left: 0; border-top: 3px solid var(--deep); padding: 10px 0 0; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 0; }
  .hero-copy-block { padding-bottom: 38px; }
  .hero-art { order: -1; width: 100%; min-height: 0; box-shadow: none; }
  .hero-art:before { clip-path: none; }
  .candidate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .site-header { grid-template-columns: auto 1fr; gap: 12px; min-height: 88px; }
  .brand img { width: 92px; height: 62px; }
  .header-wordmark strong { font-size: 20px; }
  .header-action { display: none; }
  .countdown { gap: 17px; padding: 24px 14px; }
  .countdown-clock { grid-template-columns: repeat(4, 1fr); gap: 7px; }
  .time-divider { display: none; }
  .time-unit strong { font-size: clamp(36px, 13vw, 55px); }
  .hero-copy-block { padding: 42px 18px 34px; }
  .hero h1 { font-size: clamp(56px, 17vw, 78px); }
  .line-one { padding-right: 8px; padding-left: 8px; }
  .line-two { margin-left: 0; padding-left: 7px; font-size: .82em; }
  .hero-deck { font-size: 16px; }
  .hero-art { min-height: 0; aspect-ratio: 16 / 9; }
  .hero-donate-strip { right: 1.4%; bottom: 2%; left: 1.4%; gap: 3px; }
  .hero-donate-strip a { min-height: 31px; padding: 3px 1px; border-width: 1px; box-shadow: 1px 2px 0 var(--cyan); font-size: clamp(5.5px,1.45vw,8px); }
  .candidate-grid { grid-template-columns: 1fr; }
  .candidates-section { padding-top: 16px; }
  .card-photo { height: 360px; }
  .card-copy h3 { font-size: clamp(42px, 13vw, 58px); }
  footer { grid-template-columns: auto 1fr; }
  footer > a:last-child { grid-column: 2; }
}

/* Hero redesign: layered editorial portrait panels, never regenerated people. */
.hero.hero-redesign { overflow: hidden; background-color: var(--deep); }
.hero.hero-redesign:before { left: 28%; width: 270px; opacity: .46; }
.hero-redesign-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(310px,.58fr) minmax(780px,1.72fr); align-items: center; width: min(1920px,100%); min-height: 720px; margin: 0 auto; padding: 24px 0 20px; }
.hero-redesign .hero-copy-block { z-index: 8; overflow: clip; padding: 38px 20px 44px clamp(24px,3.2vw,58px); }
.hero-redesign h1 { font-size: clamp(52px,4.5vw,82px); }
.hero-redesign .line-two { max-width: 100%; margin-left: 0; font-size: .88em; }
.hero-eyebrow { margin: 0 0 18px; color: var(--sky); font-size: 11px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll-link { display: inline-flex; align-items: center; justify-content: space-between; width: max-content; min-width: 218px; min-height: 50px; padding: 0 16px; color: var(--deep); background: var(--white); border: 3px solid var(--white); box-shadow: 6px 6px 0 var(--cyan); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease; }
.hero-scroll-link span { color: var(--royal); font-size: 19px; }
.hero-scroll-link:hover,.hero-scroll-link:focus-visible { background: var(--cyan); box-shadow: 9px 9px 0 var(--white); outline: 3px solid var(--white); outline-offset: 4px; transform: translate(-2px,-2px) rotate(-1deg); }
.hero-scroll-link:active { box-shadow: 2px 2px 0 var(--cyan); transform: translate(4px,4px); }

.team-stage { position: relative; z-index: 9; min-width: 0; height: 680px; overflow: hidden; isolation: isolate; border: 4px solid var(--deep); border-right: 0; background: radial-gradient(circle at 46% 18%,rgba(143,221,245,.19),transparent 30%),linear-gradient(128deg,#355469 0%,#173c57 46%,#102f49 100%); box-shadow: -12px 14px 0 rgba(8,180,238,.26); }
.team-stage:before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(115deg,transparent 0 38%,rgba(143,221,245,.08) 38% 55%,transparent 55%); background-size: 28px 28px,28px 28px,100% 100%; pointer-events: none; }
.stage-buildings { position: absolute; inset: 0; z-index: 0; display: grid; grid-template-columns: 66% 34%; }
.stage-building { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; }
.stage-building img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18) saturate(.72) contrast(1.1) brightness(.72) hue-rotate(164deg); }
.stage-capitol img { object-position: 48% center; }
.stage-courthouse img { object-position: 62% center; }
.stage-building:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,36,63,.12),rgba(3,36,63,.77)),linear-gradient(90deg,rgba(8,180,238,.22),rgba(23,116,186,.18)); mix-blend-mode: multiply; }
.stage-buildings:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 48% 16%,rgba(143,221,245,.22),transparent 35%),linear-gradient(180deg,rgba(3,36,63,.08) 55%,rgba(3,36,63,.92) 100%); }

.team-card { position: absolute; z-index: 2; width: 19%; height: 79%; min-width: 0; overflow: visible; border: 3px solid rgba(255,255,255,.96); background: var(--white); box-shadow: 8px 10px 0 rgba(3,36,63,.72),0 18px 34px rgba(0,0,0,.32); rotate: var(--tilt,0deg); transition: translate 170ms ease, box-shadow 170ms ease, rotate 170ms ease; }
.team-card:focus-within,.team-card:hover { z-index: 10; translate: 0 -7px; rotate: 0deg; box-shadow: 11px 15px 0 var(--cyan),0 22px 38px rgba(0,0,0,.38); }
.portrait-shell { position: absolute; inset: 0 0 66px; overflow: hidden; background: #dcecf4; }
.portrait-shell:after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent,rgba(3,36,63,.18)); pointer-events: none; }
.portrait-shell img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04) brightness(1.03); }
.candidate-donate { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; gap: 7px; min-height: 66px; padding: 8px 10px 7px; color: var(--deep); background: rgba(255,255,255,.98); border-top: 3px solid var(--deep); font-family: "League Spartan","Arial Black",Arial,sans-serif; text-decoration: none; text-transform: uppercase; transition: background 140ms ease,color 140ms ease; }
.candidate-donate span { min-width: 0; }
.candidate-donate b,.candidate-donate small { display: block; }
.candidate-donate b { overflow: hidden; font-size: clamp(9px,.72vw,13px); font-weight: 950; line-height: 1.02; text-overflow: ellipsis; white-space: nowrap; }
.candidate-donate small { margin-top: 4px; font-size: clamp(6px,.5vw,9px); font-weight: 850; letter-spacing: .055em; }
.candidate-donate i { flex: 0 0 auto; padding: 7px 6px 6px; color: var(--white); background: var(--royal); font-size: clamp(7px,.5vw,9px); font-style: normal; font-weight: 950; letter-spacing: .04em; }
.candidate-donate:hover,.candidate-donate:focus-visible { color: var(--deep); background: var(--cyan); outline: 4px solid var(--white); outline-offset: 3px; }
.candidate-donate:hover i,.candidate-donate:focus-visible i { color: var(--deep); background: var(--white); }
.candidate-donate:active { translate: 3px 3px; }

.candidate-aj { --tilt: -1.4deg; left: 0; top: 10%; z-index: 2; }
.candidate-karen { --tilt: 1deg; left: 16.2%; top: 18%; z-index: 5; }
.candidate-nabeela { --tilt: -.7deg; left: 32.4%; top: 7%; z-index: 3; }
.candidate-maria { --tilt: 1.2deg; left: 48.6%; top: 22%; z-index: 7; }
.candidate-jose { --tilt: 1.1deg; left: 81%; top: 18%; z-index: 6; width: 19%; }
.candidate-mary { --tilt: -.8deg; left: 64.8%; top: 12%; z-index: 4; }
.candidate-aj .portrait-shell img { object-position: 50% 20%; }
.candidate-karen .portrait-shell img { object-position: 34% 30%; }
.candidate-nabeela .portrait-shell img { object-position: 51% 35%; }
.candidate-maria .portrait-shell img { object-position: 51% 20%; }
.candidate-maria .portrait-shell:before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg,rgba(25,31,36,.48) 0%,rgba(92,96,100,.18) 36%,rgba(255,255,255,0) 68%); mix-blend-mode: multiply; pointer-events: none; }
.candidate-jose .portrait-shell img { object-position: 50% 46%; }
.candidate-mary .portrait-shell img { object-position: 55% 36%; }

@media (max-width: 1180px) {
  .hero-redesign-inner { grid-template-columns: 1fr; padding-top: 0; }
  .hero-redesign .hero-copy-block { padding: 42px clamp(24px,6vw,72px) 34px; }
  .hero-redesign .hero-deck { max-width: 680px; }
  .team-stage { width: calc(100% - 30px); height: min(64vw,680px); min-height: 540px; margin-left: 30px; }
  .candidate-donate b { font-size: clamp(9px,1.15vw,13px); }
  .candidate-donate small { font-size: clamp(6px,.78vw,9px); }
}

@media (max-width: 700px) {
  .hero.hero-redesign:before { display: none; }
  .hero-redesign-inner { min-height: 0; padding-bottom: 16px; }
  .hero-redesign .hero-copy-block { padding: 34px 16px 28px; }
  .hero-eyebrow { margin-bottom: 12px; font-size: 9px; }
  .hero-redesign .hero-deck { margin: 22px 0 20px; }
  .hero-scroll-link { min-width: 205px; min-height: 46px; }
  .team-stage { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; width: calc(100% - 20px); height: auto; min-height: 0; margin: 0 10px; padding: 12px 8px 14px; overflow: visible; border-right: 4px solid var(--deep); box-shadow: 7px 8px 0 rgba(8,180,238,.28); }
  .stage-buildings { display: grid; }
  .team-card { position: relative; left: auto; top: auto; z-index: 2; width: auto; height: auto; min-height: 210px; rotate: 0deg; box-shadow: 3px 4px 0 rgba(3,36,63,.76); }
  .team-card:focus-within,.team-card:hover { translate: 0 -3px; box-shadow: 4px 6px 0 var(--cyan); }
  .portrait-shell { position: relative; inset: auto; height: 160px; }
  .candidate-donate { position: relative; inset: auto; min-height: 50px; padding: 6px; }
  .candidate-donate b { font-size: clamp(8px,2.5vw,11px); white-space: normal; }
  .candidate-donate small { display: none; }
  .candidate-donate i { padding: 5px 4px; font-size: 0; }
  .candidate-donate i:after { content: "↗"; font-size: 12px; }
  .candidate-aj .portrait-shell img { object-position: 50% 17%; }
  .candidate-karen .portrait-shell img { object-position: 34% 28%; }
  .candidate-nabeela .portrait-shell img { object-position: 51% 34%; }
  .candidate-maria .portrait-shell img { object-position: 51% 17%; }
  .candidate-jose .portrait-shell img { object-position: 50% 44%; }
  .candidate-mary .portrait-shell img { object-position: 55% 32%; }
}

@media (max-width: 430px) {
  .team-stage { gap: 5px; padding: 9px 5px 11px; }
  .team-card { min-height: 183px; border-width: 2px; }
  .portrait-shell { height: 136px; }
  .candidate-donate { min-height: 43px; border-top-width: 2px; }
}

.civic-ribbon { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,.72fr); align-items: stretch; min-height: 150px; overflow: hidden; color: var(--white); background: var(--deep); border-bottom: 5px solid var(--deep); }
.civic-place { position: relative; min-width: 0; height: 150px; margin: 0; overflow: hidden; }
.civic-place img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) saturate(.72) contrast(1.08) brightness(.78) hue-rotate(164deg); }
.civic-state img { object-position: 50% 43%; filter: grayscale(.45) saturate(.52) contrast(1.1) brightness(.76) hue-rotate(164deg); }
.civic-county img { object-position: 58% 48%; filter: grayscale(.82) saturate(.32) contrast(1.1) brightness(.76) hue-rotate(164deg); }
.civic-place:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,36,63,.15),rgba(3,36,63,.58)); }
.civic-place figcaption { position: absolute; z-index: 2; right: 18px; bottom: 14px; left: 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-family: "League Spartan","Arial Black",Arial,sans-serif; text-transform: uppercase; }
.civic-place figcaption strong { font-size: clamp(13px,1.25vw,20px); }
.civic-place figcaption span { color: var(--sky); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.civic-ribbon > p { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; min-width: 275px; margin: 0 -18px; padding: 20px 34px; color: var(--deep); background: var(--cyan); border-right: 5px solid var(--deep); border-left: 5px solid var(--deep); box-shadow: 0 0 0 8px rgba(3,36,63,.22); font-family: var(--display); font-size: clamp(30px,3vw,48px); line-height: .88; text-align: center; text-transform: uppercase; transform: skewX(-5deg); }
.civic-ribbon > p span,.civic-ribbon > p strong { transform: skewX(5deg); }
.civic-ribbon > p span { color: var(--red); }
.civic-ribbon > p strong { margin-top: 6px; font-size: .67em; letter-spacing: .025em; }

@media (min-width: 1181px) {
  .site-header { min-height: 72px; padding-top: 6px; padding-bottom: 6px; }
  .brand img { width: 94px; height: 56px; }
  .header-wordmark { font-size: 11px; }
  .header-wordmark strong { font-size: clamp(20px,2vw,29px); }
  .header-action { min-height: 44px; padding-right: 15px; padding-left: 18px; font-size: 11px; }
  .countdown { grid-template-columns: minmax(190px,.7fr) minmax(500px,1.6fr) minmax(175px,.5fr); gap: 20px; min-height: 94px; padding: 10px clamp(22px,4vw,64px); }
  .countdown:after { font-size: 38px; }
  .countdown-label h2 { font-size: clamp(31px,3vw,43px); }
  .countdown-label p { font-size: 9px; }
  .time-unit strong { font-size: clamp(43px,4.5vw,64px); }
  .time-unit span { margin-top: 7px; font-size: 7px; }
  .time-divider { font-size: clamp(30px,3vw,44px); }
  .polls-date { font-size: 10px; }
  .hero-redesign-inner { height: calc(100svh - 166px); min-height: 560px; max-height: 700px; }
  .team-stage { height: calc(100% - 20px); min-height: 530px; }
  .hero-redesign .hero-copy-block { padding-top: 24px; padding-bottom: 28px; }
  .hero-redesign .hero-deck { margin-top: 22px; margin-bottom: 20px; font-size: clamp(14px,1.15vw,18px); }
}

@media (max-width: 700px) {
  .civic-ribbon { grid-template-columns: 1fr 1fr; min-height: 116px; }
  .civic-place { height: 116px; }
  .civic-ribbon > p { grid-column: 1 / -1; grid-row: 2; min-width: 0; margin: 0; padding: 12px 18px; border: 0; box-shadow: none; font-size: 28px; transform: none; }
  .civic-ribbon > p span,.civic-ribbon > p strong { transform: none; }
  .civic-place figcaption { right: 8px; bottom: 8px; left: 8px; display: block; }
  .civic-place figcaption strong,.civic-place figcaption span { display: block; }
  .civic-place figcaption strong { font-size: 11px; }
  .civic-place figcaption span { margin-top: 3px; font-size: 7px; }
}

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