@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --color-primary: #0a3d78;
  --color-secondary: #078347;
  --color-accent: #f5c518;
  --color-dark: #061a35;
  --color-light: #f4f7f9;
  --color-white: #ffffff;
  --color-text: #172033;
  --color-muted: #657085;
  --color-border: #dce3e9;
  --font-display: 'Barlow Condensed', Impact, sans-serif;
  --font-body: 'Inter', Arial, sans-serif;
  --container: 1180px;
  --header-height: 82px;
  --radius: 4px;
  --shadow: 0 22px 60px rgba(6, 26, 53, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--color-text); background: var(--color-white); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--color-dark); font-family: var(--font-display); line-height: .98; }
h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 5vw, 4.7rem); letter-spacing: -.025em; }
h3 { font-size: 1.75rem; }
p { margin-bottom: 20px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container > * { min-width: 0; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 18px; color: var(--color-white); background: var(--color-primary); 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; top: 0; right: 0; left: 0; height: var(--header-height); color: var(--color-white); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(6, 26, 53, .97); box-shadow: 0 8px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(12px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; line-height: 1; }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; border: 2px solid var(--color-accent); color: var(--color-accent); font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; transform: skew(-5deg); }
.brand-name { font-family: var(--font-display); font-size: 1.13rem; letter-spacing: .015em; text-transform: uppercase; }
.brand-name strong { display: block; color: var(--color-accent); font-size: .7rem; letter-spacing: .19em; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 1.45vw, 24px); }
.site-nav > a:not(.button) { position: relative; padding: 10px 0; font-size: .74rem; font-weight: 600; letter-spacing: .015em; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; content: ''; background: var(--color-accent); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.site-nav > a:hover::after, .site-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 10px; border: 0; color: var(--color-white); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; min-height: 54px; padding: 0 27px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: var(--radius); font-size: .82rem; font-weight: 800; letter-spacing: .04em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--color-dark); background: var(--color-accent); box-shadow: 0 12px 25px rgba(245, 197, 24, .18); }
.button-accent:hover { background: #ffda37; box-shadow: 0 16px 30px rgba(245, 197, 24, .25); }
.button-primary { color: var(--color-white); background: var(--color-primary); }
.button-primary:hover { background: var(--color-dark); }
.button-small { min-height: 44px; padding-inline: 17px; font-size: .67rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--color-white); font-size: .87rem; font-weight: 700; }
.text-link span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link.dark { color: var(--color-primary); }
.text-link.dark span { border-color: var(--color-border); }
.section-kicker, .eyebrow { margin-bottom: 16px; color: var(--color-secondary); font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.section-kicker.light { color: var(--color-accent); }

.hero { position: relative; overflow: hidden; min-height: 790px; padding-top: var(--header-height); color: var(--color-white); background: linear-gradient(118deg, #05182f 0%, #0a3769 62%, #07552f 135%); }
.hero::before { position: absolute; top: -40%; right: -10%; width: 63vw; height: 1150px; content: ''; border: 100px solid rgba(7, 131, 71, .15); transform: rotate(22deg); }
.hero::after { position: absolute; right: -90px; bottom: 62px; width: 550px; height: 30px; content: ''; background: var(--color-accent); transform: rotate(-10deg); opacity: .93; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-layout { position: relative; z-index: 2; display: grid; min-height: 647px; padding-top: 55px; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 55px; }
.hero-copy { padding-bottom: 38px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--color-white); }
.eyebrow span { width: 25px; height: 3px; background: var(--color-accent); }
.hero h1 { margin-bottom: 12px; color: var(--color-white); font-size: clamp(4.3rem, 7.2vw, 7.2rem); font-weight: 600; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 strong { color: var(--color-accent); font-weight: 800; }
.hero-office { display: flex; margin-bottom: 10px; align-items: baseline; gap: 7px; font-family: var(--font-display); font-size: 1.25rem; letter-spacing: .03em; text-transform: uppercase; }
.hero-office strong { font-size: 1.65rem; }
.hero-number { margin-bottom: 10px; color: var(--color-white); font-family: var(--font-display); font-size: clamp(6.5rem, 13vw, 10.3rem); font-weight: 800; letter-spacing: -.075em; line-height: .76; text-shadow: 0 6px 30px rgba(0,0,0,.2); }
.hero-number span { color: var(--color-accent); }
.hero-lead { max-width: 590px; margin: 28px 0 29px; color: #dce8f5; font-size: 1.05rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-portrait { position: relative; height: 610px; align-self: end; }
.portrait-halo { position: absolute; top: 58px; left: 50%; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translateX(-50%); }
.portrait-halo::before, .portrait-halo::after { position: absolute; content: ''; border-radius: inherit; border: 1px solid rgba(245,197,24,.2); }
.portrait-halo::before { inset: 38px; }
.portrait-halo::after { inset: 82px; }
.portrait-frame { position: absolute; right: 30px; bottom: 0; width: min(76%, 400px); box-shadow: 28px 28px 0 rgba(245,197,24,.95); }
.portrait-frame::before { position: absolute; inset: -8px 8px 8px -8px; z-index: -1; content: ''; border: 2px solid rgba(255,255,255,.32); }
.portrait-frame img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top center; filter: saturate(.9) contrast(1.03); }
.portrait-badge { position: absolute; z-index: 2; top: 70px; right: 0; display: flex; width: 112px; height: 112px; padding: 14px; flex-direction: column; justify-content: center; border-radius: 50%; color: var(--color-dark); background: var(--color-accent); text-align: center; transform: rotate(7deg); box-shadow: 0 16px 35px rgba(0,0,0,.22); }
.portrait-badge span { font-size: .55rem; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.portrait-badge strong { font-family: var(--font-display); font-size: 1.55rem; line-height: 1; }
.portrait-caption { position: absolute; z-index: 3; bottom: 50px; left: 0; width: 220px; padding: 20px; border-left: 4px solid var(--color-accent); background: rgba(6,26,53,.92); box-shadow: var(--shadow); }
.portrait-caption span { display: block; margin-bottom: 7px; color: var(--color-accent); font-size: .63rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.portrait-caption strong { font-family: var(--font-display); font-size: 1.38rem; line-height: 1.05; text-transform: uppercase; }
.hero-ribbon { position: relative; z-index: 4; height: 62px; color: var(--color-dark); background: var(--color-accent); }
.hero-ribbon .container { display: flex; height: 100%; align-items: center; justify-content: space-around; }
.hero-ribbon span { font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-ribbon i { width: 7px; height: 7px; background: var(--color-secondary); transform: rotate(45deg); }

.about { background: var(--color-white); }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 140px); }
.section-intro { position: relative; }
.section-intro::after { display: block; width: 80px; height: 5px; margin-top: 34px; content: ''; background: linear-gradient(90deg, var(--color-secondary) 60%, var(--color-accent) 60%); }
.about-content { padding-top: 26px; }
.about-content > p:not(.lead-quote) { color: #4e596b; font-size: 1.03rem; }
.lead-quote { margin-bottom: 25px; color: var(--color-primary); font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; line-height: 1.1; }
.about-facts { display: grid; margin-top: 45px; padding-top: 27px; border-top: 1px solid var(--color-border); grid-template-columns: repeat(3, 1fr); gap: 25px; }
.about-facts span, .about-facts strong { display: block; }
.about-facts span { margin-bottom: 5px; color: var(--color-muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.about-facts strong { color: var(--color-dark); font-family: var(--font-display); font-size: 1.15rem; line-height: 1.15; }

.values { position: relative; background: var(--color-light); }
.values::before { position: absolute; top: 0; left: 0; width: 28%; height: 6px; content: ''; background: var(--color-secondary); }
.values::after { position: absolute; top: 0; left: 28%; width: 12%; height: 6px; content: ''; background: var(--color-accent); }
.center-heading { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.center-heading > p:last-child { color: var(--color-muted); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--color-border); }
.value-card { position: relative; min-height: 310px; padding: 38px 34px; overflow: hidden; background: var(--color-white); transition: transform .25s, box-shadow .25s; }
.value-card:hover { z-index: 1; transform: translateY(-7px); box-shadow: var(--shadow); }
.value-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; content: ''; background: linear-gradient(90deg, var(--color-secondary) 72%, var(--color-accent) 72%); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.value-card:hover::after { transform: scaleX(1); }
.card-number { position: absolute; top: 24px; right: 25px; color: #d5dce3; font-family: var(--font-display); font-size: 1rem; font-weight: 700; }
.value-icon { display: grid; width: 52px; height: 52px; margin-bottom: 27px; place-items: center; color: var(--color-white); background: var(--color-primary); font-family: Georgia, serif; font-size: 1.7rem; }
.value-card:nth-child(even) .value-icon { background: var(--color-secondary); }
.value-card h3 { margin-bottom: 14px; }
.value-card p { color: var(--color-muted); font-size: .9rem; line-height: 1.7; }

.manifesto { position: relative; overflow: hidden; padding: 115px 0; color: var(--color-white); background: var(--color-dark); }
.manifesto::before { position: absolute; inset: 0; content: ''; opacity: .06; background: repeating-linear-gradient(-50deg, transparent, transparent 40px, #fff 41px, #fff 42px); }
.manifesto-shape { position: absolute; top: -100px; right: -120px; width: 500px; height: 500px; border: 110px solid rgba(7,131,71,.45); transform: rotate(28deg); }
.manifesto-layout { position: relative; }
.manifesto h2 { max-width: 900px; margin-bottom: 45px; color: var(--color-white); font-size: clamp(2.7rem, 5.5vw, 5.7rem); text-transform: uppercase; }
.manifesto h2 span { display: block; }
.manifesto h2 span:first-child { color: #b9c6d5; font-size: .65em; }
.manifesto h2 em { color: var(--color-accent); font-style: normal; }
.brazil-mark { display: flex; align-items: center; gap: 13px; color: var(--color-accent); letter-spacing: .22em; }
.brazil-mark span { width: 23px; height: 23px; background: var(--color-secondary); transform: rotate(45deg); }

.mission { overflow: hidden; }
.mission-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 10vw, 140px); }
.mission-visual { position: relative; min-height: 475px; background: linear-gradient(135deg, var(--color-primary), var(--color-dark)); }
.mission-visual::before { position: absolute; inset: 22px; content: ''; border: 1px solid rgba(255,255,255,.19); }
.mission-number { position: absolute; top: 30px; left: -15px; color: rgba(255,255,255,.065); font-family: var(--font-display); font-size: clamp(7rem, 16vw, 13rem); font-weight: 800; letter-spacing: -.08em; line-height: 1; transform: rotate(-90deg) translateX(-100%); transform-origin: left top; }
.mission-card { position: absolute; right: -38px; bottom: 46px; width: 63%; padding: 36px; background: var(--color-accent); box-shadow: var(--shadow); }
.mission-card small { display: block; margin-bottom: 14px; color: #344052; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mission-card strong { color: var(--color-dark); font-family: var(--font-display); font-size: clamp(2.6rem, 4vw, 4rem); line-height: .88; text-transform: uppercase; }
.mission-copy p:not(.section-kicker) { color: var(--color-muted); }

.commitments { color: var(--color-white); background: #0a315e; }
.commitments h2, .commitments h3 { color: var(--color-white); }
.split-heading { display: grid; margin-bottom: 55px; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0 0 8px; color: #bed0e2; }
.commitment-list { display: grid; border-top: 1px solid rgba(255,255,255,.18); grid-template-columns: repeat(3, 1fr); }
.commitment { position: relative; min-height: 205px; padding: 32px 34px 25px 54px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .2s; }
.commitment:nth-child(3n) { border-right: 0; }
.commitment:hover { background: rgba(255,255,255,.055); }
.commitment > span { position: absolute; top: 37px; left: 0; color: var(--color-accent); font-family: var(--font-display); font-weight: 700; }
.commitment h3 { margin-bottom: 14px; font-size: 1.65rem; }
.commitment p { color: #b9c9d9; font-size: .86rem; line-height: 1.6; }

.journey { background: var(--color-white); }
.journey-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.journey-photo { position: relative; width: 100%; margin-inline: auto; overflow: hidden; }
.journey-photo::before { position: absolute; z-index: -1; top: -25px; left: -25px; width: 70%; height: 70%; content: ''; background: var(--color-accent); }
.journey-photo img { width: 100%; height: auto; box-shadow: var(--shadow); }
.journey-copy > p:not(.section-kicker) { color: var(--color-muted); }
.journey-copy .button { margin-top: 13px; }

.candidate { position: relative; overflow: hidden; padding: 80px 0; color: var(--color-white); background: var(--color-secondary); }
.candidate::before { position: absolute; top: 0; right: -5%; width: 45%; height: 100%; content: ''; background: var(--color-dark); transform: skewX(-11deg); }
.candidate-stripe { position: absolute; right: 38%; bottom: 0; width: 16px; height: 100%; background: var(--color-accent); transform: skewX(-11deg); }
.candidate-layout { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.candidate-copy p { margin-bottom: -3px; color: var(--color-accent); font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.candidate-copy h2 { margin: 0 0 10px; color: var(--color-white); font-size: clamp(3rem, 6vw, 5.5rem); text-transform: uppercase; }
.candidate-copy > strong, .candidate-copy > span { display: block; }
.candidate-copy > strong { font-family: var(--font-display); font-size: 1.65rem; text-transform: uppercase; }
.candidate-copy > span { color: #d1ece0; font-size: .79rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.candidate-number { position: relative; z-index: 1; min-width: 390px; text-align: center; }
.candidate-number small { display: block; margin-bottom: -22px; color: var(--color-accent); font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.candidate-number strong { font-family: var(--font-display); font-size: clamp(7rem, 13vw, 11rem); letter-spacing: -.08em; line-height: .8; }
.candidate-number strong span { color: var(--color-accent); }

.channels { background: var(--color-light); }
.channel-grid { display: grid; max-width: 960px; margin: auto; grid-template-columns: 1fr 1fr; gap: 20px; }
.channel-card { display: grid; min-height: 135px; padding: 28px; align-items: center; border: 1px solid var(--color-border); background: var(--color-white); grid-template-columns: 52px 1fr auto; gap: 20px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.channel-card:hover { border-color: var(--color-primary); transform: translateY(-4px); box-shadow: var(--shadow); }
.channel-card svg { width: 50px; height: 50px; padding: 11px; color: var(--color-white); background: var(--color-primary); fill: none; stroke: currentColor; stroke-width: 1.7; }
.channel-card:nth-child(2) svg { background: var(--color-secondary); fill: currentColor; stroke: none; }
.channel-card small, .channel-card strong { display: block; }
.channel-card small { color: var(--color-muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.channel-card strong { overflow-wrap: anywhere; color: var(--color-dark); font-family: var(--font-display); font-size: 1.25rem; }
.channel-card > span { color: var(--color-primary); font-size: 1.4rem; }

.contact { color: var(--color-white); background: linear-gradient(110deg, var(--color-dark), #0a396f); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 90px; }
.contact h2 { color: var(--color-white); }
.contact-copy > p:last-child { color: #bdcddd; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-cards > * { min-height: 130px; padding: 25px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); transition: background .2s; }
.contact-cards > *:first-child { grid-column: 1 / -1; }
.contact-cards a:hover { background: rgba(255,255,255,.09); }
.contact-cards span, .contact-cards strong { display: block; }
.contact-cards span { margin-bottom: 10px; color: var(--color-accent); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-cards strong { color: var(--color-white); font-family: var(--font-display); font-size: 1.35rem; line-height: 1.2; }

.final-cta { padding: 105px 0; background: var(--color-white); }
.final-layout { display: grid; grid-template-columns: 1fr .52fr; align-items: center; gap: 90px; }
.final-layout h2 { max-width: 760px; }
.final-sign { padding-left: 50px; border-left: 1px solid var(--color-border); }
.final-sign span, .final-sign strong, .final-sign b { display: block; }
.final-sign span { color: var(--color-secondary); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.final-sign strong { margin: 8px 0; color: var(--color-dark); font-family: var(--font-display); font-size: 2.2rem; line-height: .93; text-transform: uppercase; }
.final-sign b { color: var(--color-primary); font-family: var(--font-display); font-size: 5.6rem; line-height: .9; letter-spacing: -.06em; }

.site-footer { padding-top: 58px; color: #c8d4e0; background: #041326; }
.footer-main { display: flex; padding-bottom: 45px; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand small { display: block; margin-top: 6px; color: #8295aa; font-family: var(--font-body); font-size: .58rem; letter-spacing: .1em; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 28px; }
.footer-main nav a { font-size: .73rem; }
.footer-main nav a:hover { color: var(--color-accent); }
.election-info { display: flex; padding: 19px 0; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); gap: 10px 32px; }
.election-info span { color: #91a4b8; font-size: .66rem; letter-spacing: .04em; }
.footer-bottom { display: flex; padding: 22px 0; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; color: #698099; font-size: .64rem; }
.back-to-top { position: fixed; z-index: 50; right: 20px; bottom: 20px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; color: var(--color-dark); background: var(--color-accent); cursor: pointer; opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .2s, transform .2s; }
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

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

@media (max-width: 1100px) {
  :root { --header-height: 74px; }
  .site-nav { position: fixed; top: var(--header-height); right: 0; bottom: 0; display: flex; width: min(380px, 88vw); padding: 30px; align-items: stretch; flex-direction: column; gap: 2px; color: var(--color-white); background: var(--color-dark); transform: translateX(100%); visibility: hidden; transition: transform .25s, visibility .25s; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; box-shadow: -20px 30px 60px rgba(0,0,0,.3); }
  .site-nav > a:not(.button) { padding: 13px 5px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
  .site-nav > a:not(.button)::after { display: none; }
  .nav-cta { margin-top: 20px; }
  .menu-toggle { display: block; }
  .hero-layout { grid-template-columns: 1.1fr .9fr; gap: 10px; }
  .hero-portrait { height: 560px; }
  .portrait-frame { right: 15px; width: 82%; }
  .portrait-caption { left: -25px; }
}

@media (max-width: 900px) {
  .section { padding: 90px 0; }
  .hero { min-height: auto; }
  .hero-layout { padding-top: 65px; grid-template-columns: 1fr; }
  .hero-copy { z-index: 3; padding-bottom: 0; }
  .hero h1 { font-size: clamp(4.1rem, 13vw, 6rem); }
  .hero-number { font-size: clamp(7rem, 25vw, 10rem); }
  .hero-portrait { width: min(560px, 100%); height: 560px; margin: 5px auto 0; }
  .portrait-frame { right: 50px; width: 68%; }
  .portrait-caption { left: 30px; }
  .about-layout, .mission-layout, .journey-layout, .contact-layout, .final-layout { grid-template-columns: 1fr; gap: 55px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .mission-visual { width: min(580px, calc(100% - 35px)); }
  .split-heading { grid-template-columns: 1fr; gap: 15px; }
  .commitment-list { grid-template-columns: 1fr 1fr; }
  .commitment:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.18); }
  .commitment:nth-child(2n) { border-right: 0; }
  .journey-photo { width: 100%; }
  .candidate::before { right: -22%; width: 58%; }
  .candidate-number { min-width: 300px; }
  .final-sign { padding: 35px 0 0; border-top: 1px solid var(--color-border); border-left: 0; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 75px 0; }
  h2 { font-size: clamp(2.55rem, 13vw, 3.6rem); }
  h1, h2, h3, p { overflow-wrap: break-word; }
  .brand-name { font-size: 1rem; }
  .brand-mark { width: 39px; height: 39px; }
  .hero-layout { padding-top: 52px; }
  .eyebrow { max-width: 100%; font-size: .65rem; letter-spacing: .12em; line-height: 1.45; }
  .hero h1 { max-width: 100%; font-size: clamp(3.2rem, 15vw, 4.55rem); line-height: .88; }
  .hero-office { display: block; }
  .hero-office strong { display: block; }
  .hero-number { margin-top: 20px; font-size: clamp(6.7rem, 33vw, 9rem); }
  .hero-lead { margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 21px; }
  .hero-actions .text-link, .hero-portrait .portrait-badge { display: none; }
  .text-link { justify-content: center; }
  .hero-portrait { height: 460px; }
  .portrait-halo { top: 50px; width: 340px; height: 340px; }
  .portrait-frame { right: 25px; width: 68%; }
  .portrait-badge { top: 35px; width: 90px; height: 90px; }
  .portrait-caption { bottom: 25px; left: 0; width: 190px; padding: 16px; }
  .hero-ribbon { height: auto; padding: 15px 0; }
  .hero-ribbon .container { flex-wrap: wrap; justify-content: center; gap: 4px 9px; }
  .hero-ribbon span { font-size: .78rem; }
  .hero-ribbon i { width: 5px; height: 5px; }
  .about-facts { grid-template-columns: 1fr; gap: 18px; }
  .values-grid, .commitment-list, .channel-grid, .contact-cards { grid-template-columns: 1fr; }
  .value-card { min-height: 275px; }
  .manifesto { padding: 85px 0; }
  .manifesto h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .mission-visual { min-height: 390px; }
  .mission-card { right: -20px; width: 72%; padding: 28px; }
  .commitment, .commitment:nth-child(3n) { border-right: 0; }
  .candidate { padding: 70px 0; }
  .candidate::before { top: auto; right: -50%; bottom: -18%; width: 140%; height: 56%; transform: skewY(-6deg); }
  .candidate-stripe { right: 0; bottom: 38%; width: 100%; height: 9px; transform: skewY(-6deg); }
  .candidate-layout { flex-direction: column; align-items: flex-start; }
  .candidate-number { min-width: 0; width: 100%; align-self: center; }
  .candidate-number strong { font-size: clamp(6.8rem, 34vw, 9.5rem); white-space: nowrap; }
  .contact-cards > *:first-child { grid-column: auto; }
  .contact-cards strong { overflow-wrap: anywhere; font-size: 1.15rem; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-main nav { justify-content: flex-start; }
  .election-info { flex-direction: column; }
}

@media (max-width: 390px) {
  .brand-name { font-size: .9rem; }
  .brand-name strong { font-size: .59rem; }
  .hero h1 { font-size: 3.08rem; }
  .hero-number { font-size: 6.45rem; }
  .portrait-caption { width: 170px; }
  .portrait-caption strong { font-size: 1.15rem; }
  .channel-card { padding: 22px 18px; grid-template-columns: 45px 1fr auto; gap: 12px; }
  .channel-card svg { width: 45px; height: 45px; }
  .candidate-number strong { font-size: 6.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; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .back-to-top, .hero-actions, .button { display: none !important; }
  .hero { min-height: 0; padding: 40px; background: var(--color-dark); }
  .section { padding: 50px 0; }
  .reveal { opacity: 1; transform: none; }
}
