
:root {
  --ink: #11110f;
  --paper: #fffdf8;
  --cream: #f2eadb;
  --gold: #d3a34b;
  --gold-pale: #f1dca9;
  --red: #c43a2e;
  --blue: #486977;
  --gray: #68645d;
  --line: rgba(17, 17, 15, .18);
  --line-light: rgba(255, 253, 248, .24);
  --background: var(--paper);
  --foreground: var(--ink);
  --card: var(--paper);
  --card-foreground: var(--ink);
  --primary: var(--red);
  --primary-foreground: #fff;
  --secondary: var(--cream);
  --secondary-foreground: var(--ink);
  --muted: var(--cream);
  --muted-foreground: var(--gray);
  --accent: var(--gold);
  --accent-foreground: var(--ink);
  --destructive: var(--red);
  --border: #cec5b7;
  --input: #cec5b7;
  --ring: var(--gold);
  --radius: 0;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
button, input { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
::selection { background: var(--gold-pale); color: var(--ink); }

.support-strip { min-height: 42px; padding: 9px 4vw; background: var(--blue); color: white; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: .75rem; letter-spacing: .09em; text-align: center; }
.support-strip strong { font-weight: 900; }
.support-strip a { color: var(--gold-pale); font-weight: 800; text-underline-offset: 3px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-pale); box-shadow: 0 0 0 5px rgba(241,220,169,.16); }

.site-header { height: 90px; padding: 0 4vw; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 40; backdrop-filter: blur(16px); }
.campaign-brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.campaign-brand > img { width: 56px; height: 56px; }
.campaign-brand > span { display: flex; flex-direction: column; gap: 3px; }
.campaign-brand strong { font-family: Georgia, serif; font-size: 1.28rem; font-weight: 500; }
.campaign-brand small { color: var(--gray); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { font-size: .75rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
nav a:hover { color: var(--red); }
nav .nav-petition { padding: 13px 16px; background: var(--red); color: white; }
nav .nav-petition:hover { background: var(--ink); color: white; }

.hero { min-height: 920px; position: relative; overflow: hidden; background: var(--ink); color: white; }
.hero-copy { width: 58%; min-height: 730px; padding: 9vh 5vw 210px; position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(90deg, var(--ink) 0%, var(--ink) 75%, rgba(17,17,15,.83) 88%, rgba(17,17,15,0) 100%); }
.hero-photo { width: 58%; height: 100%; position: absolute; top: 0; right: 0; z-index: 1; overflow: hidden; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 34%), linear-gradient(90deg, rgba(17,17,15,.55), transparent 28%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; filter: saturate(.96) contrast(1.03); }
.hero-photo > span { position: absolute; right: 20px; bottom: 205px; z-index: 2; color: rgba(255,255,255,.8); font-size: .75rem; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--gold-pale); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.7rem, 6.7vw, 7.3rem); line-height: .88; letter-spacing: -.067em; text-transform: uppercase; }
.hero h1 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.hero-deck { max-width: 700px; margin: 31px 0 0; color: #eee6d8; font-family: Georgia, serif; font-size: clamp(1.2rem, 1.65vw, 1.55rem); line-height: 1.5; }
.independence { max-width: 650px; margin: 25px 0 0; color: #afa99e; font-size: .8rem; line-height: 1.55; }
.hero-choices { height: 190px; position: absolute; inset: auto 0 0; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); color: var(--ink); }
.hero-choices a { padding: 29px 4vw; border-right: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; align-items: start; text-decoration: none; }
.hero-choices a:last-child { border-right: 0; }
.hero-choices a:hover { background: var(--gold-pale); }
.hero-choices span { grid-row: 1 / 3; color: var(--red); font-size: .75rem; font-weight: 900; }
.hero-choices strong { font-family: Georgia, serif; font-size: clamp(1.55rem, 2.5vw, 2.55rem); font-weight: 500; line-height: 1.02; }
.hero-choices i { margin-top: 16px; color: var(--gray); font-size: .75rem; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.musicians-source { padding: 72px 5vw; background: var(--blue); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.musicians-source .section-kicker { color: var(--gold-pale); }
.musicians-source h2 { margin: 10px 0 0; font-size: clamp(2.4rem, 4.6vw, 5rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.musicians-source > div:last-child > p { max-width: 720px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; }
.musician-links { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.musician-links a { min-height: 48px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.6); color: white; display: inline-flex; align-items: center; font-size: .75rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.musician-links a:first-child { background: var(--gold-pale); border-color: var(--gold-pale); color: var(--ink); }
.musician-links a:hover { background: white; border-color: white; color: var(--blue); }

.journey-intro { min-height: 104px; padding: 25px 5vw; background: var(--gold); display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 35px; }
.journey-intro p, .journey-intro span { margin: 0; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.journey-intro > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.journey-intro i { height: 4px; background: var(--paper); }
.journey-intro span { max-width: 300px; font-weight: 700; line-height: 1.5; text-align: right; }

.step { min-height: 760px; display: grid; grid-template-columns: 180px 1fr; scroll-margin-top: 90px; }
.step-number { padding: 105px 25px; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; }
.step-number span { font-size: .75rem; font-weight: 900; letter-spacing: .16em; writing-mode: vertical-rl; }
.step-number strong { margin-top: 30px; color: var(--red); font-size: 5rem; line-height: 1; letter-spacing: -.08em; writing-mode: vertical-rl; }
.step-number.light { border-color: var(--line-light); }
.step-number.light strong { color: var(--gold); }
.step-copy { min-width: 0; padding: 115px 7vw; }
.step .section-kicker { color: var(--red); }
.step h2, .curtain-clock h2, .act h2 { max-width: 1050px; margin: 0; font-size: clamp(3.4rem, 6.9vw, 7.6rem); line-height: .88; letter-spacing: -.068em; text-transform: uppercase; }
.large-copy { max-width: 940px; margin: 48px 0 0; color: #48443e; font-family: Georgia, serif; font-size: clamp(1.3rem, 2vw, 1.9rem); line-height: 1.55; }
.history-step { background: var(--cream); }
.history-punch { margin-top: 78px; padding: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto auto 1fr; gap: 25px; align-items: center; }
.history-punch strong { color: var(--blue); font-size: clamp(3rem, 6vw, 6.5rem); letter-spacing: -.08em; line-height: .8; }
.history-punch span { max-width: 150px; font-family: Georgia, serif; font-size: 1.1rem; }
.history-punch b { color: var(--red); font-size: 3rem; }

.crisis-step { background: var(--paper); }
.status-board { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.status-board article { min-height: 260px; padding: 31px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.status-board article:last-child { border-right: 0; }
.status-board span { font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.status-board strong { margin-top: auto; color: var(--blue); font-size: clamp(2rem, 3.4vw, 3.7rem); letter-spacing: -.055em; line-height: .9; }
.status-board p { color: var(--gray); line-height: 1.55; }
.status-board .danger { background: var(--red); color: white; }
.status-board .danger strong, .status-board .danger p { color: white; }
.orchestra-statement { margin-top: 45px; padding: 43px; background: var(--blue); color: white; display: grid; grid-template-columns: 180px 1fr; gap: 17px 45px; text-decoration: none; }
.orchestra-statement:hover { background: var(--ink); }
.orchestra-statement > span { grid-row: 1 / 3; color: var(--gold-pale); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.orchestra-statement blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3.2vw, 3.4rem); line-height: 1.15; }
.orchestra-statement > strong { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.solidarity-line { margin: 0; padding: 28px 43px; border: 1px solid var(--blue); border-top: 0; color: var(--ink); font-size: clamp(1rem, 1.7vw, 1.3rem); line-height: 1.5; }
.solidarity-line strong { color: var(--red); text-transform: uppercase; }

.cut-step { background: var(--ink); color: white; }
.cut-step .section-kicker { color: var(--gold-pale); }
.cut-graphic { margin-top: 72px; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: stretch; }
.cut-graphic > div { min-height: 360px; padding: 38px; background: #24221e; border-top: 6px solid var(--gold); display: flex; flex-direction: column; }
.cut-graphic > div:first-child { background: var(--red); border-color: var(--red); }
.cut-graphic > i { display: grid; place-items: center; color: var(--gold); font-size: 2.5rem; font-style: normal; }
.cut-graphic span { font-size: .75rem; font-weight: 900; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.cut-graphic strong { margin-top: auto; font-size: clamp(5rem, 10vw, 10rem); line-height: .75; letter-spacing: -.1em; }
.cut-graphic p { max-width: 480px; margin: 28px 0 0; color: #d3cdc2; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.55; }
.cut-graphic > div:first-child p { color: white; }
.contrast-strip { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-light); }
.contrast-strip > div { min-height: 150px; padding: 25px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.contrast-strip > div:last-child { border-right: 0; background: var(--gold); color: var(--ink); }
.contrast-strip span { color: var(--gold-pale); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.contrast-strip > div:last-child span { color: var(--red); }
.contrast-strip strong { font-family: Georgia, serif; font-size: clamp(1.25rem, 2.2vw, 2.2rem); font-weight: 500; }
.context-note { max-width: 970px; margin-top: 45px; padding: 27px 30px; border-left: 6px solid var(--gold); background: rgba(211,163,75,.12); display: grid; grid-template-columns: 250px 1fr; gap: 35px; }
.context-note strong { color: var(--gold-pale); font-family: Georgia, serif; font-size: 1.2rem; }
.context-note p { margin: 0; color: #cbc5ba; line-height: 1.67; }

.timeline-step { background: var(--cream); }
.timeline { margin-top: 70px; display: grid; grid-template-columns: repeat(7, 1fr); }
.timeline article { min-height: 275px; padding: 0 18px 25px; border-top: 3px solid var(--gold); border-right: 1px solid var(--line); position: relative; }
.timeline article:last-child { border-right: 0; }
.timeline article > span { width: 34px; height: 34px; margin-top: -18px; border-radius: 50%; background: var(--paper); border: 2px solid var(--gold); display: grid; place-items: center; color: var(--red); font-size: .75rem; font-weight: 900; }
.timeline time { margin-top: 42px; display: block; color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .08em; }
.timeline p { margin-top: 17px; color: #504c45; font-family: Georgia, serif; font-size: 1.03rem; line-height: 1.5; }
.ball-card { margin-top: 50px; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--paper); border: 1px solid var(--line); }
.ball-card > div:first-child { min-height: 420px; padding: 35px; background: var(--gold-pale); border-right: 1px solid var(--line); display: grid; place-items: center; position: relative; text-align: center; }
.ball-card > div:first-child span { position: absolute; top: 36px; font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.ball-card > div:first-child strong { font-size: clamp(3rem, 5.5vw, 6rem); letter-spacing: -.06em; }
.ball-card > div:first-child strong:last-child { align-self: end; color: var(--red); }
.ball-card > div:first-child b { padding: 11px 17px; border: 6px solid var(--red); color: var(--red); font-size: clamp(1.7rem, 3vw, 3rem); letter-spacing: .06em; transform: rotate(-8deg); }
.ball-card > div:last-child { padding: 60px 5vw; display: flex; flex-direction: column; justify-content: center; }
.ball-card h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.1rem, 3.6vw, 3.7rem); font-weight: 500; line-height: 1.05; }
.ball-card > div:last-child > p:last-child { color: var(--gray); line-height: 1.7; }

.leaders-step { background: var(--ink); color: white; }
.leaders-step .section-kicker { color: var(--gold-pale); }
.leaders-intro { max-width: 800px; margin: 38px 0 0; color: #c7c0b6; font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.65; }
.leaders { margin-top: 65px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.leaders article { min-width: 0; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 42% 58%; }
.leaders img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center 20%; }
.leaders article > div { padding: 34px 30px; }
.leaders span { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.leaders h3 { margin: 23px 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 3.5vw, 3.8rem); font-weight: 500; line-height: .92; }
.leaders article > div > strong { color: var(--red); font-size: clamp(2.2rem, 4vw, 4.3rem); letter-spacing: -.06em; line-height: .9; }
.leaders p { color: #625d55; line-height: 1.6; }
.leaders b { display: block; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.demands { margin-top: 55px; padding: 43px; border: 1px solid var(--line-light); }
.demands > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.demands article { min-height: 160px; padding: 23px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.demands article:last-child { border-right: 0; }
.demands span { color: var(--gold); font-size: .75rem; font-weight: 900; }
.demands strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; line-height: 1.35; }

.curtain-clock { padding: 85px 5vw; background: var(--blue); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: end; }
.curtain-clock .section-kicker { color: var(--gold-pale); }
.curtain-clock h2 { font-size: clamp(2.5rem, 4.8vw, 5.2rem); }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.4); }
.countdown > div { padding: 24px 7px 19px; border-right: 1px solid rgba(255,255,255,.32); text-align: center; }
.countdown > div:last-child { border-right: 0; }
.countdown strong { display: block; font-size: clamp(2.2rem, 4.5vw, 4.8rem); line-height: 1; letter-spacing: -.07em; }
.countdown span { margin-top: 10px; display: block; color: #d7e5e9; font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.countdown-ended { font-family: Georgia, serif; font-size: 1.8rem; }

.act { padding: 115px 5vw; background: var(--gold); display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.act-copy { position: sticky; top: 125px; align-self: start; }
.act-copy .section-kicker { color: var(--red); }
.act-copy h2 { font-size: clamp(3rem, 5.8vw, 6rem); }
.act-copy > p:last-child { max-width: 460px; font-family: Georgia, serif; line-height: 1.65; }
.act-grid { border-top: 1px solid rgba(17,17,15,.38); }
.act-grid > a, .act-grid > button { width: 100%; padding: 27px 0; border: 0; border-bottom: 1px solid rgba(17,17,15,.38); background: transparent; color: var(--ink); display: grid; grid-template-columns: 48px 1fr; gap: 0 18px; text-align: left; text-decoration: none; cursor: pointer; }
.act-grid > a:hover strong, .act-grid > a:hover i, .act-grid > button:hover strong, .act-grid > button:hover i { color: white; }
.act-grid span { grid-row: 1 / 4; color: var(--red); font-size: .75rem; font-weight: 900; }
.act-grid strong { font-family: Georgia, serif; font-size: clamp(1.6rem, 2.7vw, 2.8rem); font-weight: 500; }
.act-grid p { margin: 9px 0 15px; line-height: 1.5; }
.act-grid i { font-size: .75rem; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.sources { padding: 55px 5vw; background: var(--cream); }
.sources details { max-width: 1000px; margin: 0 auto; }
.sources summary { padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.sources summary::marker { content: ""; }
.sources ol { margin: 35px 0; padding-left: 22px; }
.sources li { margin: 15px 0; font-family: Georgia, serif; }
.sources li a { text-underline-offset: 4px; }
.sources details > p { max-width: 850px; color: var(--gray); font-size: .84rem; line-height: 1.7; }

footer { padding: 40px 5vw; background: var(--paper); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: center; }
footer > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
footer > div a { color: var(--red); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
footer > p { margin: 0; color: var(--gray); font-size: .75rem; line-height: 1.6; text-align: right; }

.scrollbar-thin { scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.scrollbar-none { scrollbar-width: none; }
.scrollbar-stable { scrollbar-gutter: stable; }
.scroll-fade { mask-image: linear-gradient(to bottom, transparent, black 24px, black calc(100% - 24px), transparent); }
@keyframes scroll-fade-reveal-b { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tw-shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* Petition */
.petition-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.petition-header { height: 92px; padding: 0 5vw; background: var(--paper); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.petition-header > a:last-child { font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.petition-hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: 1fr 1fr; }
.petition-hero > div:first-child { min-height: 710px; padding: 10vh 5vw; background: var(--blue); color: white; display: flex; flex-direction: column; justify-content: center; }
.petition-hero .section-kicker { color: var(--gold-pale); }
.petition-hero h1 { margin: 0; font-size: clamp(4rem, 8.5vw, 8.6rem); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.petition-hero h1 em { color: var(--gold-pale); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.petition-deck { max-width: 620px; margin: 35px 0 0; font-family: Georgia, serif; font-size: clamp(1.25rem, 2.1vw, 1.85rem); line-height: 1.45; }
.signature-count { margin-top: 58px; display: flex; align-items: baseline; gap: 18px; }
.signature-count strong { color: var(--gold-pale); font-size: clamp(3.4rem, 7vw, 7rem); line-height: 1; letter-spacing: -.07em; }
.signature-count span { color: #d7e1de; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.petition-summary { padding: 10vh 6vw; display: flex; flex-direction: column; justify-content: center; }
.petition-summary > p:first-child { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.petition-summary h2 { margin: 20px 0 15px; font-size: clamp(3rem, 5vw, 5rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.petition-summary p, .petition-summary li { font-family: Georgia, serif; font-size: 1.04rem; line-height: 1.65; }
.petition-summary ol { margin: 15px 0 22px; padding-left: 24px; }
.petition-summary li { margin: 10px 0; padding-left: 9px; }
.petition-form-section { padding: 115px 5vw; background: var(--gold-pale); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.petition-form-section h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.5rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.petition-form-section > div:first-child > p:last-child { max-width: 520px; margin-top: 35px; line-height: 1.7; }
.petition-form { display: grid; gap: 22px; }
.petition-form > label:not(.petition-check):not(.honeypot) { display: grid; gap: 9px; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.petition-form input:not([type="checkbox"]) { width: 100%; height: 58px; padding: 0 15px; border: 1px solid var(--ink); border-radius: 0; background: rgba(255,255,255,.36); color: var(--ink); outline: none; }
.petition-form input:not([type="checkbox"]):focus { box-shadow: 0 0 0 2px var(--ink); }
.petition-check { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: .92rem; line-height: 1.5; }
.petition-check input { width: 19px; height: 19px; accent-color: var(--red); }
.petition-check.required { font-weight: 800; }
.petition-form button { min-height: 60px; border: 1px solid var(--red); background: var(--red); color: white; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.petition-form button:hover { background: var(--ink); border-color: var(--ink); }
.petition-form button:disabled { opacity: .6; cursor: wait; }
.honeypot { position: absolute; left: -9999px; }
.form-error { margin: 0; padding: 15px; border: 1px solid var(--red); color: var(--red); font-weight: 700; }
.petition-success { min-height: 420px; padding: 50px; background: var(--blue); color: white; display: flex; flex-direction: column; justify-content: center; }
.petition-success strong { color: var(--gold-pale); font-size: clamp(4rem, 8vw, 8rem); line-height: 1; letter-spacing: -.07em; text-transform: uppercase; }
.petition-success p { font-family: Georgia, serif; font-size: 1.4rem; }
.petition-success a { margin-top: 25px; color: var(--gold-pale); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.petition-footer { background: var(--ink); color: #aaa195; }
.petition-footer a { color: var(--gold-pale); }

@media (max-width: 1180px) {
  nav a:not(.nav-petition) { display: none; }
  .hero-copy { width: 68%; }
  .hero-photo { width: 62%; }
  .journey-intro { grid-template-columns: 190px 1fr; }
  .journey-intro span { display: none; }
  .step { grid-template-columns: 120px 1fr; }
  .timeline { grid-template-columns: repeat(4, 1fr); gap: 45px 0; }
  .leaders article { grid-template-columns: 1fr; }
  .leaders img { min-height: 430px; height: 430px; }
  .curtain-clock, .act, .musicians-source { grid-template-columns: 1fr; }
  .musicians-source { gap: 35px; }
  .act-copy { position: static; }
  .petition-hero, .petition-form-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .support-strip { min-height: 48px; padding: 9px 16px; line-height: 1.4; }
  .support-strip a { display: none; }
  .site-header { height: 74px; }
  .campaign-brand > img { width: 45px; height: 45px; }
  .campaign-brand small { display: none; }
  nav .nav-petition { padding: 10px; }
  .hero { min-height: 990px; }
  .hero-photo { width: 100%; height: 100%; opacity: .73; }
  .hero-photo img { object-position: 48% 12%; }
  .hero-photo::after { background: linear-gradient(0deg, rgba(17,17,15,.95) 0%, rgba(17,17,15,.47) 56%, rgba(17,17,15,.18) 100%); }
  .hero-photo > span { display: none; }
  .hero-copy { width: 100%; min-height: 730px; padding: 165px 5vw 280px; background: transparent; justify-content: flex-end; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5.2rem); }
  .hero-deck { font-size: 1.08rem; }
  .hero-choices { height: 240px; grid-template-columns: 1fr; }
  .hero-choices a { min-height: 80px; padding: 15px 5vw; border-right: 0; border-bottom: 1px solid var(--line); grid-template-columns: 38px 1fr auto; align-items: center; }
  .hero-choices strong { font-size: 1.28rem; }
  .hero-choices strong br { display: none; }
  .hero-choices i { margin: 0; max-width: 100px; text-align: right; }
  .musicians-source { padding: 60px 5vw; }
  .musician-links { display: grid; }
  .journey-intro { grid-template-columns: 1fr; gap: 15px; }
  .journey-intro > div { width: 100%; }
  .step { grid-template-columns: 1fr; }
  .step-number { padding: 23px 5vw; border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; justify-content: space-between; }
  .step-number.light { border-color: var(--line-light); }
  .step-number span, .step-number strong { writing-mode: horizontal-tb; }
  .step-number strong { margin: 0; font-size: 2.8rem; }
  .step-copy { padding: 78px 5vw; }
  .step h2, .curtain-clock h2, .act h2 { font-size: clamp(3rem, 14.5vw, 5rem); }
  .history-punch { padding: 30px 0; grid-template-columns: 1fr 1fr; }
  .history-punch b { display: none; }
  .history-punch strong:nth-of-type(2) { border-top: 1px solid var(--line); padding-top: 25px; }
  .history-punch span:last-child { border-top: 1px solid var(--line); padding-top: 25px; }
  .status-board, .cut-graphic, .contrast-strip, .leaders, .demands > div, .ball-card { grid-template-columns: 1fr; }
  .status-board article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .orchestra-statement { padding: 30px 25px; grid-template-columns: 1fr; }
  .orchestra-statement > span { grid-row: auto; }
  .solidarity-line { padding: 24px 25px; }
  .cut-graphic > i { min-height: 65px; transform: rotate(90deg); }
  .contrast-strip > div { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .context-note { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; padding-left: 19px; }
  .timeline article { min-height: 170px; padding: 0 18px 28px 35px; border-top: 0; border-left: 3px solid var(--gold); border-right: 0; }
  .timeline article > span { margin: 0 0 0 -54px; float: left; }
  .timeline time { margin-top: 0; }
  .ball-card > div:first-child { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ball-card > div:last-child { padding: 50px 26px; }
  .leaders article { grid-template-columns: 1fr; }
  .leaders img { min-height: 430px; height: 430px; }
  .demands { padding: 28px 22px; }
  .demands article { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .curtain-clock, .act { padding: 78px 5vw; gap: 50px; }
  .countdown > div { padding: 17px 4px 14px; }
  .countdown span { font-size: .65rem; letter-spacing: 0; }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-content: flex-start; }
  footer > p { text-align: left; }
  .petition-header { height: 76px; }
  .petition-header > a:last-child { font-size: .67rem; }
  .petition-hero > div:first-child, .petition-summary, .petition-form-section { padding: 78px 5vw; }
  .petition-hero > div:first-child { min-height: 650px; }
  .petition-form-section { gap: 50px; }
}

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

html { scroll-behavior: smooth; }
.thank-you-page { min-height: calc(100vh - 180px); grid-template-columns: 1fr; place-items: center; text-align: center; }
.thank-you-page > div { max-width: 850px; }
.thank-you-page .thank-you-button { margin-top: 32px; min-height: 56px; padding: 16px 24px; background: var(--red); color: white; display: inline-flex; align-items: center; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
