:root {
    --bg: #080808;
    --surface: #111111;
    --surface-2: #171717;
    --ink: #f5f1e8;
    --muted: #aaa59c;
    --red: #e01824;
    --red-dark: #8c0c14;
    --line: rgba(255,255,255,.13);
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: var(--sans); line-height: 1.55; }
body::before {
    content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .25;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.mono { font-family: "Consolas", "Courier New", monospace; }

.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,#fff,var(--red) 30%,#ff6570); box-shadow: 0 0 15px var(--red); transform: scaleX(0); transform-origin: left; }
#emberCanvas { position: fixed; inset: 0; z-index: 6; pointer-events: none; opacity: .62; mix-blend-mode: screen; }
.cursor-light { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0; background: radial-gradient(340px circle at var(--cursor-x,50%) var(--cursor-y,50%),rgba(224,24,36,.12),transparent 68%); transition: opacity .25s; }
.cursor-light.is-active { opacity: 1; }
.scanlines { position: fixed; inset: 0; z-index: 990; pointer-events: none; opacity: .055; background: repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.18) 4px); mix-blend-mode: overlay; }
main, footer, .site-head, .news-ticker { position: relative; z-index: 2; }

.cinematic-intro { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; overflow: hidden; background: #050505; cursor: pointer; }
.cinematic-intro::before { content: ""; position: absolute; inset: -30%; background: conic-gradient(from 20deg,transparent,rgba(224,24,36,.18),transparent 28%); animation: introSpin 3.4s linear infinite; }
.cinematic-intro::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 49.8%,rgba(224,24,36,.4) 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,rgba(224,24,36,.25) 50%,transparent 50.2%); transform: scale(0); animation: introCross 1.1s .15s ease forwards; }
.intro-cross { position: absolute; width: min(760px,80vw); aspect-ratio: 1; border: 1px solid rgba(224,24,36,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(224,24,36,.025),0 0 0 140px rgba(224,24,36,.018); animation: introPulse 1.8s ease-in-out infinite; }
.intro-case { position: absolute; top: 12%; color: #9e9990; font: 800 10px/1 var(--sans); letter-spacing: 3px; opacity: 0; animation: introFade .6s .25s forwards; }
.intro-title { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; text-transform: uppercase; }
.intro-title span { color: var(--red); font: 900 clamp(18px,3vw,34px)/1 var(--sans); letter-spacing: 1.2em; text-indent: 1.2em; opacity: 0; animation: introSmall .6s .5s forwards; }
.intro-title strong { margin-top: 10px; font: 900 clamp(50px,10vw,145px)/.85 var(--sans); letter-spacing: -.07em; opacity: 0; clip-path: inset(0 100% 0 0); animation: introReveal .8s .7s cubic-bezier(.2,.8,.2,1) forwards,introGlitch .15s 1.55s 3; }
.intro-line { position: absolute; bottom: 13%; display: flex; align-items: center; gap: 18px; color: #77736c; font-size: 8px; letter-spacing: 2px; opacity: 0; animation: introFade .5s 1.15s forwards; }
.intro-line i { display: block; width: 90px; height: 1px; background: linear-gradient(90deg,transparent,var(--red)); }
.intro-line i:last-child { transform: scaleX(-1); }
.cinematic-intro.is-exiting { animation: introExit .75s cubic-bezier(.7,0,.2,1) forwards; }
.cinematic-intro.is-gone { display: none; }

.site-head {
    position: absolute; inset: 0 0 auto; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; gap: 30px; width: min(1440px, calc(100% - 64px)); margin: 0 auto; padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,.17);
}
.statement-brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--red); font-weight: 900; letter-spacing: -2px; }
.statement-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.statement-brand strong { font-size: 13px; letter-spacing: 1.7px; }
.statement-brand small { margin-top: 4px; color: #aaa; font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
.site-head nav { display: flex; gap: 28px; }
.site-head nav a { color: #c4c0b8; font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 1.5px; }
.site-head nav a:hover { color: #fff; }
.site-head nav a::after { content: ""; display: block; width: 0; height: 1px; margin-top: 5px; background: var(--red); transition: width .25s; }
.site-head nav a:hover::after, .site-head nav a.is-active::after { width: 100%; }
.head-status { justify-self: end; display: inline-flex; align-items: center; gap: 8px; color: #b8b4ac; font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; }
.head-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 13px var(--red); }
.news-ticker { position: absolute; top: 90px; left: 0; z-index: 8; width: 100%; overflow: hidden; border-bottom: 1px solid rgba(224,24,36,.2); background: rgba(7,7,7,.7); backdrop-filter: blur(8px); }
.news-ticker div { width: max-content; padding: 8px 0; color: #7d7871; font-size: 8px; font-weight: 800; letter-spacing: 2.2px; white-space: nowrap; animation: tickerMove 28s linear infinite; }
.news-ticker i { margin: 0 24px; color: var(--red); font-style: normal; }

.hero { position: relative; min-height: 100vh; overflow: hidden; background: #090909; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 38%, rgba(224,24,36,.18), transparent 35%), linear-gradient(90deg,#090909 0 48%,transparent 72%); }
.hero::after { content: ""; position: absolute; right: -12vw; bottom: -20vw; width: 58vw; height: 58vw; border: 1px solid rgba(224,24,36,.14); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(224,24,36,.025), 0 0 0 16vw rgba(224,24,36,.02); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; min-height: calc(100vh - 102px); width: min(1440px, calc(100% - 64px)); margin: 0 auto; padding-top: 148px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 700px; padding: 45px 40px 70px 0; }
.eyebrow { display: flex; gap: 18px; margin-bottom: 32px; color: #9d9991; font: 700 10px/1 var(--sans); text-transform: uppercase; letter-spacing: 1.7px; }
.eyebrow span + span { padding-left: 18px; border-left: 1px solid var(--line); color: #f05a63; }
.overline { margin: 0 0 13px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; }
.hero h1 { position: relative; margin: 0; font: 900 clamp(66px,9.5vw,148px)/.76 var(--sans); letter-spacing: -7px; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px #ece7dd; text-stroke: 1.5px #ece7dd; }
.hero h1 b { position: relative; font: inherit; }
.hero h1 b::before, .hero h1 b::after, .hero h1 span::before, .hero h1 span::after { content: attr(data-text); position: absolute; inset: 0; pointer-events: none; opacity: 0; }
.hero h1 b::before, .hero h1 span::before { color: #ff2432; clip-path: inset(8% 0 64%); transform: translateX(-5px); }
.hero h1 b::after, .hero h1 span::after { color: #e9fff9; clip-path: inset(68% 0 7%); transform: translateX(5px); }
.hero h1:hover b::before, .hero h1:hover b::after, .hero h1:hover span::before, .hero h1:hover span::after { animation: titleGlitch .42s steps(2,end); }
.hero-lead { max-width: 680px; margin: 34px 0 20px; color: #c9c4ba; font: 20px/1.55 var(--serif); }
.hero-verdict { display: flex; align-items: center; gap: 16px; max-width: 610px; padding: 13px 16px; border-left: 3px solid var(--red); background: linear-gradient(90deg,rgba(224,24,36,.14),transparent); }
.hero-verdict span { color: #918d85; font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
.hero-verdict strong { font-size: 13px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; padding: 13px 21px; border: 1px solid var(--line); text-decoration: none; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; transition: .2s ease; }
.button.primary { border-color: var(--red); background: var(--red); }
.button.primary:hover { background: #f12632; transform: translateY(-2px); }
.button.secondary:hover { border-color: #fff; background: rgba(255,255,255,.05); }

.hero-visual { position: relative; align-self: end; height: calc(100vh - 148px); min-height: 610px; transform: translate3d(var(--parallax-x,0),var(--parallax-y,0),0); transition: transform .14s ease-out; }
.portrait-frame { position: absolute; inset: 0 28px 0 0; overflow: hidden; background: #111; clip-path: polygon(10% 0,100% 0,100% 100%,0 100%,0 11%); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(9,9,9,.32),transparent 38%), linear-gradient(0deg,#090909 0,transparent 25%); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.75) contrast(1.08); }
.portrait-label { position: absolute; left: -28px; bottom: 48px; z-index: 2; display: flex; flex-direction: column; width: 270px; padding: 15px 20px; border-left: 4px solid #fff; background: var(--red); box-shadow: 0 18px 50px rgba(0,0,0,.38); }
.portrait-label span { font-size: 9px; letter-spacing: 2px; }
.portrait-label strong { margin-top: 3px; font-size: 17px; letter-spacing: .6px; }
.vertical-word { position: absolute; top: 40px; right: -9px; z-index: 2; color: rgba(255,255,255,.35); font-size: 9px; font-weight: 800; letter-spacing: 5px; writing-mode: vertical-rl; }
.case-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); min-height: 102px; border-top: 1px solid var(--line); background: rgba(5,5,5,.93); }
.case-strip > div { display: flex; flex-direction: column; justify-content: center; padding: 18px clamp(22px,4vw,70px); border-right: 1px solid var(--line); }
.case-strip span { color: #807c75; font-size: 9px; text-transform: uppercase; letter-spacing: 1.5px; }
.case-strip strong { margin-top: 5px; font-size: 14px; }
.case-strip .red { color: #ff4d57; }
.case-strip > div { position: relative; overflow: hidden; }
.case-strip > div::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.case-strip > div:hover::after { transform: scaleX(1); }

.section { position: relative; width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 130px 0; }
.section-number { position: absolute; top: 128px; left: -64px; color: rgba(255,255,255,.15); font: 800 10px/1 var(--sans); letter-spacing: 2px; transform: rotate(-90deg); }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin: 0; font: 700 clamp(38px,5vw,68px)/1.04 var(--serif); letter-spacing: -2.4px; }
.case-section { border-bottom: 1px solid var(--line); }
.case-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: start; }
.case-summary p { color: var(--muted); }
.case-summary .large-copy { margin-top: 0; color: var(--ink); font: 24px/1.55 var(--serif); }
blockquote { position: relative; margin: 0; padding: 38px 40px 34px; border: 1px solid var(--line); border-top: 3px solid var(--red); background: var(--surface); font: italic 24px/1.48 var(--serif); }
blockquote::before { content: "“"; position: absolute; top: 5px; right: 25px; color: rgba(224,24,36,.25); font: 100px/1 var(--serif); }
blockquote > span { display: block; margin-bottom: 18px; color: var(--red); font: 800 9px/1 var(--sans); text-transform: uppercase; letter-spacing: 1.6px; }
blockquote cite { display: block; margin-top: 22px; color: #8c8881; font: 600 10px/1 var(--sans); text-transform: uppercase; letter-spacing: 1px; }

.evidence-section { width: min(1440px,calc(100% - 64px)); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; }
.evidence-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px; align-items: stretch; }
.evidence-card { margin: 0; border: 1px solid var(--line); background: var(--surface); overflow: hidden; transform: perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transform-style: preserve-3d; transition: transform .18s ease-out,border-color .25s,box-shadow .25s; }
.evidence-card > a { display: block; overflow: hidden; background: #050505; }
.evidence-card img { width: 100%; height: 470px; object-fit: contain; transition: transform .35s ease; }
.evidence-card:hover { border-color: rgba(224,24,36,.65); box-shadow: 0 25px 70px rgba(0,0,0,.45),0 0 35px rgba(224,24,36,.1); }
.evidence-card:hover img { transform: scale(1.025); }
.evidence-card figcaption { display: flex; flex-direction: column; padding: 22px 24px; border-top: 1px solid var(--line); }
.evidence-card figcaption span { color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; }
.evidence-card figcaption strong { margin-top: 7px; font: 21px/1.2 var(--serif); }
.evidence-card figcaption small { margin-top: 7px; color: var(--muted); line-height: 1.45; }
.rules-evidence img { object-fit: cover; object-position: left top; }

.petition-section {
    position: relative; isolation: isolate; overflow: hidden; padding: 145px 32px;
    border-top: 1px solid rgba(224,24,36,.38); border-bottom: 1px solid rgba(224,24,36,.38);
    background:
        radial-gradient(circle at 83% 34%,rgba(224,24,36,.2),transparent 33%),
        linear-gradient(125deg,#080808 0%,#0e0b0c 52%,#17080b 100%);
}
.petition-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg,transparent 47%,rgba(224,24,36,.08) 47.1%,transparent 47.35%); }
.petition-grid { position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,#000,transparent 72%); }
.petition-watermark { position: absolute; right: -2vw; bottom: -4.5vw; z-index: -1; color: rgba(255,255,255,.018); font: 900 clamp(180px,30vw,490px)/.7 var(--sans); letter-spacing: -.09em; user-select: none; }
.petition-inner { position: relative; width: min(1280px,100%); margin: 0 auto; }
.petition-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.petition-heading h2 { margin: 0; color: #fff; font: 700 clamp(46px,6.4vw,88px)/.93 var(--serif); letter-spacing: -4px; }
.petition-heading h2 span { color: var(--red); }
.petition-heading > p { max-width: 390px; margin: 0 0 7px; color: #9e9991; font-size: 14px; line-height: 1.7; }
.petition-heading > p strong { color: #fff; }
.petition-stage { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 480px; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 32px 100px rgba(0,0,0,.48),0 0 70px rgba(224,24,36,.06); }
.petition-results { display: grid; grid-template-columns: .62fr 1.38fr; gap: 38px; align-items: center; padding: clamp(32px,4.5vw,68px); background: rgba(5,5,5,.84); backdrop-filter: blur(12px); }
.petition-total { display: flex; flex-direction: column; justify-content: center; min-height: 260px; padding-right: 30px; border-right: 1px solid rgba(255,255,255,.13); }
.petition-total span { color: #8e8a83; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.7px; }
.petition-total strong { margin: 13px 0 8px; color: #fff; font: 900 clamp(62px,7vw,105px)/.8 var(--sans); letter-spacing: -.08em; }
.petition-total small { color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.vote-results { display: flex; flex-direction: column; gap: 45px; }
.vote-result-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.vote-result-head span { color: #d5d0c7; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.15px; }
.vote-result-head strong { color: #fff; font: 900 clamp(29px,3.2vw,48px)/1 var(--sans); letter-spacing: -.055em; }
.vote-track { height: 8px; margin: 13px 0 9px; overflow: hidden; background: rgba(255,255,255,.08); }
.vote-track i { display: block; width: var(--vote-width); height: 100%; transform-origin: left; background: var(--red); box-shadow: 0 0 20px rgba(224,24,36,.7); animation: voteBar 1.2s .35s both cubic-bezier(.2,.8,.2,1); }
.vote-result.no .vote-track i { background: #77736d; box-shadow: none; }
.vote-result small { color: #77736d; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.petition-vote-panel { position: relative; display: flex; align-items: stretch; border-left: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg,rgba(224,24,36,.98),#ab0913); }
.petition-vote-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(-45deg,transparent 0 12px,rgba(255,255,255,.018) 12px 13px); }
.petition-form,.petition-voted,.petition-unavailable { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; justify-content: center; padding: clamp(34px,4.5vw,64px); }
.petition-form .overline,.petition-voted .overline { color: #320306; }
.petition-form h3,.petition-voted h3,.petition-unavailable h3 { margin: 3px 0 31px; color: #fff; font: 700 clamp(32px,3.5vw,49px)/1.04 var(--serif); letter-spacing: -1.8px; }
.petition-choices { display: grid; gap: 10px; }
.petition-choice { position: relative; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; min-height: 78px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.08); text-align: left; cursor: pointer; overflow: hidden; transition: transform .2s,border-color .2s,background .2s,color .2s; }
.petition-choice::before { content: ""; position: absolute; inset: 0; background: #fff; transform: translateX(-102%); transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.petition-choice > * { position: relative; z-index: 1; }
.petition-choice span { font: 900 21px/1 var(--sans); }
.petition-choice strong { font-size: 11px; letter-spacing: 1.45px; }
.petition-choice i { font: normal 26px/1 var(--sans); transition: transform .2s; }
.petition-choice:hover { color: #170204; border-color: #fff; transform: translateX(5px); }
.petition-choice:hover::before { transform: none; }
.petition-choice:hover i { transform: translateX(4px); }
.petition-choice.no { border-color: rgba(15,2,3,.42); color: #fff; background: rgba(20,2,4,.34); }
.petition-choice.no::before { background: #120204; }
.petition-choice.no:hover { color: #fff; border-color: #120204; }
.petition-form.is-submitting { pointer-events: none; opacity: .74; }
.petition-voted { align-items: center; text-align: center; }
.petition-voted .voted-seal { display: grid; place-items: center; width: 92px; height: 92px; margin-bottom: 25px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 0 0 0 9px rgba(255,255,255,.1); }
.petition-voted .voted-seal span { font: 900 43px/1 var(--sans); }
.petition-voted h3 { margin-bottom: 18px; }
.petition-voted p:not(.overline) { margin: 0; color: rgba(255,255,255,.83); }
.petition-voted p strong { display: block; margin-top: 8px; color: #fff; font-size: 13px; letter-spacing: 1.2px; }
.petition-voted small { margin-top: 25px; color: rgba(38,2,5,.82); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.petition-unavailable span { color: #310205; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.6px; }
.petition-unavailable p { color: rgba(255,255,255,.78); }
.petition-flash { display: flex; align-items: center; gap: 13px; margin: -29px 0 26px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.16); color: #ddd8d0; background: rgba(4,4,4,.78); font-size: 13px; }
.petition-flash > span { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #a6a19a; box-shadow: 0 0 13px currentColor; }
.petition-flash.success > span { background: #39d98a; }
.petition-flash.error > span { background: var(--red); }
.petition-privacy { display: flex; align-items: center; gap: 11px; max-width: 850px; margin: 24px 0 0; color: #716d67; font-size: 10px; line-height: 1.55; text-transform: uppercase; letter-spacing: .65px; }
.petition-privacy span { color: var(--red); font-size: 13px; }

.position-section { border-top: 1px solid var(--line); }
.position-intro { max-width: 950px; margin: -26px 0 58px; color: #c9c4bb; font: 22px/1.55 var(--serif); }
.argument-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.argument-grid article { min-height: 280px; padding: 32px; background: var(--surface); }
.argument-grid article + article { border-left: 1px solid var(--line); }
.argument-grid article > span { color: var(--red); font: 800 10px/1 var(--sans); letter-spacing: 2px; }
.argument-grid h3 { margin: 36px 0 13px; font: 24px/1.2 var(--serif); }
.argument-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.statement-punch { position: relative; display: grid; grid-template-columns: .8fr 1.5fr auto; align-items: center; gap: 32px; margin-top: 24px; padding: 38px; overflow: hidden; border: 1px solid rgba(224,24,36,.5); background: linear-gradient(105deg,rgba(224,24,36,.2),#121212 45%,#090909); }
.statement-punch::before { content: ""; position: absolute; inset: 0 auto 0 -20%; width: 28%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent); transform: skewX(-18deg); animation: punchSweep 4.5s ease-in-out infinite; }
.statement-punch span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.statement-punch strong { font: 24px/1.35 var(--serif); }
.statement-punch i { color: #77736c; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: 1.3px; writing-mode: vertical-rl; }

.demand-section { position: relative; overflow: hidden; padding: 140px 32px; background: #c9121d; }
.demand-backdrop { position: absolute; left: 50%; top: 50%; color: rgba(0,0,0,.12); font: 900 19vw/1 var(--sans); letter-spacing: -1.4vw; transform: translate(-50%,-50%); }
.demand-inner { position: relative; z-index: 1; width: min(1100px,100%); margin: 0 auto; }
.demand-section .overline { color: #220306; }
.demand-section h2 { margin: 0; color: #fff; font: 700 clamp(48px,7vw,92px)/.98 var(--serif); letter-spacing: -4px; }
.demand-section h2 span { color: #230407; }
.demand-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 60px; background: rgba(0,0,0,.23); }
.demand-list > div { display: flex; align-items: center; gap: 18px; min-height: 86px; padding: 18px 24px; background: rgba(201,18,29,.96); }
.demand-list b { color: #260306; font-size: 10px; letter-spacing: 1px; }
.demand-list span { color: #fff; font-weight: 700; }
.final-call { display: flex; align-items: baseline; gap: 14px; margin-top: 80px; padding-top: 25px; border-top: 1px solid rgba(0,0,0,.25); }
.final-call span { color: #260306; font: 900 26px/1 var(--sans); }
.final-call strong { font: 900 26px/1 var(--sans); }
.final-call small { margin-left: auto; color: #42060a; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 42px max(32px,calc((100% - 1280px)/2)); border-top: 1px solid var(--line); background: #050505; }
footer > div { display: flex; flex-direction: column; }
footer strong { letter-spacing: 1.5px; }
footer span { margin-top: 5px; color: #77736d; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
footer p { margin: 0; color: #77736d; font-size: 11px; }

.js [data-reveal] { opacity: 0; transition: opacity .85s var(--reveal-delay,0ms),transform .85s var(--reveal-delay,0ms); }
.js [data-reveal="up"] { transform: translateY(55px); }
.js [data-reveal="left"] { transform: translateX(-55px); }
.js [data-reveal="right"] { transform: translateX(55px); }
.js [data-reveal="scale"] { transform: scale(.92); }
.js [data-reveal].in-view { opacity: 1; transform: none; }
.js .hero-visual[data-reveal].in-view { transform: translate3d(var(--parallax-x,0),var(--parallax-y,0),0); }
.js .evidence-card[data-reveal].in-view { transform: perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); }

@keyframes introSpin { to { transform: rotate(360deg); } }
@keyframes introCross { to { transform: scale(1); } }
@keyframes introPulse { 50% { transform: scale(1.05); opacity: .7; } }
@keyframes introFade { to { opacity: 1; } }
@keyframes introSmall { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes introReveal { to { opacity: 1; clip-path: inset(0 0 0 0); } }
@keyframes introGlitch { 0%,100% { transform: none; } 33% { transform: translate(-7px,2px); color: #ff303c; } 66% { transform: translate(6px,-2px); } }
@keyframes introExit { 0% { opacity: 1; clip-path: inset(0); } 100% { opacity: 0; clip-path: inset(49% 0); visibility: hidden; } }
@keyframes tickerMove { to { transform: translateX(-50%); } }
@keyframes titleGlitch { 0%,100% { opacity: 0; } 20%,80% { opacity: .9; } 40% { transform: translateX(8px); } 60% { transform: translateX(-8px); } }
@keyframes punchSweep { 0%,55% { left: -35%; } 100% { left: 130%; } }
@keyframes voteBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 1000px) {
    .site-head { grid-template-columns: 1fr auto; }
    .site-head nav { display: none; }
    .hero-grid { grid-template-columns: 1fr .82fr; }
    .hero h1 { font-size: clamp(62px,10vw,100px); }
    .hero-lead { font-size: 17px; }
    .case-strip { grid-template-columns: 1fr 1fr; }
    .case-strip > div:nth-child(2) { border-right: 0; }
    .case-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .case-layout, .evidence-grid { grid-template-columns: 1fr; }
    .rules-evidence img { height: 300px; }
    .petition-heading { grid-template-columns: 1fr; gap: 22px; }
    .petition-heading > p { max-width: 620px; }
    .petition-stage { grid-template-columns: 1fr; }
    .petition-vote-panel { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
    .argument-grid { grid-template-columns: 1fr; }
    .argument-grid article { min-height: auto; }
    .argument-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 720px) {
    .site-head { width: calc(100% - 32px); }
    .head-status { display: none; }
    .hero-grid { display: flex; flex-direction: column; width: calc(100% - 32px); padding-top: 105px; }
    .hero-copy { order: 2; padding: 40px 0 60px; }
    .hero-visual { order: 1; width: 100%; height: 58vh; min-height: 450px; }
    .portrait-frame { right: 0; }
    .portrait-label { left: 12px; bottom: 20px; width: 235px; }
    .hero h1 { font-size: clamp(58px,19vw,105px); letter-spacing: -4px; }
    .hero-lead { margin-top: 27px; }
    .hero-actions { flex-direction: column; }
    .eyebrow { margin-bottom: 24px; }
    .case-strip { grid-template-columns: 1fr; }
    .case-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .section, .evidence-section { width: calc(100% - 32px); padding: 88px 0; }
    .section-number { display: none; }
    .section-heading { margin-bottom: 38px; }
    .section-heading h2 { letter-spacing: -1.5px; }
    .split-heading { align-items: start; flex-direction: column; }
    .case-summary .large-copy, .position-intro { font-size: 19px; }
    blockquote { padding: 30px 24px; font-size: 20px; }
    .evidence-card img { height: 380px; }
    .rules-evidence img { height: 220px; }
    .petition-section { padding: 90px 16px; }
    .petition-heading { margin-bottom: 38px; }
    .petition-heading h2 { font-size: clamp(42px,13vw,66px); letter-spacing: -2.5px; }
    .petition-results { grid-template-columns: 1fr; gap: 35px; padding: 32px 25px; }
    .petition-total { min-height: auto; padding: 0 0 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .petition-total strong { font-size: 74px; }
    .vote-results { gap: 32px; }
    .petition-form,.petition-voted,.petition-unavailable { padding: 42px 25px; }
    .petition-choice { grid-template-columns: 40px 1fr auto; padding: 13px 15px; }
    .petition-choice strong { font-size: 9px; }
    .petition-flash { margin-top: -15px; }
    .statement-punch { grid-template-columns: 1fr; padding: 25px; }
    .statement-punch i { writing-mode: initial; }
    .demand-section { padding: 95px 16px; }
    .demand-section h2 { letter-spacing: -2px; }
    .demand-list { grid-template-columns: 1fr; margin-top: 42px; }
    .final-call { align-items: flex-start; flex-direction: column; margin-top: 55px; }
    .final-call small { margin-left: 0; }
    footer { grid-template-columns: 1fr; gap: 22px; padding: 35px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
    .cinematic-intro { display: none; }
    .news-ticker div, .statement-punch::before { animation: none; }
    .js [data-reveal] { opacity: 1; transform: none; }
}
