:root {
  --red: #E3000F;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #ededed;
  --gray-dark: #5d5d5d;
  --line: #d8d8d8;
  --shadow: 0 18px 45px rgba(0, 0, 0, .12);
  --radius: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif; background: var(--white); color: var(--black); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--black); color: var(--white); padding: 12px 16px; }
.skip-link:focus { top: 16px; }
.progress { position: fixed; inset: 0 0 auto; height: 4px; z-index: 999; }
.progress span { display: block; width: 0; height: 100%; background: var(--black); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 5px solid var(--red); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; margin-right: auto; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 1.15rem; font-weight: 900; letter-spacing: -.02em; }
.brand-copy small { color: var(--gray-dark); font-size: .76rem; }
.party-logo, .footer-logo { width: 168px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { text-decoration: none; font-weight: 750; font-size: .93rem; }
.main-nav a:hover { color: var(--red); }
.nav-cta { padding: 10px 16px; background: var(--black); color: var(--white) !important; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 27px; height: 3px; background: var(--black); margin: 5px 0; }
.hero { position: relative; min-height: calc(100vh - 87px); display: grid; align-items: center; overflow: hidden; background: var(--red); color: var(--white); }
.hero::before { content: ""; position: absolute; width: min(52vw, 760px); aspect-ratio: 1; left: -24vw; top: -36%; border-radius: 50%; background: var(--white); opacity: .98; }
.hero::after { content: ""; position: absolute; width: 170px; height: 170px; right: 3vw; bottom: -82px; border-radius: 50%; background: var(--white); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(227,0,15,.96) 0%, rgba(227,0,15,.91) 46%, rgba(227,0,15,.50) 100%), url('../images/Header.jpg') center/cover; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 7vw; padding-block: 72px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .07em; font-size: .78rem; }
.hero .eyebrow { color: var(--white); display: inline-block; padding: 7px 11px; border: 2px solid var(--white); }
.election-date { font-weight: 750; margin: 18px 0 8px; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1, h2 { font-weight: 900; text-transform: uppercase; }
h1 { font-size: clamp(3.4rem, 8.7vw, 7.5rem); letter-spacing: -.055em; margin-bottom: 10px; }
h2 { font-size: clamp(2.15rem, 4.6vw, 4.5rem); letter-spacing: -.04em; margin-bottom: 22px; }
h3 { font-size: 1.3rem; font-weight: 850; }
.hero-role { font-size: clamp(1rem, 2vw, 1.35rem); margin: 0 0 28px; }
.claim { font-size: clamp(1.55rem, 3.1vw, 2.8rem); line-height: 1.15; font-weight: 900; margin: 0 0 36px; }
.claim::after { content: "  »"; color: var(--black); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; text-decoration: none; font-weight: 850; transition: .2s ease; border: 2px solid transparent; }
.button::after { content: " »"; margin-left: 8px; }
.button-primary { background: var(--black); color: var(--white); }
.button-primary:hover { background: var(--white); color: var(--black); transform: translateY(-2px); }
.button-secondary { border-color: currentColor; background: transparent; }
.button-secondary:hover { background: var(--black); border-color: var(--black); color: var(--white); transform: translateY(-2px); }
.hero .button-secondary { color: var(--white); border-color: var(--white); }
.hero-portrait { margin: 0; justify-self: end; width: min(100%, 470px); position: relative; padding: 14px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-portrait::before { content: ""; position: absolute; width: 76px; height: 76px; left: -28px; bottom: -28px; background: var(--black); border-radius: 50%; }
.hero-portrait img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.hero-portrait figcaption, .media-card figcaption, .wide-media figcaption, .contact-portrait figcaption { position: absolute; right: 14px; bottom: 14px; background: var(--black); color: var(--white); padding: 5px 9px; font-size: .72rem; }
.section { padding-block: clamp(80px, 10vw, 140px); position: relative; }
.section-muted { background: var(--gray); }
.split-grid, .motivation-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.section-copy .lead, .contact .lead { font-size: 1.24rem; line-height: 1.55; }
.media-card, .wide-media, .contact-portrait { margin: 0; position: relative; }
.media-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow); }
.media-card::after { content: ""; position: absolute; inset: auto -18px -18px auto; width: 90px; height: 90px; background: var(--red); z-index: -1; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.facts div { padding: 18px; border-top: 6px solid var(--red); background: var(--gray); }
.facts strong, .facts span { display: block; }
.facts strong { font-size: 1.1rem; }
.facts span { color: var(--gray-dark); font-size: .92rem; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--gray-dark); font-size: 1.08rem; }
.journey-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 80px); align-items: start; }
.wide-media img { width: 100%; aspect-ratio: 5/4; object-fit: cover; box-shadow: var(--shadow); position: sticky; top: 110px; }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.timeline li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 22px 0; border-bottom: 2px solid var(--black); }
.timeline li > span { display: grid; place-items: center; width: 48px; height: 48px; background: var(--red); color: var(--white); font-weight: 900; }
.timeline p { margin-bottom: 0; color: var(--gray-dark); }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.engagement-card { background: var(--white); overflow: hidden; box-shadow: var(--shadow); border-bottom: 8px solid var(--red); }
.engagement-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.engagement-card > div { padding: 26px; }
.engagement-card p:last-child { color: var(--gray-dark); }
.image-label { display: inline-block; margin: 0 0 12px; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.motivation { background: var(--red); color: var(--white); overflow: hidden; }
.motivation::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--white); right: -285px; top: -190px; }
.motivation-grid { grid-template-columns: 1.15fr .85fr; }
.motivation .eyebrow { color: var(--white); }
.quote-card p:not(.eyebrow) { color: rgba(255,255,255,.90); font-size: 1.08rem; }
.priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.priority-grid article { padding: 28px; min-height: 245px; border: 2px solid var(--black); background: var(--white); position: relative; }
.priority-grid article::after { content: "»"; position: absolute; right: 18px; bottom: 8px; color: var(--red); font-size: 2.4rem; font-weight: 900; }
.priority-grid span { color: var(--red); font-weight: 900; }
.priority-grid h3 { margin-top: 44px; }
.priority-grid p { color: var(--gray-dark); }
.contact { background: var(--gray); }
.contact::before { content: ""; position: absolute; left: 0; top: 0; width: 10px; height: 100%; background: var(--red); }
.contact-grid { grid-template-columns: 1.2fr .8fr; }
.contact-note { color: var(--gray-dark); font-size: .82rem; margin-top: 20px; max-width: 620px; }
.contact-portrait { justify-self: end; width: min(100%, 360px); padding: 12px; background: var(--red); }
.contact-portrait img { aspect-ratio: 1; object-fit: cover; }
.site-footer { padding-block: 44px; background: var(--black); color: var(--white); border-top: 8px solid var(--red); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto auto; gap: 28px; align-items: center; }
.footer-grid p { color: rgba(255,255,255,.72); margin: 4px 0 0; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-grid a { color: var(--white); text-decoration: none; }
.back-to-top { position: fixed; right: 18px; bottom: 18px; width: 48px; height: 48px; border: 0; background: var(--red); color: var(--white); font-size: 1.25rem; box-shadow: var(--shadow); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.legal-page main { min-height: 70vh; }
.legal { max-width: 850px; }
.legal h1 { font-size: clamp(2.8rem, 8vw, 5rem); }
.legal h2 { font-size: 1.65rem; margin-top: 42px; }
.legal-box { padding: 22px; background: var(--gray); border-left: 8px solid var(--red); }
@media (max-width: 1050px) {
  .party-logo { width: 145px; }
  .main-nav { gap: 15px; }
}
@media (max-width: 900px) {
  .nav-toggle { display: block; margin-left: auto; }
  .party-logo { order: 3; width: 132px; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 82px; padding: 18px; background: var(--white); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; border-top: 6px solid var(--red); }
  .main-nav.open { display: flex; }
  .hero { min-height: auto; }
  .hero-grid, .split-grid, .journey-grid, .motivation-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 20px; }
  .hero-portrait { justify-self: center; width: min(82vw, 430px); }
  .wide-media img { position: static; }
  .priority-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-logo { width: 150px; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 74px; gap: 12px; }
  .brand-copy small { display: none; }
  .party-logo { width: 112px; }
  .hero-grid { padding-block: 42px 66px; gap: 44px; }
  h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .hero-actions, .contact-actions { flex-direction: column; }
  .button { width: 100%; }
  .facts, .card-grid, .priority-grid { grid-template-columns: 1fr; }
  .section { padding-block: 76px; }
  .priority-grid article { min-height: 0; }
  .priority-grid h3 { margin-top: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
