
:root {
  --blue: #1598d4; --blue-dark: #243b78; --blue-soft: #e7f5fb;
  --orange: #ff6b23; --yellow: #ffbf3d; --green: #00a651; --ink: #243b78;
  --text: #405270; --paper: #f6f6f3; --white: #fff;
  --line: rgba(36,59,120,.18); --radius: 26px;
  --brand-font: Geometria, Montserrat, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--brand-font); }
a { color: inherit; text-decoration: none; }
button, a { font: inherit; }
::selection { background: var(--orange); color: #fff; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 100; width: 0; height: 4px; background: linear-gradient(90deg,var(--orange),var(--yellow),var(--blue)); }
.electoral-label { min-height: 34px; padding: 8px max(22px,calc((100vw - 1240px)/2)); display: flex; justify-content: center; gap: 24px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.electoral-label span + span { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.32); }
.site-header { width: 100%; height: 82px; margin: 0; padding: 0 max(24px,calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30; background: var(--blue-dark); border-bottom: 4px solid var(--orange); }
.party-brand { width: 182px; height: 56px; padding: 6px 13px; display: flex; align-items: center; overflow: hidden; border-radius: 10px; background: #fff; }
.party-brand img { display: block; width: 100%; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 30px; color: #fff; font-size: 13px; font-weight: 760; }
.site-header nav > a:not(.nav-cta) { position: relative; }
.site-header nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--orange); transition: width .25s ease; }
.site-header nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; display: inline-flex; gap: 14px; border: 1px solid var(--orange); border-radius: 999px; transition: .25s ease; }
.nav-cta:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }
.menu-button { display: none; }
.campaign-hero { position: relative; overflow: hidden; background: var(--blue-dark); border-bottom: 10px solid var(--orange); }
.hero-wide,.hero-wide img { width: 100%; display: block; }
.hero-wide img { height: auto; }
.hero-mobile { display: none; }
.hero-next { position: absolute; left: 50%; bottom: 18px; z-index: 4; min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(36,59,120,.84); color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%); backdrop-filter: blur(10px); transition: .25s ease; }
.hero-next b { color: var(--orange); font-size: 18px; }
.hero-next:hover { background: var(--orange); transform: translateX(-50%) translateY(-3px); }
.hero-next:hover b { color: #fff; }
.sr-only { width: 1px; height: 1px; position: absolute; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero { min-height: 800px; padding: 185px max(24px,calc((100vw - 1240px)/2)) 100px; position: relative; isolation: isolate; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; overflow: hidden; background: linear-gradient(125deg,#fff 0%,#f4f9fd 58%,#e4f2fa 100%); }
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .36; background-image: linear-gradient(rgba(0,92,169,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(0,92,169,.08) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right,#000,transparent 85%); }
.hero::before { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; right: 8%; top: 150px; border: 88px solid var(--yellow); border-radius: 50%; opacity: .92; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 340px; height: 340px; right: -120px; bottom: -120px; background: var(--green); border-radius: 50%; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 830; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 3px; background: var(--yellow); }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(54px,6.6vw,98px); line-height: .88; letter-spacing: -.07em; }
.hero h1 strong { display: block; color: var(--blue); font-weight: 900; text-transform: uppercase; }
.hero h1 em { max-width: 650px; margin-top: 22px; display: block; color: var(--ink); font-size: .56em; font-weight: 670; line-height: 1.06; letter-spacing: -.04em; }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: var(--text); font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 820; transition: transform .25s ease,box-shadow .25s ease; }
.button-primary { background: var(--blue-dark); color: #fff; box-shadow: 0 15px 34px rgba(36,59,120,.22); }
.button-primary span { color: var(--yellow); font-size: 18px; }
.button-secondary { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.button:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(0,63,120,.25); }
.text-link { padding: 8px 0; display: inline-flex; gap: 14px; border-bottom: 1px solid var(--blue); color: var(--blue-dark); font-size: 13px; font-weight: 780; }
.hero-visual { width: min(560px,100%); min-height: 610px; margin-left: auto; position: relative; }
.hero-portrait { width: 82%; height: 560px; margin: 0 0 0 auto; position: relative; overflow: hidden; border: 10px solid #fff; border-radius: 220px 220px 42px 42px; background: var(--blue-soft); box-shadow: 0 30px 80px rgba(0,63,120,.18); }
.hero-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 28%; }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,63,120,.5),transparent 38%); pointer-events: none; }
.hero-portrait figcaption { position: absolute; right: 22px; bottom: 18px; z-index: 2; max-width: 190px; color: #fff; font-size: 8px; font-weight: 800; line-height: 1.35; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.hero-number { width: 260px; aspect-ratio: 1; position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid rgba(0,92,169,.22); border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 24px 60px rgba(0,63,120,.22); backdrop-filter: blur(14px); }
.hero-number::before,.hero-number::after { content: ""; position: absolute; border-radius: 50%; }
.hero-number::before { inset: 22px; border: 1px dashed rgba(0,92,169,.28); }
.hero-number::after { width: 46px; height: 46px; left: 18px; top: 28px; background: var(--green); }
.number-kicker { z-index: 1; color: var(--blue); font-size: 11px; font-weight: 840; letter-spacing: .14em; text-transform: uppercase; }
.hero-number > strong { z-index: 1; margin: 7px 0 12px; color: var(--blue); font-size: clamp(54px,6vw,76px); line-height: .9; letter-spacing: -.09em; }
.hero-number > div { z-index: 1; display: flex; align-items: center; gap: 12px; }
.hero-number > div b { color: var(--green); font-size: 27px; }
.hero-number > div span { padding-left: 12px; border-left: 3px solid var(--yellow); color: var(--text); font-size: 10px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.principles { min-height: 84px; padding: 20px; display: flex; align-items: center; justify-content: center; gap: clamp(18px,4vw,54px); overflow: hidden; background: var(--blue); color: #fff; white-space: nowrap; font-size: clamp(13px,2vw,20px); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.principles i { color: var(--orange); font-style: normal; }
.timeline-section { padding: 130px max(24px,calc((100vw - 1240px)/2)) 150px; background: #fff; }
.section-heading { margin-bottom: 96px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading h2,.sources h2,.legal h2,.cta h2 { margin: 0; font-size: clamp(42px,5.2vw,76px); line-height: .98; letter-spacing: -.055em; }
h2 em { color: var(--green); font-weight: 700; font-style: normal; }
.section-heading > p { max-width: 440px; margin: 0 0 5px; color: var(--text); font-size: 16px; line-height: 1.8; }
.timeline-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(2,auto); column-gap: 28px; row-gap: 112px; }
.track { position: absolute; z-index: 0; pointer-events: none; }
.track-top { left: 10%; right: 10%; top: 205px; border-top: 2px dashed var(--line); }
.track-turn { right: 1.2%; top: 205px; width: 9%; height: 50%; border: 2px dashed var(--line); border-left: 0; border-radius: 0 80px 80px 0; }
.track-bottom { left: 10%; right: 10%; top: calc(50% + 205px); border-top: 2px dashed var(--line); }
.timeline-card { position: relative; z-index: 1; min-width: 0; }
.timeline-card > a { display: block; }
.card-5 { grid-column: 4; grid-row: 2; }.card-6 { grid-column: 3; grid-row: 2; }.card-7 { grid-column: 2; grid-row: 2; }.card-8 { grid-column: 1; grid-row: 2; }
.card-visual { height: 184px; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: 0 14px 34px rgba(0,63,120,.11); transition: transform .28s ease,box-shadow .28s ease; }
.card-visual > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 24%; transition: transform .45s ease; }
.timeline-card > a:hover .card-visual > img { transform: scale(1.045); }
.photo-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(145deg,rgba(0,63,120,.16),rgba(0,31,58,.54)); }
.timeline-card > a:hover .card-visual { transform: translateY(-7px); box-shadow: 0 22px 44px rgba(0,63,120,.18); }
.tone-1 { background: var(--blue); color: #fff; }.tone-2 { background: var(--yellow); color: var(--ink); }.tone-3 { background: var(--green); color: #fff; }
.card-number { position: absolute; left: 20px; top: 18px; z-index: 3; color: #fff; font-size: 11px; font-weight: 850; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.visual-ring { width: 148px; height: 148px; position: absolute; right: -28px; bottom: -44px; z-index: 2; border: 25px solid rgba(255,255,255,.3); border-radius: 50%; }
.visual-ring::after { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }.tone-2 .visual-ring::after { border-color: rgba(8,47,82,.28); }
.visual-arrow { width: 38px; height: 38px; position: absolute; right: 22px; top: 20px; z-index: 3; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--blue-dark); font-size: 17px; transition: transform .25s ease; }
.timeline-card > a:hover .visual-arrow { transform: rotate(45deg); }
.card-meta { margin: 28px 0 14px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }.card-meta time { color: var(--blue); font-size: 22px; font-weight: 900; }.card-meta span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.timeline-card h3 { margin: 0; font-size: 21px; line-height: 1.16; letter-spacing: -.035em; }.timeline-card p { min-height: 66px; margin: 11px 0 0; color: var(--text); font-size: 13px; line-height: 1.65; }
.card-link { margin-top: 17px; padding-top: 13px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 800; }.card-link b { font-size: 17px; font-weight: 400; }
.timeline-dot { width: 14px; height: 14px; position: absolute; top: 199px; left: 50%; transform: translateX(-50%); border: 3px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px var(--blue-dark); }
.sources { padding: 130px max(24px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; background: var(--blue-dark); color: #fff; }
.eyebrow.light { color: #fff; }.eyebrow.light > span { background: var(--yellow); }.sources h2 em { color: var(--yellow); }.sources-intro > p:last-child { max-width: 420px; margin: 28px 0 0; color: #c4dbec; line-height: 1.75; }
.source-list { border-top: 1px solid rgba(255,255,255,.2); }.source-item { min-height: 94px; padding: 24px 0; display: grid; grid-template-columns: 42px 1fr 150px 34px; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding .25s ease,background .25s ease; }.source-item:hover { padding-left: 12px; background: rgba(255,255,255,.04); }.source-item > span { color: var(--yellow); font-size: 10px; font-weight: 800; }.source-item strong { font-size: 16px; }.source-item small { color: #c4dbec; font-size: 11px; }.source-item b { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.legal { padding: 120px max(24px,calc((100vw - 1240px)/2)); background: var(--paper); }.legal-heading { max-width: 760px; }.legal-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }.legal-grid article { min-height: 240px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 16px 38px rgba(0,63,120,.06); }.legal-grid article > span { color: var(--green); font-size: 11px; font-weight: 900; }.legal-grid h3 { margin: 60px 0 12px; font-size: 23px; }.legal-grid p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.7; }
.cta { padding: 105px max(24px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; background: var(--orange); color: #fff; }.cta .eyebrow { color: #fff; }.cta .eyebrow > span { background: var(--blue-dark); }.cta h2 em { color: var(--blue-dark); }.cta-actions { display: flex; justify-content: flex-end; gap: 14px; }
footer { min-height: 150px; padding: 30px max(24px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 210px 1fr 1fr auto; align-items: center; gap: 28px; background: #fff; border-top: 8px solid var(--blue-dark); }footer img { width: 190px; }footer p { margin: 0; color: var(--text); font-size: 11px; line-height: 1.6; }footer p strong { color: var(--blue-dark); font-size: 13px; text-transform: uppercase; }.footer-note strong { display: inline-block; margin-top: 3px; color: var(--orange); font-size: 11px; letter-spacing: .02em; }footer > a { color: var(--blue-dark); font-size: 11px; font-weight: 800; }
.modal-backdrop { position: fixed; inset: 0; z-index: 80; padding: 24px; display: none; place-items: center; background: rgba(0,32,61,.78); backdrop-filter: blur(12px); }.modal-backdrop:target { display: grid; }.milestone-modal { width: min(620px,100%); position: relative; padding: clamp(32px,6vw,64px); border-radius: 30px; background: #fff; box-shadow: 0 40px 100px rgba(0,0,0,.32); animation: modal-in .25s ease; }.modal-close { width: 42px; height: 42px; position: absolute; right: 20px; top: 20px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 25px; }.milestone-modal time { display: block; color: var(--blue); font-size: clamp(42px,8vw,72px); font-weight: 900; letter-spacing: -.06em; }.milestone-modal h2 { margin: 12px 0 18px; font-size: clamp(30px,5vw,48px); line-height: 1; letter-spacing: -.045em; }.milestone-modal > p:not(.eyebrow) { color: var(--text); font-size: 16px; line-height: 1.8; }.source-button { margin-top: 20px; }
.modal-photo { width: 100%; height: 190px; margin-bottom: 28px; display: block; object-fit: cover; object-position: center 24%; border-radius: 18px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }
@media (max-width: 1000px) {
  .site-header { width: 100%; padding-inline: 18px; }.site-header nav { display: none; position: absolute; top: 80px; left: 18px; right: 18px; padding: 25px; flex-direction: column; align-items: stretch; color: var(--blue-dark); border: 2px solid var(--orange); border-radius: 22px; background: rgba(255,255,255,.98); box-shadow: 0 20px 50px rgba(0,63,120,.17); }.site-header nav.is-open { display: flex; }.menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--orange); }.menu-button span { width: 19px; height: 2px; display: block; background: #fff; transition: .25s ease; }.menu-button.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }.menu-button.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; gap: 70px; }.hero-visual { margin: 0 auto; }.section-heading,.sources { grid-template-columns: 1fr; gap: 45px; }.timeline-grid { grid-template-columns: repeat(2,1fr); row-gap: 75px; }.timeline-card { grid-column: auto !important; grid-row: auto !important; }.track { display: none; }.timeline-card::before { content: ""; position: absolute; left: -14px; top: 0; bottom: -75px; border-left: 2px dashed var(--line); }.timeline-dot { left: -14px; top: 12px; }.cta { grid-template-columns: 1fr; }.cta-actions { justify-content: flex-start; }footer { grid-template-columns: 190px 1fr 1fr; }footer > a { grid-column: 1/-1; }
}
@media (max-width: 650px) {
  .electoral-label { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }.party-brand { width: 155px; }.hero-wide { display: none; }.hero-mobile { height: min(142vw,760px); display: grid; grid-template-columns: 43% 57%; grid-template-rows: 1fr 1fr; gap: 4px; background: var(--orange); }.hero-mobile img { width: 100%; height: 100%; display: block; object-fit: cover; }.mobile-portrait { grid-row: 1/3; object-position: 50% 50%; }.mobile-number { object-position: 50% 46%; }.mobile-slogan { object-position: 50% 50%; }.hero-next { bottom: 14px; white-space: nowrap; }.principles { justify-content: flex-start; overflow-x: auto; }.timeline-section { padding-top: 92px; padding-bottom: 100px; }.section-heading { margin-bottom: 62px; }.timeline-grid { padding-left: 30px; display: flex; flex-direction: column; gap: 60px; }.timeline-card::before { left: -30px; bottom: -60px; }.timeline-dot { left: -30px; }.card-visual { height: 215px; }.timeline-card p { min-height: 0; }.sources,.legal,.cta { padding-top: 90px; padding-bottom: 90px; }.source-item { grid-template-columns: 34px 1fr 34px; }.source-item small { grid-column: 2; }.source-item b { grid-column: 3; grid-row: 1/3; }.legal-grid { grid-template-columns: 1fr; }.legal-grid article { min-height: 210px; }.cta-actions { align-items: flex-start; flex-direction: column; }footer { grid-template-columns: 1fr; align-items: start; }.footer-note { max-width: 360px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
