:root{--navy:#0d0d0d;--deep-navy:#050505;--gold:#c9a84c;--gold-light:#e8c96a;--cream:#f5f0e8;--red:#b8222a;--white:#fff;--text-muted:#7a8a9a;--banner-h:32px}
@media (max-width:900px){:root{--banner-h:34px}}
@media (max-width:420px){:root{--banner-h:30px}}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Source Serif 4',serif;background:var(--navy);color:var(--cream);overflow-x:hidden;line-height:1.6}
.skip-link{position:absolute;top:-100px;left:1rem;background:var(--gold);color:var(--navy);padding:.5rem 1rem;font-family:'Bebas Neue',sans-serif;letter-spacing:2px;font-size:.9rem;z-index:9999;text-decoration:none;transition:top .2s}
.skip-link:focus{top:.5rem}
.vote-banner{position:fixed;top:0;left:0;right:0;z-index:102;background:var(--red);color:var(--white);padding:.55rem 1.5rem;text-align:center;font-family:'Bebas Neue',sans-serif;letter-spacing:2.5px;font-size:.78rem;border-bottom:1px solid rgba(255,255,255,.15)}
.vote-banner a{color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:1px}
.vote-banner-countdown{display:inline-block;background:rgba(0,0,0,.22);padding:.1rem .65rem;margin:0 .4rem;border-radius:2px;font-weight:600}
nav{position:fixed;top:var(--banner-h);left:0;right:0;z-index:100;background:rgba(5,5,5,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.25);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}
.nav-logo{font-family:'Bebas Neue',sans-serif;font-size:1.4rem;letter-spacing:3px;color:var(--gold);text-decoration:none;line-height:1;display:flex;align-items:center}
.nav-links{display:flex;gap:1.8rem;list-style:none;align-items:center}
.nav-links a{color:var(--cream);text-decoration:none;font-size:.82rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:300;transition:color .2s}
.nav-links a:hover{color:var(--gold)}
.nav-links a.active{color:var(--gold)}
.nav-vote-btn{background:var(--red);color:var(--white)!important;padding:.55rem 1.2rem;border:1px solid var(--red);transition:background .2s,color .2s}
.nav-vote-btn:hover{background:transparent;color:var(--red)!important}
.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;padding:0;z-index:110;height:100%}
.nav-hamburger span{display:block;width:24px;height:2px;background:var(--gold);border-radius:2px;transition:transform .3s,opacity .3s}
.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0}
.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-drawer{display:none;position:fixed;top:calc(var(--banner-h) + 56px);left:0;right:0;background:rgba(5,5,5,.98);border-bottom:1px solid rgba(201,168,76,.25);z-index:99;flex-direction:column;padding:1.5rem 1.5rem 2rem;gap:0}
.mobile-drawer.open{display:flex}
.mobile-drawer a{color:var(--cream);text-decoration:none;font-family:'Bebas Neue',sans-serif;font-size:1rem;letter-spacing:3px;text-transform:uppercase;padding:.9rem 0;border-bottom:1px solid rgba(201,168,76,.1);transition:color .2s}
.mobile-drawer a:hover{color:var(--gold)}
.mobile-drawer a.active{color:var(--gold)}
.mobile-drawer .mob-vote-btn{margin-top:1rem;background:var(--red);color:var(--white);text-align:center;padding:.9rem;border:none;border-bottom:none}
main{padding-top:calc(var(--banner-h) + 64px)}
.btn-gold{border:1px solid var(--gold);background:var(--gold);color:var(--navy);padding:.95rem 2rem;text-decoration:none;font-family:'Bebas Neue',sans-serif;font-size:1rem;letter-spacing:3px;transition:background .2s,color .2s;display:inline-block;cursor:pointer}
.btn-gold:hover{background:transparent;color:var(--gold)}
.btn-outline{border:1px solid rgba(245,240,232,.5);color:var(--cream);padding:.95rem 2rem;text-decoration:none;font-family:'Bebas Neue',sans-serif;font-size:1rem;letter-spacing:3px;transition:border-color .2s,color .2s;display:inline-block;cursor:pointer}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.section-label{font-family:'Bebas Neue',sans-serif;font-size:.82rem;letter-spacing:4px;color:var(--gold);margin-bottom:.6rem;text-transform:uppercase}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem;color:var(--white)}
.divider{width:60px;height:3px;background:var(--gold);margin-bottom:2.5rem}
.ev-hero{background:var(--deep-navy);padding:4.5rem 2rem 4rem;border-bottom:1px solid rgba(201,168,76,.15)}
.ev-hero-inner{max-width:900px;margin:0 auto;text-align:center}
.ev-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;line-height:1.05;color:var(--white);margin-bottom:1rem}
.ev-hero h1 span{color:var(--gold);display:block}
.ev-hero-sub{font-family:'Bebas Neue',sans-serif;font-size:clamp(1rem,2vw,1.3rem);letter-spacing:4px;color:var(--gold);margin-bottom:1.5rem}
.ev-hero-graphic{display:block;width:100%;max-width:720px;margin:2rem auto;border:1px solid rgba(201,168,76,.3);box-shadow:0 18px 45px rgba(0,0,0,.55);line-height:0;border-radius:4px;overflow:hidden;transition:transform .3s,box-shadow .3s}
.ev-hero-graphic:hover{transform:translateY(-3px);box-shadow:0 24px 55px rgba(0,0,0,.65)}
.ev-hero-graphic img{display:block;width:100%;height:auto;border-radius:4px}
.ev-hero-lead{color:rgba(245,240,232,.85);font-size:1.08rem;max-width:640px;margin:0 auto 2rem;line-height:1.8;font-weight:300}
.ev-hero-lead strong{color:var(--gold);font-weight:600}
.ev-hero-ctas{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap}
.ev-facts{background:var(--gold);padding:2.5rem 2rem;display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}
.ev-fact{text-align:center;max-width:240px}
.ev-fact-icon{font-size:1.6rem;color:var(--navy);margin-bottom:.6rem}
.ev-fact-label{font-family:'Bebas Neue',sans-serif;font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:rgba(10,10,10,.6);margin-bottom:.3rem}
.ev-fact-value{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:var(--navy);line-height:1.3}
@media (max-width:700px){.ev-facts{gap:2rem}}
.ev-section{padding:5rem 2rem}
.ev-section-inner{max-width:1000px;margin:0 auto}
.ev-section.dark{background:var(--deep-navy);border-top:1px solid rgba(201,168,76,.15);border-bottom:1px solid rgba(201,168,76,.15)}
.ev-section-head{text-align:center;max-width:680px;margin:0 auto 3rem}
.ev-section-head .section-label,.ev-section-head .section-title{text-align:center}
.ev-section-head .divider{margin:0 auto 1.8rem}
.ev-section-head p{color:rgba(245,240,232,.8);line-height:1.8;font-size:1rem;font-weight:300}
.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.location-card{border:1px solid rgba(201,168,76,.22);border-top:3px solid var(--gold);background:rgba(255,255,255,.02);padding:1.8rem;display:flex;flex-direction:column;transition:transform .3s,border-color .3s,box-shadow .3s}
.location-card:hover{transform:translateY(-4px);border-color:rgba(201,168,76,.5);box-shadow:0 18px 40px rgba(0,0,0,.4)}
.location-name{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:.4rem}
.location-city{font-family:'Bebas Neue',sans-serif;font-size:.72rem;letter-spacing:2.5px;color:var(--gold-light);text-transform:uppercase;margin-bottom:1rem}
.location-address{display:flex;align-items:flex-start;gap:.65rem;color:rgba(245,240,232,.8);font-size:.95rem;line-height:1.55;font-weight:300;margin-bottom:1.3rem;flex-grow:1}
.location-address i{color:var(--gold);font-size:.9rem;margin-top:.25rem;flex-shrink:0}
.location-card a{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;border:1px solid var(--gold);background:transparent;color:var(--gold);padding:.6rem 1.1rem;font-family:'Bebas Neue',sans-serif;font-size:.78rem;letter-spacing:2px;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s}
.location-card a:hover{background:var(--gold);color:var(--navy)}
.steps-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}
.step-card{border:1px solid rgba(201,168,76,.2);padding:2rem 1.7rem;background:rgba(255,255,255,.02);position:relative}
.step-num{position:absolute;top:-14px;left:1.7rem;background:var(--deep-navy);color:var(--gold);padding:0 .6rem;font-family:'Bebas Neue',sans-serif;font-size:.72rem;letter-spacing:3px;border:1px solid rgba(201,168,76,.4)}
.step-icon{font-size:1.7rem;color:var(--gold);margin-bottom:.9rem}
.step-card h3{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--white);margin-bottom:.6rem}
.step-card p{color:rgba(245,240,232,.75);font-size:.92rem;line-height:1.65;font-weight:300}
.ev-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.ev-info-block h3{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--white);margin-bottom:1rem}
.ev-info-block p{color:rgba(245,240,232,.8);font-size:1rem;line-height:1.8;font-weight:300;margin-bottom:1rem}
.ev-info-block p strong{color:var(--gold);font-weight:600}
.ev-info-list{list-style:none;padding:0;margin-top:.5rem}
.ev-info-list li{color:rgba(245,240,232,.82);font-size:.96rem;line-height:1.7;font-weight:300;padding:.5rem 0 .5rem 1.6rem;position:relative;border-bottom:1px solid rgba(201,168,76,.1)}
.ev-info-list li:last-child{border-bottom:none}
.ev-info-list li::before{content:'';position:absolute;left:0;top:1.05rem;width:8px;height:8px;background:var(--gold);transform:rotate(45deg)}
@media (max-width:760px){.ev-info-grid{grid-template-columns:1fr;gap:2.5rem}}
.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}
.faq-item{border:1px solid rgba(201,168,76,.2);background:rgba(255,255,255,.02);overflow:hidden}
.faq-q{width:100%;background:transparent;border:none;color:var(--white);padding:1.3rem 1.6rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;text-align:left;font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;transition:background .2s}
.faq-q:hover{background:rgba(201,168,76,.05)}
.faq-q i{color:var(--gold);font-size:.9rem;transition:transform .3s;flex-shrink:0}
.faq-item.open .faq-q i{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-a{max-height:400px}
.faq-a p{color:rgba(245,240,232,.8);font-size:.96rem;line-height:1.75;font-weight:300;padding:0 1.6rem 1.4rem}
.ev-cta{background:linear-gradient(180deg,var(--red) 0%,#8d1a21 100%);padding:5rem 2rem;text-align:center}
.ev-cta-inner{max-width:700px;margin:0 auto}
.ev-cta h2{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1rem}
.ev-cta h2 span{color:#ffdd6b}
.ev-cta p{color:rgba(255,255,255,.9);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}
.ev-cta-ctas{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap}
.btn-white{background:var(--white);color:var(--red);border:1px solid var(--white);padding:.95rem 2rem;text-decoration:none;font-family:'Bebas Neue',sans-serif;font-size:1rem;letter-spacing:3px;transition:background .2s,color .2s;display:inline-block}
.btn-white:hover{background:transparent;color:var(--white)}
.btn-white-outline{background:transparent;color:var(--white);border:1px solid var(--white);padding:.95rem 2rem;text-decoration:none;font-family:'Bebas Neue',sans-serif;font-size:1rem;letter-spacing:3px;transition:background .2s,color .2s;display:inline-block}
.btn-white-outline:hover{background:var(--white);color:var(--red)}
.ev-disclaimer{background:var(--navy);padding:2.5rem 2rem;text-align:center}
.ev-disclaimer p{color:var(--text-muted);font-size:.85rem;line-height:1.7;max-width:760px;margin:0 auto}
.ev-disclaimer a{color:var(--gold);text-decoration:none}
footer{background:var(--deep-navy);border-top:1px solid rgba(201,168,76,.2);padding:3rem 2rem;text-align:center}
footer p{color:var(--text-muted);font-size:.8rem;line-height:1.8}
footer a{color:var(--gold);text-decoration:none}
.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
@media (max-width:900px){.vote-banner{font-size:.72rem;letter-spacing:1.6px;padding:.55rem .75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vote-banner i{display:none}.nav-links{display:none}.nav-hamburger{display:flex}nav{height:56px;padding:0 1rem}main{padding-top:calc(var(--banner-h) + 56px)}.ev-section{padding:3.5rem 1.3rem}.ev-hero{padding:3rem 1.3rem}}