:root {
  --navy: #0b1730;
  --navy-2: #10295a;
  --blue: #1d54c8;
  --blue-bright: #2563eb;
  --red: #ef3f49;
  --gold: #f6c84a;
  --ink: #14203a;
  --muted: #667069;
  --line: #e4ded4;
  --soft: #f6f1e9;
  --paper: #fcfaf6;
  --white: #fff;
  --shadow: 0 22px 65px rgba(38, 46, 62, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Outfit", system-ui, sans-serif; font-size: 1.025rem; line-height: 1.7; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.35rem; }
.shell, .nav-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--gold); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(11, 23, 48, .96); border-top: 5px solid var(--gold); backdrop-filter: blur(14px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; line-height: 1.05; }
.brand-mark { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg, #357af0, #1146bd); font-weight: 900; box-shadow: 0 8px 25px rgba(37, 99, 235, .3); }
.brand strong { display: block; font-size: 1.08rem; }
.brand small { display: block; margin-top: 5px; color: #bdc7dc; font-size: .68rem; font-weight: 700; letter-spacing: .09em; }
.site-nav { display: flex; align-items: center; gap: 32px; color: #e8edf8; font-weight: 600; }
.site-nav > a { text-decoration: none; }
.site-nav > a:not(.button):hover, .site-nav .active { color: var(--gold); }
.nav-toggle { display: none; border: 1px solid #53617d; border-radius: 8px; background: transparent; color: #fff; padding: 9px 13px; font: inherit; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 55px; padding: 0 27px; border-radius: 14px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 21px; border-radius: 24px; }
.button-red { color: #fff; background: var(--red); box-shadow: 0 10px 30px rgba(239, 63, 73, .25); }
.button-gold { color: var(--navy); background: var(--gold); box-shadow: 0 12px 30px rgba(246, 200, 74, .18); }
.button-blue { color: #fff; background: var(--blue); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.46); }
.button-outline-dark { color: var(--ink); border: 1px solid #b7c0cf; }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.policy-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--blue); font-weight: 900; text-decoration: none; }
.policy-link span { transition: transform .2s ease; }
.policy-link:hover span { transform: translateX(5px); }
.eyebrow { margin-bottom: 15px; color: var(--blue); font-size: .77rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold); }

.hero { position: relative; overflow: hidden; min-height: 790px; padding: 112px 0 105px; color: #fff; background: radial-gradient(circle at 78% 35%, #244aa0 0, transparent 32%), linear-gradient(125deg, #0b1730 8%, #143577 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; bottom: -300px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.hero-glow { position: absolute; width: 400px; height: 400px; left: -180px; top: -170px; border-radius: 50%; background: rgba(37, 99, 235, .24); filter: blur(5px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 88px; align-items: center; }
.hero-copy h1 { margin-bottom: 26px; font-size: clamp(3.7rem, 6.7vw, 6.1rem); }
.hero-copy h1 span { color: var(--red); }
.hero-lede { max-width: 680px; margin-bottom: 30px; color: #d5ddec; font-size: 1.24rem; line-height: 1.75; }
.hero-note { margin: 25px 0 0; color: #b9c7e0; font-size: .96rem; font-weight: 600; }
.portrait-wrap { position: relative; padding: 38px; }
.portrait-ring { position: relative; z-index: 1; padding: 9px; border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.4), rgba(37,99,235,.2)); box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.portrait-ring img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center 20%; border-radius: 50%; }
.portrait-tag { position: relative; z-index: 2; width: 90%; margin: -20px auto 0; padding: 18px 22px; color: var(--navy); background: var(--gold); border-radius: 14px; text-align: center; box-shadow: var(--shadow); }
.portrait-tag strong, .portrait-tag span { display: block; }
.portrait-tag span { font-size: .83rem; }

.section-heading { max-width: 720px; margin-bottom: 64px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.13rem; }
.section-heading-light { color: #fff; }
.section-heading-light > p:last-child { color: #bbc8df; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.stake-card { min-height: 350px; padding: 39px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 44px rgba(34, 42, 58, .055); }
.card-number { display: inline-flex; margin-bottom: 62px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.stake-card h3 { font-size: 1.55rem; }
.stake-card p { color: var(--muted); }
.stake-card a { display: inline-block; margin-top: 8px; color: var(--blue); font-weight: 800; text-decoration: none; }

.section-navy { color: #fff; background: var(--navy); }
.priority-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.priority-card { display: grid; grid-template-columns: 70px 1fr; gap: 26px; min-height: 270px; padding: 39px; border: 1px solid #30405f; border-radius: 22px; background: #111f3a; }
.priority-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 16px; color: var(--navy); background: var(--gold); font-weight: 900; }
.priority-card p { color: #b9c5da; }
.priority-card a { color: var(--gold); font-weight: 800; text-decoration: none; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.photo-card { overflow: hidden; border-radius: 24px; background: var(--navy); box-shadow: var(--shadow); }
.photo-card img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.photo-caption { padding: 21px 24px; color: #fff; font-weight: 800; }
.large-copy { color: var(--muted); font-size: 1.15rem; }
.check-list { margin: 34px 0; padding: 0; list-style: none; }
.check-list li { padding: 19px 0 19px 36px; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.promise { background: var(--soft); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
.promise-list p { display: grid; grid-template-columns: 48px 1fr; gap: 20px; margin: 0; padding: 21px 0; border-bottom: 1px solid #ddd5c9; font-size: 1.08rem; font-weight: 700; }
.promise-list span { color: var(--blue); font-size: .75rem; letter-spacing: .08em; }
.district-strip { padding: 86px 0; color: #fff; background: linear-gradient(110deg, #173f91, #0d2654); }
.district-strip-grid { display: grid; grid-template-columns: 1fr .85fr auto; gap: 50px; align-items: center; }
.district-strip h2 { margin-bottom: 0; font-size: 2.4rem; }
.district-strip p { margin-bottom: 0; color: #d1dbec; }
.endorsement-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.support-stat, .logo-panel { min-height: 220px; padding: 38px; border-radius: 22px; }
.support-stat { display: flex; align-items: center; gap: 28px; color: #fff; background: var(--blue); }
.support-stat strong { font-size: 3.5rem; }
.logo-panel { display: flex; align-items: center; justify-content: space-around; gap: 24px; border: 1px solid var(--line); background: var(--navy); }
.logo-panel img { width: min(44%, 190px); height: 110px; padding: 16px 18px; border-radius: 12px; background: #fff; object-fit: contain; box-shadow: 0 10px 25px rgba(0, 0, 0, .14); }
.closing-cta, .donate-panel { padding: 80px 0; color: #fff; background: linear-gradient(125deg, #0b1730, #193b82); }
.closing-cta-inner, .donate-panel-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing-cta h2, .donate-panel h2 { max-width: 700px; margin: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); }

footer { padding: 38px 0; color: #aeb9cc; background: #071124; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-grid p { margin: 0; text-align: center; }
.footer-brand { transform: scale(.9); transform-origin: left center; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; }
.footer-links a { text-decoration: none; }

.page-hero { padding: 105px 0; color: #fff; background: radial-gradient(circle at 80% 20%, #244a9b 0, transparent 30%), linear-gradient(125deg, #0b1730, #153b83); }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .55fr; gap: 70px; align-items: center; }
.page-hero h1 { margin-bottom: 23px; font-size: clamp(3rem, 6vw, 5.3rem); }
.page-hero p:last-child { max-width: 760px; color: #d2dced; font-size: 1.2rem; }
.page-hero img { width: 320px; height: auto; aspect-ratio: 1; object-fit: cover; border: 8px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: var(--shadow); }
.page-hero-simple { padding: 90px 0 80px; }
.page-hero-simple h1 { max-width: 980px; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 700px); gap: 88px; align-items: start; }
.article-aside { position: sticky; top: 125px; padding: 28px; border-top: 4px solid var(--gold); border-radius: 0 0 16px 16px; background: var(--soft); }
.article-aside p { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 700; }
.prose > p { color: #47546b; font-size: 1.12rem; }
.prose h2 { margin-top: 10px; }
.prose figure { margin: 45px 0; }
.prose figure img { width: 100%; border-radius: 15px; }
.prose figcaption { margin-top: 9px; color: var(--muted); font-size: .86rem; }
blockquote { margin: 42px 0; padding: 25px 30px; border-left: 5px solid var(--gold); color: var(--navy); background: var(--soft); font-size: 1.55rem; font-weight: 800; }

.jump-nav { position: sticky; top: 83px; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.jump-nav .shell { display: flex; gap: 36px; overflow-x: auto; }
.jump-nav a { padding: 18px 0; white-space: nowrap; color: var(--muted); font-size: .9rem; font-weight: 800; text-decoration: none; }
.jump-nav a:hover { color: var(--blue); }
.section-soft { background: var(--soft); }
.policy-section { scroll-margin-top: 145px; }
.policy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.policy-title > span { display: block; margin-bottom: 35px; color: #d7deea; font-size: 5rem; font-weight: 900; line-height: 1; }
.policy-title > p:last-child { color: var(--muted); font-size: 1.07rem; }
.policy-body h3 { margin: 28px 0 9px; }
.policy-body > p { color: var(--muted); }
.action-list { padding: 0; list-style: none; }
.action-list li { position: relative; padding: 14px 0 14px 32px; border-bottom: 1px solid var(--line); }
.action-list li::before { content: "→"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.evidence-box { margin-top: 30px; padding: 23px 25px; border-left: 5px solid var(--gold); background: #fff; box-shadow: 0 10px 30px rgba(20,32,58,.05); }
.evidence-box p { margin: 6px 0 0; color: var(--muted); }

.detail-hero { position: relative; overflow: hidden; padding: 112px 0 106px; color: #fff; background: radial-gradient(circle at 82% 28%, #2755af 0, transparent 30%), linear-gradient(125deg, #0b1730 4%, #173d87 100%); }
.detail-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; bottom: -290px; border: 70px solid rgba(255,255,255,.035); border-radius: 50%; }
.detail-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .55fr; gap: 70px; align-items: end; }
.detail-hero h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 6vw, 5.7rem); }
.detail-hero-copy > p:last-of-type { max-width: 750px; color: #d4def0; font-size: 1.22rem; }
.detail-breadcrumb { display: inline-flex; margin-bottom: 25px; color: #c7d3e8; font-size: .88rem; font-weight: 700; text-decoration: none; }
.detail-breadcrumb:hover { color: var(--gold); }
.detail-promise { padding: 29px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(7,17,36,.38); backdrop-filter: blur(12px); }
.detail-promise small { display: block; margin-bottom: 9px; color: var(--gold); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.detail-promise strong { display: block; font-size: 1.4rem; line-height: 1.25; }
.metric-band { position: relative; z-index: 3; margin-top: -36px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.metric { padding: 34px 38px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--blue); font-size: 2.1rem; line-height: 1; }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-size: .87rem; line-height: 1.35; }
.detail-intro { max-width: 780px; margin: 0 auto 60px; text-align: center; }
.detail-intro > p:last-child { color: var(--muted); font-size: 1.16rem; }
.commitment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.commitment-card { padding: 40px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(34,42,58,.05); }
.commitment-card .card-number { margin-bottom: 32px; }
.commitment-card p { margin-bottom: 0; color: var(--muted); }
.case-study { padding: 90px 0; color: #fff; background: var(--navy); }
.case-study-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.case-study-label { color: var(--gold); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.case-study h2 { font-size: clamp(2.4rem, 4.4vw, 4rem); }
.case-study-copy > p { color: #c5d0e2; font-size: 1.08rem; }
.case-study-steps { margin-top: 30px; }
.case-study-steps div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid #34435f; }
.case-study-steps span { color: var(--gold); font-weight: 900; }
.case-study-steps p { margin: 0; }
.source-section { padding: 85px 0; background: var(--soft); }
.source-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.source-heading h2 { margin-bottom: 0; font-size: 2.6rem; }
.source-heading p { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.source-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.source-link { display: grid; grid-template-columns: 38px 1fr auto; gap: 17px; align-items: center; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-decoration: none; }
.source-link:hover { border-color: #9cb6ee; box-shadow: 0 10px 30px rgba(20,32,58,.07); }
.source-link > span:first-child { color: var(--blue); font-size: .78rem; font-weight: 900; }
.source-link strong { display: block; line-height: 1.25; }
.source-link small { display: block; margin-top: 4px; color: var(--muted); }
.source-link > span:last-child { color: var(--blue); font-weight: 900; }
.detail-note { margin-top: 28px; color: var(--muted); font-size: .82rem; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 25; width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 14px 35px rgba(20,32,58,.25); font: inherit; font-weight: 900; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.motion-ready .stake-card, .motion-ready .priority-card, .motion-ready .policy-body, .motion-ready .commitment-card, .motion-ready .source-link, .motion-ready .involvement-options article { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.motion-ready .is-visible { opacity: 1; transform: translateY(0); }

.district-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.map-placeholder { position: relative; overflow: hidden; min-height: 560px; border: 10px solid #fff; border-radius: 24px; background: radial-gradient(circle at 86% 18%, rgba(246,200,74,.24), transparent 25%), linear-gradient(150deg, #e7eef6, #cdddeb 58%, #b7d5e3); box-shadow: var(--shadow); isolation: isolate; }
.map-placeholder::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 38px 38px; opacity: .65; }
.map-placeholder::after { content: ""; position: absolute; inset: 12px; z-index: 4; pointer-events: none; border: 1px solid rgba(11,23,48,.13); border-radius: 12px; }
.district-boundary-map { position: absolute; inset: 12px; z-index: 1; width: calc(100% - 24px); height: calc(100% - 24px); object-fit: contain; }
.map-district-badge { position: absolute; top: 25px; left: 25px; z-index: 3; padding: 9px 13px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: var(--shadow); }
.map-label { position: absolute; z-index: 3; padding: 11px 15px; border: 2px solid rgba(255,255,255,.8); border-radius: 10px; color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(11,23,48,.2); line-height: 1.15; }
.map-label.orem { top: 17%; right: 5%; }
.map-label.uvu { top: 39%; right: 20%; background: var(--red); }
.map-label.provo { bottom: 30%; right: 3%; }
.map-road { position: absolute; z-index: 3; right: 7%; top: 52%; color: #fff; background: #45536c; padding: 4px 9px; border-radius: 5px; font-size: .72rem; font-weight: 800; box-shadow: 0 8px 20px rgba(11,23,48,.18); }
.stat-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 34px 0; }
.stat-stack div { padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.stat-stack strong, .stat-stack span { display: block; }
.stat-stack strong { color: var(--blue); font-size: 1.7rem; }
.stat-stack span { color: var(--muted); font-size: .83rem; }
.district-links { display: flex; flex-direction: column; gap: 7px; margin-top: 25px; }
.district-links a { color: var(--blue); font-size: .9rem; font-weight: 800; text-decoration: none; }

.involvement-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; }
.involvement-feature { padding: 54px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy-2)); }
.involvement-feature .eyebrow { color: var(--gold); }
.involvement-feature h2 { font-size: 3rem; }
.involvement-feature p:not(.eyebrow) { color: #dbe5f7; }
.involvement-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.involvement-options article { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.involvement-options p { color: var(--muted); }
.involvement-options a { color: var(--blue); font-weight: 800; text-decoration: none; }
.donate-panel-inner p:not(.eyebrow) { max-width: 690px; color: #ccd8eb; }
.event-callout { padding: 65px 0; border-top: 1px solid var(--line); background: var(--soft); }
.event-callout-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.event-callout h2 { margin-bottom: 9px; font-size: 2.4rem; }
.event-callout p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }

@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 24px 20px; flex-direction: column; align-items: stretch; gap: 16px; background: var(--navy); border-top: 1px solid #2e3c58; }
  .site-nav.is-open { display: flex; }
  .hero-grid, .split, .promise-grid, .district-strip-grid, .page-hero-grid, .policy-grid, .district-grid, .involvement-grid, .detail-hero-grid, .case-study-grid { grid-template-columns: 1fr; }
  .hero { padding: 84px 0 90px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero .button-row { justify-content: center; }
  .portrait-wrap { max-width: 520px; margin: auto; }
  .three-grid { grid-template-columns: 1fr; }
  .priority-grid { grid-template-columns: 1fr; }
  .district-strip-grid { text-align: center; }
  .district-strip-grid .button { justify-self: center; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .page-hero-grid img { width: 230px; grid-row: 1; }
  .policy-grid { gap: 35px; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .commitment-grid, .source-list { grid-template-columns: 1fr; }
  .source-heading { align-items: flex-start; flex-direction: column; }
  .policy-title > span { margin-bottom: 15px; }
  .closing-cta-inner, .donate-panel-inner, .event-callout-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; transform-origin: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 620px) {
  .shell, .nav-shell { width: min(100% - 28px, 1160px); }
  .section { padding: 82px 0; }
  .brand small { display: none; }
  .hero { min-height: auto; }
  .hero-copy h1 { font-size: 3.25rem; }
  .hero-lede { font-size: 1.05rem; }
  .portrait-wrap { padding-inline: 0; }
  .stake-card, .priority-card, .commitment-card, .involvement-options article { padding: 30px; }
  .stake-card { min-height: 320px; }
  .priority-card { grid-template-columns: 1fr; }
  .endorsement-row, .stat-stack, .involvement-options { grid-template-columns: 1fr; }
  .support-stat { flex-direction: column; align-items: flex-start; gap: 4px; }
  .logo-panel { flex-direction: column; }
  .logo-panel img { width: min(100%, 220px); }
  .article-aside { grid-template-columns: 1fr; }
  .jump-nav { top: 83px; }
  .page-hero h1 { font-size: 2.8rem; }
  .map-placeholder { min-height: 460px; }
  .map-label { padding: 9px 11px; font-size: .82rem; }
  .map-district-badge { top: 18px; left: 18px; }
  .detail-hero h1 { font-size: 3rem; }
  .detail-promise { margin-top: 10px; }
  .commitment-grid { grid-template-columns: 1fr; }
}

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