:root {
  --purple-950: #18043f;
  --purple-900: #22064f;
  --purple-800: #351064;
  --pink: #ff347c;
  --pink-dark: #df1d66;
  --mint: #60d6bc;
  --white: #fff;
  --surface: #faf9fc;
  --ink: #1d123d;
  --muted: #625b73;
  --line: #ddd8e7;
  --shadow: 0 28px 70px rgba(30, 5, 75, .12);
  --radius: 24px;
}

@font-face { font-family: Archivo; src: url('../fonts/archivo-latin.woff2') format('woff2'); font-weight: 400 800; font-display: swap; }
@font-face { font-family: 'Archivo Black'; src: url('../fonts/archivo-black-latin.woff2') format('woff2'); font-display: swap; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Archivo, Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; }
button, input { font: inherit; }
svg { display: block; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); background: var(--white); padding: 12px 16px; color: var(--purple-900); }
.skip-link:focus { transform: none; }
.wrap { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--pink); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 42px; height: 4px; background: currentColor; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(24, 4, 63, .96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 21px; font-weight: 800; letter-spacing: -.025em; line-height: 1; text-decoration: none; }
.brand-mark { color: var(--pink); font-family: 'Archivo Black', Archivo, sans-serif; font-size: 20px; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { position: relative; color: var(--white); font-size: 13px; font-weight: 800; text-decoration: none; }
.nav-links > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--pink); transition: right .2s ease; }
.nav-links > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta, .btn { border: 0; border-radius: 14px; background: var(--pink); color: var(--white); display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 16px 24px; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 14px 34px rgba(255, 52, 124, .25); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.nav-cta { border-radius: 13px; padding: 14px 22px; }
.btn:hover, .nav-cta:hover { background: var(--pink-dark); box-shadow: 0 18px 38px rgba(255, 52, 124, .32); transform: translateY(-2px); }
.btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; overflow: hidden; background: var(--purple-900); color: var(--white); }
.hero::before { content: ''; position: absolute; width: 560px; height: 560px; right: -180px; top: 74px; border: 2px solid var(--pink); border-radius: 50%; opacity: .95; }
.hero::after { content: ''; position: absolute; z-index: 3; left: -10%; bottom: -78px; width: 120%; height: 125px; background: var(--white); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.hero-grid { min-height: 700px; position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(38px, 5vw, 82px); padding: 48px 0 88px; }
.hero-grid::after { content: ''; position: absolute; right: -26px; bottom: 128px; width: 128px; height: 128px; border-radius: 50%; background: var(--mint); z-index: -1; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0; font-family: 'Archivo Black', Archivo, sans-serif; font-size: clamp(74px, 7.5vw, 116px); line-height: .87; letter-spacing: -.06em; }
.hero h1 span { color: var(--pink); }
.office { margin: 24px 0 9px; color: var(--pink); font-family: 'Archivo Black', Archivo, sans-serif; font-size: clamp(24px, 2.7vw, 40px); line-height: 1; letter-spacing: -.025em; }
.party-line { margin: 0 0 16px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.campaign-logo { display: block; width: min(330px, 82%); height: auto; aspect-ratio: 1048 / 636; object-fit: contain; margin: 0; border: 0; border-radius: 16px; background: var(--white); box-shadow: 0 20px 48px rgba(0,0,0,.22); }
.signature { margin: 16px 0 18px; font-size: clamp(21px, 2vw, 29px); font-weight: 800; font-style: italic; }
.hero-photo { position: relative; align-self: end; min-height: 550px; display: flex; align-items: end; justify-content: center; }
.hero-orbit { position: absolute; left: 6%; top: 7%; width: 470px; height: 470px; border: 18px solid var(--pink); border-radius: 50%; opacity: .95; }
.photo-arch { width: min(100%, 450px); height: 540px; position: relative; z-index: 1; overflow: hidden; border: 8px solid rgba(255,255,255,.94); border-bottom: 0; border-radius: 225px 225px 32px 32px; background: var(--white); box-shadow: 0 30px 75px rgba(0,0,0,.25); }
.photo-arch img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }

.manifesto { position: relative; padding: clamp(105px, 10vw, 150px) 0 clamp(90px, 9vw, 132px); overflow: hidden; background: var(--white); }
.manifesto::after { content: ''; position: absolute; z-index: 0; width: 260px; height: 260px; right: -145px; bottom: -74px; border: 32px solid var(--mint); border-radius: 50%; opacity: .95; }
.manifesto-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(64px, 9vw, 130px); align-items: start; }
.quote { margin: 0; color: var(--ink); font-family: 'Archivo Black', Archivo, sans-serif; font-size: clamp(46px, 5.15vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.quote span { color: var(--pink); }
.bio { max-width: 610px; padding-top: 37px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.bio p { margin: 0 0 22px; }
.bio strong { color: var(--ink); }
.origin-note { margin-top: 32px !important; border-left: 5px solid var(--mint); padding: 5px 0 5px 22px; color: var(--ink); font-weight: 800; }

.causes { position: relative; overflow: hidden; background: var(--purple-900); color: var(--white); padding: clamp(92px, 9vw, 138px) 0; }
.causes::after { content: ''; position: absolute; width: 320px; height: 320px; right: -210px; top: -210px; border: 36px solid var(--pink); border-radius: 50%; opacity: .55; }
.causes h2, .signup-copy h2 { margin: 0; font-family: 'Archivo Black', Archivo, sans-serif; font-size: clamp(48px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.causes h2 { max-width: 950px; margin-bottom: 66px; }
.cause-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.cause-card { display: grid; grid-template-columns: 82px 1fr; gap: 22px; min-height: 170px; padding: 34px 28px 32px 0; border-top: 1px solid rgba(255,255,255,.24); background: transparent; color: var(--white); }
.cause-card:nth-child(odd) { padding-right: 50px; border-right: 1px solid rgba(255,255,255,.24); }
.cause-card:nth-child(even) { padding-left: 50px; }
.cause-icon { color: var(--pink); font-size: 40px; font-weight: 300; line-height: 1; letter-spacing: -.04em; }
.cause-card h3 { margin: 0 0 10px; color: var(--white); font-size: 21px; line-height: 1.15; }
.cause-card p { max-width: 440px; margin: 0; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.55; }

.fundraiser { position: relative; overflow: hidden; padding: clamp(82px, 8vw, 118px) 0; background: var(--pink); color: var(--white); }
.fundraiser::before { content: ''; position: absolute; left: -118px; top: -170px; width: 330px; height: 330px; border: 34px solid rgba(255,255,255,.2); border-radius: 50%; }
.fundraiser::after { content: '40321'; position: absolute; right: -20px; bottom: -56px; color: rgba(255,255,255,.1); font-family: 'Archivo Black', Archivo, sans-serif; font-size: clamp(110px, 17vw, 240px); line-height: 1; letter-spacing: -.08em; }
.fundraiser-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: clamp(48px, 8vw, 116px); }
.fundraiser .eyebrow { color: var(--purple-950); }
.fundraiser-copy h2 { max-width: 740px; margin: 0 0 28px; font-family: 'Archivo Black', Archivo, sans-serif; font-size: clamp(48px, 5.5vw, 76px); line-height: .98; letter-spacing: -.05em; }
.fundraiser-copy > p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.7; }
.fundraiser-action { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(30px, 4vw, 46px); border: 1px solid rgba(255,255,255,.34); border-radius: var(--radius); background: var(--purple-950); box-shadow: 0 28px 70px rgba(24,4,63,.24); }
.fundraiser-label { color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fundraiser-action strong { margin: 8px 0 25px; font-family: 'Archivo Black', Archivo, sans-serif; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; }
.fundraiser-button { width: 100%; background: var(--pink); }
.fundraiser-url { margin-top: 20px; color: var(--white); font-size: 14px; font-weight: 800; overflow-wrap: anywhere; text-underline-offset: 4px; }
.fundraiser-action small { margin-top: 13px; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.5; }

.signup { padding: clamp(98px, 9vw, 142px) 0; background: var(--white); }
.signup-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(48px, 5.7vw, 76px); align-items: start; }
.signup-copy h2 { margin-bottom: 46px; color: var(--ink); }
.steps { display: grid; }
.step { display: grid; grid-template-columns: 84px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); background: transparent; }
.step:first-child { border-top: 1px solid var(--line); }
.step-num { color: var(--pink); font-size: 46px; font-weight: 300; line-height: 1; letter-spacing: -.05em; }
.step strong { display: block; color: var(--ink); margin-bottom: 8px; font-size: 18px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.form-card { background: var(--white); padding: clamp(28px, 3.5vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.field { display: grid; gap: 9px; }
.field.full { grid-column: 1 / -1; }
.field label, .group-label { color: var(--ink); font-size: 13px; font-weight: 800; }
.field-input { width: 100%; border: 1.5px solid #d4cede; border-radius: 12px; padding: 15px 16px; color: var(--ink); background: var(--white); transition: border-color .2s ease, box-shadow .2s ease; }
.field-input:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(255,52,124,.1); outline: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 9px; }
.chip { border: 1.5px solid #d4cede; border-radius: 11px; padding: 11px 13px; background: var(--white); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.chip:hover { border-color: var(--pink); transform: translateY(-1px); }
.chip[aria-pressed='true'] { background: #fff1f6; border-color: var(--pink); color: var(--pink-dark); }
.consent-box { grid-column: 1 / -1; display: flex; gap: 13px; padding: 17px; border: 1.5px solid #d4cede; border-radius: 13px; color: var(--muted); font-size: 12px; line-height: 1.58; }
.consent-box:has(input:checked) { border-color: var(--pink); background: #fff7fa; }
.consent-box input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--pink); flex: 0 0 auto; }
.privacy-link { color: var(--pink-dark); font-weight: 800; }
.btn-submit { grid-column: 1 / -1; width: 100%; border: 0; border-radius: 12px; padding: 18px; background: var(--pink); color: var(--white); font-size: 15px; font-weight: 800; cursor: pointer; box-shadow: 0 14px 30px rgba(255,52,124,.2); transition: background .2s ease, transform .2s ease; }
.btn-submit:hover { background: var(--pink-dark); transform: translateY(-1px); }
.btn-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.error { grid-column: 1 / -1; display: none; color: #7b1734; background: #ffe8ef; border-radius: 12px; padding: 13px; font-weight: 700; }
.success { display: none; flex-direction: column; gap: 16px; padding: 28px; border-radius: 18px; background: var(--purple-900); color: var(--white); }
.receipt { border: 1px solid rgba(255,255,255,.4); padding: 14px; }
.receipt-code { display: block; overflow-wrap: anywhere; background: var(--white); color: var(--ink); padding: 10px; font: 12px monospace; }
.receipt-copy { margin-top: 10px; border: 2px solid var(--white); background: transparent; color: var(--white); padding: 10px; cursor: pointer; }

.site-footer { position: relative; overflow: hidden; background: var(--purple-950); color: var(--white); padding: 52px 0; }
.site-footer::after { content: ''; position: absolute; right: -96px; bottom: -130px; width: 250px; height: 250px; border: 24px solid var(--pink); border-radius: 50%; opacity: .55; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 36px; }
.site-footer .brand { font-size: 25px; text-transform: uppercase; }
.site-footer .brand-mark { font-size: 25px; }
.site-footer p { margin: 0; text-align: center; font-size: 22px; font-weight: 800; font-style: italic; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }
.honeypot { position: absolute; left: -10000px; }

@media (max-width: 980px) {
  .wrap { width: min(100% - 40px, 1240px); }
  .hero-grid, .manifesto-grid, .fundraiser-grid, .signup-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 78px; }
  .hero-copy { max-width: 680px; }
  .hero-photo { min-height: 560px; }
  .photo-arch { height: 540px; }
  .hero-orbit { left: 50%; transform: translateX(-50%); width: 490px; height: 490px; }
  .bio { max-width: 760px; padding-top: 0; }
  .signup-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; }
  .signup-copy .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
  .signup-copy h2 { margin: 0; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, 1240px); }
  .nav { min-height: 70px; }
  .brand { font-size: 18px; }
  .nav-links { gap: 12px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 12px 15px; font-size: 12px !important; }
  .hero::before { width: 350px; height: 350px; right: -200px; top: 120px; }
  .hero::after { bottom: -92px; height: 126px; }
  .hero-grid { min-height: auto; gap: 48px; padding: 60px 0 94px; }
  .hero h1 { font-size: clamp(58px, 18.5vw, 92px); }
  .office { margin-top: 18px; font-size: clamp(23px, 7vw, 32px); }
  .campaign-logo { width: min(330px, 100%); border-radius: 12px; }
  .btn { width: 100%; max-width: 390px; padding: 16px 18px; font-size: 14px; }
  .hero-photo { min-height: 410px; }
  .hero-orbit { top: 7%; width: 360px; height: 360px; border-width: 12px; }
  .photo-arch { width: min(100%, 360px); height: 410px; border-width: 6px; border-radius: 180px 180px 24px 24px; }
  .hero-grid::after { right: -25px; bottom: 78px; width: 92px; height: 92px; }
  .manifesto { padding: 88px 0 82px; }
  .manifesto-grid { gap: 38px; }
  .quote { font-size: clamp(40px, 11vw, 58px); }
  .bio { font-size: 16px; line-height: 1.68; }
  .cause-grid { grid-template-columns: 1fr; }
  .causes h2 { margin-bottom: 48px; }
  .cause-card, .cause-card:nth-child(odd), .cause-card:nth-child(even) { grid-template-columns: 64px 1fr; min-height: 0; padding: 28px 0; border-right: 0; }
  .cause-icon { font-size: 34px; }
  .fundraiser { padding: 78px 0; }
  .fundraiser-grid { gap: 38px; }
  .fundraiser-copy h2 { font-size: clamp(42px, 12vw, 60px); }
  .fundraiser-copy > p:last-child { font-size: 16px; line-height: 1.65; }
  .fundraiser-action { padding: 28px 22px; border-radius: 18px; }
  .signup { padding: 82px 0; }
  .signup-copy { display: block; }
  .signup-copy .eyebrow { margin-bottom: 24px; }
  .signup-copy h2 { margin-bottom: 40px; }
  .step { grid-template-columns: 68px 1fr; }
  .form-card { margin-top: 22px; padding: 24px 18px; border-radius: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .consent-box, .btn-submit, .error { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .site-footer p { text-align: left; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
