:root{--ink:#102a25;--muted:#5b6f69;--paper:#f7faf8;--card:#fff;--green:#087f5b;--green-dark:#07543f;--yellow:#f4b41a;--red:#d34d46;--line:#d7e3de;--shadow:0 20px 55px rgba(16,42,37,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 "Atkinson Hyperlegible",system-ui,sans-serif}a{color:var(--green);font-weight:700;text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.site-header{height:78px;padding:0 max(24px,(100% - 1180px) / 2);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:18px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:var(--green);color:#fff;font-weight:700;border-radius:9px;letter-spacing:-1px}.brand b{color:var(--green)}nav{display:flex;gap:28px;font-size:15px}.shell{max-width:1180px;margin:auto;padding:64px 24px 90px}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center;min-height:570px}.eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:700;color:var(--green)}h1,h2{line-height:1.1;margin:0 0 20px;letter-spacing:-.035em}h1{font-size:clamp(36px,5vw,66px);max-width:720px}h2{font-size:32px}.lede{font-size:20px;line-height:1.45;color:var(--muted);max-width:620px}.notice{display:flex;gap:13px;align-items:flex-start;margin:28px 0 30px;padding:15px 17px;background:#edf7f2;border-left:4px solid var(--green);color:#285348;max-width:620px}.notice span{display:grid;place-items:center;flex:0 0 22px;height:22px;border-radius:50%;background:var(--green);color:#fff;font-weight:700;font-size:14px}.notice p{margin:0;font-size:15px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;border:0;border-radius:10px;padding:14px 21px;min-height:50px;font:700 16px inherit;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);text-decoration:none}.btn.primary{background:var(--green);color:#fff;box-shadow:0 8px 20px rgba(8,127,91,.22)}.btn.ghost{background:#eff6f2;color:var(--green)}.btn.wide{width:100%}.portrait-card{position:relative;height:500px;overflow:hidden;border-radius:22px;background:#dfe9e3;box-shadow:var(--shadow)}.portrait-track{height:100%;display:flex;overflow:hidden;scroll-snap-type:x mandatory}.portrait-slide{position:relative;min-width:100%;height:100%;margin:0;scroll-snap-align:start}.portrait-slide img{width:100%;height:100%;object-fit:cover}.portrait-slide figcaption{position:absolute;bottom:0;left:0;right:0;padding:20px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.7));font-size:13px}.dots{position:absolute;bottom:15px;right:17px;display:flex;gap:7px}.dots i{display:block;width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.5333333333)}.dots i.active{background:#fff}.countdown-wrap{display:flex;align-items:center;justify-content:space-between;padding:25px 28px;border:1px solid var(--line);border-radius:16px;background:#fff}.countdown{display:flex;gap:10px}.countdown span{display:flex;min-width:62px;flex-direction:column;align-items:center;padding:8px 10px;background:var(--ink);color:#fff;border-radius:9px}.countdown b{font-size:25px;line-height:1}.countdown small{font-size:11px;color:#b9d7cb;margin-top:4px}.text-link{white-space:nowrap}.result-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:45px 4px 10px}.micro,.muted{color:var(--muted)}.mini-stats{display:flex;gap:30px}.mini-stats div{display:flex;flex-direction:column}.mini-stats strong{font-size:29px}.mini-stats span{font-size:14px;color:var(--muted)}.flow,.legal,.page-head{max-width:720px;margin:0 auto}.flow{padding-top:15px}.flow h1,.legal h1,.page-head h1{font-size:clamp(36px,5vw,52px)}.flow-head{display:flex;align-items:center;max-width:260px;margin-bottom:55px}.step{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--line);border-radius:50%;font-weight:700;color:var(--muted)}.step.active{background:var(--green);border-color:var(--green);color:#fff}.step.done{background:#daf0e7;border-color:#daf0e7;color:var(--green)}.line{height:1px;flex:1;background:var(--line)}.line.active{background:var(--green)}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.form-card{padding:30px;margin-top:28px}.form-card.narrow{max-width:490px;margin:28px auto}.form-card h2{font-size:24px}.field{display:flex;flex-direction:column;gap:7px;margin:0 0 20px;font-weight:700}.field input,.field select,.field textarea{font:inherit;font-weight:400;padding:13px 14px;border:1px solid #b9ccc4;border-radius:8px;background:#fff;color:var(--ink)}.field textarea{min-height:100px;resize:vertical}.field small{font-weight:400;color:var(--muted);font-size:14px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0 28px}.choice{position:relative;cursor:pointer}.choice input{position:absolute;opacity:0}.choice span{display:flex;flex-direction:column;gap:4px;padding:21px;border:2px solid var(--line);border-radius:12px}.choice input:checked+span{border-color:var(--green);background:#edf8f2;box-shadow:inset 0 0 0 1px var(--green)}.choice small{font-weight:400;color:var(--muted)}.check{display:flex;gap:10px;align-items:flex-start;font-size:14px;margin:19px 0;color:var(--muted)}.check input{width:18px;height:18px;accent-color:var(--green);flex:0 0 auto}.robot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;margin:18px 0;background:#f4f7f5;border-radius:8px;font-size:14px}.robot label{font-weight:700}.robot input{width:54px;padding:7px;border:1px solid #aec3b9;border-radius:5px}.trap{position:absolute;left:-10000px;opacity:0}.form-error{min-height:24px;margin:4px 0;color:#a62f2b;font-weight:700}.micro{font-size:14px}.demo-code{text-align:center;color:var(--green);min-height:24px}.confirmation{text-align:center;max-width:650px;margin:80px auto}.success-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 28px;border-radius:50%;background:#d9f2e7;color:var(--green);font-size:40px}.confirmation .notice{text-align:left;margin:28px auto}.page-head{max-width:900px;margin-bottom:35px}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;max-width:900px;margin:auto}.chart-card{display:flex;align-items:center;justify-content:center;gap:35px;padding:44px}.donut{--angle:calc(var(--pour)*3.6deg);width:210px;height:210px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green) var(--angle),var(--red) 0)}.donut:before{content:"";position:absolute;width:142px;height:142px;border-radius:50%;background:#fff}.donut div{position:relative;display:flex;flex-direction:column;text-align:center}.donut strong{font-size:32px}.donut span{font-size:13px;color:var(--muted);font-weight:700}.legend{display:flex;flex-direction:column;gap:14px}.legend span{display:flex;align-items:center;gap:8px}.legend i{display:block;width:10px;height:10px;border-radius:50%}.legend .green{background:var(--green)}.legend .red{background:var(--red)}.legend b{margin-left:10px}.stats-card{padding:25px}.stats-card>div{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line)}.stats-card strong{font-size:26px}.disclaimer{max-width:900px;margin:28px auto;color:var(--muted);font-size:14px}.legal{padding-top:20px}.legal h2{font-size:24px;margin-top:35px}.legal p{font-size:18px;color:#3d5750}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:25px auto}.admin-stat{padding:24px;display:flex;flex-direction:column;gap:12px}.admin-stat strong{font-size:32px}footer{display:flex;justify-content:space-between;gap:15px;padding:25px max(24px,(100% - 1180px) / 2);border-top:1px solid var(--line);font-size:14px;color:var(--muted)}footer span:last-child{display:flex;gap:12px}@media (max-width:780px){nav{gap:13px;font-size:13px}.site-header{height:68px}.hero{grid-template-columns:1fr;gap:35px;min-height:0}.shell{padding:40px 18px 70px}h1{font-size:42px}.portrait-card{height:380px}.countdown-wrap,.result-card{align-items:flex-start;flex-direction:column}.mini-stats{width:100%;justify-content:space-between}.admin-grid,.results-grid{grid-template-columns:1fr}.chart-card{padding:30px 20px;gap:20px}.countdown span{min-width:56px}.legal p{font-size:17px}footer{flex-direction:column}.choices{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}.flag-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-top:1px solid var(--line);font-size:14px}.flag-row .btn{min-height:38px;padding:8px 12px;font-size:13px}@media (max-width:600px){.flag-row{align-items:flex-start;flex-direction:column}}body{background:radial-gradient(circle at 88% 8%,rgba(244,180,26,.08),transparent 24rem),linear-gradient(180deg,#fbfdfc 0,#f4f8f5 100%)}body:before{content:"";display:block;height:4px;background:linear-gradient(90deg,var(--green) 0 48%,var(--yellow) 48% 76%,var(--red) 76%)}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(16,42,37,.04)}.brand{letter-spacing:-.02em}.brand-mark{box-shadow:0 5px 12px rgba(8,127,91,.2)}nav a{position:relative;padding:8px 0}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--yellow);transition:right .2s}nav a:hover:after{right:0}h1{font-weight:700;letter-spacing:-.055em}.hero{padding:24px 0 18px}.hero-copy{position:relative}.hero-copy:before{content:"";position:absolute;left:-22px;top:4px;height:86px;width:4px;background:var(--yellow);border-radius:3px}.portrait-card{border:7px solid #fff;box-shadow:0 24px 70px rgba(16,42,37,.16),0 0 0 1px rgba(16,42,37,.06)}.portrait-slide figcaption{padding:28px 20px 18px}.countdown-wrap{margin-top:14px;box-shadow:0 12px 35px rgba(16,42,37,.06)}.countdown span{box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.result-card{margin-top:30px;padding:34px 28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.result-card h2{font-size:29px}.mini-stats div{padding-left:20px;border-left:1px solid var(--line)}.mini-stats div:first-child{padding-left:0;border-left:0}.choice span{transition:transform .2s,box-shadow .2s}.choice:hover span{transform:translateY(-2px);box-shadow:0 8px 22px rgba(16,42,37,.08)}.form-card{box-shadow:0 18px 45px rgba(16,42,37,.08)}@media (max-width:780px){.hero-copy:before{left:-12px}.site-header{position:relative}.hero{padding-top:5px}.result-card{padding-left:0;padding-right:0}.mini-stats div{padding-left:12px}}.vote-dialog{width:min(620px,100% - 28px);max-height:calc(100% - 28px);padding:30px;border:0;border-radius:22px;background:#fff;color:var(--ink);box-shadow:0 30px 100px rgba(9,40,31,.28)}.vote-dialog::backdrop{background:rgba(8,35,28,.62);backdrop-filter:blur(5px)}.dialog-top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.dialog-top h2{font-size:34px;margin-bottom:0}.dialog-close{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}.dialog-intro{margin:8px 0 4px;color:var(--muted);font-size:17px}.vote-dialog .form-card{padding:0;margin-top:22px;box-shadow:none;border:0}.vote-dialog .choices{gap:16px}.vote-dialog .choice span{min-height:118px;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}.vote-dialog .choice span:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px}.vote-dialog .choice-for span:before{background:var(--green)}.vote-dialog .choice-against span:before{background:var(--red)}.vote-dialog .choice-for input:checked+span{border-color:var(--green);background:#e5f6ee;box-shadow:0 0 0 3px rgba(8,127,91,.17)}.vote-dialog .choice-against input:checked+span{border-color:var(--red);background:#fff0ee;box-shadow:0 0 0 3px rgba(211,77,70,.17)}.vote-dialog .choice-for b{color:var(--green-dark);font-size:23px;letter-spacing:.05em}.vote-dialog .choice-against b{color:#a73530;font-size:23px;letter-spacing:.05em}.vote-dialog .field{margin-top:22px}@media (max-width:600px){.vote-dialog{padding:23px 18px}.dialog-top h2{font-size:29px}.vote-dialog .choices{grid-template-columns:1fr}.vote-dialog .choice span{min-height:92px}}.vote-dialog fieldset{border:0;padding:0;margin:0}.vote-dialog legend{padding:0;margin:0 0 13px;font-size:15px;font-weight:700;color:var(--ink)}.vote-dialog .choices{margin-top:0}.vote-dialog .field input{height:58px}.vote-dialog .robot{border:1px solid #e4ece8;background:#f8fbf9}.vote-dialog .btn.primary{min-height:56px;font-size:16px}.countdown-wrap{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;margin-top:24px;padding:30px 32px;background:linear-gradient(135deg,#fff 48%,#f1f8f4 100%);border:1px solid #d4e4dd;border-radius:22px;box-shadow:0 18px 42px rgba(16,42,37,.08)}.countdown-wrap:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--green) 0 58%,var(--yellow) 58% 80%,var(--red) 80%)}.countdown-info{display:grid;grid-template-columns:minmax(205px,.78fr) minmax(300px,1fr);gap:28px;align-items:center;min-width:0}.countdown-heading{display:flex;align-items:flex-start;gap:13px;min-width:0}.countdown-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:#e4f5ec;color:var(--green);box-shadow:inset 0 0 0 1px rgba(8,127,91,.12)}.countdown-icon svg{width:24px;height:24px}.countdown-heading .eyebrow{margin:0;font-size:12px;line-height:1.3}.countdown-date{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.35}.status-badge{display:inline-flex;align-items:center;gap:6px;margin:1px 0 0 auto;padding:6px 9px;border-radius:999px;background:#e8f7ee;color:var(--green-dark);font-size:11px;font-weight:700;white-space:nowrap}.status-badge i{width:7px;height:7px;border-radius:50%;background:#20a36f;box-shadow:0 0 0 3px rgba(32,163,111,.14)}.countdown{display:grid;grid-template-columns:repeat(4,minmax(66px,1fr));gap:10px;align-items:center}.countdown span{position:relative;display:flex;min-width:0;min-height:78px;flex-direction:column;align-items:center;justify-content:center;padding:10px 8px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:linear-gradient(145deg,#17483a,#102a25);color:#fff;box-shadow:0 8px 18px rgba(16,42,37,.14),inset 0 1px 0 rgba(255,255,255,.08)}.countdown span+span:before{content:":";position:absolute;left:-10px;color:#8bc3aa;font-size:22px;font-weight:700}.countdown b{font-size:clamp(28px,3.2vw,38px);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.04em}.countdown small{margin-top:7px;color:#b8d8ca;font-size:10px;font-weight:700;letter-spacing:.09em}.countdown-wrap .text-link{display:inline-flex;align-items:center;gap:10px;padding:10px 0;color:var(--green);font-size:15px}.link-icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid #b9d9ca;border-radius:50%;font-size:17px;transition:transform .2s,background .2s}.countdown-wrap .text-link:hover{text-decoration:none}.countdown-wrap .text-link:hover .link-icon{transform:translate(2px,-2px);background:#e4f5ec}.countdown-wrap.is-expired .status-badge{background:#fff0ee;color:#a73530}.countdown-wrap.is-expired .status-badge i{background:var(--red);box-shadow:none}.countdown-wrap.is-expired .countdown span{background:linear-gradient(145deg,#4d5552,#303936)}.shell{padding-top:44px}.hero{min-height:0;padding:8px 0 36px;align-items:start}.hero h1{text-wrap:balance}.portrait-card{height:auto;aspect-ratio:4/5;max-height:560px}.btn.primary{min-height:56px;border-radius:13px}.btn.primary span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:rgba(255,255,255,.18);font-size:18px;line-height:1}.choice input:focus-visible+span{outline:3px solid var(--yellow);outline-offset:3px}@media (max-width:980px){.countdown-info{grid-template-columns:1fr;gap:18px}.countdown-heading{max-width:100%}}@media (max-width:780px){.hero{padding-top:18px}.countdown-wrap{grid-template-columns:1fr;gap:18px;padding:26px 20px}.countdown-info{gap:20px}.countdown-wrap .text-link{justify-content:space-between;width:100%;padding-top:4px;border-top:1px solid var(--line)}.countdown{gap:9px}.countdown span+span:before{left:-9px}.portrait-card{aspect-ratio:1/1.1}}@media (max-width:520px){.countdown-heading{gap:10px}.countdown-icon{flex-basis:36px;width:36px;height:36px;border-radius:11px}.countdown-icon svg{width:21px;height:21px}.status-badge{padding:5px 7px;font-size:10px}.countdown{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.countdown span{min-height:72px}.countdown span+span:before{display:none}.countdown b{font-size:30px}}@media (max-width:600px){.site-header{height:auto;padding:18px;flex-direction:column;gap:10px}.site-header nav{width:100%;justify-content:center;gap:22px}.shell{padding-top:28px}.hero{padding-top:8px}.countdown-heading{flex-wrap:wrap}.countdown-heading>div{flex:1;min-width:130px}.status-badge{margin-left:0}}@media (prefers-reduced-motion:reduce){.choice span,.link-icon{transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-page{min-height:100svh;isolation:isolate;background:#071d17}.home-page:before{position:relative;z-index:2;height:3px}.fullscreen-slider{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:#071d17}.background-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease-in-out}.background-slide.is-active{opacity:1}.background-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--photo-position,center)}.background-slide.is-portrait{background:radial-gradient(ellipse at 78% 40%,#294035,transparent 70%)}.background-slide.is-portrait img{width:58%;margin-left:auto;object-fit:contain;object-position:center right;mask-image:linear-gradient(90deg,transparent,#000 20%)}.fullscreen-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,15,.96) 0,rgba(3,20,15,.88) 31%,rgba(3,20,15,.52) 59%,rgba(3,20,15,.12) 100%),linear-gradient(0deg,rgba(3,20,15,.93),transparent 64%)}.home-page .site-header{height:76px;background:rgba(6,24,18,.54);border-color:rgba(255,255,255,.13);box-shadow:none}.home-page .brand,.home-page .brand b,.home-page .site-header nav a{color:#fff}.home-page .brand-mark{width:38px;height:38px;border:1px solid rgba(255,255,255,.15);border-radius:12px}.home-page .shell{position:relative;z-index:1;max-width:1240px;padding:0 40px 60px}.home-page .hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.85fr);align-items:center;align-content:space-between;min-height:calc(100svh - 79px);gap:30px 50px;padding:48px 0 28px}.home-page .hero-copy{width:100%;max-width:680px}.home-page .hero-copy:before{display:none}.home-page .hero .eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:#f0d18a;font-size:11px;letter-spacing:.17em}.civic-dot{width:6px;height:6px;flex:none;border-radius:50%;background:#e9c570;box-shadow:0 0 0 5px rgba(233,197,112,.1)}.home-page .hero h1{max-width:680px;margin-bottom:20px;color:#fff;font-size:clamp(42px,4.5vw,62px);line-height:1.04;letter-spacing:-.045em;text-wrap:balance}.home-page .hero .lede{max-width:565px;margin:0 0 26px;color:#d3ded7;font-size:17px;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.home-page .hero .btn.primary{min-height:54px;padding:13px 20px;background:#0b9368;border:1px solid rgba(255,255,255,.14);border-radius:12px;font-size:15px;box-shadow:0 8px 25px rgba(0,0,0,.12)}.hero-results{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:#eff5f1;font-size:14px}.home-page .hero .notice{max-width:575px;margin:22px 0 0;padding:0;border:0;background:0 0;color:#b9cbc1;gap:9px;backdrop-filter:none}.home-page .hero .notice p{font-size:12px;line-height:1.55}.home-page .hero .notice strong{color:#e7eee9}.home-page .hero .notice span{flex-basis:17px;width:17px;height:17px;margin-top:2px;background:rgba(230,243,236,.14);font-size:11px}.hero-gallery{align-self:end;min-width:0;margin-bottom:10px;padding:20px 22px 8px;background:rgba(6,24,18,.42);border:1px solid rgba(255,255,255,.14);border-radius:18px;backdrop-filter:blur(16px)}.gallery-kicker{margin:0 0 8px;color:#e4c57d;font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:700}.photo-title{margin:0 0 6px;color:#fff;font-size:19px;font-weight:700;line-height:1.25;text-wrap:balance}.photo-credit{display:block;color:#c1d1c7;font-size:11px;font-weight:400;line-height:1.5;overflow-wrap:anywhere}.photo-credit[href]:hover{color:#fff}.slider-controls{margin-top:18px}.slider-buttons,.slider-toolbar{display:flex;align-items:center;gap:8px}.slider-toolbar{justify-content:space-between;gap:12px}.slide-counter{color:#bbccc1;font-size:12px;white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:.08em}.slide-counter strong{color:#fff;font-size:24px;letter-spacing:-.035em}.slider-buttons button{display:grid;place-items:center;min-width:44px;min-height:44px;padding:0 10px;border:1px solid rgba(255,255,255,.26);border-radius:50%;background:rgba(0,0,0,.12);color:#fff;font:inherit;font-size:11px;cursor:pointer;transition:background .2s,border-color .2s}.slider-buttons button:hover{background:#225442;border-color:#c5dfd1}.slider-buttons .slider-pause{border-radius:999px;min-width:66px}.slider-arrow svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.slide-pagination{display:flex;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#768e82 transparent}.slide-pagination .slide-dot{display:grid;place-items:center;flex:1 0 19px;min-width:19px;min-height:44px;padding:0 2px;border:0;background:0 0;cursor:pointer}.slide-dot span{display:block;width:100%;height:3px;border-radius:5px;background:rgba(255,255,255,.3);transition:background .2s}.slide-dot:hover span{background:#d5e8dd}.slide-dot.is-active span{background:#ecc96b}.home-page .countdown-wrap{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;margin:0;padding:22px 26px;background:rgba(9,31,24,.79);border:1px solid rgba(220,241,229,.17);border-radius:18px;backdrop-filter:blur(18px);box-shadow:0 14px 42px rgba(0,0,0,.14)}.home-page .countdown-wrap:before{height:2px;opacity:.8}.home-page .countdown-info{grid-template-columns:minmax(265px,1fr) minmax(290px,1.1fr);gap:26px}.home-page .countdown-heading{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px 12px}.home-page .countdown-heading .eyebrow{display:block;margin:0 0 5px;font-size:10px;letter-spacing:.1em;color:#f0d18a}.home-page .countdown-icon{width:36px;height:36px;background:rgba(135,204,166,.12);color:#9bd6b7;border-radius:10px}.home-page .countdown-date{margin:0;color:#c1d1c7;font-size:11px;line-height:1.5}.home-page .status-badge{grid-column:2;justify-self:start;margin:0;padding:0;background:0 0;color:#a6dcbf;font-size:10px}.home-page .status-badge i{width:5px;height:5px;box-shadow:none}.home-page .countdown{gap:16px}.home-page .countdown span{min-height:64px;padding:8px 4px;background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.07);border-radius:10px;box-shadow:none}.home-page .countdown span+span:before{left:-13px;color:#638777}.home-page .countdown b{font-size:31px;font-weight:700;letter-spacing:-.03em}.home-page .countdown small{margin-top:5px;color:#afc9ba;font-size:8px;letter-spacing:.1em}.home-page .countdown-wrap .text-link{color:#f0f5f2;font-size:13px}.home-page .countdown-wrap .link-icon{border-color:rgba(231,245,237,.2)}.home-page .countdown-wrap .text-link:hover .link-icon{background:rgba(255,255,255,.1)}.home-page .countdown-wrap.is-expired .status-badge{color:#f2aaa3;background:0 0}.home-page .result-card{gap:30px;margin-top:12px;padding:28px 0;background:0 0;border:0;border-top:1px solid rgba(255,255,255,.14);color:#fff;backdrop-filter:none}.home-page .result-card h2{font-size:23px;margin-bottom:8px}.home-page .result-card .eyebrow{color:#a9ddc1;font-size:10px;margin-bottom:10px}.home-page .mini-stats span,.home-page .result-card .muted{color:#bacfc1;font-size:12px;margin:0}.home-page .mini-stats div{border-color:rgba(255,255,255,.16)}.home-page .mini-stats strong{font-size:26px}.home-page footer{position:relative;z-index:1;background:rgba(5,23,17,.9);border-color:rgba(255,255,255,.1);color:#b9c9bf;font-size:12px}.home-page footer a{color:#d2e7da}footer span:last-child{flex-wrap:wrap}@media (min-width:1000px) and (max-height:820px){.home-page .hero{padding-top:30px;gap:24px 42px}.home-page .hero h1{font-size:clamp(40px,4vw,53px)}.home-page .hero .lede{margin-bottom:20px;font-size:16px}.home-page .hero .notice{margin-top:18px}}@media (max-width:1050px){.home-page .shell{padding:0 28px 40px}.home-page .hero{grid-template-columns:minmax(0,1.45fr) minmax(250px,.9fr);gap:30px}.home-page .countdown-wrap{grid-template-columns:1fr;gap:14px}.home-page .countdown-wrap .text-link{justify-self:end;min-height:34px;padding:0}}@media (max-width:780px){.home-page .site-header{height:68px}.home-page .hero{grid-template-columns:1fr;min-height:auto;padding:38px 0 24px;gap:26px}.home-page .hero-copy{max-width:620px}.home-page .hero h1{font-size:clamp(37px,6.5vw,50px)}.home-page .hero .lede{font-size:16px;max-width:560px}.hero-gallery{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:0 20px;margin:0;padding:18px 20px 6px}.hero-gallery .gallery-kicker,.hero-gallery .photo-credit,.hero-gallery .photo-title{grid-column:1}.hero-gallery .slider-controls{grid-column:2;grid-row:1/4;margin:0}.background-slide.is-portrait img{width:100%;object-position:70% center}.fullscreen-slider:after{background:linear-gradient(90deg,rgba(3,20,15,.9),rgba(3,20,15,.55)),linear-gradient(0deg,rgba(3,20,15,.9),transparent 80%)}.home-page .countdown-info{grid-template-columns:1fr;gap:18px}.home-page .countdown-heading{grid-template-columns:36px minmax(0,1fr) auto}.home-page .status-badge{grid-column:3;grid-row:1;align-self:start;padding-top:3px}.home-page .countdown-wrap .text-link{width:100%;justify-content:space-between;border-color:rgba(255,255,255,.14);padding-top:12px}}@media (max-width:600px){.home-page .site-header{height:auto;padding:16px 20px 10px;gap:8px}.home-page .site-header nav{gap:22px;font-size:12px}.home-page .shell{padding:0 20px 28px}.home-page .hero{padding-top:30px;gap:24px}.home-page .hero-copy>.eyebrow{font-size:10px;margin-bottom:18px}.hero-actions{gap:9px 18px}.hero-results{font-size:13px}.hero-gallery{display:block;padding:18px 18px 4px}.photo-title{font-size:18px}.hero-gallery .slider-controls{margin-top:16px}.home-page .countdown-wrap{padding:22px 18px}.home-page .countdown-heading{grid-template-columns:32px minmax(0,1fr);gap:8px 10px}.home-page .status-badge{grid-column:2;grid-row:auto;padding:0}.home-page .countdown{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.home-page .countdown b{font-size:26px}.home-page .countdown small{font-size:7px;letter-spacing:.03em}.home-page .countdown span+span:before{display:none}.home-page .result-card{gap:24px}.home-page .mini-stats{gap:16px}}@media (prefers-reduced-motion:reduce){.background-slide,.slide-dot span,.slider-buttons button{transition:none}}.gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.gallery-heading .gallery-kicker{margin:0}.gallery-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid rgba(227,244,235,.2);border-radius:999px;color:#d8e9df;font-size:9px;line-height:1;letter-spacing:.04em;white-space:nowrap}.gallery-badge i{width:6px;height:6px;border-radius:50%;background:#8ed0ad;box-shadow:0 0 0 3px rgba(142,208,173,.13)}.background-slide img{filter:saturate(1.06) contrast(1.04);transform:scale(1.012);transition:transform 7s cubic-bezier(.2,.65,.25,1),filter .4s ease}.background-slide.is-active img{transform:scale(1.045)}.background-slide.is-portrait:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(4,27,20,.35),transparent 28%,transparent 75%,rgba(4,27,20,.18));mix-blend-mode:multiply}.home-page .hero-gallery{box-shadow:0 18px 40px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.08)}@media (max-width:600px){.gallery-heading{align-items:flex-start;flex-direction:column;gap:7px}.gallery-badge{font-size:8px}.background-slide img{transform:none}.background-slide.is-active img{transform:scale(1.02)}}@media (prefers-reduced-motion:reduce){.background-slide img{transition:none}.background-slide.is-active img{transform:none}}.home-page .hero-gallery{align-self:end;margin-bottom:8px;padding:14px 0 0;background:0 0;border:0;border-top:1px solid rgba(227,244,235,.24);border-radius:0;box-shadow:none;backdrop-filter:none}.home-page .hero-gallery .gallery-heading{margin-bottom:6px}.home-page .hero-gallery .gallery-badge{padding:4px 7px;background:rgba(4,25,18,.32)}.home-page .hero-gallery .photo-title{font-size:17px}.home-page .hero-gallery .photo-credit{font-size:10px;opacity:.82}.home-page .hero-gallery .slider-controls{margin-top:12px}.home-page .hero-gallery .slider-buttons button{background:rgba(4,25,18,.28)}@media (max-width:780px){.home-page .hero-gallery{margin-bottom:0;padding-top:12px}.home-page .hero-gallery .slider-controls{margin-top:10px}}@media (max-width:600px){.home-page .hero-gallery{padding-top:11px;border-top-color:rgba(227,244,235,.2)}.home-page .hero-gallery .gallery-badge{font-size:8px}.home-page .hero-gallery .photo-title{font-size:16px}.home-page .hero-gallery .photo-credit{font-size:10px}}.home-page .minimal-hero{display:flex;align-items:flex-end;justify-content:center;min-height:calc(100svh - 76px);padding:0 0 44px}.home-page .minimal-actions{display:flex;align-items:center;justify-content:center;gap:14px;padding:10px 12px;border:1px solid rgba(227,244,235,.2);border-radius:18px;background:rgba(4,24,18,.44);backdrop-filter:blur(16px);box-shadow:0 18px 45px rgba(0,0,0,.2)}.home-page .minimal-actions .btn.primary{min-width:220px}.home-page .minimal-actions .hero-results{min-height:54px;padding:0 18px;border:1px solid rgba(227,244,235,.22);border-radius:12px;background:rgba(255,255,255,.06);color:#f1f7f3}.home-page .minimal-actions .hero-results:hover{background:rgba(255,255,255,.12);text-decoration:none}@media (max-width:600px){.home-page .site-header{justify-content:center}.home-page .minimal-hero{min-height:calc(100svh - 68px);padding:0 0 24px}.home-page .minimal-actions{width:calc(100% - 40px);flex-direction:column;gap:8px;padding:10px}.home-page .minimal-actions .btn.primary,.home-page .minimal-actions .hero-results{width:100%;min-width:0}}.home-page footer{display:none}.home-page .minimal-hero{flex-direction:column;align-items:flex-start;justify-content:space-between;padding-top:clamp(54px,12vh,130px)}.home-page .minimal-copy{max-width:680px}.home-page .minimal-copy .eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#f0d18a;font-size:11px;letter-spacing:.16em}.home-page .minimal-copy h1{max-width:680px;margin-bottom:18px;color:#fff;font-size:clamp(40px,5.2vw,64px);line-height:1.05;letter-spacing:-.05em;text-wrap:balance}.home-page .minimal-copy .lede{max-width:590px;margin:0;color:#d3ded7;font-size:17px;line-height:1.55}.home-page .minimal-actions{align-self:center}@media (max-width:600px){.home-page .minimal-hero{padding-top:54px}.home-page .minimal-copy h1{font-size:clamp(38px,10vw,50px);line-height:1.06}.home-page .minimal-copy .lede{font-size:16px;line-height:1.5}.home-page .minimal-actions{align-self:center}}.fullscreen-slider:after{background:linear-gradient(90deg,rgba(3,20,15,.78) 0,rgba(3,20,15,.56) 48%,rgba(3,20,15,.16) 100%),linear-gradient(0deg,rgba(3,20,15,.72),transparent 58%)}.home-page .site-header{background:rgba(5,25,19,.42);backdrop-filter:blur(14px)}.home-page .minimal-hero{padding-bottom:34px}.home-page .minimal-copy h1{font-size:clamp(38px,4.9vw,58px);text-shadow:0 8px 30px rgba(0,0,0,.18)}.home-page .minimal-copy .lede{max-width:540px;color:#e0ebe4}.home-page .minimal-actions{padding:0;border:0;background:0 0;backdrop-filter:none;box-shadow:none}.home-page .minimal-actions .btn.primary{box-shadow:0 12px 30px rgba(0,0,0,.22)}.home-page .minimal-actions .hero-results{box-shadow:0 10px 24px rgba(0,0,0,.12)}@media (max-width:600px){.home-page .minimal-hero{padding-bottom:22px}.home-page .minimal-copy h1{font-size:clamp(36px,9.4vw,46px);letter-spacing:-.045em}.home-page .minimal-copy .lede{font-size:15px}.home-page .minimal-actions .btn.primary,.home-page .minimal-actions .hero-results{min-height:52px}}.home-page .minimal-hero{padding-top:clamp(92px,17vh,170px)}.home-page .minimal-copy{margin-top:clamp(18px,4vh,42px)}@media (max-width:600px){.home-page .minimal-hero{padding-top:clamp(86px,15vh,138px)}.home-page .minimal-copy{margin-top:18px}}body{font-family:system-ui,-apple-system,"Segoe UI",sans-serif}h1,h2{font-family:"Libre Bodoni",Georgia,serif;font-weight:600;letter-spacing:-.035em}.home-page .minimal-copy h1{max-width:640px;font-size:clamp(39px,5vw,60px);line-height:1.08;letter-spacing:-.04em}.home-page .minimal-copy .eyebrow{font-family:"Public Sans",system-ui,sans-serif;font-weight:700}.home-page .minimal-copy .lede{max-width:500px;font-size:16px;line-height:1.6}.home-page .minimal-actions .btn.primary{border-radius:999px;padding-inline:24px}.home-page .minimal-actions .hero-results{border-radius:999px;padding-inline:22px}@media (max-width:600px){.home-page .minimal-copy h1{font-size:clamp(37px,9.2vw,47px);line-height:1.1}.home-page .minimal-copy .lede{max-width:340px;font-size:15px}.home-page .minimal-actions .btn.primary,.home-page .minimal-actions .hero-results{border-radius:14px}}.home-page .minimal-hero{justify-content:flex-end;padding-top:0;padding-bottom:28px}.home-page .minimal-copy{width:min(720px,100%);margin:0;padding:24px 28px 20px;border:1px solid rgba(226,244,234,.16);border-radius:24px 24px 16px 16px;background:linear-gradient(145deg,rgba(4,24,18,.88),rgba(6,32,24,.68));backdrop-filter:blur(18px);box-shadow:0 22px 50px rgba(0,0,0,.22);position:relative}.home-page .minimal-copy:before{content:"";position:absolute;left:28px;right:28px;top:0;height:3px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,var(--green) 0 55%,var(--yellow) 55% 78%,var(--red) 78%)}.home-page .minimal-copy h1{max-width:620px;font-size:clamp(36px,4.5vw,54px);line-height:1.06;margin-bottom:12px}.home-page .minimal-copy .lede{max-width:520px;font-size:15px;line-height:1.5}.home-page .minimal-actions{width:min(720px,100%);margin-top:14px;align-self:center}@media (max-width:600px){.home-page .minimal-hero{padding-bottom:14px}.home-page .minimal-copy{padding:21px 18px 16px;border-radius:22px 22px 12px 12px}.home-page .minimal-copy:before{left:18px;right:18px}.home-page .minimal-copy h1{font-size:clamp(34px,8.8vw,44px);line-height:1.08;margin-bottom:10px}.home-page .minimal-copy .lede{font-size:14px;line-height:1.45}.home-page .minimal-actions{margin-top:12px}}@media (max-width:600px){.home-page .background-slide img{object-position:50% 30%}.home-page .background-slide.is-portrait img{object-position:50% 25%}.home-page .minimal-copy{text-align:center}.home-page .minimal-copy .eyebrow{justify-content:center}.home-page .minimal-copy h1{margin-inline:auto}.home-page .minimal-actions{align-items:stretch}}.home-page .minimal-copy{text-align:center}.home-page .minimal-copy .eyebrow{justify-content:center}.home-page .minimal-copy .lede,.home-page .minimal-copy h1{margin-left:auto;margin-right:auto}.home-page .minimal-copy{align-self:center;width:min(760px,100% - 48px);border-color:rgba(226,244,234,.24);background:linear-gradient(145deg,rgba(3,24,17,.9),rgba(7,42,31,.72));box-shadow:0 28px 80px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.08)}.home-page .minimal-actions{align-self:center}@media (max-width:600px){.home-page .minimal-copy{align-self:center;width:calc(100% - 32px)}}.home-page .minimal-countdown{width:min(760px,100% - 48px);margin:0;align-self:center;padding:14px 18px;border-radius:16px;background:rgba(3,24,17,.64);border-color:rgba(226,244,234,.2);box-shadow:0 14px 35px rgba(0,0,0,.18)}.home-page .minimal-countdown:before{height:2px}.home-page .minimal-countdown .countdown-info{grid-template-columns:1fr auto;gap:18px;align-items:center}.home-page .minimal-countdown .countdown-heading{display:block}.home-page .minimal-countdown .countdown-heading .eyebrow{font-size:10px;margin:0 0 3px;color:#f0d18a}.home-page .minimal-countdown .countdown-date{margin:0;font-size:10px;color:#c9dbd0}.home-page .minimal-countdown .status-badge{display:inline-flex;margin:6px 0 0;padding:0;background:0 0;color:#a6dcbf;font-size:9px}.home-page .minimal-countdown .countdown{gap:7px}.home-page .minimal-countdown .countdown span{min-height:52px;min-width:54px;padding:6px 4px;border-radius:9px}.home-page .minimal-countdown .countdown b{font-size:24px}.home-page .minimal-countdown .countdown small{margin-top:4px;font-size:7px}@media (max-width:600px){.home-page .minimal-countdown{width:calc(100% - 32px);padding:13px 12px}.home-page .minimal-countdown .countdown-info{grid-template-columns:1fr;gap:10px}.home-page .minimal-countdown .countdown{grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.home-page .minimal-countdown .countdown span{min-width:0;min-height:49px}.home-page .minimal-countdown .countdown b{font-size:21px}}.home-page .minimal-copy h1{font-size:clamp(32px,4vw,40px);max-width:600px}.home-page .minimal-copy{background:rgba(3,24,17,.16);border-color:rgba(226,244,234,.2);box-shadow:0 18px 48px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(10px)}.home-page .minimal-countdown{background:rgba(3,24,17,.12);border-color:rgba(226,244,234,.16);box-shadow:0 10px 26px rgba(0,0,0,.12);backdrop-filter:blur(8px)}.home-page .minimal-countdown .countdown-date,.home-page .minimal-countdown .status-badge{display:none}.home-page .minimal-countdown .countdown-heading .eyebrow{margin:0;color:#f0d18a;font-size:9px}.home-page .minimal-countdown .countdown span{min-height:46px}.home-page .minimal-countdown .countdown b{font-size:21px}@media (max-width:600px){.home-page .minimal-copy h1{font-size:clamp(31px,8.5vw,40px)}}.results-grid{max-width:980px;gap:22px;margin-top:22px}.results-grid .card{position:relative;overflow:hidden;border-color:#d4e4dd;box-shadow:0 18px 42px rgba(16,42,37,.09)}.results-grid .card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--green) 0 58%,var(--yellow) 58% 80%,var(--red) 80%)}.chart-card{min-height:310px;padding:34px 38px;background:linear-gradient(145deg,#fbfefc,#f0f8f4)}.donut{position:relative;width:196px;height:196px;box-shadow:0 12px 26px rgba(8,127,91,.12)}.donut.is-empty{background:conic-gradient(#d7e6df 0 100%);box-shadow:0 12px 26px rgba(16,42,37,.08)}.donut.is-empty:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#9bb8aa;transform:translateY(-88px)}.legend{min-width:145px;gap:12px;font-size:15px}.legend span{justify-content:space-between;min-width:145px;padding:9px 0;border-bottom:1px solid #dce9e2}.legend span:last-child{border-bottom:0}.stats-card{display:flex;flex-direction:column;justify-content:center;padding:30px 34px}.stats-card>div{padding:18px 0}.stats-card>div:first-child{padding-top:4px}.stats-card>div span{font-size:14px;color:var(--muted)}.stats-card>div strong{font-size:32px;letter-spacing:-.04em}.stats-card .micro{margin:18px 0 0;padding-top:16px;border-top:1px solid var(--line);font-size:12px}.page-head{margin-bottom:26px}.page-head .lede{font-size:18px}.disclaimer{max-width:980px;margin:22px auto;color:#647b72;font-size:13px;line-height:1.55}@media (max-width:780px){.chart-card{min-height:0;padding:30px 20px}.donut{width:170px;height:170px}.donut:before{width:116px;height:116px}.donut.is-empty:after{transform:translateY(-76px)}.legend{min-width:125px}.legend span{min-width:125px}.stats-card{padding:26px 24px}}@media (max-width:520px){.chart-card{flex-direction:column;gap:22px}.legend{width:100%;max-width:230px}.legend span{width:100%}.stats-card>div strong{font-size:28px}}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto;width:100%}footer{flex-shrink:0}.results-shell{padding-bottom:28px}.vote-dialog{width:min(600px,100% - 24px);padding:0;overflow:auto;border:1px solid rgba(215,227,222,.9);border-radius:24px;background:linear-gradient(180deg,#fff 0,#f8fcfa 100%);box-shadow:0 28px 90px rgba(4,31,24,.34)}.vote-dialog:before{content:"";display:block;height:5px;background:linear-gradient(90deg,var(--green) 0 58%,var(--yellow) 58% 80%,var(--red) 80%)}.vote-dialog .dialog-intro,.vote-dialog .dialog-top,.vote-dialog .form-card{margin-left:34px;margin-right:34px}.vote-dialog .dialog-top{padding-top:26px}.vote-dialog .dialog-top h2{font-size:36px;letter-spacing:-.04em}.vote-dialog .dialog-close{transition:background .2s,color .2s,transform .2s}.vote-dialog .dialog-close:hover{background:var(--green);border-color:var(--green);color:#fff;transform:rotate(90deg)}.vote-dialog .dialog-intro{margin-top:7px;margin-bottom:0;font-size:16px;line-height:1.45}.vote-dialog .form-card{margin-top:24px;margin-bottom:30px}.vote-dialog .choices{gap:12px;margin-bottom:26px}.vote-dialog .choice span{min-height:108px;padding:22px 20px 20px 25px;border:1px solid #cfe0d8;border-radius:14px;background:#fff;box-shadow:0 5px 14px rgba(16,42,37,.04);transition:border-color .2s,background .2s,box-shadow .2s,transform .2s}.vote-dialog .choice:hover span{transform:translateY(-2px);box-shadow:0 9px 20px rgba(16,42,37,.09)}.vote-dialog .choice span:before{width:5px}.vote-dialog .choice input:focus-visible+span{outline:3px solid var(--yellow);outline-offset:2px}.vote-dialog .choice small{font-size:14px;line-height:1.35}.vote-dialog .field{gap:8px;margin-bottom:17px}.vote-dialog .field input{height:54px;border-radius:11px;background:#fff}.vote-dialog .check{margin:16px 0 18px;font-size:13px;line-height:1.45}.vote-dialog .check input{margin-top:2px}.vote-dialog .robot{margin:0 0 22px;padding:12px 14px;border-radius:11px}.vote-dialog .btn.primary{width:100%;border-radius:12px;box-shadow:0 9px 20px rgba(8,127,91,.2)}@media (max-width:600px){.vote-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px);border-radius:20px}.vote-dialog .dialog-intro,.vote-dialog .dialog-top,.vote-dialog .form-card{margin-left:20px;margin-right:20px}.vote-dialog .dialog-top{padding-top:21px}.vote-dialog .dialog-top h2{font-size:30px}.vote-dialog .dialog-intro{font-size:15px}.vote-dialog .form-card{margin-top:20px;margin-bottom:22px}.vote-dialog .choice span{min-height:88px;padding:18px 17px 17px 22px}.vote-dialog .dialog-close{width:40px;height:40px}}.phone-input{display:flex;align-items:center;height:54px;border:1px solid #c7dbd2;border-radius:11px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s}.phone-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(8,127,91,.12)}.phone-prefix{display:flex;align-items:center;align-self:stretch;padding:0 14px;border-right:1px solid #dce9e3;background:#f1f8f4;color:var(--green-dark);font-weight:700;letter-spacing:.02em}.phone-input input{flex:1;height:100%!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:13px 14px!important;background:0 0!important}.phone-input input::placeholder{color:#8b9d96}@media (max-width:600px){.phone-prefix{padding:0 12px}.phone-input input{font-size:16px}}.dialog-step{margin:0 0 4px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dialog-progress{display:flex;gap:6px;margin:18px 34px 0}.dialog-progress i{height:4px;flex:1;border-radius:99px;background:#dce9e3}.dialog-progress i.active{background:var(--green)}.modal-step{display:none}.modal-step.is-active{display:block}.modal-step .choices{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-step .choice span{height:142px;align-items:flex-start;justify-content:center;gap:6px}.modal-step .choice span>b{font-size:28px;line-height:1}.modal-step .choice span>strong{font-size:18px}.modal-step .choice span>small{font-size:13px}.step-actions{display:flex;gap:10px}.step-actions .btn{flex:1}.review-box{display:flex;align-items:center;gap:13px;margin:0 0 20px;padding:16px;border:1px solid #cfe5d9;border-radius:12px;background:#eff9f4}.review-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;font-weight:700}.review-box strong{font-size:16px}.review-box p{margin:2px 0 0;color:var(--muted);font-size:13px;line-height:1.35}@media (max-width:600px){.dialog-progress{margin-inline:20px}.modal-step .choices{grid-template-columns:1fr}.modal-step .choice span{height:auto;min-height:92px}.step-actions{gap:8px}}.vote-dialog .form-error{margin:14px 0 10px;padding:0;color:#b33d35;font-size:14px;line-height:1.35}.modal-step .step-actions{margin-top:4px}@media (max-width:600px){.vote-dialog .form-error{font-size:13px}.modal-step .step-actions .btn{min-height:50px;padding-inline:12px}}@keyframes vote-pop{0%{transform:scale(1)}45%{transform:scale(1.035)}100%{transform:scale(1)}}@keyframes thumb-bounce{0%{transform:translateY(0) rotate(0)}45%{transform:translateY(-7px) rotate(-8deg)}75%{transform:translateY(2px) rotate(4deg)}100%{transform:translateY(0) rotate(0)}}.modal-step .choice span{isolation:isolate}.modal-step .choice span:after{content:"";position:absolute;inset:0;z-index:-1;opacity:0;border-radius:inherit;background:radial-gradient(circle at 18% 50%,rgba(8,127,91,.16),transparent 48%);transition:opacity .25s}.modal-step .choice-against span:after{background:radial-gradient(circle at 18% 50%,rgba(211,77,70,.16),transparent 48%)}.modal-step .choice input:checked+span:after,.modal-step .choice:hover span:after{opacity:1}.modal-step .choice span>b{display:inline-block;transform-origin:center;transition:transform .2s}.modal-step .choice:hover span>b{animation:thumb-bounce .65s ease}.modal-step .choice input:checked+span{animation:vote-pop .35s ease;box-shadow:0 0 0 3px rgba(8,127,91,.14),0 10px 24px rgba(8,127,91,.13)}.modal-step .choice-against input:checked+span{box-shadow:0 0 0 3px rgba(211,77,70,.14),0 10px 24px rgba(211,77,70,.11)}.modal-step .choice input:checked+span>b{animation:thumb-bounce .6s ease}@media (prefers-reduced-motion:reduce){.modal-step .choice input:checked+span,.modal-step .choice input:checked+span>b,.modal-step .choice:hover span>b{animation:none}.modal-step .choice span,.modal-step .choice span>b{transition:none}}@keyframes choice-pulse{0%{box-shadow:0 0 0 0 rgba(8,127,91,.36)}70%{box-shadow:0 0 0 11px rgba(8,127,91,0)}100%{box-shadow:0 0 0 0 rgba(8,127,91,0)}}@keyframes choice-pulse-red{0%{box-shadow:0 0 0 0 rgba(211,77,70,.34)}70%{box-shadow:0 0 0 11px rgba(211,77,70,0)}100%{box-shadow:0 0 0 0 rgba(211,77,70,0)}}@keyframes consent-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.modal-step .choice input:checked+span{animation:vote-pop .35s ease,choice-pulse .7s ease}.modal-step .choice-against input:checked+span{animation:vote-pop .35s ease,choice-pulse-red .7s ease}.modal-step .check.needs-attention{color:#a73530;animation:consent-shake .35s ease}.modal-step .check.needs-attention input{outline:3px solid rgba(211,77,70,.28);outline-offset:2px;accent-color:var(--red)}.modal-step .check.needs-attention a{color:#a73530}@media (prefers-reduced-motion:reduce){.modal-step .check.needs-attention,.modal-step .choice input:checked+span,.modal-step .choice-against input:checked+span{animation:none}}@keyframes circle-select{0%{transform:scale(.82) rotate(-5deg);opacity:.6}65%{transform:scale(1.06) rotate(2deg)}100%{transform:scale(1) rotate(0);opacity:1}}.modal-step .choice input:checked+span{width:154px;height:154px;min-height:154px;margin-inline:auto;padding:18px;border-radius:50%;align-items:center;justify-content:center;text-align:center;background:var(--green);border-color:var(--green);color:#fff;animation:circle-select .5s cubic-bezier(.2,.8,.2,1),choice-pulse .7s ease;box-shadow:0 12px 28px rgba(8,127,91,.3)}.modal-step .choice-against input:checked+span{background:var(--green);border-color:var(--green);animation:circle-select .5s cubic-bezier(.2,.8,.2,1),choice-pulse .7s ease}.modal-step .choice input:checked+span:before{display:none}.modal-step .choice input:checked+span>b{filter:grayscale(1) brightness(0) invert(1);font-size:31px;margin-bottom:2px}.modal-step .choice input:checked+span>small,.modal-step .choice input:checked+span>strong{color:#fff}.modal-step .choice input:checked+span>strong{font-size:16px}.modal-step .choice input:checked+span>small{font-size:11px;opacity:.9}@media (max-width:600px){.modal-step .choice input:checked+span{width:142px;height:142px;min-height:142px}}@media (prefers-reduced-motion:reduce){.modal-step .choice input:checked+span{animation:none}}@keyframes circle-select-spring{0%{transform:scale(.72) rotate(-10deg);opacity:0}55%{transform:scale(1.08) rotate(3deg);opacity:1}78%{transform:scale(.97) rotate(-1deg)}100%{transform:scale(1) rotate(0)}}.modal-step .choice input:checked+span{animation:circle-select-spring .62s cubic-bezier(.16,1,.3,1),choice-pulse .85s ease-out;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.modal-step .choice-against input:checked+span{background:var(--red);border-color:var(--red);animation:circle-select-spring .62s cubic-bezier(.16,1,.3,1),choice-pulse-red .85s ease-out;box-shadow:0 12px 28px rgba(211,77,70,.3)}.modal-step .choice-against input:checked+span>b{filter:grayscale(1) brightness(0) invert(1)}@media (prefers-reduced-motion:reduce){.modal-step .choice input:checked+span,.modal-step .choice-against input:checked+span{animation:none}}:root{--site-header-height:88px}.home-page::before,body::before{display:none}.skip-link{position:fixed;top:12px;left:16px;z-index:100;padding:12px 18px;border-radius:8px;background:#fff;color:var(--green-dark);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header.civic-header{--header-bg:rgba(255, 255, 255, .97);--header-ink:#193e32;--header-muted:#526b60;--header-line:rgba(18, 66, 48, .12);--header-hover:rgba(8, 127, 91, .06);position:sticky;top:0;z-index:20;display:block;flex:none;height:auto;padding:0;color:var(--header-ink);background:var(--header-bg);border-bottom:1px solid var(--header-line);box-shadow:0 8px 32px rgba(3,24,17,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-header.civic-header::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,#15b88a 0 48%,#e6bd63 48% 76%,#d34d46 76%)}.site-header.civic-header .header-inner{display:flex;align-items:center;gap:32px;width:100%;max-width:1280px;min-height:calc(var(--site-header-height) - 1px);margin:0 auto;padding:12px 32px}.site-header.civic-header .brand{flex:none;min-height:44px;border-radius:6px;text-decoration:none}.site-header.civic-header .brand-logo{display:block;width:184px;height:auto}.site-header.civic-header .site-nav{display:flex;flex:1;align-items:center;justify-content:center;gap:6px;width:auto;font-size:14px}.site-header.civic-header .nav-link{position:relative;display:inline-flex;align-items:center;min-height:44px;padding:10px 14px;border-radius:8px;color:var(--header-muted);font-weight:500;white-space:nowrap;transition:color .18s,background .18s}.site-header.civic-header .nav-link::after{display:none}.site-header.civic-header .nav-link:hover{color:var(--header-ink);background:var(--header-hover);text-decoration:none}.site-header.civic-header .nav-link[aria-current=page]{color:var(--header-ink);background:var(--header-hover);font-weight:650}.site-header.civic-header .nav-link[aria-current=page]::after{display:block;left:14px;right:14px;bottom:3px;height:2px;border-radius:2px;background:#c49a3d}.site-header.civic-header .nav-caption{display:none}.site-header.civic-header .header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.site-header.civic-header .header-participate{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:44px;padding:11px 20px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:var(--green);color:#fff;font-size:14px;font-weight:650;line-height:1.4;white-space:nowrap;transition:background .18s,box-shadow .18s}.site-header.civic-header .header-participate:hover{background:#096b50;box-shadow:0 4px 14px rgba(0,0,0,.12);text-decoration:none}.site-header.civic-header .nav-toggle{display:none;flex:none;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--header-line);border-radius:10px;background:0 0;color:var(--header-ink);cursor:pointer;transition:background .18s}.site-header.civic-header .nav-toggle:hover{background:var(--header-hover)}.site-header.civic-header .menu-cross{display:none}.site-header.civic-header.is-menu-open .menu-lines{display:none}.site-header.civic-header.is-menu-open .menu-cross{display:block}.home-page .site-header.civic-header{--header-bg:rgba(5, 30, 23, .94);--header-ink:#f5f7f1;--header-muted:#c5d6cc;--header-line:rgba(226, 244, 234, .14);--header-hover:rgba(255, 255, 255, .06);box-shadow:0 10px 35px rgba(3,24,17,.08)}.home-page .minimal-hero{min-height:calc(100svh - var(--site-header-height))}#main-content{scroll-margin-top:calc(var(--site-header-height) + 16px)}.turnstile-wrap{align-items:center;flex-wrap:wrap}.turnstile-wrap .cf-turnstile{min-height:65px;margin-left:auto}@media (max-width:600px){.turnstile-wrap{align-items:flex-start}.turnstile-wrap .cf-turnstile{width:100%;margin-left:0}}@media (max-width:1000px){:root{--site-header-height:76px}.site-header.civic-header .header-inner{gap:16px;padding:10px 24px;flex-wrap:wrap}.site-header.civic-header .brand-logo{width:158px}.site-header.civic-header .header-actions{order:1}.site-header.civic-header .site-nav{order:2;flex:0 0 100%;justify-content:flex-start;flex-wrap:wrap}.site-header.civic-header.nav-ready .header-inner{flex-wrap:nowrap}.site-header.civic-header.nav-ready .nav-toggle:not([hidden]){display:grid}.site-header.civic-header.nav-ready .site-nav{display:none;position:absolute;top:100%;left:0;right:0;width:100%;max-height:calc(100dvh - var(--site-header-height));overflow-y:auto;padding:16px 24px 20px;border-bottom:1px solid var(--header-line);background:var(--header-bg);box-shadow:0 20px 30px rgba(3,24,17,.14)}.site-header.civic-header.nav-ready.is-menu-open .site-nav{display:flex;flex-direction:column;align-items:stretch;gap:5px}.site-header.civic-header.nav-ready .nav-link{min-height:48px;padding:12px 16px;font-size:16px}.site-header.civic-header.nav-ready .nav-link[aria-current=page]::after{left:auto;right:18px;bottom:22px;width:5px;height:5px;border-radius:50%}.site-header.civic-header.nav-ready .nav-caption{display:block;padding:16px 16px 0;margin-top:8px;border-top:1px solid var(--header-line);font-size:12px;color:var(--header-muted)}}@media (max-width:600px){.site-header.civic-header .header-inner{padding-inline:16px;gap:8px}.site-header.civic-header .brand-logo{width:146px}.site-header.civic-header .header-actions{gap:8px}.site-header.civic-header .header-participate{padding:11px 14px;font-size:13px}.site-header.civic-header .header-participate svg{display:none}.site-header.civic-header.nav-ready .site-nav{padding:12px 16px 18px}}@media (max-width:360px){.site-header.civic-header .brand-logo{width:132px}.site-header.civic-header .header-participate{padding-inline:12px}}@media (prefers-reduced-motion:reduce){.site-header.civic-header .header-participate,.site-header.civic-header .nav-link,.site-header.civic-header .nav-toggle{transition:none}}