:root {
  --forest: #043b2b;
  --forest-2: #07563c;
  --lime: #a7d63d;
  --red: #cf2634;
  --cream: #f7f5ee;
  --ink: #13231d;
  --muted: #596b63;
  --line: rgba(4,59,43,.14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(4,59,43,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -4rem; padding: .7rem 1rem; background: white; color: var(--forest); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.announcement { background: var(--forest); color: #dfeae5; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: .65rem; padding: .5rem 5vw; font-size: .82rem; letter-spacing: .02em; text-align: center; }
.announcement a { color: white; font-weight: 700; margin-left: .35rem; }
.pulse { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 0 rgba(167,214,61,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(167,214,61,0); } }
.site-header { height: 84px; max-width: 1240px; margin: 0 auto; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 168px; height: auto; max-height: 58px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; padding-left: .75rem; border-left: 1px solid var(--line); }
.brand strong { font: 800 1.15rem/1 "Manrope", sans-serif; letter-spacing: .14em; color: var(--forest); }
.brand small { margin-top: .35rem; color: var(--muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(.85rem,1.5vw,1.55rem); }
nav a { text-decoration: none; font-weight: 600; font-size: .92rem; }
nav a:not(.nav-cta):hover { color: var(--forest-2); }
.nav-cta { background: var(--forest); color: white; padding: .72rem 1rem; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; padding: .5rem; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--forest); transition: .2s; }
.hero { max-width: 1240px; min-height: 690px; margin: 0 auto; padding: 5.5rem 4vw 4rem; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 6vw; overflow: hidden; }
.eyebrow { color: var(--forest-2); text-transform: uppercase; letter-spacing: .18em; font-size: .77rem; font-weight: 800; margin: 0 0 1rem; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 750px; font-size: clamp(3.3rem, 6vw, 6.2rem); letter-spacing: -.07em; margin-bottom: 1.5rem; }
h1 em { color: var(--forest-2); font-style: normal; }
.hero-lead { max-width: 640px; color: var(--muted); font-size: 1.14rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 52px; padding: .85rem 1.35rem; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 10px 25px rgba(4,59,43,.2); }
.button-secondary { color: var(--forest); border: 1px solid rgba(4,59,43,.25); background: rgba(255,255,255,.52); }
.hero-signature { display: flex; flex-direction: column; margin-top: 2.6rem; padding-left: 1rem; border-left: 3px solid var(--lime); }
.hero-signature strong { font-size: 1rem; }
.hero-signature span { color: var(--muted); font-size: .86rem; }
.hero-visual { position: relative; min-height: 580px; }
.hero-visual::before { content: ""; position: absolute; inset: 5% -9% -4% 8%; background: var(--lime); border-radius: 48% 48% 12% 12%; transform: rotate(4deg); }
.hero-frame { position: absolute; inset: 0 2% 0 0; overflow: hidden; border-radius: 46% 46% 10px 10px; box-shadow: var(--shadow); background: #412e28; }
.hero-frame picture { display: block; width: 100%; height: 100%; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 10%; }
.pdp-hero-badge { position: absolute; z-index: 2; top: -1.2rem; right: -1rem; display: flex; align-items: center; gap: .75rem; width: 190px; padding: .7rem .85rem; color: var(--forest); background: white; border-radius: 12px; box-shadow: 0 15px 40px rgba(4,59,43,.22); animation: badge-float 4s ease-in-out infinite; }
.pdp-hero-badge img { width: 58px; height: 58px; object-fit: contain; }
.pdp-hero-badge span { display: flex; flex-direction: column; line-height: 1.1; }
.pdp-hero-badge strong { font: 800 1rem "Manrope", sans-serif; }
.pdp-hero-badge small { margin-top: .25rem; color: var(--red); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
@keyframes badge-float { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-7px) rotate(-1deg); } }
.candidate-card { position: absolute; right: -2%; bottom: 8%; display: flex; flex-direction: column; color: white; background: var(--red); padding: 1rem 1.2rem; min-width: 170px; border-radius: 4px; box-shadow: 0 15px 40px rgba(77,11,19,.25); transform: rotate(-3deg); }
.candidate-card span, .candidate-card small { text-transform: uppercase; letter-spacing: .15em; font-weight: 700; font-size: .68rem; }
.candidate-card strong { font: 800 1.2rem/1.2 "Manrope", sans-serif; margin: .2rem 0; }
.district-strip { background: white; border-block: 1px solid var(--line); display: flex; justify-content: center; align-items: center; gap: clamp(.8rem,3vw,2.8rem); padding: 1rem 4vw; font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--forest); overflow-x: auto; white-space: nowrap; }
.district-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }
.district-dashboard { padding-top: 5.5rem; padding-bottom: 5.5rem; background: #071f18; color: white; overflow: hidden; }
.dashboard-topline { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.12); border-bottom: 0; color: #91aa9f; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-topline > div { display: flex; align-items: center; gap: .6rem; color: white; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(207,38,52,.65); animation: live-pulse 1.7s infinite; }
@keyframes live-pulse { 70% { box-shadow: 0 0 0 9px rgba(207,38,52,0); } }
.dashboard-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 580px; border: 1px solid rgba(255,255,255,.12); }
.dashboard-candidate { position: relative; min-height: 580px; overflow: hidden; background: #49332d; }
.dashboard-candidate::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,59,43,.92) 0%, rgba(4,59,43,.08) 55%); }
.dashboard-candidate::before { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 18%; background: linear-gradient(90deg, transparent, rgba(167,214,61,.13), transparent); animation: scan 5s linear infinite; }
@keyframes scan { from { left: -25%; } to { left: 115%; } }
.dashboard-portrait { width: 100%; height: 100%; object-fit: cover; }
.dashboard-overlay { position: absolute; z-index: 3; left: 1.6rem; right: 1.6rem; bottom: 1.6rem; display: flex; align-items: flex-end; gap: 1rem; }
.dashboard-overlay img { width: 78px; height: 78px; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(0,0,0,.25)); }
.dashboard-overlay p { margin: 0; font: 700 1.3rem/1.05 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: -.03em; }
.dashboard-overlay strong { color: var(--lime); font-size: 1.7rem; }
.dashboard-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,5vw,4.5rem); }
.dashboard-content .eyebrow { color: var(--lime); }
.dashboard-content h2 { max-width: 660px; margin-bottom: 1rem; font-size: clamp(2.8rem,5vw,5rem); letter-spacing: -.06em; }
.dashboard-intro { max-width: 670px; margin: 0 0 2rem; color: #a8bdb5; }
.lga-board { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid rgba(255,255,255,.12); }
.lga-board > div { display: flex; flex-direction: column; padding: 1rem .8rem; border-right: 1px solid rgba(255,255,255,.12); }
.lga-board > div:last-child { border-right: 0; }
.lga-board span { color: var(--red); font-size: .65rem; font-weight: 800; }
.lga-board strong { margin: .25rem 0 .9rem; font: 800 .9rem "Manrope", sans-serif; }
.lga-board small { display: flex; align-items: center; gap: .35rem; color: #87a399; font-size: .58rem; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.lga-board i { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--lime); animation: lga-blink 2.2s ease-in-out infinite; }
.lga-board > div:nth-child(2) i { animation-delay: .35s; }
.lga-board > div:nth-child(3) i { animation-delay: .7s; }
.lga-board > div:nth-child(4) i { animation-delay: 1.05s; }
.lga-board > div:nth-child(5) i { animation-delay: 1.4s; }
@keyframes lga-blink { 50% { opacity: .25; transform: scale(.72); } }
.dashboard-disclaimer { margin: .9rem 0 0; color: #6f8d81; font-size: .68rem; }
.section { padding: 7.5rem max(4vw, calc((100vw - 1140px)/2)); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 5vw; align-items: end; margin-bottom: 3.5rem; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { font-size: clamp(2.5rem, 4.5vw, 4.5rem); letter-spacing: -.055em; margin: 0; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; max-width: 530px; justify-self: end; }
.priority-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.priority-grid article { padding: 2.2rem 2rem 1rem 0; border-right: 1px solid var(--line); }
.priority-grid article + article { padding-left: 2rem; }
.priority-grid article:last-child { border-right: 0; }
.number { display: block; margin-bottom: 3.6rem; color: var(--red); font-weight: 800; font-size: .8rem; }
.priority-grid h3 { font-size: 1.4rem; }
.priority-grid p { color: var(--muted); margin-bottom: 0; }
.story { background: white; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.story-image { height: 660px; overflow: hidden; border-radius: 2px 120px 2px 2px; box-shadow: var(--shadow); }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
.story-copy h2, .support-copy h2, .movement h2 { font-size: clamp(2.5rem,4vw,4rem); letter-spacing: -.05em; }
.story-copy p:not(.eyebrow), .support-copy p:not(.eyebrow), .movement-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--forest); font-weight: 800; text-underline-offset: 5px; }
.story-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 1.5rem; }
.story-actions .text-link { margin-top: 0; }
.fix-one-thing { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: center; color: white; background: var(--forest); overflow: hidden; }
.fix-one-thing::before { content: ""; position: absolute; width: 420px; height: 420px; left: -240px; bottom: -260px; border: 1px solid rgba(167,214,61,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(167,214,61,.035), 0 0 0 140px rgba(167,214,61,.025); }
.fix-one-copy { position: relative; z-index: 2; }
.fix-one-copy .eyebrow { color: var(--lime); }
.fix-one-copy h2 { max-width: 700px; margin-bottom: 1.4rem; font-size: clamp(2.8rem,5vw,5rem); letter-spacing: -.06em; }
.fix-one-copy h2 em { color: var(--lime); font-style: normal; }
.fix-one-copy > p:not(.eyebrow) { max-width: 670px; color: #b9cdc5; font-size: 1.02rem; }
.fix-one-copy .fix-one-hook { color: white !important; font-size: 1.13rem !important; line-height: 1.65; }
.fix-one-button { margin-top: 1.15rem; border: 0; color: var(--forest); background: var(--lime); box-shadow: 0 12px 30px rgba(0,0,0,.2); cursor: pointer; }
.fix-one-button:hover { box-shadow: 0 16px 34px rgba(0,0,0,.28); }
.voice-signal { display: flex; align-items: center; gap: 1.15rem; margin-top: 2.2rem; }
.voice-signal > div:last-child { display: flex; flex-direction: column; }
.voice-signal > div:last-child strong { color: white; font: 800 .9rem "Manrope", sans-serif; }
.voice-signal > div:last-child span { margin-top: .25rem; color: #82a296; font-size: .66rem; letter-spacing: .05em; }
.fix-one-form-card { position: relative; min-height: 610px; padding: clamp(2rem,4vw,3.4rem); border: 1px solid rgba(255,255,255,.16); background: white; color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.24); overflow: hidden; isolation: isolate; }
.fix-one-form-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 28%, rgba(167,214,61,.09) 48%, transparent 68%); transform: translateX(-120%); animation: listen-scan 7s ease-in-out infinite; }
.listening-status { display: flex; align-items: center; gap: .55rem; margin-bottom: 1.7rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--forest); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.listening-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(207,38,52,.65); animation: listening-pulse 2s ease-out infinite; }
.listening-status b { margin-left: auto; color: var(--muted); font-size: .62rem; letter-spacing: .05em; }
.voice-core { position: relative; width: 86px; height: 86px; flex: 0 0 86px; display: grid; place-items: center; }
.voice-core > div { position: relative; z-index: 2; width: 58px; height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--forest); background: var(--lime); box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.voice-core strong { font: 800 2rem/.72 "Manrope", sans-serif; letter-spacing: -.08em; }
.voice-core span { margin-top: .35rem; font-size: .38rem; font-weight: 800; letter-spacing: .16em; }
.voice-ring { position: absolute; inset: 7px; border: 1px solid rgba(167,214,61,.42); border-radius: 50%; animation: voice-ripple 3.2s ease-out infinite; }
.voice-ring.ring-two { animation-delay: 1.6s; }
.fix-one-form-card form > small { display: block; margin-top: .75rem; color: #829087; text-align: center; font-size: .68rem; }
.fix-field { margin: 0 0 1.05rem; padding: 0; border: 0; }
.fix-field > label, .fix-field legend, .fix-label-row label { display: block; margin-bottom: .5rem; color: var(--ink); font-size: .82rem; font-weight: 800; }
.fix-field select, .fix-field textarea, .fix-contact-fields > input { width: 100%; border: 1px solid #d6ddd8; border-radius: 8px; background: #fbfcfa; color: var(--ink); font: 500 .9rem "DM Sans", sans-serif; outline: none; }
.fix-field select { height: 46px; padding: 0 .8rem; }
.fix-field textarea { min-height: 88px; padding: .75rem .85rem; resize: vertical; line-height: 1.45; }
.fix-field select:focus, .fix-field textarea:focus, .fix-contact-fields > input:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(7,86,60,.12); }
.fix-issue-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .5rem; }
.fix-issue-grid label { position: relative; min-height: 50px; display: grid; place-items: center; border: 1px solid #dbe1dc; border-radius: 8px; background: #fbfcfa; color: #506159; cursor: pointer; transition: .16s; }
.fix-issue-grid label:hover { border-color: #8fa399; transform: translateY(-1px); }
.fix-issue-grid input { position: absolute; opacity: 0; pointer-events: none; }
.fix-issue-grid label:has(input:checked) { color: white; border-color: var(--forest); background: var(--forest); }
.fix-issue-grid label:focus-within { outline: 3px solid rgba(7,86,60,.14); outline-offset: 2px; }
.fix-issue-grid span { font-size: .71rem; font-weight: 800; }
.fix-label-row { display: flex; justify-content: space-between; gap: 1rem; }
.fix-label-row > span { color: #8a9790; font-size: .69rem; }
.fix-contact-toggle { margin: -.1rem 0 .75rem; padding: 0; border: 0; background: none; color: var(--forest-2); font: 700 .76rem "DM Sans", sans-serif; cursor: pointer; }
.fix-contact-toggle span { margin-left: .25rem; color: #8b978f; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.fix-contact-fields { display: grid; grid-template-columns: 1fr 1.25fr; gap: .55rem; margin-bottom: .85rem; }
.fix-contact-fields[hidden] { display: none; }
.fix-contact-fields > input { height: 42px; padding: 0 .7rem; }
.fix-consent { grid-column: 1/-1; display: flex; align-items: flex-start; gap: .5rem; color: #69776f; font-size: .71rem; line-height: 1.35; cursor: pointer; }
.fix-consent input { margin-top: .12rem; accent-color: var(--forest); }
.fix-form-error { margin: -.1rem 0 .7rem; color: #aa1d2b; font-size: .75rem; font-weight: 700; }
.fix-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.fix-one-form-card .fix-one-button { width: 100%; margin-top: .1rem; }
.home-fix-success { display: flex; min-height: 500px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.home-fix-success[hidden] { display: none; }
.home-success-mark { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 1.8rem; font-weight: 800; }
.home-fix-success .eyebrow { color: var(--forest-2); margin-bottom: .6rem; }
.home-fix-success h3 { margin-bottom: .6rem; font-size: clamp(2rem,3.5vw,3.4rem); letter-spacing: -.05em; }
.home-fix-success > p:not(.eyebrow) { max-width: 480px; margin: 0; color: var(--muted); }
.home-fix-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; margin: 1.4rem 0; }
.home-fix-actions .fix-one-button { width: auto; margin: 0; }
.home-fix-again { min-height: 50px; padding: 0 1rem; border: 1px solid rgba(4,59,43,.25); border-radius: 999px; color: var(--forest); background: white; font: 800 .8rem "DM Sans", sans-serif; cursor: pointer; }
.home-share-card { width: min(420px,100%); padding: 1.1rem; border-radius: 8px; color: white; background: var(--forest); box-shadow: inset 5px 0 0 var(--red); text-align: left; }
.home-share-card span, .home-share-card small { display: block; color: var(--lime); font-size: .62rem; font-weight: 800; letter-spacing: .09em; }
.home-share-card strong { display: block; margin: .18rem 0 .45rem; font: 800 2rem "Manrope", sans-serif; }
.priority-pulse { margin-top: 1.5rem; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.priority-pulse > strong, .priority-pulse > span { display: block; }
.priority-pulse > strong { color: white; font: 800 .78rem "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.priority-pulse > span { margin-top: .25rem; color: #98b2a8; font-size: .72rem; }
#priority-pulse-bars { display: grid; gap: .45rem; margin-top: .8rem; }
.priority-pulse-row { display: grid; grid-template-columns: 76px 1fr 26px; align-items: center; gap: .55rem; color: #c7d8d1; font-size: .67rem; }
.priority-pulse-row i { height: 5px; overflow: hidden; background: rgba(255,255,255,.1); }
.priority-pulse-row b { display: block; height: 100%; background: var(--lime); animation: bar-grow .7s ease both; transform-origin: left; }
.priority-pulse-row strong { color: white; text-align: right; }
.motion-ready .fix-one-copy, .motion-ready .fix-one-form-card { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.motion-ready .fix-one-form-card { transform: translateY(34px); transition-delay: .12s; }
.motion-ready .fix-one-thing.is-visible .fix-one-copy, .motion-ready .fix-one-thing.is-visible .fix-one-form-card { opacity: 1; transform: translateY(0); }
@keyframes listening-pulse { 70% { box-shadow: 0 0 0 11px rgba(207,38,52,0); } }
@keyframes voice-ripple { 0% { opacity: .7; transform: scale(.72); } 80%,100% { opacity: 0; transform: scale(1.35); } }
@keyframes listen-scan { 0%,22% { transform: translateX(-120%); } 70%,100% { transform: translateX(120%); } }
@keyframes bar-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.calendar { background: var(--forest); color: white; }
.section-heading.light .eyebrow { color: var(--lime); }
.section-heading.light > p:last-child { color: #b9cbc4; }
.countdown-card { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 2rem; padding: 1.5rem 2rem; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); }
.countdown-card > div:first-child { display: flex; flex-direction: column; }
.kicker { color: var(--lime); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.countdown-card > div:first-child strong { font-family: "Manrope", sans-serif; font-size: 1.3rem; }
.countdown { display: flex; gap: clamp(1rem,4vw,3.4rem); }
.countdown > div { text-align: center; min-width: 48px; }
.countdown strong { display: block; font: 800 clamp(1.6rem,3vw,2.6rem)/1 "Manrope", sans-serif; }
.countdown span { color: #9eb6ad; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.timeline { border-top: 1px solid rgba(255,255,255,.15); }
.timeline-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 2rem; align-items: center; padding: 2rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.timeline-item.featured { background: var(--lime); color: var(--forest); }
.timeline-item.election { background: white; color: var(--ink); }
.timeline-item time { display: flex; flex-direction: column; font-size: .72rem; font-weight: 800; letter-spacing: .1em; line-height: 1.1; }
.timeline-item time span { font: 800 3rem/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.timeline-item h3 { margin: .2rem 0 .3rem; font-size: 1.35rem; }
.timeline-item p { margin: 0; color: #b8cac3; }
.timeline-item.featured p, .timeline-item.election p { color: #536a60; }
.event-label { text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; }
.calendar-button { min-width: 132px; border: 1px solid currentColor; border-radius: 999px; color: inherit; background: transparent; padding: .7rem .9rem; font: 700 .78rem "DM Sans", sans-serif; cursor: pointer; }
.calendar-button:hover { background: currentColor; color: var(--forest); }
.timeline-item.featured .calendar-button:hover { color: var(--lime); background: var(--forest); }
.timeline-item.election .calendar-button:hover { color: white; background: var(--forest); }
.timeline-actions { display: flex; flex-direction: column; align-items: center; gap: .55rem; }
.timeline-actions a { font-size: .72rem; font-weight: 700; }
.calendar-note { margin: 1rem 0 0; color: #8ead9f; font-size: .76rem; }
.campaign-materials { background: #eef2ec; }
.materials-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5vw; align-items: end; }
.materials-heading h2 { margin: 0; font-size: clamp(2.7rem,5vw,5rem); letter-spacing: -.06em; }
.materials-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.materials-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2.5rem 0 1.5rem; }
.materials-filters button { min-height: 42px; padding: .55rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); background: transparent; font: 800 .75rem "DM Sans", sans-serif; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.materials-filters button:hover { transform: translateY(-1px); }
.materials-filters button[aria-pressed="true"] { color: white; border-color: var(--forest); background: var(--forest); }
.materials-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; min-height: 130px; }
.material-card { display: grid; grid-template-columns: 72px 1fr; gap: 1rem; padding: 1rem; border: 1px solid var(--line); background: white; box-shadow: 0 12px 32px rgba(4,59,43,.06); transition: transform .22s, box-shadow .22s; }
.material-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(4,59,43,.12); }
.material-icon { min-height: 78px; display: grid; place-items: end start; padding: .6rem; color: white; background: var(--forest); }
.material-icon[data-kind="songs"] { background: var(--red); }
.material-icon[data-kind="banners"], .material-icon[data-kind="social-media"] { background: var(--forest-2); }
.material-icon[data-kind="videos"] { background: #13231d; }
.material-icon span { font: 800 .6rem "Manrope", sans-serif; letter-spacing: .1em; }
.material-copy { min-width: 0; }
.material-copy small { color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .63rem; }
.material-copy h3 { margin: .3rem 0; overflow-wrap: anywhere; font-size: 1rem; }
.material-copy p { margin: 0; color: var(--muted); font-size: .7rem; }
.material-card > a { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; padding-top: .75rem; border-top: 1px solid var(--line); color: var(--forest); font-size: .78rem; font-weight: 800; text-decoration: none; }
.materials-empty { grid-column: 1/-1; display: flex; flex-direction: column; justify-content: center; min-height: 130px; padding: 2rem; border: 1px dashed rgba(4,59,43,.25); color: var(--muted); text-align: center; }
.materials-empty strong { color: var(--forest); font: 800 1.05rem "Manrope", sans-serif; }
.materials-empty span { margin-top: .35rem; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.support-photo { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; }
.support-art { position: relative; height: 590px; background: #47342e; overflow: hidden; border-radius: 3px; }
.support-art img { width: 100%; height: 100%; object-fit: cover; }
.support-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,59,43,.85), transparent 45%); }
.support-badge { position: absolute; z-index: 1; left: 2rem; bottom: 2rem; color: white; font: 700 1.2rem/1.1 "Manrope", sans-serif; text-transform: uppercase; }
.support-badge strong { color: var(--lime); font-size: 2.2rem; }
.support-copy small { display: block; color: var(--muted); margin-top: .8rem; }
.movement { background: var(--lime); display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.movement .eyebrow { color: var(--forest); }
.join-grid { display: grid; gap: .75rem; }
.join-grid a { display: grid; grid-template-columns: 48px 1fr auto; gap: 1rem; align-items: center; padding: 1rem 1.2rem; background: white; border-radius: 3px; text-decoration: none; transition: transform .2s; }
.join-grid a:hover { transform: translateX(5px); }
.join-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: white; background: var(--forest); font-weight: 800; font-size: .75rem; }
.join-grid a > span:nth-child(2) { display: flex; flex-direction: column; }
.join-grid small { color: var(--muted); }
.join-grid strong { font: 800 1.05rem "Manrope", sans-serif; }
footer { color: #d7e4df; background: #022b20; padding: 4rem max(4vw, calc((100vw - 1140px)/2)) 2rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; padding-bottom: 3rem; }
.footer-brand img { width: 82px; height: 58px; object-fit: cover; border-radius: 4px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: white; font: 800 1.3rem "Manrope", sans-serif; }
.footer-brand span { color: #8fb0a4; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; padding-block: 1.4rem; border-block: 1px solid rgba(255,255,255,.12); }
.footer-links a { font-weight: 700; font-size: .85rem; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; color: #77988c; font-size: .75rem; }
.footer-bottom strong { color: #abc2ba; }
@media (max-width: 1120px) and (min-width: 861px) {
  .brand-title { display: none !important; }
  .brand img { width: 150px; }
}
@media (max-width: 860px) {
  .menu-toggle { display: block; z-index: 12; }
  .brand-title { display: none !important; }
  nav { display: none; position: fixed; z-index: 11; inset: 42px 0 0; background: var(--cream); flex-direction: column; align-items: stretch; justify-content: flex-start; overflow-y: auto; padding: 5rem 8vw 2rem; }
  nav.open { display: flex; }
  nav a { font: 800 1.6rem "Manrope", sans-serif; padding: .4rem 0; }
  nav .nav-cta { font-size: 1rem; text-align: center; padding: 1rem; margin-top: 1rem; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 0; padding-top: 3rem; grid-template-columns: 1fr; }
  .hero-visual { min-height: 610px; order: -1; max-width: 540px; width: 100%; margin: auto; }
  .dashboard-layout { grid-template-columns: 1fr; }
  .dashboard-candidate { min-height: 620px; }
  .lga-board { grid-template-columns: repeat(5,minmax(105px,1fr)); overflow-x: auto; }
  .section-heading, .story, .support-photo, .movement, .fix-one-thing { grid-template-columns: 1fr; }
  .materials-heading { grid-template-columns: 1fr; }
  .materials-heading > p { margin-top: 1rem; }
  .materials-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .section-heading > p:last-child { justify-self: start; margin-top: 1rem; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-grid article, .priority-grid article + article { padding: 1.6rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .number { margin-bottom: 1.5rem; }
  .story-image, .support-art { height: min(130vw, 650px); }
  .story-copy, .support-copy { padding-top: 1rem; }
  .fix-one-form-card { min-height: 0; }
  .countdown-card { align-items: flex-start; flex-direction: column; }
  .timeline-item { grid-template-columns: 110px 1fr; }
  .timeline-item > :last-child { grid-column: 2; justify-self: start; }
  .timeline-actions { align-items: flex-start; }
}
@media (max-width: 560px) {
  .announcement { font-size: .72rem; }
  .announcement a { display: none; }
  .site-header { height: 72px; }
  .brand img { width: 150px; height: auto; max-height: 50px; }
  .hero { padding: 1.5rem 5vw 4rem; }
  .hero-visual { min-height: 450px; }
  .pdp-hero-badge { top: .6rem; right: .2rem; width: 165px; }
  .pdp-hero-badge img { width: 48px; height: 48px; }
  h1 { font-size: clamp(3rem,15vw,4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .candidate-card { right: 1%; bottom: 4%; }
  .section { padding: 5.5rem 5vw; }
  .fix-one-thing { gap: 3rem; }
  .fix-one-copy h2 { font-size: clamp(2.7rem,12vw,4rem); }
  .fix-one-form-card { padding: 1.5rem 1.1rem; }
  .fix-issue-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .fix-contact-fields { grid-template-columns: 1fr; }
  .voice-signal { align-items: flex-start; }
  .voice-signal > div:last-child span { max-width: 220px; line-height: 1.45; }
  .home-fix-actions { width: 100%; }
  .home-fix-actions > * { width: 100% !important; }
  .priority-pulse-row { grid-template-columns: 68px 1fr 24px; }
  .materials-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .35rem; scrollbar-width: thin; }
  .materials-filters button { flex: 0 0 auto; }
  .materials-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 2.5rem; }
  .district-strip { justify-content: flex-start; }
  .district-dashboard { padding-inline: 0; }
  .dashboard-topline { border-inline: 0; padding-inline: 5vw; }
  .dashboard-topline > span { display: none; }
  .dashboard-layout { border-inline: 0; }
  .dashboard-candidate { min-height: 500px; }
  .dashboard-content { padding: 3rem 5vw; }
  .lga-board { margin-right: -5vw; }
  .countdown { width: 100%; justify-content: space-between; gap: .4rem; }
  .countdown-card { padding: 1.2rem; }
  .timeline-item { grid-template-columns: 1fr; gap: .8rem; padding: 1.5rem 1rem; }
  .timeline-item > :last-child { grid-column: 1; }
  .timeline-item time { flex-direction: row; align-items: baseline; gap: .6rem; }
  .timeline-item time span { font-size: 2.2rem; }
  .calendar-button { width: 100%; }
  .support-badge { left: 1.3rem; bottom: 1.3rem; }
  .support-badge strong { font-size: 1.8rem; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
