:root {
  --ink: #06100b;
  --ink-soft: #0d1d14;
  --green: #00a94f;
  --green-bright: #18d168;
  --yellow: #ffb800;
  --paper: #f2f0e8;
  --white: #fff;
  --muted: #a9b7ae;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  align-items: center; background: rgba(6, 16, 11, .94); border-bottom: 1px solid rgba(255,255,255,.1);
  display: flex; height: 82px; justify-content: space-between; left: 0; padding: 0 clamp(24px, 5vw, 80px);
  position: fixed; right: 0; top: 0; z-index: 50; backdrop-filter: blur(14px);
}
.brand { width: 220px; overflow: hidden; }
.brand img { width: 220px; height: 73px; object-fit: cover; object-position: center; }
nav { align-items: center; display: flex; gap: clamp(22px, 3vw, 48px); }
nav a { color: #d8e1dc; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover { color: var(--green-bright); }
.nav-cta { border: 1px solid var(--green-bright); border-radius: 999px; padding: 11px 20px; }
.menu-toggle { display: none; }

.hero {
  background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1.02fr .98fr;
  min-height: 780px; overflow: hidden; padding: 150px clamp(24px, 7vw, 120px) 60px; position: relative;
}
.hero::before { background: radial-gradient(circle, rgba(0,169,79,.18) 0, transparent 63%); content: ""; height: 700px; left: -300px; position: absolute; top: -200px; width: 700px; }
.road-lines { border-left: 1px solid rgba(255,255,255,.08); border-right: 1px solid rgba(255,255,255,.08); height: 130%; left: 52%; position: absolute; top: -10%; transform: rotate(13deg); width: 160px; }
.road-lines::after { border-left: 5px dashed rgba(255,184,0,.2); content: ""; height: 100%; left: 50%; position: absolute; }
.hero-copy { align-self: center; max-width: 720px; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: var(--green-bright); display: flex; font-size: 12px; font-weight: 700; gap: 12px; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { background: currentColor; display: inline-block; height: 3px; width: 34px; }
h1, h2, h3 { font-family: var(--display); margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(70px, 8.2vw, 132px); font-weight: 900; letter-spacing: -.045em; line-height: .78; margin: 34px 0; }
h1 em, .commitment h2 em { color: var(--yellow); font-style: italic; }
.hero-lead { color: #c5d0c9; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.7; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { align-items: center; border-radius: 4px; display: inline-flex; font-size: 13px; font-weight: 800; gap: 24px; justify-content: center; letter-spacing: .08em; min-height: 54px; padding: 0 27px; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--green-bright); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.28); color: white; }
.hero-visual { align-self: end; height: 630px; position: relative; z-index: 2; }
.portrait-frame { bottom: -62px; filter: drop-shadow(0 24px 24px rgba(0,0,0,.35)); left: 50%; max-width: 500px; position: absolute; transform: translateX(-50%); width: 82%; }
.portrait-frame img { height: 660px; object-fit: cover; object-position: top center; width: 100%; }
.number-backdrop { color: rgba(255,255,255,.035); font-family: var(--display); font-size: clamp(140px, 20vw, 350px); font-weight: 900; left: 50%; letter-spacing: -.09em; position: absolute; top: 30px; transform: translateX(-50%) rotate(-5deg); white-space: nowrap; }
.candidate-number { background: var(--yellow); bottom: 22px; color: var(--ink); padding: 13px 24px 10px; position: absolute; right: -12px; transform: rotate(-3deg); z-index: 4; }
.candidate-number span { display: block; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.candidate-number strong { font-family: var(--display); font-size: 66px; letter-spacing: -.06em; line-height: .8; }
.candidate-number b { color: var(--green); }

.moving-banner { background: var(--yellow); overflow: hidden; position: relative; z-index: 3; }
.banner-track { animation: ticker 24s linear infinite; display: flex; gap: 28px; padding: 16px 0; white-space: nowrap; width: max-content; }
.banner-track span { font-family: var(--display); font-size: 22px; font-style: italic; font-weight: 900; letter-spacing: .05em; }
.banner-track i { color: var(--green); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { margin: 0 auto; max-width: 1440px; padding: 110px clamp(24px, 7vw, 110px); }
.section-label { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .18em; margin-bottom: 58px; }
.section-label.light { color: var(--green-bright); }
.about-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: 1fr .92fr; }
.about h2, .follow h2 { font-size: clamp(62px, 7vw, 108px); font-weight: 900; letter-spacing: -.045em; line-height: .82; }
.about-copy .statement { font-size: clamp(20px, 2vw, 27px); font-weight: 600; line-height: 1.35; margin: 38px 0 22px; }
.about-copy > p:not(.statement) { color: #536158; line-height: 1.75; max-width: 620px; }
.text-link { border-bottom: 2px solid var(--green); display: inline-flex; font-size: 13px; font-weight: 800; gap: 30px; letter-spacing: .06em; margin-top: 24px; padding: 0 0 8px; text-transform: uppercase; }
.campaign-card { background: var(--ink); box-shadow: 22px 22px 0 var(--green); margin: 0; padding: 10px; transform: rotate(1.5deg); }
.campaign-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.campaign-card figcaption { color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .18em; padding: 13px 8px 5px; text-transform: uppercase; }

.commitment { background: var(--ink-soft); color: white; overflow: hidden; position: relative; }
.commitment::after { color: rgba(255,255,255,.025); content: "MG"; font-family: var(--display); font-size: 600px; font-weight: 900; position: absolute; right: -70px; top: -100px; }
.commitment-inner { position: relative; z-index: 2; }
.commitment-heading p { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.commitment h2 { font-size: clamp(54px, 7vw, 104px); letter-spacing: -.035em; line-height: .88; }
.principles { border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; }
.principle { border-right: 1px solid rgba(255,255,255,.16); padding: 35px clamp(20px, 3vw, 46px) 10px 0; }
.principle + .principle { padding-left: clamp(20px, 3vw, 46px); }
.principle:last-child { border-right: 0; }
.principle span { color: var(--green-bright); font: 800 12px var(--body); }
.principle h3 { font-size: 39px; margin: 22px 0 12px; }
.principle p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.follow-card { background: var(--green); display: grid; grid-template-columns: 1fr .8fr; min-height: 520px; overflow: hidden; position: relative; }
.follow-copy { padding: clamp(46px, 6vw, 86px); position: relative; z-index: 2; }
.eyebrow.dark { color: var(--ink); }
.follow h2 { color: white; margin: 32px 0 24px; }
.follow-copy > p:not(.eyebrow) { color: #062a17; line-height: 1.7; max-width: 510px; }
.button-dark { background: var(--ink); color: white; margin-top: 22px; }
.follow-art { align-self: stretch; background: var(--ink); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); min-height: 520px; }
.follow-art img { height: 100%; object-fit: cover; width: 100%; }

footer { background: #030805; color: white; padding: 55px clamp(24px, 7vw, 110px) 30px; }
.footer-main { align-items: center; display: flex; justify-content: space-between; }
.footer-main img { height: 82px; object-fit: cover; width: 250px; }
.footer-main div { text-align: right; }
.footer-main p { font-weight: 700; margin: 0 0 8px; }
.footer-main a { color: var(--green-bright); }
.legal { border-top: 1px solid rgba(255,255,255,.12); color: #849087; font-size: 10px; letter-spacing: .08em; margin: 35px 0 0; padding-top: 24px; text-align: center; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 70px; padding: 0 20px; }
  .brand, .brand img { height: 62px; width: 185px; }
  .menu-toggle { background: none; border: 0; display: grid; gap: 5px; padding: 8px; z-index: 2; }
  .menu-toggle span { background: white; display: block; height: 2px; width: 25px; }
  nav { align-items: flex-start; background: var(--ink); display: none; flex-direction: column; inset: 70px 0 auto; padding: 35px 24px 45px; position: fixed; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 124px 24px 0; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  h1 { font-size: clamp(68px, 22vw, 100px); margin: 28px 0; }
  .hero-lead { font-size: 16px; margin-inline: auto; }
  .hero-visual { height: 520px; margin-top: 10px; }
  .portrait-frame { bottom: -45px; max-width: 380px; }
  .portrait-frame img { height: 530px; }
  .candidate-number { bottom: 20px; right: 0; }
  .about-grid, .follow-card { grid-template-columns: 1fr; }
  .section { padding: 82px 24px; }
  .section-label { margin-bottom: 42px; }
  .about h2, .follow h2 { font-size: clamp(58px, 18vw, 88px); }
  .campaign-card { box-shadow: 12px 12px 0 var(--green); }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle + .principle { border-bottom: 1px solid rgba(255,255,255,.16); border-right: 0; padding: 30px 0; }
  .follow-art { clip-path: none; min-height: 320px; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-main div { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .banner-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
