*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-navy: #1a2332;--color-navy-deep: #0f1724;--color-gold: #c8a45c;--color-gold-light: #dfc07f;--color-gold-dark: #a88a3e;--color-white: #ffffff;--color-off-white: #f8f7f4;--color-cream: #faf9f6;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-maroon: #800020;--color-maroon-light: #9a1235;--font-heading: "Playfair Display", "Georgia", serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-logo: "Cinzel", "Playfair Display", serif;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 14px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .15);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .2);--transition: .3s ease}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--color-gray-800);background:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all var(--transition);background:transparent}.navbar--scrolled{background:#1a2332f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.6rem 0;box-shadow:0 2px 20px #0000004d}.navbar__inner{display:flex;align-items:center;justify-content:space-between}.navbar__logo{cursor:pointer;display:flex;flex-direction:column}.navbar__logo-name{font-family:var(--font-logo);font-size:1.15rem;font-weight:700;color:var(--color-gold);letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.navbar__logo-title{font-family:var(--font-body);font-size:.6rem;color:var(--color-gold-light);letter-spacing:.15em;text-transform:uppercase;opacity:.85;margin-top:2px}.navbar__links{display:flex;align-items:center;gap:.25rem;list-style:none}.navbar__links li button{font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--color-white);padding:.5rem 1rem;border-radius:4px;transition:all var(--transition);letter-spacing:.02em}.navbar__links li button:hover{color:var(--color-gold);background:#c8a45c1a}.navbar__toggle{display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001}.navbar__toggle span{display:block;width:24px;height:2px;background:var(--color-gold);transition:all var(--transition);border-radius:2px}.navbar__toggle--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__toggle--open span:nth-child(2){opacity:0}.navbar__toggle--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.btn{display:inline-block;font-family:var(--font-body);font-weight:600;letter-spacing:.04em;border-radius:4px;transition:all var(--transition);text-transform:uppercase}.btn--primary{background:var(--color-gold);color:var(--color-navy-deep);padding:1rem 2.5rem;font-size:.9rem;box-shadow:0 4px 15px #c8a45c4d}.btn--primary:hover{background:var(--color-gold-light);transform:translateY(-2px);box-shadow:0 6px 20px #c8a45c66}.btn--lg{padding:1.1rem 3rem;font-size:.95rem}.btn--nav{background:var(--color-gold)!important;color:var(--color-navy-deep)!important;padding:.5rem 1.25rem!important;font-size:.8rem!important;font-weight:700!important;border-radius:4px;letter-spacing:.06em}.btn--nav:hover{background:var(--color-gold-light)!important;transform:translateY(-1px)}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-navy-deep) 0%,var(--color-navy) 40%,#2a3a52 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(200,164,92,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(200,164,92,.05) 0%,transparent 50%)}.hero__overlay{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8a45c' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero__content{position:relative;z-index:2;text-align:center;padding:8rem 1.5rem 4rem}.hero__badge{display:inline-block;background:#c8a45c26;border:1px solid rgba(200,164,92,.3);color:var(--color-gold-light);font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:.5rem 1.5rem;border-radius:50px;margin-bottom:2rem}.hero__appeal{font-family:var(--font-body);font-size:1.1rem;font-weight:400;color:var(--color-gold-light);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem}.hero__name{font-family:var(--font-heading);font-size:clamp(2.8rem,7vw,5rem);font-weight:800;color:var(--color-white);line-height:1.1;margin-bottom:.75rem;letter-spacing:-.01em}.hero__designation{font-family:var(--font-body);font-size:1.15rem;font-weight:400;color:var(--color-gray-300);letter-spacing:.25em;text-transform:uppercase;margin-bottom:1.5rem}.hero__divider{width:80px;height:2px;background:var(--color-gold);margin:0 auto 1.5rem}.hero__position{font-family:var(--font-body);font-size:1.2rem;color:var(--color-white);margin-bottom:.5rem}.hero__position strong{color:var(--color-gold);font-weight:700;font-size:1.4rem}.hero__council{font-family:var(--font-heading);font-size:clamp(1.2rem,3vw,1.8rem);font-weight:600;color:var(--color-gold-light);margin-bottom:2.5rem;line-height:1.3}.hero__vote-badge{display:inline-flex;align-items:center;gap:.75rem;background:#c8a45c1f;border:1px solid rgba(200,164,92,.25);border-radius:60px;padding:.75rem 2rem;margin-bottom:2.5rem}.hero__vote-badge-label{font-family:var(--font-body);font-size:.85rem;color:var(--color-gray-300);text-transform:uppercase;letter-spacing:.1em}.hero__vote-badge-number{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--color-gold);line-height:1}.section{padding:5rem 0}.section--light{background:var(--color-cream)}.section--dark{background:var(--color-navy)}.section--accent{background:linear-gradient(135deg,var(--color-maroon) 0%,var(--color-maroon-light) 100%)}.section__title{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:var(--color-navy);text-align:center;margin-bottom:.75rem}.section__title--light{color:var(--color-white)}.section__underline{width:60px;height:3px;background:var(--color-gold);margin:0 auto 3rem;border-radius:2px}.section__underline--gold{background:var(--color-gold)}.section__underline--white{background:#ffffff80}.about__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about__card{background:var(--color-white);padding:2.5rem 2rem;border-radius:8px;text-align:center;box-shadow:var(--shadow-md);transition:all var(--transition);border-bottom:3px solid transparent}.about__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-bottom-color:var(--color-gold)}.about__icon{font-size:2.5rem;color:var(--color-gold);margin-bottom:1.25rem;line-height:1}.about__card h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--color-navy);margin-bottom:.75rem}.about__card p{font-size:.92rem;color:var(--color-gray-600);line-height:1.7}.vision__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.vision__item{padding:2rem;border-radius:8px;background:#ffffff0d;border:1px solid rgba(200,164,92,.15);transition:all var(--transition)}.vision__item:hover{background:#c8a45c14;border-color:#c8a45c4d;transform:translateY(-4px)}.vision__number{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;color:var(--color-gold);opacity:.4;margin-bottom:.5rem;line-height:1}.vision__item h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--color-white);margin-bottom:.6rem}.vision__item p{font-size:.9rem;color:var(--color-gray-300);line-height:1.7}.timeline{max-width:700px;margin:0 auto;position:relative;padding-left:2.5rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--color-gold),var(--color-gold-dark),transparent)}.timeline__item{position:relative;margin-bottom:2.5rem}.timeline__item:last-child{margin-bottom:0}.timeline__dot{position:absolute;left:-2.65rem;top:.35rem;width:12px;height:12px;background:var(--color-gold);border-radius:50%;border:3px solid var(--color-cream);box-shadow:0 0 0 2px var(--color-gold)}.timeline__content h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--color-navy);margin-bottom:.5rem}.timeline__content p{font-size:.92rem;color:var(--color-gray-600);line-height:1.7}.appeal__content{max-width:750px;margin:0 auto;text-align:center}.appeal__heading{font-family:var(--font-heading);font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;color:var(--color-white);margin-bottom:.75rem}.appeal__text{font-size:1rem;color:#ffffffe6;line-height:1.8;margin-bottom:1rem}.appeal__signature{font-family:var(--font-heading);font-size:1.1rem;font-style:italic;color:var(--color-gold-light);margin-top:2rem}.vote-section{background:linear-gradient(135deg,var(--color-off-white) 0%,var(--color-gray-100) 100%);padding:5rem 0}.vote__card{max-width:650px;margin:0 auto;background:var(--color-white);border-radius:12px;padding:3.5rem 3rem;text-align:center;box-shadow:var(--shadow-xl);border-top:4px solid var(--color-gold);position:relative}.vote__emblem{font-size:3rem;color:var(--color-gold);margin-bottom:1rem;line-height:1}.vote__heading{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--color-navy);margin-bottom:.75rem}.vote__divider{width:50px;height:2px;background:var(--color-gold);margin:0 auto 1.5rem}.vote__subheading{font-family:var(--font-body);font-size:1rem;color:var(--color-gray-600);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.vote__name{font-family:var(--font-heading);font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;color:var(--color-navy);margin-bottom:.25rem}.vote__title{font-size:1rem;color:var(--color-gray-600);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.vote__position{font-size:1.05rem;color:var(--color-gray-700);margin-bottom:2rem}.vote__position strong{color:var(--color-maroon);font-weight:700}.vote__preference{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.vote__preference-text{font-size:.9rem;color:var(--color-gray-600);text-transform:uppercase;letter-spacing:.1em}.vote__preference-badge{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:var(--color-white);padding:1.25rem 2.5rem;border-radius:8px;box-shadow:0 4px 15px #c8a45c66}.vote__preference-number{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;line-height:1}.vote__preference-number sup{font-size:1rem}.vote__preference-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin-top:.25rem}.vote__tagline{font-family:var(--font-body);font-size:.85rem;color:var(--color-gray-600);font-style:italic}.footer{background:var(--color-navy-deep);padding:3rem 0 2rem}.footer__inner{text-align:center}.footer__logo{margin-bottom:1.5rem}.footer__logo-name{display:block;font-family:var(--font-logo);font-size:1.1rem;font-weight:700;color:var(--color-gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.footer__logo-title{display:block;font-size:.65rem;color:var(--color-gray-300);letter-spacing:.12em;text-transform:uppercase;opacity:.7}.footer__divider{width:40px;height:1px;background:var(--color-gold);margin:0 auto 1.5rem;opacity:.5}.footer__text{font-size:.85rem;color:var(--color-gray-300);margin-bottom:.75rem;opacity:.8}.footer__copyright{font-size:.75rem;color:var(--color-gray-300);opacity:.5}@media(max-width:1024px){.about__grid,.vision__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar__toggle{display:flex}.navbar__links{position:fixed;top:0;right:-100%;width:280px;height:100vh;height:100dvh;background:var(--color-navy-deep);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:.25rem;transition:right var(--transition);box-shadow:-5px 0 30px #0000004d}.navbar__links--open{right:0}.navbar__links li{width:100%}.navbar__links li button{width:100%;text-align:left;padding:.75rem 1rem;font-size:1rem}.about__grid,.vision__grid{grid-template-columns:1fr;gap:1.5rem}.section{padding:3.5rem 0}.hero__content{padding:7rem 1rem 3rem}.vote__card{padding:2.5rem 1.5rem}.timeline{padding-left:2rem}.timeline__dot{left:-2.15rem}}@media(max-width:480px){html{font-size:15px}.container{padding:0 1rem}.navbar__logo-name{font-size:.95rem}.navbar__logo-title{font-size:.5rem}.hero__content{padding:6rem .75rem 2.5rem}.hero__badge{font-size:.65rem;padding:.4rem 1.25rem;margin-bottom:1.5rem}.hero__appeal{font-size:.9rem;letter-spacing:.1em}.hero__designation{font-size:1rem;letter-spacing:.15em}.hero__vote-badge{flex-direction:column;gap:.25rem;padding:.6rem 1.5rem}.hero__vote-badge-number{font-size:1.75rem}.btn--lg{padding:.9rem 2rem;font-size:.85rem}.section{padding:3rem 0}.section__title{font-size:1.6rem}.section__underline{margin-bottom:2rem}.about__card{padding:2rem 1.5rem}.vision__item{padding:1.5rem}.vote__card{padding:2rem 1.25rem;border-radius:8px}.vote__preference-badge{padding:1rem 2rem}.vote__preference-number{font-size:2rem}.appeal__text{font-size:.92rem}.footer{padding:2rem 0 1.5rem}}@media(max-width:360px){html{font-size:14px}.navbar__logo-name{font-size:.85rem}.hero__name{font-size:2.2rem}.hero__council{font-size:1.1rem}}
