@import"https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--navy: #0A3161;--gold: #E0961E;--gold-lt: #F6C233;--crimson: #B22234;--white: #FFFFFF;--off-white: #F8F7F2;--light-gray: #F0EFE9;--text: #1C1C1C;--text-muted: #5A5A5A;--max-w: 1100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;color:var(--text);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Zilla Slab,serif;line-height:1.2;color:var(--navy)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--crimson);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);color:var(--navy);margin-bottom:1.25rem}.section-title span{color:var(--crimson)}.btn{display:inline-block;padding:.85rem 2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;border-radius:4px;cursor:pointer;transition:opacity .2s,transform .15s;text-decoration:none;border:2px solid transparent;line-height:1}.btn:hover{opacity:.88;transform:translateY(-1px);text-decoration:none}.btn-primary{background:var(--crimson);color:var(--white);border-color:var(--crimson)}.btn-secondary{background:transparent;color:var(--white);border-color:var(--white)}.btn-secondary:hover{background:#ffffff1a}.btn-gold{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn-outline-navy{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline-navy:hover{background:var(--navy);color:var(--white)}.nav{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:0 1px 4px #0000001a}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:168px;gap:1.5rem}.nav-logo{flex-shrink:0;height:156px;width:auto}.nav-links{display:flex;align-items:center;gap:1rem;list-style:none}.nav-links a{font-size:1.35rem;font-weight:600;color:var(--navy);padding:.5rem 1rem;border-radius:4px;transition:background .15s}.nav-links a:hover{background:var(--light-gray);text-decoration:none}.nav-links .nav-donate a{background:var(--crimson);color:var(--white);padding:.6rem 1.5rem}.nav-links .nav-donate a:hover{background:#96122e}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px}.hero{background:var(--navy);color:var(--white);padding:6rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(224,150,30,.12) 0%,transparent 65%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-eyebrow{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.hero-title{font-size:clamp(2.5rem,5vw,4rem);color:var(--white);line-height:1.1;margin-bottom:1.5rem}.hero-title span{color:var(--gold)}.hero-sub{font-size:1.1rem;color:#ffffffd1;max-width:480px;margin-bottom:2rem;line-height:1.65}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-photo-frame{position:relative;width:100%;max-width:400px;border-radius:12px;overflow:hidden;border:3px solid var(--gold);box-shadow:0 24px 48px #00000059,0 0 0 1px #ffffff14}.hero-photo-frame img{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center 12%}.hero-photo-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(10,49,97,.45) 100%);pointer-events:none}.about{background:var(--off-white)}.about-inner{max-width:720px;margin:0 auto}.about-inline-photo{margin:2rem 0;border-radius:8px;overflow:hidden;border:3px solid var(--gold)}.about-inline-photo img{width:100%;aspect-ratio:3 / 2;object-fit:cover;object-position:center center}.about-text h2{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:1.5rem}.about-text p{color:var(--text);font-size:1rem}.accent-rule{width:56px;height:4px;background:var(--gold);border-radius:2px;margin-bottom:1.5rem}.issues{background:var(--white)}.issues-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.issues-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.issue-card{background:var(--off-white);border-radius:8px;padding:2rem;border-top:4px solid var(--crimson);transition:box-shadow .2s}.issue-card:hover{box-shadow:0 4px 20px #00000014}.issue-num{font-family:Zilla Slab,serif;font-size:2.5rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:.75rem}.issue-card h3{font-size:1.2rem;color:var(--navy);margin-bottom:1rem}.issue-card p{font-size:.95rem;color:var(--text-muted);line-height:1.65}.issue-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.issue-bullets li{font-size:.95rem;color:var(--text-muted);line-height:1.5;padding-left:1.25rem;position:relative}.issue-bullets li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--gold)}.get-involved{background:var(--crimson);color:var(--white)}.get-involved .section-title{color:var(--white);text-align:center}.get-involved .section-label{text-align:center;display:block}.involved-intro{color:#fffc;text-align:center;max-width:560px;margin:0 auto 3rem}.involved-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.involved-card{background:var(--navy);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:2rem;text-align:center;transition:background .2s}.involved-card:hover{background:#0d3d76}.involved-icon{font-size:2rem;margin-bottom:1rem}.involved-card h3{color:var(--gold);font-size:1.15rem;margin-bottom:.75rem}.involved-card p{color:#ffffffbf;font-size:.92rem;margin-bottom:0}.involved-cta{text-align:center}.donate{padding:0;background:var(--off-white)}.donate-shell{display:grid;grid-template-columns:minmax(220px,36%) 1fr;align-items:stretch}.donate-photo{position:relative;overflow:hidden;width:100%;min-height:100%}.donate-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 22%;opacity:.42;filter:saturate(.85)}.donate-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,#f8f7f226,#f8f7f28c 45%,#f8f7f2eb);z-index:1}.donate-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,49,97,.08) 0%,transparent 40%,rgba(178,34,52,.06) 100%);z-index:1}.donate-main{padding:2rem 0 1.25rem}.donate-check{margin-top:1.75rem;padding:1.25rem 1.5rem;background:var(--white);border:1px solid #E4E2DB;border-left:4px solid var(--gold);border-radius:10px}.donate-check h3{color:var(--navy);font-size:1.05rem;margin-bottom:.35rem}.donate-check>p{color:var(--text-muted);margin-bottom:.9rem}.donate-check-list{list-style:none;margin:0 0 .9rem;padding:0;display:grid;gap:.65rem}.donate-check-list li{display:flex;flex-direction:column}.donate-check-list span{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.1rem}.donate-check-list strong{color:var(--navy);font-size:1.05rem;font-weight:700}.donate-check-note{font-size:.82rem;color:var(--text-muted);margin:0}.donate-inner{display:flex;flex-direction:column;gap:1.25rem;max-width:640px}.donate-text h2{margin-bottom:1rem}.donate-text p{color:var(--text-muted)}.donate-form{background:var(--white);border-radius:10px;padding:1.25rem 1.5rem 1rem;box-shadow:0 2px 16px #00000012;border-top:4px solid var(--crimson)}.donate-form h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--navy)}.amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.75rem}.amount-btn{background:var(--off-white);border:2px solid var(--light-gray);border-radius:4px;padding:.65rem;font-family:Zilla Slab,serif;font-size:1rem;font-weight:600;color:var(--navy);cursor:pointer;transition:all .15s;text-align:center}.amount-btn:hover{border-color:var(--crimson);color:var(--crimson)}.amount-btn.is-active{border-color:var(--crimson);background:var(--crimson);color:var(--white)}.amount-btn.is-active:hover{color:var(--white)}.donate-amount-label{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.donate-continue{margin-top:.75rem;text-align:center}.donate-continue-btn{width:100%;padding:.85rem 1.25rem;font-size:1rem}.anedot-donate--full .donate-continue-btn{padding:1.1rem 2rem;font-size:1.15rem}.donate-form .donate-legal{margin-top:.75rem;margin-bottom:0}.donate-embed-note{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:.5rem;margin-bottom:0;line-height:1.45}.donate-page{background:var(--off-white);padding-top:3rem}.donate-page-header{max-width:42rem;margin:0 auto 2.5rem;text-align:center}.donate-page-header h1{margin-bottom:1rem}.donate-page-header p{color:var(--text-muted)}.donate-page-back{display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.donate-page-contact{font-size:.95rem;margin-top:1rem}.donate-page-form{max-width:720px;margin:0 auto;background:var(--white);border-radius:10px;padding:2.5rem;box-shadow:0 2px 16px #00000012;border-top:4px solid var(--crimson)}.donate-legal{font-size:.78rem;color:var(--text-muted);margin-top:.75rem;margin-bottom:0;line-height:1.45}.footer{background:var(--crimson);color:#ffffffbf;padding:3rem 0 2rem}.footer-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.footer-logo{height:56px;filter:brightness(0) invert(1);opacity:.9}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{color:#ffffffb3;font-size:.9rem;transition:color .15s}.footer-links a:hover{color:var(--white);text-decoration:none}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#ffffffd9;transition:all .15s}.footer-social a:hover{border-color:var(--gold);color:var(--gold);text-decoration:none}.footer-social svg{width:17px;height:17px;display:block}.footer-divider{width:100%;border:none;border-top:1px solid rgba(255,255,255,.1);margin:.5rem 0}.footer-disclaimer{font-size:.78rem;color:#ffffff73;max-width:560px;line-height:1.5}.photo-carousel{position:relative;background:#000;overflow:hidden}.carousel-stage{position:relative;width:100%;height:68vh;min-height:380px;max-height:640px}.carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease;z-index:0}.carousel-slide.active{opacity:1;z-index:1}.carousel-slide img{width:100%;height:100%;object-fit:contain;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#0a316194;color:var(--white);border:2px solid rgba(255,255,255,.3);width:52px;height:52px;border-radius:50%;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;padding:0 0 2px}.carousel-btn:hover{background:#0a3161e6;border-color:var(--gold)}.carousel-prev{left:1.5rem}.carousel-next{right:1.5rem}.carousel-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.5rem}.carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.55);background:transparent;cursor:pointer;padding:0;transition:background .2s,border-color .2s}.carousel-dot.active{background:var(--gold);border-color:var(--gold)}.vote-matters{background:var(--navy);color:var(--white);padding:4rem 0}.vote-matters-inner{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.vote-matters-text{display:flex;flex-direction:column;justify-content:center}.vote-matters .section-label{display:block;margin-bottom:.75rem}.vote-matters .accent-rule{margin-bottom:1.25rem}.vote-matters-text h2{color:var(--white);font-size:clamp(1.75rem,3vw,2.25rem);margin:0;line-height:1.25}.vote-matters-resources{display:flex;flex-direction:column;gap:1rem}.vote-resource-card{display:flex;align-items:center;gap:1.25rem;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:1.5rem;text-decoration:none;transition:background .2s,border-color .2s}.vote-resource-card:hover{background:#ffffff21;border-color:var(--gold);text-decoration:none}.vote-resource-icon{font-size:2rem;flex-shrink:0;line-height:1}.vote-resource-body{flex:1;display:flex;flex-direction:column;gap:.35rem}.vote-resource-body strong{font-family:Zilla Slab,serif;font-size:1.1rem;color:var(--gold);font-weight:600}.vote-resource-body span{font-size:.88rem;color:#ffffffb3;line-height:1.45}.vote-resource-arrow{font-size:1.25rem;color:#ffffff59;flex-shrink:0;transition:color .2s,transform .2s;display:inline-block}.vote-resource-card:hover .vote-resource-arrow{color:var(--gold);transform:translate(4px)}@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:flex;order:-1;margin-bottom:.5rem}.hero-photo-frame{max-width:280px;margin:0 auto}.issues-grid{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}.involved-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.vote-matters{padding:3.5rem 0}.vote-matters-inner{grid-template-columns:1fr;gap:2rem;align-items:start}.vote-matters-text{text-align:center;align-items:center}.vote-matters .accent-rule{margin-left:auto;margin-right:auto}.donate-shell{grid-template-columns:1fr}.donate-photo{aspect-ratio:16 / 9;max-height:240px;order:-1}.donate-photo img{opacity:.28;object-position:center 22%}.donate-main{padding:1.75rem 0 1rem}}@media(max-width:640px){.section{padding:3.5rem 0}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:168px;left:0;right:0;background:var(--white);box-shadow:0 4px 12px #0000001a;padding:1rem 1.5rem;gap:.5rem;z-index:99}.nav-toggle{display:flex}.hero-ctas{flex-direction:column}.btn{text-align:center}.carousel-stage{height:56vw;min-height:260px}.carousel-btn{width:40px;height:40px;font-size:1.5rem}.amount-grid{grid-template-columns:repeat(2,1fr)}.donate-page-form,.donate-form{padding:1.5rem}.footer-links{flex-wrap:wrap;justify-content:center}}
