:root{--navy:#0d0d0d;--deep-navy:#050505;--gold:#c9a84c;--gold-light:#e8c96a;--cream:#f5f0e8;--red:#b8222a;--white:#fff;--text-muted:#7a8a9a}
*,*::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);line-height:1.7;overflow-x:hidden}
a{color:var(--gold)}
img{max-width:100%;display:block}
.container{max-width:900px;margin:0 auto;padding:0 1.5rem}
.topbar{background:var(--red);color:var(--white);text-align:center;padding:.55rem 1rem;font-family:'Bebas Neue',sans-serif;letter-spacing:2px;font-size:.78rem}
.topbar a{color:var(--white);text-decoration:underline}
nav{background:rgba(5,5,5,.97);border-bottom:1px solid rgba(201,168,76,.25);padding:1rem 1.5rem;text-align:center;position:sticky;top:0;z-index:50;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.nav-back{color:var(--gold);text-decoration:none;font-family:'Bebas Neue',sans-serif;font-size:.85rem;letter-spacing:3px;display:inline-flex;align-items:center;gap:.5rem}
.nav-back:hover{color:var(--gold-light)}
.hero{padding:3rem 1.5rem 2rem;text-align:center;background:linear-gradient(180deg,var(--deep-navy) 0%,var(--navy) 100%);border-bottom:1px solid rgba(201,168,76,.15)}
.hero-badge{display:inline-block;background:rgba(201,168,76,.12);border:1px solid var(--gold);color:var(--gold);padding:.4rem 1rem;font-family:'Bebas Neue',sans-serif;font-size:.72rem;letter-spacing:3px;text-transform:uppercase;margin-bottom:1.2rem}
h1{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1.15;color:var(--white);margin-bottom:.8rem;max-width:760px;margin-left:auto;margin-right:auto}
.hero-sub{font-family:'Bebas Neue',sans-serif;font-size:clamp(.95rem,2vw,1.15rem);letter-spacing:4px;color:var(--gold);margin-bottom:1.2rem}
.hero-tagline{font-size:1.02rem;color:rgba(245,240,232,.82);max-width:580px;margin:0 auto;font-weight:300}
.cover-wrap{margin:2rem 0 0;border:1px solid rgba(201,168,76,.25);box-shadow:0 20px 50px rgba(0,0,0,.6);overflow:hidden;background:var(--deep-navy)}
.cover-wrap img{width:100%;height:auto;display:block}
section{padding:3rem 1.5rem;border-bottom:1px solid rgba(201,168,76,.1)}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:700;color:var(--white);margin-bottom:.6rem;line-height:1.25}
.section-label{font-family:'Bebas Neue',sans-serif;font-size:.78rem;letter-spacing:3.5px;color:var(--gold);margin-bottom:.5rem;text-transform:uppercase}
.divider{width:50px;height:3px;background:var(--gold);margin-bottom:1.6rem}
.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin-top:1.5rem}
.detail-card{border:1px solid rgba(201,168,76,.25);background:rgba(255,255,255,.02);padding:1.4rem 1.3rem;display:flex;flex-direction:column;gap:.4rem}
.detail-icon{color:var(--gold);font-size:1.4rem;margin-bottom:.3rem}
.detail-label{font-family:'Bebas Neue',sans-serif;font-size:.72rem;letter-spacing:2.5px;color:var(--gold);text-transform:uppercase}
.detail-value{color:var(--cream);font-size:.98rem;font-weight:400;line-height:1.5}
.detail-value strong{color:var(--white);font-weight:600}
.about p{color:rgba(245,240,232,.82);font-size:1rem;font-weight:300;margin-bottom:1.1rem;line-height:1.85}
.about p strong{color:var(--gold);font-weight:600}
.priorities{margin-top:1.5rem;padding:1.5rem;background:rgba(255,255,255,.02);border-left:3px solid var(--gold)}
.priorities h3{font-family:'Bebas Neue',sans-serif;font-size:.95rem;letter-spacing:3px;color:var(--gold);margin-bottom:1rem;text-transform:uppercase}
.priorities ul{list-style:none;padding:0}
.priorities li{padding:.45rem 0 .45rem 1.5rem;position:relative;color:rgba(245,240,232,.85);font-size:.95rem;line-height:1.5}
.priorities li::before{content:'';position:absolute;left:0;top:.9rem;width:7px;height:7px;background:var(--gold);transform:rotate(45deg)}
.cta-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.6rem;justify-content:center}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:'Bebas Neue',sans-serif;font-size:.88rem;letter-spacing:2.5px;text-decoration:none;text-transform:uppercase;border:1px solid var(--gold);transition:background .2s,color .2s,transform .15s;cursor:pointer}
.btn-primary{background:var(--gold);color:var(--navy)}
.btn-primary:hover{background:transparent;color:var(--gold);transform:translateY(-1px)}
.btn-secondary{background:transparent;color:var(--gold)}
.btn-secondary:hover{background:var(--gold);color:var(--navy)}
.btn-red{background:var(--red);color:var(--white);border-color:var(--red)}
.btn-red:hover{background:transparent;color:var(--red)}
.map-wrap{margin-top:1.5rem;border:1px solid rgba(201,168,76,.25);overflow:hidden}
.map-wrap iframe{width:100%;height:340px;border:none;display:block;filter:invert(.92) hue-rotate(180deg) saturate(.8)}
.vote-section{background:linear-gradient(180deg,var(--red) 0%,#8d1a21 100%);color:var(--white);padding:3rem 1.5rem;text-align:center}
.vote-section .section-label{color:rgba(255,255,255,.75)}
.vote-section h2{color:var(--white);font-family:'Playfair Display',serif;font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:.8rem}
.vote-section h2 span{color:#ffdd6b}
.vote-section p{color:rgba(255,255,255,.92);max-width:520px;margin:0 auto 1.5rem}
.vote-section .divider{background:rgba(255,255,255,.5);margin:0 auto 1.5rem}
.btn-white{background:var(--white);color:var(--red);border-color:var(--white)}
.btn-white:hover{background:transparent;color:var(--white)}
footer{background:var(--deep-navy);padding:2.5rem 1.5rem;text-align:center;border-top:1px solid rgba(201,168,76,.2)}
footer p{color:var(--text-muted);font-size:.78rem;line-height:1.8}
footer a{color:var(--gold);text-decoration:none}
@media (max-width:600px){.hero{padding:2.2rem 1rem 1.5rem}section{padding:2.2rem 1rem}.details-grid{grid-template-columns:1fr}.map-wrap iframe{height:280px}}