:root {
  --color-primary: #0b3b9f;
  --color-primary-dark: #06245f;
  --color-secondary: #1f63d5;
  --color-accent: #ffd21f;
  --color-green: #23a95f;
  --color-white: #ffffff;
  --color-light: #f3f7fc;
  --color-dark: #071a3b;
  --color-text: #14213d;
  --color-muted: #62708b;
  --color-border: #dce5f1;
  --font-display: 'Arial Narrow', Impact, sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
  --shadow: 0 24px 70px rgba(4, 29, 78, .16);
  --radius: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--color-text); background: var(--color-white); font-family: var(--font-body); line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: .95; text-transform: uppercase; }
h2 { margin-bottom: 0; color: var(--color-dark); font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.035em; }
h2 em { color: var(--color-primary); font-style: italic; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--color-primary-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: #fff; transition: background .25s, box-shadow .25s, color .25s; }
.site-header.scrolled, .site-header.menu-active { color: var(--color-dark); background: rgba(255,255,255,.97); box-shadow: 0 8px 35px rgba(7,26,59,.09); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 10px; line-height: .82; text-transform: uppercase; }
.brand-mark { position: relative; display: grid; place-items: center; width: 42px; aspect-ratio: 1; overflow: hidden; color: #fff; background: var(--color-primary); clip-path: polygon(0 0,100% 0,100% 75%,72% 100%,0 100%); }
.brand-mark::after { content: ''; position: absolute; width: 18px; height: 50px; background: var(--color-accent); transform: translate(18px,20px) rotate(38deg); }
.brand-mark span { position: relative; z-index: 1; font: 900 31px/1 var(--font-display); }
.brand-copy { display: grid; font-family: var(--font-display); font-size: 23px; font-weight: 800; letter-spacing: -.025em; }
.brand-copy strong, .brand-copy b { font-weight: 800; }
.brand-copy small { margin-top: 4px; color: var(--color-green); font: 700 8px/1 var(--font-body); letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: clamp(12px, 1.3vw, 23px); font-size: 12px; font-weight: 700; }
.main-nav > a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: var(--color-accent); transform: scaleX(0); transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 11px 15px; color: var(--color-dark); background: var(--color-accent); border-radius: 7px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: inherit; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 6px 0; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 820px; color: #fff; background: radial-gradient(circle at 25% 25%, #1e65d4 0, transparent 32%), linear-gradient(125deg, #092d7d, #071d50 78%); overflow: hidden; }
.hero::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 7px; background: linear-gradient(90deg,var(--color-accent) 0 68%,var(--color-green) 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 52% 48%; align-items: center; min-height: 820px; padding-top: 112px; }
.hero-content { position: relative; z-index: 3; padding: 44px 0 70px; }
.eyebrow, .section-kicker { margin-bottom: 24px; color: var(--color-primary); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; color: var(--color-accent); }
.eyebrow span { width: 34px; height: 3px; margin-right: 12px; background: var(--color-accent); }
.hero h1 { margin-bottom: 10px; font-size: clamp(4.7rem, 8.2vw, 8.2rem); letter-spacing: -.055em; }
.hero h1 strong { display: block; color: var(--color-accent); font-weight: 900; }
.hero-role { margin-bottom: 2px; font-size: clamp(.85rem, 1.2vw, 1.05rem); font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.candidate-number { color: #fff; font: 900 clamp(5.5rem, 10vw, 9.6rem)/.83 var(--font-display); letter-spacing: -.055em; text-shadow: 0 6px 0 rgba(0,0,0,.12); }
.candidate-number span, .vote-copy > strong span { color: var(--color-accent); }
.hero-lead { max-width: 610px; margin: 27px 0 32px; color: #d9e5ff; font-size: 1.06rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 24px; font-size: 12px; font-weight: 800; letter-spacing: .02em; border-radius: 7px; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--color-dark); background: var(--color-accent); box-shadow: 0 12px 30px rgba(255,210,31,.2); }
.button-link { min-height: auto; padding: 0; color: #fff; }
.party-note { margin-top: 32px; margin-bottom: 0; color: #aebee2; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.party-note strong { margin-left: 6px; color: #fff; }
.hero-visual { align-self: end; position: relative; height: 700px; }
.photo-frame { position: absolute; right: -50px; bottom: 7px; width: 590px; height: 670px; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%,0 14%); filter: drop-shadow(-30px 30px 45px rgba(0,0,0,.2)); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 18%; }
.photo-frame::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 -100px 110px rgba(5,29,78,.24); }
.hero-stamp { position: absolute; right: -10px; bottom: 55px; z-index: 2; display: grid; padding: 12px 20px; color: var(--color-dark); background: var(--color-accent); transform: rotate(-3deg); box-shadow: 8px 10px 0 var(--color-green); }
.hero-stamp small { font: 800 10px var(--font-body); letter-spacing: .13em; text-transform: uppercase; }
.hero-stamp strong { font: 900 35px/.9 var(--font-display); }
.hero-shape { position: absolute; opacity: .25; border: 1px solid #76a2ff; transform: rotate(45deg); }
.hero-shape-one { top: 130px; left: -170px; width: 370px; height: 370px; }
.hero-shape-two { right: 33%; bottom: -200px; width: 480px; height: 480px; }

.values-band { position: relative; z-index: 5; padding: 22px 0; color: #fff; background: var(--color-green); box-shadow: 0 10px 0 var(--color-accent); }
.values-track { display: flex; align-items: center; justify-content: center; gap: clamp(16px,4vw,62px); font: 800 clamp(1.2rem,2.3vw,2rem) var(--font-display); letter-spacing: .06em; text-transform: uppercase; }
.values-track i { width: 7px; height: 7px; background: var(--color-accent); transform: rotate(45deg); }

.intro { padding-top: 160px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: 10%; align-items: start; }
.intro h2 { max-width: 620px; }
.intro-copy { padding-top: 44px; }
.intro-copy p, .inclusion-copy > p, .section-heading > p { color: var(--color-muted); }
.lead { color: var(--color-text) !important; font-size: 1.25rem; font-weight: 600; line-height: 1.55; }
.text-link { display: inline-flex; gap: 15px; margin-top: 15px; color: var(--color-primary); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.family { padding-top: 0; }
.family-card { position: relative; display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: 8%; min-height: 370px; padding: 70px 7%; color: #fff; background: linear-gradient(120deg, var(--color-primary), var(--color-primary-dark)); border-radius: var(--radius); overflow: hidden; }
.family-card::after { content: ''; position: absolute; right: -70px; bottom: -150px; width: 300px; height: 300px; border: 55px solid var(--color-accent); border-radius: 50%; opacity: .15; }
.family-card h2 { color: #fff; font-size: clamp(2.8rem,4.8vw,4.8rem); }
.family-card p:last-child { position: relative; z-index: 1; margin: 0; color: #dce7ff; }
.section-kicker.light { color: var(--color-accent); }
.family-number { position: absolute; right: 40px; top: 15px; color: rgba(255,255,255,.05); font: 900 170px/1 var(--font-display); }

.inclusion { background: var(--color-light); }
.inclusion-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 9%; align-items: center; }
.inclusion-art { position: relative; min-height: 520px; background: var(--color-accent); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.inclusion-art::before { content: ''; position: absolute; inset: 12%; border: 2px solid rgba(7,26,59,.2); border-radius: 50%; }
.inclusion-art::after { content: ''; position: absolute; right: -25%; bottom: -25%; width: 75%; aspect-ratio: 1; background: var(--color-green); border-radius: 50%; }
.inclusion-art > span { position: absolute; z-index: 2; left: 8%; color: var(--color-primary-dark); font: 900 clamp(3.2rem,6vw,5.6rem)/.8 var(--font-display); letter-spacing: -.05em; }
.word-one { top: 12%; }
.word-two { top: 29%; }
.inclusive-symbol { position: absolute; z-index: 1; right: 12%; bottom: 10%; width: 46%; aspect-ratio: 1; }
.inclusive-symbol span { position: absolute; border-radius: 50%; background: var(--color-primary); }
.inclusive-symbol span:first-child { inset: 0 45% 55% 15%; }
.inclusive-symbol span:nth-child(2) { inset: 35% 0 0 35%; border-radius: 50% 50% 10% 50%; }
.inclusive-symbol span:last-child { inset: 42% 53% 5% 10%; background: #fff; border-radius: 50% 10% 50% 50%; }
.inclusion-copy h2 { margin-bottom: 30px; }
.inclusion-copy > p { max-width: 650px; }
.inline-values { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; padding: 0; list-style: none; }
.inline-values li { padding: 8px 14px; color: var(--color-primary); background: #fff; border: 1px solid var(--color-border); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 12%; align-items: end; margin-bottom: 65px; }
.section-heading > *, .vote-grid > * { min-width: 0; }
.section-heading > p { margin: 0 0 10px; }
.section-heading.compact { grid-template-columns: 1fr .6fr; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step { position: relative; min-height: 330px; padding: 40px; background: var(--color-light); border: 1px solid var(--color-border); border-radius: 18px; overflow: hidden; }
.step.featured { color: #fff; background: var(--color-primary); border-color: var(--color-primary); transform: translateY(-18px); }
.step > span { position: absolute; right: 25px; top: 18px; color: #c6d1e1; font: 800 32px var(--font-display); }
.step.featured > span { color: rgba(255,255,255,.25); }
.step-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 56px; color: var(--color-primary); background: var(--color-accent); border-radius: 50%; font-size: 23px; }
.step h3 { margin-bottom: 14px; color: var(--color-dark); font-size: 2.2rem; }
.step.featured h3 { color: #fff; }
.step p { margin: 0; color: var(--color-muted); font-size: .9rem; }
.step.featured p { color: #cfddff; }

.commitments { background: var(--color-light); }
.commitment-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #ccd8e8; border-left: 1px solid #ccd8e8; }
.commitment-grid article { min-height: 240px; padding: 33px; background: rgba(255,255,255,.45); border-right: 1px solid #ccd8e8; border-bottom: 1px solid #ccd8e8; transition: background .2s, transform .2s; }
.commitment-grid article:hover { position: relative; z-index: 2; background: #fff; transform: translateY(-4px); box-shadow: var(--shadow); }
.commitment-grid b { color: var(--color-green); font: 800 12px var(--font-body); }
.commitment-grid h3 { margin: 45px 0 9px; color: var(--color-dark); font-size: 2rem; }
.commitment-grid p { margin: 0; color: var(--color-muted); font-size: .88rem; }

.manifesto { position: relative; padding: 125px 0; color: #fff; background: var(--color-primary-dark); overflow: hidden; }
.manifesto::before { content: '22.411'; position: absolute; right: -2%; bottom: -18%; color: rgba(255,255,255,.035); font: 900 25vw/1 var(--font-display); }
.manifesto p { color: var(--color-accent); font: 800 12px var(--font-body); letter-spacing: .2em; text-transform: uppercase; }
.manifesto h2 { position: relative; max-width: 1000px; color: #fff; font-size: clamp(3.4rem,6.8vw,6.8rem); }
.manifesto h2 em { color: var(--color-accent); }

.gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 310px 310px; gap: 18px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 16px; }
.gallery-main { grid-row: 1 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-main img { object-position: center 28%; }
.gallery figure:nth-child(2) img { object-position: center 18%; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 0 0; display: grid; padding: 60px 28px 24px; color: #fff; background: linear-gradient(transparent,rgba(3,16,47,.85)); }
.gallery figcaption span { color: var(--color-accent); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.gallery figcaption strong { font: 700 2rem var(--font-display); text-transform: uppercase; }
.gallery-quote { position: relative; display: grid; align-content: center; padding: 35px 48px; color: #fff; background: var(--color-green); border-radius: 16px; overflow: hidden; }
.gallery-quote span { position: absolute; right: 18px; top: -50px; color: rgba(255,255,255,.14); font: 900 170px Georgia; }
.gallery-quote blockquote { position: relative; margin: 0; font: italic 700 clamp(1.8rem,3vw,3rem)/1 var(--font-display); text-transform: uppercase; }

.vote { position: relative; color: #fff; background: linear-gradient(120deg,#0b3b9f,#061f58); overflow: hidden; }
.vote::before { content: ''; position: absolute; right: 37%; top: -20%; width: 230px; height: 140%; background: var(--color-accent); transform: rotate(12deg); opacity: .95; }
.vote-grid { position: relative; display: grid; grid-template-columns: 58% 42%; min-height: 680px; align-items: center; }
.vote-copy { position: relative; z-index: 2; padding: 90px 0 110px; }
.vote-copy > p:first-child { margin-bottom: 15px; color: var(--color-accent); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.vote-copy h2 { margin-bottom: 5px; color: #fff; font-size: clamp(4rem,7vw,7rem); }
.vote-copy > strong { display: block; font: 900 clamp(6rem,12vw,11rem)/.8 var(--font-display); letter-spacing: -.06em; }
.vote-message { max-width: 450px; margin: 35px 0 25px; color: #d7e4ff; }
.button-yellow { color: var(--color-dark); background: var(--color-accent); }
.vote-photo { align-self: end; position: relative; height: 620px; }
.vote-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 16%; clip-path: polygon(15% 0,100% 0,100% 100%,0 100%); }
.election-date { position: absolute; z-index: 5; right: 0; bottom: 40px; display: grid; padding: 16px 22px; color: var(--color-dark); background: #fff; border-left: 7px solid var(--color-green); box-shadow: var(--shadow); text-transform: uppercase; }
.election-date small { color: var(--color-primary); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.election-date strong { font: 900 30px var(--font-display); }
.election-date span { font-size: 8px; font-weight: 800; letter-spacing: .1em; }

.official-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 10%; padding: 60px; border: 1px solid var(--color-border); border-radius: var(--radius); box-shadow: 0 20px 70px rgba(8,43,120,.08); }
.official-card h2 { font-size: clamp(2.7rem,4.5vw,4.5rem); }
.official-copy p { color: var(--color-muted); }
.social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 24px 0; }
.social-links a { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 11px; min-height: 72px; padding: 12px; background: var(--color-light); border: 1px solid var(--color-border); border-radius: 10px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.social-links a:hover { border-color: var(--color-secondary); box-shadow: 0 10px 25px rgba(8,43,120,.1); transform: translateY(-2px); }
.social-links a > span:first-child { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--color-primary); border-radius: 9px; font-size: 12px; font-weight: 800; }
.social-links a:nth-child(3) > span:first-child { background: var(--color-green); }
.social-links a > span:nth-child(2) { display: grid; min-width: 0; }
.social-links small { color: var(--color-muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.social-links strong { overflow: hidden; color: var(--color-dark); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.social-links b { color: var(--color-primary); font-size: 14px; }

.final-cta { padding: 100px 0; color: #fff; background: var(--color-green); }
.final-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 12%; }
.final-grid h2 { color: #fff; }
.final-grid h2 em { color: var(--color-accent); }
.final-message { max-width: 680px; margin: 25px 0; }
.final-button { width: fit-content; }
.final-signature { display: grid; padding-left: 12%; border-left: 1px solid rgba(255,255,255,.35); text-transform: uppercase; }
.final-signature span { font: 800 2.2rem/.9 var(--font-display); }
.final-signature small { margin: 9px 0 18px; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.final-signature strong { color: var(--color-accent); font: 900 5rem/.8 var(--font-display); letter-spacing: -.04em; }

.site-footer { padding: 60px 0 20px; color: #d1dbef; background: #041631; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 50px; }
.brand-footer { color: #fff; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 27px; color: #adbbd5; font-size: 11px; font-weight: 700; }
.footer-top nav a:hover { color: var(--color-accent); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #71809b; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 84px 0 auto; display: grid; gap: 0; padding: 10px 24px 28px; color: var(--color-dark); background: #fff; box-shadow: 0 20px 30px rgba(7,26,59,.12); transform: translateY(-140%); visibility: hidden; transition: .25s; }
  .main-nav.open { transform: none; visibility: visible; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid var(--color-border); }
  .main-nav .nav-cta { margin-top: 12px; padding: 14px; text-align: center; border: 0; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-8px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 55% 45%; }
  .photo-frame { right: -100px; }
  .commitment-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1050px) {
  .container { width: min(calc(100% - 32px), 900px); }
  .section { padding: 84px 0; }
  .site-header { color: var(--color-dark); background: rgba(255,255,255,.97); }
  .header-inner { min-height: 72px; }
  .main-nav { top: 72px; }
  .brand-copy { font-size: 20px; }
  .brand-mark { width: 38px; }
  .hero { min-height: auto; }
  .hero-grid { display: flex; flex-direction: column; min-height: auto; padding-top: 103px; }
  .hero-content { width: 100%; padding: 32px 0 30px; }
  .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .hero h1 { font-size: clamp(3.7rem,17.3vw,6.3rem); }
  .hero-role { font-size: .68rem; }
  .candidate-number { font-size: clamp(5rem,22vw,8rem); }
  .hero-lead { margin: 22px 0 25px; font-size: .94rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { width: 100%; height: 430px; }
  .photo-frame { right: -16px; width: calc(100% + 32px); height: 430px; clip-path: polygon(10% 0,100% 0,100% 100%,0 100%,0 10%); }
  .photo-frame img { object-position: 58% 13%; }
  .hero-stamp { right: 8px; bottom: 31px; }
  .values-band { padding: 15px 0; }
  .values-track { flex-wrap: wrap; gap: 3px 10px; padding: 0 12px; font-size: 1.05rem; }
  .values-track i { width: 4px; height: 4px; }
  .intro { padding-top: 110px; }
  .intro-grid, .inclusion-grid, .section-heading, .section-heading.compact, .official-card, .final-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro-copy { padding-top: 0; }
  h2 { font-size: clamp(3.1rem,15vw,4.4rem); }
  .family-card { grid-template-columns: 1fr; gap: 25px; min-height: auto; padding: 50px 28px; border-radius: 16px; }
  .family-card h2 { font-size: 3rem; }
  .inclusion-art { min-height: 390px; order: 2; }
  .inclusion-art > span { font-size: 3.9rem; }
  .inclusion-copy { order: 1; }
  .section-heading { align-items: start; margin-bottom: 45px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; padding: 30px; }
  .step.featured { transform: none; }
  .step-icon { margin-bottom: 38px; }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitments h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .commitment-grid article { min-height: 190px; }
  .commitment-grid h3 { margin-top: 28px; }
  .manifesto { padding: 90px 0; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: 430px 360px auto; }
  .gallery-main { grid-row: auto; }
  .gallery-quote { min-height: 230px; }
  .vote::before { right: -55px; width: 120px; }
  .vote-grid { grid-template-columns: 1fr; min-height: auto; }
  .vote-copy { padding: 80px 0 30px; }
  .vote-copy > strong { font-size: clamp(5.8rem,24vw,8.5rem); }
  .vote-photo { height: 430px; margin: 0 -16px; }
  .vote-photo img { clip-path: polygon(13% 0,100% 0,100% 100%,0 100%); }
  .election-date { right: 5px; bottom: 25px; }
  .official-card { padding: 36px 25px; }
  .social-links { grid-template-columns: 1fr; }
  .final-signature { padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.35); border-left: 0; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top nav { justify-content: flex-start; }
  .footer-bottom { gap: 8px; }
}

@media (max-width: 389px) {
  .candidate-number { font-size: 5rem; }
  .hero h1 { font-size: 3.7rem; }
  .button { width: 100%; }
  .button-link { justify-content: flex-start; width: auto; }
  .final-signature strong { font-size: 4.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
