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

:root {
  --blue: #004c9d;
  --blue-deep: #002d69;
  --blue-ink: #012351;
  --green: #90ee0b;
  --green-bright: #a7ff13;
  --orange: #f6a600;
  --cream: #f5f7ef;
  --white: #ffffff;
  --ink: #082343;
  --muted: #607086;
  --border: rgba(1, 52, 110, .14);
  --display: 'Barlow Condensed', Impact, sans-serif;
  --brand-display: 'Archivo Black', 'Arial Black', sans-serif;
  --body: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body, button, a { font-family: var(--body); }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; transition: background .3s ease, box-shadow .3s ease, padding .3s ease; padding: 16px 0; }
.site-header.is-scrolled { background: rgba(0, 43, 100, .94); box-shadow: 0 16px 45px rgba(0, 26, 69, .16); backdrop-filter: blur(18px); padding: 10px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 58px; gap: 36px; }
.brand { display: inline-grid; grid-template-columns: auto auto; grid-template-rows: auto auto; column-gap: 10px; align-items: center; line-height: .72; text-transform: uppercase; flex: 0 0 auto; }
.brand span { grid-column: 1; grid-row: 1; font-size: 10px; letter-spacing: .55em; font-weight: 800; padding-left: 3px; margin-bottom: 9px; }
.brand strong { grid-column: 1; grid-row: 2; position: relative; font-family: var(--display); font-size: 31px; font-weight: 900; letter-spacing: -.035em; }
.brand i { position: absolute; width: 9px; height: 9px; right: -12px; top: 4px; background: var(--orange); clip-path: polygon(50% 0, 62% 35%, 100% 38%, 70% 60%, 80% 100%, 50% 76%, 20% 100%, 30% 60%, 0 38%, 38% 35%); }
.brand-number { grid-column: 2; grid-row: 1 / 3; align-self: stretch; display: grid; place-items: center; min-width: 56px; padding: 0 9px; border-radius: 10px; background: var(--green-bright); color: var(--blue-ink); font: 900 26px/1 var(--display); letter-spacing: -.04em; box-shadow: 0 8px 24px rgba(0, 31, 74, .16); }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
.main-nav > a { position: relative; padding: 12px 0; }
.main-nav > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--green); transition: right .25s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-share { border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); padding: 12px 18px; font-weight: 800; }
.nav-share:hover { background: var(--green); border-color: var(--green); color: var(--blue-ink); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); border-radius: 50%; position: relative; }
.menu-button span { width: 19px; height: 2px; background: #fff; position: absolute; left: 13px; top: 18px; transition: transform .25s ease, top .25s ease; }
.menu-button span:last-child { top: 25px; }
.menu-button.is-open span { top: 22px; transform: rotate(45deg); }
.menu-button.is-open span:last-child { transform: rotate(-45deg); }

.hero { position: relative; min-height: 760px; color: #fff; background: radial-gradient(circle at 74% 35%, #0876c7 0, #0455a6 24%, var(--blue-deep) 68%, #002454 100%); overflow: hidden; padding: 148px 0 0; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 185px; background: linear-gradient(174deg, transparent 48%, var(--cream) 49%); pointer-events: none; }
.hero-lines { position: absolute; inset: 0; opacity: .11; background-image: repeating-linear-gradient(117deg, transparent 0 92px, rgba(255,255,255,.55) 93px, transparent 94px); mask-image: linear-gradient(to right, transparent, #000 30%, #000); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 540px; height: 540px; right: -150px; top: -210px; border: 95px solid rgba(143, 238, 11, .1); }
.hero-glow-two { width: 170px; height: 170px; left: 47%; bottom: 20px; background: rgba(143, 238, 11, .08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; min-height: 560px; }
.hero-copy { padding-bottom: 72px; position: relative; z-index: 4; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 9px 13px; border-radius: 999px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(167, 255, 19, .12); }
.eyebrow b { color: var(--green-bright); font-weight: 900; letter-spacing: .08em; }
.hero h1 { font-family: var(--display); font-size: clamp(76px, 8vw, 126px); line-height: .76; letter-spacing: -.055em; text-transform: uppercase; margin: 34px 0 30px; font-weight: 900; }
.hero h1 em { color: var(--green-bright); font-style: italic; text-shadow: 0 8px 0 rgba(0, 35, 81, .3); }
.hero-copy > p { max-width: 570px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 35px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border-radius: 999px; padding: 0 24px; border: 0; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-bright); color: var(--blue-ink); box-shadow: 0 14px 40px rgba(114, 214, 0, .22); }
.button-primary span { font-size: 17px; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.32); background: transparent; }
.button-ghost:hover { background: #fff; color: var(--blue-ink); }
.hero-visual { align-self: end; height: 612px; position: relative; z-index: 2; }
.portrait-frame { position: absolute; width: 570px; height: 570px; right: -15px; bottom: -17px; border-radius: 50% 50% 43% 45%; overflow: hidden; border: 12px solid rgba(255,255,255,.08); box-shadow: 0 40px 80px rgba(0, 24, 67, .25); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.portrait-backdrop { position: absolute; width: 530px; height: 530px; border-radius: 50%; right: 18px; bottom: 10px; background: linear-gradient(145deg, var(--green-bright), #62d801); box-shadow: 0 0 0 70px rgba(159, 255, 12, .06); }
.orbit { position: absolute; inset: -44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); }
.orbit::before { content: ''; position: absolute; width: 12px; height: 12px; background: var(--orange); border-radius: 50%; right: 69px; top: 67px; }
.orbit-two { inset: -82px; border-style: dashed; opacity: .4; animation: spin 32s linear infinite; }
.orbit-two::before { right: auto; left: 96px; top: auto; bottom: 55px; background: var(--green-bright); }
.visual-tag { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.24); background: rgba(0, 47, 108, .83); backdrop-filter: blur(12px); border-radius: 12px; padding: 11px 16px 11px 11px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; box-shadow: 0 18px 40px rgba(0,32,77,.18); }
.visual-tag span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 8px; border-radius: 7px; background: var(--green-bright); color: var(--blue-ink); letter-spacing: 0; }
.tag-top { top: 128px; right: -18px; }
.tag-bottom { bottom: 101px; left: -20px; }
.campaign-lockup { position: relative; width: 350px; display: flex; flex-direction: column; align-items: center; color: #fff; text-transform: uppercase; font-synthesis: none; filter: drop-shadow(0 16px 18px rgba(0,31,76,.26)); isolation: isolate; }
.lockup-office { margin: 0 0 7px; color: #fff; font: 800 10px/1 var(--body); letter-spacing: .27em; text-shadow: 0 2px 0 var(--blue); }
.lockup-first-name { color: #fff; font: 400 27px/.82 var(--brand-display); letter-spacing: .2em; -webkit-text-stroke: 2px var(--blue); paint-order: stroke fill; text-shadow: 0 2px 0 var(--blue); }
.lockup-last-name { position: relative; z-index: 2; color: #1657a7; font: 400 67px/.82 var(--brand-display); letter-spacing: -.075em; -webkit-text-stroke: 6px #fff; paint-order: stroke fill; text-shadow: 0 5px 0 var(--blue), 0 8px 0 rgba(0,42,101,.34); }
.lockup-last-name::before { content: ''; position: absolute; z-index: 4; width: 92px; height: 25px; left: 46%; top: 15px; border-bottom: 7px solid var(--orange); border-radius: 0 0 85% 45%; transform: rotate(-13deg); }
.lockup-last-name::after { content: ''; position: absolute; z-index: 5; width: 22px; height: 22px; right: 64px; top: 3px; background: var(--orange); clip-path: polygon(50% 0, 62% 35%, 100% 38%, 70% 60%, 80% 100%, 50% 76%, 20% 100%, 30% 60%, 0 38%, 38% 35%); filter: drop-shadow(0 1px 0 #fff); }
.lockup-number { color: #1657a7; font: 400 96px/.76 var(--brand-display); letter-spacing: -.085em; -webkit-text-stroke: 7px #fff; paint-order: stroke fill; text-shadow: 0 6px 0 var(--blue), 0 10px 0 rgba(0,42,101,.34); }
.hero-campaign-lockup { position: absolute; z-index: 6; right: -28px; bottom: 24px; }
.federal-stamp { position: absolute; z-index: 5; right: 0; bottom: 57px; transform: rotate(-5deg); display: flex; flex-direction: column; align-items: flex-end; color: #fff; text-transform: uppercase; font-family: var(--display); text-shadow: 3px 3px 0 var(--blue-ink); }
.federal-stamp small { font-size: 24px; font-weight: 800; font-style: italic; }
.federal-stamp strong { font-size: 42px; font-weight: 900; letter-spacing: -.03em; }
.reveal-up { animation: rise .8s cubic-bezier(.2,.75,.25,1) both; }
.visual-delay { animation-delay: .13s; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 260px 1fr; gap: 60px; align-items: start; }
.section-kicker { font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); display: flex; align-items: center; gap: 12px; }
.section-kicker::before { content: ''; width: 33px; height: 2px; background: currentColor; }
.lead { font-family: var(--display); font-size: clamp(42px, 5vw, 70px); line-height: .98; letter-spacing: -.035em; text-transform: uppercase; font-weight: 800; margin: -10px 0 50px; max-width: 880px; color: var(--blue-ink); }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; border-top: 1px solid var(--border); padding-top: 30px; }
.intro-columns p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }

.number-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 48%, #0b63b9 0, var(--blue-deep) 42%, var(--blue-ink) 100%); }
.number-section::after { content: ''; position: absolute; inset: 0; opacity: .08; background-image: repeating-linear-gradient(121deg, transparent 0 100px, rgba(255,255,255,.7) 101px, transparent 102px); pointer-events: none; }
.number-rings { position: absolute; width: 680px; height: 680px; border: 110px solid rgba(167,255,19,.06); border-radius: 50%; left: -335px; top: -115px; box-shadow: 0 0 0 65px rgba(167,255,19,.025); }
.number-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.number-poster { position: relative; width: min(100%, 390px); padding: 11px; margin-inline: auto; border: 1px solid rgba(255,255,255,.24); border-radius: 32px; background: rgba(255,255,255,.09); box-shadow: 0 34px 80px rgba(0,15,47,.32); transform: rotate(-1.6deg); }
.number-poster::before { content: '4055'; position: absolute; z-index: -1; right: -64px; top: 54px; font: 900 100px/1 var(--display); color: rgba(167,255,19,.12); transform: rotate(90deg); }
.number-poster img { width: 100%; border-radius: 23px; }
.poster-label { position: absolute; left: 29px; right: 29px; bottom: 29px; padding: 11px 15px; border-radius: 999px; background: rgba(0,35,81,.82); backdrop-filter: blur(10px); color: #fff; text-transform: uppercase; text-align: center; letter-spacing: .16em; font-size: 9px; font-weight: 800; }
.number-content h2 { font: 900 clamp(70px, 8vw, 116px)/.77 var(--display); letter-spacing: -.055em; text-transform: uppercase; margin: 34px 0 27px; }
.number-content h2 em { color: var(--green-bright); font-style: italic; text-shadow: 0 9px 0 rgba(0,31,75,.42); }
.number-content > p { max-width: 670px; margin: 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.ballot-number { display: flex; align-items: baseline; margin: 32px 0 20px; color: #fff; font: 900 clamp(110px, 15vw, 202px)/.66 var(--display); letter-spacing: -.095em; text-shadow: 0 10px 0 rgba(0,28,70,.42); }
.ballot-number strong { color: var(--green-bright); font: inherit; }
.number-logo-card { width: min(100%, 460px); min-height: 218px; display: grid; place-items: center; margin: 4px 0 25px; padding: 18px 19px 12px; overflow: hidden; border-radius: 18px; background: var(--green-bright); box-shadow: 0 15px 38px rgba(0,0,0,.17); }
.number-logo-card .campaign-lockup { filter: none; }
.number-logo-card .lockup-office { color: var(--blue); text-shadow: none; }
.button-number { background: #fff; color: var(--blue-ink); }
.button-number:hover { background: var(--green-bright); }

.campaign-art-section { background: var(--cream); padding: 5px 0 112px; }
.campaign-art-wrap { position: relative; overflow: hidden; border-radius: 30px; box-shadow: 0 32px 80px rgba(0, 50, 112, .14); background: var(--blue-deep); }
.campaign-art-wrap > img { width: 100%; aspect-ratio: 1405/611; object-fit: cover; }
.art-caption { position: absolute; left: 0; bottom: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 28px; color: #fff; background: linear-gradient(90deg, rgba(0,36,86,.94), rgba(0,65,139,.76)); font-size: 12px; }
.art-caption span { text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--green-bright); }
.art-caption strong { font-size: 13px; }

.commitments { background: var(--blue-ink); color: #fff; position: relative; overflow: hidden; }
.commitments::before { content: ''; position: absolute; width: 620px; height: 620px; border: 120px solid rgba(141, 238, 11, .035); border-radius: 50%; right: -300px; top: -310px; }
.section-kicker-light { color: var(--green-bright); margin-bottom: 30px; }
.section-heading { position: relative; display: grid; grid-template-columns: 1fr 390px; gap: 60px; align-items: end; }
.section-heading h2 { font-family: var(--display); text-transform: uppercase; font-size: clamp(56px, 6vw, 84px); line-height: .86; letter-spacing: -.04em; margin: 0; }
.section-heading h2 em { color: var(--green-bright); font-style: italic; }
.section-heading > p { color: rgba(255,255,255,.63); line-height: 1.8; font-size: 15px; margin: 0 0 2px; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 64px; }
.principle-card { min-height: 338px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: linear-gradient(155deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.principle-card:hover { transform: translateY(-7px); border-color: rgba(167, 255, 19, .5); background: linear-gradient(155deg, rgba(167,255,19,.13), rgba(255,255,255,.035)); }
.card-top { display: flex; align-items: center; justify-content: space-between; color: var(--green-bright); font-family: var(--display); font-weight: 700; }
.card-top span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(167,255,19,.45); border-radius: 50%; }
.card-top i { font-style: normal; font-size: 18px; opacity: .7; }
.principle-card h3 { font-family: var(--display); text-transform: uppercase; font-size: 30px; line-height: 1; margin: auto 0 18px; letter-spacing: -.02em; }
.principle-card p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.72; margin: 0; }

.movement { position: relative; overflow: hidden; background: var(--green-bright); color: var(--blue-ink); }
.movement-rings { position: absolute; width: 650px; height: 650px; border: 1px solid rgba(0,62,139,.14); border-radius: 50%; left: -160px; top: -100px; box-shadow: 0 0 0 70px rgba(0,62,139,.04), 0 0 0 140px rgba(0,62,139,.03); }
.movement-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: center; }
.movement-quote { position: relative; }
.movement-quote > span { position: absolute; font-family: Georgia, serif; font-size: 220px; line-height: 1; color: rgba(0,59,134,.1); left: -48px; top: -60px; }
.movement-quote h2 { position: relative; font-family: var(--display); font-size: clamp(58px, 7vw, 94px); line-height: .79; text-transform: uppercase; font-style: italic; letter-spacing: -.045em; margin: 0; }
.movement-copy { padding-left: 50px; border-left: 1px solid rgba(0,55,126,.2); }
.movement-copy h3 { font-family: var(--display); font-size: 45px; text-transform: uppercase; line-height: .95; margin: 24px 0 20px; }
.movement-copy p { color: rgba(1,35,81,.72); line-height: 1.8; font-size: 15px; margin-bottom: 30px; }
.button-dark { background: var(--blue-ink); color: #fff; }
.button-dark:hover { background: #fff; color: var(--blue-ink); }

.closing { background: #fff; padding: 70px 0; }
.closing-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--border); padding-bottom: 65px; }
.closing-brand { display: flex; flex-direction: column; text-transform: uppercase; line-height: .8; }
.closing-brand span { font-size: 10px; letter-spacing: .6em; font-weight: 800; color: var(--blue); padding-left: 3px; margin-bottom: 12px; }
.closing-brand strong { font: 900 45px/.7 var(--display); color: var(--blue-ink); letter-spacing: -.04em; }
.closing-brand strong b { color: var(--blue); font: inherit; }
.closing-inner > p { font: italic 800 29px/1 var(--display); text-transform: uppercase; color: var(--blue); }
.closing-inner > button { justify-self: end; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--border); background: transparent; color: var(--blue); border-radius: 50%; font-size: 19px; }
.closing-inner > button:hover { background: var(--blue); color: #fff; }
footer { background: #fff; padding: 0 0 38px; color: var(--muted); font-size: 11px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.footer-inner p { margin: 0; }
.footer-inner p:last-child { justify-self: end; }
.footer-inner a { color: var(--blue); font-weight: 900; letter-spacing: .08em; }
.footer-inner a:hover { color: var(--orange); }

@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: .95fr 1.05fr; }
  .hero-visual { height: 560px; }
  .portrait-frame { width: 500px; height: 500px; right: -40px; }
  .portrait-backdrop { width: 470px; height: 470px; right: -5px; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .principle-card { min-height: 285px; }
  .number-grid { gap: 55px; }
  .number-logo-card { max-width: 400px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 680px); }
  .section { padding: 82px 0; }
  .menu-button { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; background: rgba(0,35,81,.98); flex-direction: column; align-items: stretch; justify-content: center; padding: 88px 36px 42px; gap: 4px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav > a { font: 800 36px/1.05 var(--display); text-transform: uppercase; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-share { margin-top: 23px; min-height: 52px; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero::after { height: 95px; background: linear-gradient(174deg, transparent 47%, var(--cream) 48%); }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { width: 100%; padding-bottom: 10px; }
  .hero h1 { font-size: clamp(72px, 19vw, 106px); margin: 28px 0 25px; }
  .hero-copy > p { font-size: 15px; }
  .hero-visual { width: 100%; height: 560px; margin-top: 0; }
  .portrait-frame { width: 500px; height: 500px; left: 50%; right: auto; transform: translateX(-50%); bottom: 0; }
  .portrait-backdrop { width: 460px; height: 460px; left: 50%; right: auto; transform: translateX(-50%); bottom: 20px; }
  .tag-top { right: 0; top: 120px; }
  .tag-bottom { left: 0; bottom: 110px; }
  .federal-stamp { right: 0; bottom: 80px; }
  .hero-campaign-lockup { right: -8px; bottom: 31px; transform: scale(.9); transform-origin: right bottom; }
  .intro-grid { grid-template-columns: 1fr; gap: 50px; }
  .lead { margin-top: 0; }
  .number-grid { grid-template-columns: .85fr 1.15fr; gap: 38px; }
  .number-content h2 { font-size: 72px; }
  .ballot-number { font-size: 120px; }
  .number-logo-card { min-height: 208px; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading > p { max-width: 560px; }
  .movement-grid { grid-template-columns: 1fr; gap: 70px; }
  .movement-copy { padding-left: 0; border-left: 0; border-top: 1px solid rgba(0,55,126,.2); padding-top: 45px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 520px); }
  .site-header { padding-top: 10px; }
  .hero { padding-top: 112px; }
  .hero-copy { text-align: left; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(65px, 22vw, 92px); line-height: .78; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { height: 455px; margin-top: 12px; }
  .portrait-frame { width: 410px; height: 410px; border-width: 8px; }
  .portrait-backdrop { width: 370px; height: 370px; bottom: 17px; }
  .visual-tag { transform: scale(.86); }
  .tag-top { right: -17px; top: 78px; transform-origin: right; }
  .tag-bottom { left: -17px; bottom: 91px; transform-origin: left; }
  .federal-stamp { bottom: 60px; right: -2px; }
  .federal-stamp small { font-size: 18px; }
  .federal-stamp strong { font-size: 31px; }
  .hero-campaign-lockup { left: 50%; right: auto; bottom: 18px; transform: translateX(-50%) scale(.75); transform-origin: center bottom; }
  .intro-columns { grid-template-columns: 1fr; gap: 20px; }
  .lead { font-size: 42px; }
  .number-grid { grid-template-columns: 1fr; gap: 56px; }
  .number-poster { width: min(82vw, 340px); }
  .number-content { text-align: center; }
  .number-content .section-kicker { justify-content: center; }
  .number-content h2 { font-size: 68px; margin-top: 28px; }
  .number-content > p { font-size: 14px; }
  .ballot-number { justify-content: center; font-size: clamp(112px, 37vw, 160px); margin: 38px 0 25px; }
  .number-logo-card { min-height: 190px; margin-inline: auto; padding: 10px 5px 6px; }
  .number-logo-card .campaign-lockup { transform: scale(.82); }
  .campaign-art-section { padding-bottom: 82px; }
  .campaign-art-wrap { border-radius: 18px; }
  .campaign-art-wrap > img { aspect-ratio: 1/1.1; object-position: 50% center; }
  .art-caption { position: relative; align-items: flex-start; flex-direction: column; padding: 18px; gap: 8px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 250px; }
  .section-heading h2 { font-size: 55px; }
  .movement-quote h2 { font-size: 61px; }
  .movement-copy h3 { font-size: 40px; }
  .closing-inner { grid-template-columns: 1fr auto; gap: 28px; }
  .closing-inner > p { grid-column: 1 / -1; grid-row: 2; margin: 10px 0 0; font-size: 22px; }
  .closing-inner > button { grid-column: 2; grid-row: 1; }
  .footer-inner { grid-template-columns: 1fr; gap: 8px; text-align: center; }
  .footer-inner p:last-child { justify-self: center; }
}

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