@import "tailwindcss";

:root {
  /* University of Michigan palette: Blue #00274C + Maize #FFCB05 */
  --forest: #00274c;
  --forest-deep: #001a38;
  --orange: #ffcb05;
  --orange-bright: #ffd54d;
  --gold: #ffcb05;
  --ink: #0d1b2e;
  --cream: #f5f1e8;
  --sage: #e5edf6;
  --white: #ffffff;
  --line: rgba(13, 27, 46, 0.18);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-width: 0; max-width: 100%; margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: var(--font-geist-sans), "Public Sans", Arial, sans-serif; }
img, picture, video, svg { max-width: 100%; }
:where(main, main > *, main section, main div, main article, main figure, main form, main ol, main ul, header, header div, footer, footer div) { min-width: 0; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 999; background: var(--white); color: var(--ink); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.campaign-bar { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: .7rem; padding: .45rem 4vw; background: var(--forest); color: var(--white); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.campaign-bar span { font-weight: 900; }
.campaign-bar strong { font-weight: 550; }
.campaign-bar a { margin-left: 1.4rem; border-bottom: 1px solid currentColor; font-weight: 800; }

.site-header { height: 88px; padding: 0 3.5vw; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; background: var(--cream); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: .72rem; font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--forest); color: var(--cream); font-family: Impact, "Arial Black", sans-serif; font-size: 1.2rem; letter-spacing: -.04em; border-radius: 50% 50% 50% 8%; transform: rotate(-4deg); }
.brand-mark::first-letter { color: var(--gold); }
.brand-name { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif; font-size: 1.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .01em; line-height: 1; }
.brand-name b { color: var(--forest); font-weight: inherit; }
.brand-logo { display: block; width: 54px; height: 54px; border-radius: 50%; object-fit: cover; flex: none; }
.footer-brand { align-items: center; gap: 1rem; }
.footer-brand .brand-logo-chip { display: inline-grid; place-items: center; padding: .55rem; background: var(--cream); border-radius: 16px; box-shadow: 3px 3px 0 var(--gold); flex: none; }
.footer-brand .brand-logo { width: 72px; height: 72px; }
.footer-brand .brand-name b { color: var(--white); }
.site-header nav { display: flex; align-items: center; gap: clamp(.75rem, 1.5vw, 1.35rem); font-size: .74rem; font-weight: 750; text-transform: uppercase; letter-spacing: .03em; }
.site-header nav a { padding: .55rem 0; border-bottom: 2px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible { border-color: var(--forest); }
.header-actions { display: flex; align-items: center; gap: 1.1rem; }
.donate-link { font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; border-bottom: 2px solid var(--forest); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; min-height: 40px; display: grid; place-items: center; padding: .5rem .7rem; background: var(--ink); color: var(--white); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu > div { position: absolute; z-index: 20; top: calc(100% + 1rem); right: 0; width: min(82vw, 320px); display: flex; flex-direction: column; padding: .7rem; background: var(--cream); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--gold); }
.mobile-menu > div a { padding: .85rem .7rem; border-bottom: 1px solid var(--line); font-size: .75rem; font-weight: 800; text-transform: uppercase; }

.button { min-height: 50px; padding: .84rem 1.25rem; display: inline-flex; justify-content: center; align-items: center; gap: 1rem; border: 1px solid transparent; font-size: .76rem; line-height: 1; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 rgba(16,20,18,.25); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 42px; padding: .68rem 1rem; }
.button-orange { background: var(--orange); color: var(--forest); }
.button-orange:hover { background: var(--orange-bright); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-cream { background: var(--cream); color: var(--ink); }
.text-link { display: inline-flex; gap: .65rem; align-items: center; border: 0; border-bottom: 2px solid var(--forest); background: transparent; padding: .25rem 0; font-size: .76rem; line-height: 1.25; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.light-link { color: var(--cream); border-color: var(--gold); }

.hero { background: var(--forest-deep); color: var(--cream); overflow: hidden; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr); }
.hero-copy { padding: clamp(4.5rem, 8vw, 8rem) 3vw clamp(4rem, 7vw, 7rem) 7vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.5rem; font-size: .7rem; line-height: 1.3; font-weight: 850; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow.light { color: var(--gold); }
.hero h1, .section h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(4.2rem, 8.2vw, 8.5rem); line-height: .84; }
.hero h1 span { color: var(--orange-bright); }
.hero-intro { max-width: 660px; margin: 2rem 0 0; font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.55; color: rgba(245,240,230,.84); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.3rem; }
.hero-art { position: relative; min-height: 100%; overflow: hidden; border-left: 1px solid rgba(245,240,230,.2); background: linear-gradient(145deg, var(--forest) 0 55%, #013a6b 55%); }
.hero-art::before, .hero-art::after { content: ""; position: absolute; inset: 0; opacity: .2; background: repeating-linear-gradient(45deg, transparent 0 32px, rgba(245,240,230,.3) 33px, transparent 34px); }
.hero-art::after { transform: rotate(90deg); }
.sun-disc { position: absolute; width: min(31vw, 420px); aspect-ratio: 1; border-radius: 50%; background: var(--orange); top: 13%; right: -7%; box-shadow: inset 0 0 0 28px rgba(245,240,230,.08); }
.mi-outline { position: absolute; left: 8%; bottom: 4%; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(15rem, 30vw, 31rem); line-height: .75; letter-spacing: -.09em; color: transparent; -webkit-text-stroke: 2px rgba(245,240,230,.48); transform: rotate(-7deg); }
.hero-stamp { position: absolute; z-index: 2; top: 20%; left: 10%; width: 180px; aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--gold); color: var(--ink); border: 7px double var(--ink); transform: rotate(-8deg); text-transform: uppercase; }
.hero-stamp span { font-size: .58rem; letter-spacing: .18em; margin-bottom: .25rem; }
.hero-stamp strong { font-family: Impact, "Arial Black", sans-serif; font-size: 1.7rem; line-height: .9; letter-spacing: .02em; }
.hero-note { position: absolute; z-index: 2; right: 8%; bottom: 7%; width: 220px; margin: 0; padding: 1rem; background: var(--cream); color: var(--ink); font-size: .72rem; line-height: 1.5; font-weight: 700; border-top: 5px solid var(--forest); transform: rotate(2deg); }
.hero-photo-art picture, .hero-photo-art picture img, .hero-photo-art video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo-art picture img, .hero-photo-art video { object-fit: cover; object-position: 50% center; }
.hero-photo-art::before, .hero-photo-art::after { z-index: 1; opacity: .1; }
.hero-photo-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(0,39,76,.08) 0 50%, rgba(0,39,76,.74) 100%); }
.city-ticker { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 1.15rem; padding: .6rem 2vw; white-space: nowrap; overflow: hidden; background: var(--gold); color: var(--ink); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.city-ticker i { color: var(--forest); font-style: normal; }

.section { padding: clamp(5rem, 9vw, 9rem) 7vw; }
.section-label { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.manifesto { background: var(--cream); }
.manifesto-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 8vw; padding: clamp(4rem, 7vw, 7rem) 0; align-items: start; }
.manifesto h2 { font-size: clamp(4.5rem, 9vw, 9.5rem); line-height: .82; }
.manifesto h2 em, .section-heading-row h2 em, .join h2 em { color: var(--forest); font-style: normal; }
.manifesto-copy { max-width: 650px; padding-top: .5rem; }
.manifesto-copy p { font-size: 1.04rem; line-height: 1.7; color: #3d423f; }
.manifesto-copy .lead { margin-top: 0; font-size: clamp(1.45rem, 2.5vw, 2.15rem); line-height: 1.25; color: var(--ink); font-weight: 650; letter-spacing: -.025em; }
.manifesto-copy .text-link { margin-top: 1.2rem; }
.manifesto-photo { margin: 0 0 2rem; border: 1px solid var(--ink); background: var(--forest-deep); }
.manifesto-photo img { display: block; width: 100%; aspect-ratio: 16 / 8; object-fit: cover; object-position: center 62%; }
.manifesto-photo figcaption { padding: .7rem 1rem; color: var(--cream); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.statement-band { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.statement-band span { padding: 1.3rem 1.5rem; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(1.25rem, 2.1vw, 2.1rem); text-transform: uppercase; letter-spacing: .01em; }
.statement-band span + span { border-left: 1px solid var(--ink); }

.video-story { background: var(--ink); color: var(--cream); }
.video-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; margin-bottom: 3rem; }
.video-heading h2 { font-size: clamp(4.2rem, 7.5vw, 8rem); line-height: .86; }
.video-heading h2 em { color: var(--gold); font-style: normal; }
.video-heading > p { max-width: 520px; margin: 0; color: rgba(245,240,230,.72); line-height: 1.65; }
.video-stage { min-height: clamp(420px, 54vw, 760px); position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg, var(--forest-deep) 0 52%, var(--forest) 52%); border: 1px solid rgba(245,240,230,.3); }
.video-stage::before { content: ""; position: absolute; inset: 0; opacity: .24; background: repeating-linear-gradient(35deg, transparent 0 48px, rgba(245,240,230,.2) 49px, transparent 50px); }
.video-mi { position: absolute; left: -2vw; bottom: -9vw; font-family: Impact, "Arial Black", sans-serif; font-size: min(42vw, 42rem); color: transparent; -webkit-text-stroke: 2px rgba(245,240,230,.32); letter-spacing: -.1em; transform: rotate(-5deg); }
.video-copy { position: absolute; z-index: 2; left: 7%; top: 10%; display: flex; flex-direction: column; align-items: flex-start; }
.video-copy span, .video-copy small { font-size: .63rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); }
.video-copy strong { margin: 1rem 0 1.2rem; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3rem, 6vw, 6rem); line-height: .87; text-transform: uppercase; }
.play-button { position: relative; z-index: 3; width: clamp(84px, 10vw, 132px); aspect-ratio: 1; display: grid; place-items: center; padding-left: .4rem; border-radius: 50%; background: var(--orange); color: var(--forest); border: 8px solid rgba(245,240,230,.18); font-size: clamp(1.6rem, 3vw, 2.7rem); box-shadow: 0 0 0 2px var(--cream); }
.video-caption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--gold); color: var(--ink); }
.video-caption span { padding: 1rem; text-align: center; border-right: 1px solid var(--ink); font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.video-caption span:last-child { border-right: 0; }
.media-story { border: 1px solid rgba(245,240,230,.3); background: var(--forest-deep); }
.media-player video { display: block; width: 100%; aspect-ratio: 16 / 8.6; object-fit: cover; background: #000; }
.media-player-caption { min-height: 112px; display: grid; grid-template-columns: 150px 1fr auto; gap: 2rem; align-items: center; padding: 1.35rem 1.5rem; border-top: 1px solid rgba(245,240,230,.25); }
.media-player-caption > span, .media-player-caption small { color: var(--gold); font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.media-player-caption strong { display: block; margin-bottom: .35rem; font-size: clamp(1.2rem, 2vw, 1.8rem); text-transform: uppercase; }
.media-player-caption p { margin: 0; color: rgba(245,240,230,.7); font-size: .82rem; line-height: 1.45; }
.media-player-caption small { text-align: right; color: rgba(245,240,230,.55); }
.clip-selector { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(245,240,230,.3); }
.clip-selector button { min-width: 0; display: grid; grid-template-columns: 32px 74px 1fr auto; gap: .8rem; align-items: center; padding: .9rem; border: 0; border-right: 1px solid rgba(245,240,230,.24); background: var(--ink); color: var(--cream); text-align: left; cursor: pointer; }
.clip-selector button:last-child { border-right: 0; }
.clip-selector button.active { background: var(--gold); color: var(--ink); }
.clip-selector button > span { color: var(--gold); font-size: .62rem; font-weight: 850; }
.clip-selector button.active > span { color: var(--forest); }
.clip-selector img { width: 74px; aspect-ratio: 16 / 10; object-fit: cover; }
.clip-selector strong { font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.clip-selector i { font-style: normal; font-size: .58rem; text-transform: uppercase; white-space: nowrap; }

.priorities { background: var(--sage); }
.section-heading-row { display: grid; grid-template-columns: 1fr 320px; gap: 4rem; align-items: end; margin: 4rem 0 3.4rem; }
.section-heading-row h2 { font-size: clamp(4rem, 7vw, 7rem); line-height: .88; }
.section-heading-row p { margin: 0; font-size: 1rem; line-height: 1.65; }
.priority-list { border-top: 2px solid var(--ink); }
.priority-card { min-height: 190px; display: grid; grid-template-columns: 70px 1.1fr 1.25fr 120px; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid rgba(16,20,18,.42); }
.priority-number { font-family: Impact, "Arial Black", sans-serif; font-size: 2.3rem; color: var(--forest); }
.priority-card h3 { margin: 0; max-width: 420px; font-size: clamp(1.4rem, 2.4vw, 2.15rem); line-height: 1.05; text-transform: uppercase; letter-spacing: -.025em; }
.priority-card p { margin: 0; max-width: 520px; font-size: .92rem; line-height: 1.65; color: #39413d; }
.priority-card a { justify-self: end; font-size: .7rem; font-weight: 850; text-transform: uppercase; border-bottom: 2px solid var(--forest); padding-bottom: .25rem; }
.priority-card:hover h3 { color: var(--forest); }


.chapters { display: grid; grid-template-columns: .8fr 1fr 1.2fr; gap: 5vw; background: var(--forest-deep); color: var(--cream); }
.chapters-intro h2 { font-size: clamp(3.8rem, 6vw, 6.7rem); line-height: .88; }
.chapters-intro > p:not(.eyebrow) { margin: 1.7rem 0 2rem; color: rgba(245,240,230,.78); line-height: 1.65; }
.chapter-map { min-height: 480px; position: relative; display: grid; place-items: center; background: var(--forest); border: 1px solid rgba(245,240,230,.22); overflow: hidden; }
.chapter-map::after { content: ""; position: absolute; inset: 12%; border: 2px dashed var(--gold); border-radius: 48% 52% 55% 45%; transform: rotate(-8deg); }
.map-monogram { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(10rem, 19vw, 21rem); color: transparent; -webkit-text-stroke: 2px rgba(245,240,230,.45); transform: rotate(-8deg); }
.map-label { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; z-index: 2; margin: 0; padding: .8rem; background: var(--orange); color: var(--forest); font-size: .66rem; font-weight: 850; text-align: center; text-transform: uppercase; letter-spacing: .09em; }
.chapter-photo::after { border-color: rgba(201,154,50,.85); z-index: 1; }
.chapter-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.chapter-photo::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8,47,41,.72)); }
.city-list { border-top: 1px solid rgba(245,240,230,.4); }
.city-list a { min-height: 48px; display: grid; grid-template-columns: 2.3rem 1fr 1.5rem; gap: .8rem; align-items: center; border-bottom: 1px solid rgba(245,240,230,.24); transition: color .2s, padding .2s; }
.city-list a:hover { color: var(--gold); padding-left: .5rem; }
.city-list a span { font-size: .62rem; color: var(--gold); }
.city-list a strong { font-size: .9rem; text-transform: uppercase; letter-spacing: .035em; }
.city-list a i { font-style: normal; text-align: right; }
.city-list .your-city { color: var(--gold); border-bottom-color: var(--gold); }

.drive { position: relative; min-height: 760px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--forest); color: var(--cream); overflow: hidden; }
.drive-photo { position: absolute; inset: 0 0 0 auto; width: 54%; height: 100%; object-fit: cover; object-position: 45% center; opacity: .34; mix-blend-mode: multiply; }
.drive-number { position: absolute; left: 1vw; bottom: -5vw; font-family: Impact, "Arial Black", sans-serif; font-size: min(44vw, 46rem); line-height: .68; color: rgba(16,20,18,.16); letter-spacing: -.07em; }
.drive-content { position: relative; z-index: 2; align-self: center; max-width: 720px; }
.drive h2 { font-size: clamp(4.2rem, 8.2vw, 8.4rem); line-height: .84; }
.drive h2 span { color: var(--gold); }
.drive-content > p:not(.eyebrow) { max-width: 660px; font-size: 1.1rem; line-height: 1.6; }
.drive-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.drive-steps { position: relative; z-index: 2; align-self: end; margin-left: 2rem; background: var(--forest-deep); border: 1px solid rgba(245,240,230,.25); }
.drive-steps span { min-height: 78px; display: grid; grid-template-columns: 60px 1fr; align-items: center; padding: 0 1.2rem; border-bottom: 1px solid rgba(245,240,230,.18); font-family: Impact, "Arial Black", sans-serif; font-size: 1.65rem; text-transform: uppercase; letter-spacing: .02em; }
.drive-steps span:last-child { border-bottom: 0; }
.drive-steps b { color: var(--gold); font-family: var(--font-geist-sans), sans-serif; font-size: .65rem; letter-spacing: .08em; }

.join { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; background: var(--cream); }
.join-copy h2 { font-size: clamp(4.5rem, 7.5vw, 8rem); line-height: .85; }
.join-copy > p:not(.eyebrow) { max-width: 540px; font-size: 1.05rem; line-height: 1.65; }
.join-points { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.join-points span { padding: .55rem .7rem; background: var(--sage); border: 1px solid var(--forest); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.join-form, .join-success { align-self: start; padding: clamp(1.6rem, 3.5vw, 3rem); background: var(--white); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--gold); }
.form-heading { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.8rem; }
.form-heading span { font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--forest); }
.form-heading strong { font-size: clamp(1.5rem, 2.4vw, 2.4rem); line-height: 1.05; text-transform: uppercase; }
.join-form label { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1rem; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.join-form input, .join-form select { width: 100%; min-height: 48px; padding: .75rem .8rem; border: 1px solid rgba(16,20,18,.5); border-radius: 0; background: var(--cream); color: var(--ink); text-transform: none; letter-spacing: normal; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.join-form .consent { flex-direction: row; align-items: flex-start; gap: .7rem; font-weight: 600; text-transform: none; letter-spacing: 0; line-height: 1.4; }
.join-form .consent input { width: 20px; min-height: 20px; height: 20px; flex: none; accent-color: var(--forest); }
.form-submit { width: 100%; }
.join-form small { display: block; margin-top: .8rem; color: #606562; font-size: .67rem; line-height: 1.4; }
.join-success { min-height: 430px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.join-success > span { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 1.5rem; border-radius: 50%; background: var(--forest); color: var(--white); font-size: 1.7rem; }
.join-success h3 { margin: 0 0 1rem; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.5rem, 4vw, 4rem); text-transform: uppercase; line-height: .95; }
.join-success p:not(.eyebrow) { line-height: 1.6; }
.join-success .text-link { margin-top: 1rem; }

.site-footer { padding: 5rem 7vw 1.5rem; background: var(--ink); color: var(--cream); }
.footer-primary { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 4vw; align-items: center; padding-bottom: 3.5rem; border-bottom: 1px solid rgba(245,240,230,.25); }
.footer-brand .brand-mark { background: var(--gold); color: var(--ink); }
.footer-primary p { max-width: 520px; margin: 0; color: rgba(245,240,230,.7); line-height: 1.55; }
.footer-primary > strong { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(1.4rem, 2.3vw, 2.3rem); text-transform: uppercase; line-height: 1; color: var(--gold); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; padding: 3rem 0; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: .72rem; }
.footer-links span { margin-bottom: .45rem; color: var(--gold); font-size: .63rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: rgba(245,240,230,.76); font-size: .84rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.3rem; border-top: 1px solid rgba(245,240,230,.16); color: rgba(245,240,230,.48); font-size: .6rem; text-transform: uppercase; letter-spacing: .07em; }

/* Internal pages */
.interior-hero { min-height: 600px; position: relative; display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; color: var(--cream); }
.interior-hero > div:first-child { padding: clamp(5rem, 8vw, 8rem) 3vw clamp(4rem, 7vw, 7rem) 7vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 2; }
.interior-hero h1, .editorial-hero h1 { max-width: 1100px; margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(4.8rem, 9vw, 9.5rem); line-height: .83; text-transform: uppercase; letter-spacing: -.03em; }
.interior-hero h1 span { color: var(--gold); }
.interior-hero > div:first-child > p:last-child { max-width: 780px; margin: 2rem 0 0; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.6; color: rgba(245,240,230,.82); }
.interior-dark { background: var(--forest-deep); }
.interior-orange { background: var(--forest); }
.interior-gold { background: var(--gold); color: var(--ink); }
.interior-gold .eyebrow { color: var(--forest-deep); }
.interior-gold h1 span { color: var(--forest); }
.interior-gold > div:first-child > p:last-child { color: rgba(16,20,18,.78); }
.interior-art { position: relative; overflow: hidden; display: grid; place-items: center; background: rgba(16,20,18,.16); border-left: 1px solid rgba(245,240,230,.25); }
.interior-art::before, .interior-art::after { content: ""; position: absolute; inset: 12%; border: 2px solid rgba(245,240,230,.3); border-radius: 50%; transform: rotate(-12deg); }
.interior-art::after { inset: 22% 8%; transform: rotate(19deg); }
.interior-art span { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(13rem, 25vw, 27rem); color: transparent; -webkit-text-stroke: 2px rgba(245,240,230,.5); letter-spacing: -.1em; transform: rotate(-6deg); }
.interior-art i { position: absolute; bottom: 2rem; padding: .75rem 1rem; background: var(--ink); color: var(--gold); font-style: normal; font-size: .64rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.interior-photo img, .interior-photo video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.interior-photo::before { z-index: 1; inset: 0; border: 0; border-radius: 0; transform: none; background: linear-gradient(180deg, rgba(8,47,41,.04), rgba(8,47,41,.68)); }
.interior-photo::after { z-index: 1; border-color: rgba(245,240,230,.46); }
.interior-photo i { z-index: 2; }
.page-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; background: var(--forest-deep); color: var(--cream); }
.page-cta h2 { font-size: clamp(4rem, 7vw, 7rem); line-height: .86; }
.page-cta > div:last-child > p { max-width: 600px; font-size: 1.05rem; line-height: 1.65; color: rgba(245,240,230,.76); }
.cta-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }
.story-split { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--cream); }
.story-split h2, .donate-copy h2 { font-size: clamp(3.8rem, 6.4vw, 6.8rem); line-height: .87; }
.prose-large p { margin-top: 0; font-size: clamp(1.15rem, 1.8vw, 1.5rem); line-height: 1.55; letter-spacing: -.015em; }
.values-section, .ways-section { background: var(--sage); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; border: 1px solid var(--ink); }
.value-grid article { min-height: 330px; padding: 2rem; border-right: 1px solid var(--ink); display: flex; flex-direction: column; }
.value-grid article:last-child { border-right: 0; }
.value-grid span, .option-grid article > span, .ways-grid article > span { color: var(--forest); font-family: Impact, "Arial Black", sans-serif; font-size: 2rem; }
.value-grid h3 { margin: auto 0 1rem; font-family: Impact, "Arial Black", sans-serif; font-size: 2.3rem; line-height: .95; text-transform: uppercase; }
.value-grid p { margin: 0; line-height: 1.55; }
.belief-band { background: var(--forest); color: var(--cream); }
.belief-band h2 { font-size: clamp(4.5rem, 9vw, 9.5rem); line-height: .83; }
.belief-band h2 span { color: var(--gold); }
.network-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--cream); }
.network-section h2 { font-size: clamp(4rem, 7vw, 7rem); line-height: .86; }
.network-list { display: flex; flex-direction: column; border-top: 2px solid var(--ink); }
.network-list span { padding: 1.25rem 0; border-bottom: 1px solid var(--line); font-size: 1.2rem; font-weight: 750; }
.issue-stack { background: var(--cream); }
.issue-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 4rem 0; border-bottom: 1px solid var(--ink); }
.issue-title { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; }
.issue-title span { color: var(--forest); font-family: Impact, "Arial Black", sans-serif; font-size: 2.6rem; }
.issue-detail h2 { font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .9; }
.issue-detail > div:last-child > p { margin-top: 0; font-size: 1.25rem; line-height: 1.55; }
.issue-detail h3 { margin-top: 2rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.issue-detail ul { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.issue-detail li { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.chapter-directory { display: grid; grid-template-columns: .85fr 1fr 1fr; gap: 5vw; background: var(--forest-deep); color: var(--cream); }
.directory-intro h2 { font-size: clamp(3.5rem, 5.6vw, 6rem); line-height: .87; }
.directory-intro > p:last-child { color: rgba(245,240,230,.72); line-height: 1.6; }
.directory-map { min-height: 520px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--forest); border: 1px solid rgba(245,240,230,.25); }
.directory-map::before { content: ""; position: absolute; inset: 12%; border: 2px dashed var(--gold); border-radius: 44% 56% 48% 52%; transform: rotate(-10deg); }
.directory-map > span { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(11rem, 19vw, 20rem); color: transparent; -webkit-text-stroke: 2px rgba(245,240,230,.45); transform: rotate(-7deg); }
.directory-map p { position: absolute; bottom: 1rem; left: 1rem; right: 1rem; margin: 0; padding: .8rem; background: var(--orange); color: var(--forest); text-align: center; font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.directory-list { border-top: 1px solid rgba(245,240,230,.4); }
.directory-list a { min-height: 48px; display: grid; grid-template-columns: 2rem 1fr auto; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(245,240,230,.2); }
.directory-list a span { color: var(--gold); font-size: .62rem; }
.directory-list a strong { font-size: .85rem; text-transform: uppercase; }
.directory-list a i { font-style: normal; font-size: .62rem; text-transform: uppercase; }
.directory-list a:hover { color: var(--gold); }
.directory-list .directory-new { color: var(--gold); border-color: var(--gold); }
.chapter-options { background: var(--cream); }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 3rem; border: 1px solid var(--ink); }
.option-grid article { min-height: 390px; display: flex; flex-direction: column; padding: 2.5rem; }
.option-grid article + article { border-left: 1px solid var(--ink); }
.option-grid h2 { margin-top: auto; font-size: clamp(3rem, 5vw, 5rem); line-height: .9; }
.option-grid p { max-width: 520px; line-height: 1.6; }
.option-grid .text-link { align-self: flex-start; }
.ways-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border: 1px solid var(--ink); }
.ways-grid article { min-height: 320px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.ways-grid article:nth-child(3n) { border-right: 0; }
.ways-grid article:nth-child(n+4) { border-bottom: 0; }
.ways-grid h2 { margin-top: auto; font-size: clamp(2.2rem, 3.5vw, 3.7rem); line-height: .9; }
.ways-grid p { line-height: 1.5; }
.ways-grid a { font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.goal-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; background: var(--cream); }
.goal-number { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(10rem, 27vw, 29rem); line-height: .7; color: var(--forest); letter-spacing: -.08em; }
.goal-section h2 { font-size: clamp(3.8rem, 6vw, 6.5rem); line-height: .88; }
.goal-section > div:last-child > p:last-child { font-size: 1.2rem; line-height: 1.6; }
.drive-method { background: var(--sage); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; border: 1px solid var(--ink); }
.method-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--ink); }
.method-grid article:last-child { border-right: 0; }
.method-grid b { color: var(--forest); }
.method-grid h2 { margin-top: auto; font-size: clamp(2.4rem, 4vw, 4rem); line-height: .9; }
.method-grid p { line-height: 1.55; }
.pledge-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; background: var(--forest); color: var(--cream); }
.pledge-copy h2 { font-size: clamp(4.5rem, 8vw, 8rem); line-height: .84; }
.pledge-copy > p:not(.eyebrow) { font-size: 1.2rem; line-height: 1.55; }
.dark-points span { background: var(--forest-deep); color: var(--cream); border-color: var(--gold); }
.pledge-form, .pledge-success { align-self: start; padding: clamp(1.6rem, 3.5vw, 3rem); background: var(--cream); color: var(--ink); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--forest-deep); }
.pledge-form label { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1rem; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.pledge-form input { width: 100%; min-height: 48px; padding: .75rem .8rem; border: 1px solid rgba(16,20,18,.5); background: var(--white); }
.pledge-form .consent { flex-direction: row; align-items: flex-start; gap: .7rem; text-transform: none; letter-spacing: 0; }
.pledge-form .consent input { width: 20px; min-height: 20px; height: 20px; accent-color: var(--forest); }
.pledge-form small { display: block; margin-top: .8rem; }
.pledge-success { min-height: 430px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.pledge-success > span { color: var(--forest); font-family: Impact, "Arial Black", sans-serif; font-size: 6rem; line-height: 1; }
.pledge-success h3 { margin: .5rem 0; font-family: Impact, "Arial Black", sans-serif; font-size: 3.5rem; text-transform: uppercase; }
.editorial-hero { min-height: 650px; padding: clamp(5rem, 9vw, 9rem) 7vw; display: flex; flex-direction: column; justify-content: center; background: var(--forest-deep); color: var(--cream); }
.editorial-hero h1 span { color: var(--gold); }
.editorial-hero > p:last-child { max-width: 720px; font-size: 1.2rem; line-height: 1.6; color: rgba(245,240,230,.76); }
.editorial-photo-hero { position: relative; overflow: hidden; }
.editorial-photo-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,47,41,.96) 0 44%, rgba(8,47,41,.7) 67%, rgba(8,47,41,.28)); }
.editorial-photo-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.editorial-photo-hero > div { position: relative; z-index: 1; }
.editorial-photo-hero > div > p:last-child { max-width: 720px; font-size: 1.2rem; line-height: 1.6; color: rgba(245,240,230,.8); }
.editorial-feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; background: var(--cream); }
.feature-visual { min-height: 500px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 3rem; background: var(--forest); color: var(--cream); }
.feature-visual i { position: absolute; right: -1rem; top: -2rem; font-family: Impact, "Arial Black", sans-serif; font-size: 20rem; font-style: normal; color: transparent; -webkit-text-stroke: 2px rgba(245,240,230,.35); }
.feature-visual span { position: relative; z-index: 2; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.feature-visual strong { position: relative; z-index: 2; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3rem, 5vw, 5rem); line-height: .9; text-transform: uppercase; }
.feature-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(8,47,41,.9)); }
.feature-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.editorial-feature h2 { font-size: clamp(3.4rem, 5.5vw, 5.8rem); line-height: .88; }
.editorial-feature > div:last-child > p:not(.eyebrow) { line-height: 1.65; }
.news-section { background: var(--sage); }
.news-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; margin-top: 3rem; border: 1px solid var(--ink); }
.news-grid article { min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; border-right: 1px solid var(--ink); }
.news-grid article:last-child { border-right: 0; }
.news-grid span { margin-bottom: auto; color: var(--forest); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.news-grid h2 { font-size: clamp(2.1rem, 3.5vw, 3.8rem); line-height: .92; }
.news-grid p { line-height: 1.5; }
.newsletter { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; background: var(--forest); color: var(--cream); }
.newsletter h2 { font-size: clamp(3.5rem, 6vw, 6rem); line-height: .88; }
.newsletter form { display: grid; grid-template-columns: 1fr .6fr auto; gap: 1rem; align-items: end; }
.newsletter label { display: flex; flex-direction: column; gap: .5rem; font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.newsletter input { min-height: 50px; padding: .8rem; border: 1px solid var(--cream); background: transparent; color: var(--white); }
.newsletter input::placeholder { color: rgba(245,240,230,.6); }
.donate-section { display: grid; grid-template-columns: 1fr .9fr; gap: 8vw; background: var(--cream); }
.donate-copy > p:not(.eyebrow) { font-size: 1.1rem; line-height: 1.6; }
.donate-use { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2rem 0; }
.donate-use span { padding: .65rem .8rem; background: var(--sage); border: 1px solid var(--forest); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.fine-print { padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .78rem !important; color: #646865; }
.donation-panel { align-self: start; padding: clamp(1.6rem, 3.5vw, 3rem); background: var(--white); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--gold); }
.amount-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; margin-bottom: 1.5rem; }
.amount-grid button { min-height: 58px; border: 1px solid var(--ink); background: var(--cream); font-weight: 850; cursor: pointer; }
.amount-grid button.active { background: var(--forest); color: var(--white); }
.custom-amount { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.2rem; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.custom-amount input { min-height: 50px; padding: .8rem; background: var(--cream); border: 1px solid var(--ink); }
.donation-consent { display: flex; align-items: center; gap: .7rem; margin: 1rem 0; font-size: .8rem; }
.payment-notice { padding: 1rem; background: var(--sage); border-left: 4px solid var(--forest); line-height: 1.5; }
.donation-panel small { display: block; margin-top: .8rem; color: #666; }

/* Become a Captain */
.interior-hero .lede { max-width: 780px; margin: 1.4rem 0 0; font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.4; font-weight: 650; color: var(--cream); letter-spacing: -.01em; }
.interior-gold .lede { color: var(--ink); }
.join-form, .join-success, .captain-form, .captain-success { align-self: start; padding: clamp(1.6rem, 3.5vw, 3rem); background: var(--white); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--gold); }
.join-form label, .captain-form label { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1rem; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.join-form input, .join-form select, .captain-form input, .captain-form select, .captain-form textarea { width: 100%; min-height: 48px; padding: .75rem .8rem; border: 1px solid rgba(16,20,18,.5); border-radius: 0; background: var(--cream); color: var(--ink); text-transform: none; letter-spacing: normal; font: inherit; }
.captain-form textarea { min-height: 108px; padding-top: .65rem; resize: vertical; }
.join-form .consent, .captain-form .consent { flex-direction: row; align-items: flex-start; gap: .7rem; font-weight: 600; text-transform: none; letter-spacing: 0; line-height: 1.4; }
.join-form .consent input, .captain-form .consent input { width: 20px; min-height: 20px; height: 20px; flex: none; accent-color: var(--forest); }
.captain-form fieldset { margin: 0 0 1.2rem; padding: 0; border: 0; }
.captain-form legend { display: block; margin-bottom: .6rem; padding: 0; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.radio-group { display: flex; flex-wrap: wrap; gap: .55rem; }
.radio-group label { display: inline-flex; align-items: center; gap: .5rem; min-height: 42px; padding: .55rem .9rem; border: 1px solid rgba(16,20,18,.5); background: var(--cream); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.radio-group label:has(input:checked) { background: var(--forest); color: var(--white); border-color: var(--forest); }
.radio-group input { width: 15px; height: 15px; accent-color: var(--white); }
.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: .6rem 1rem; }
.checkbox-grid label { display: flex; align-items: flex-start; gap: .6rem; margin: 0; font-size: .76rem; font-weight: 600; text-transform: none; letter-spacing: 0; line-height: 1.35; cursor: pointer; }
.checkbox-grid input { width: 18px; min-height: 18px; height: 18px; margin-top: .1rem; flex: none; accent-color: var(--forest); }
.field-hint { margin: -.6rem 0 1rem; font-size: .72rem; color: #606562; }
.honeypot-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.form-error { margin: 0 0 1.2rem; padding: .85rem 1rem; background: #f8e6e0; border-left: 4px solid var(--forest); color: #6a2c12; font-size: .82rem; line-height: 1.5; }
.form-submit[aria-busy="true"] { opacity: .7; cursor: wait; }
.join-success p:not(.eyebrow), .captain-success p:not(.eyebrow) { line-height: 1.6; }
.captain-success { min-height: 430px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.captain-success > span { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 1.5rem; border-radius: 50%; background: var(--forest); color: var(--white); font-size: 1.7rem; }
.captain-success h3 { margin: 0 0 1rem; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.5rem, 4vw, 4rem); text-transform: uppercase; line-height: .95; }
.captain-success .text-link { margin-top: 1rem; }

/* 75% Pledge page */
.pledge-hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4vw; align-items: center; background: var(--forest-deep); color: var(--cream); }
.pledge-hero h1 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif; font-size: clamp(3.6rem, 8vw, 8rem); line-height: .85; text-transform: uppercase; letter-spacing: -.03em; }
.pledge-hero h1 span { color: var(--gold); }
.pledge-hero-lede { max-width: 620px; margin: 1.6rem 0 0; font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 650; line-height: 1.35; }
.pledge-hero-intro { max-width: 640px; margin: 1.1rem 0 0; font-size: 1.02rem; line-height: 1.65; color: rgba(245,240,230,.82); }
.pledge-hero .hero-actions { margin-top: 2rem; }
.pledge-hero-mark { justify-self: center; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(9rem, 18vw, 17rem); line-height: .78; letter-spacing: -.05em; color: var(--gold); }
.pledge-hero-mark i { font-size: .42em; font-style: normal; vertical-align: super; }
.pledge-form-section { background: var(--cream); }
.pledge-form-intro { max-width: 760px; margin: 0 auto 2.5rem; }
.pledge-form-intro h2 { margin: .4rem 0 .8rem; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif; font-size: clamp(2.4rem, 4.5vw, 4rem); line-height: .95; text-transform: uppercase; letter-spacing: -.02em; }
.pledge-form-intro p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.6; color: #3d423f; }
.pledge-intake { max-width: 760px; margin: 0 auto; }
.pledge-intake .form-section { margin: 0; padding: 1.8rem 0 0; border: 0; border-top: 2px solid var(--line); }
.pledge-intake > .form-section:first-of-type { padding-top: 0; border-top: 0; }
.pledge-intake .form-section-head { display: flex; align-items: center; gap: .7rem; width: 100%; margin-bottom: 1.1rem; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif; font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1; text-transform: uppercase; letter-spacing: -.01em; color: var(--ink); }
.pledge-intake .form-section-head b { flex: none; display: inline-grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; background: var(--gold); color: var(--forest); font-family: var(--font-geist-sans), sans-serif; font-size: .95rem; font-weight: 900; }
.hh-member { margin-bottom: 1rem; padding: 1rem; background: var(--cream); border: 1px solid var(--line); }
.hh-member-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .7rem; font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; color: var(--forest); }
.hh-remove { border: 0; background: none; padding: 0; color: var(--forest); font: inherit; font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; border-bottom: 1px solid currentColor; }
.hh-add { width: 100%; min-height: 52px; margin-top: .3rem; border: 2px dashed var(--forest); background: transparent; color: var(--forest); font: inherit; font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; transition: background .2s, color .2s; }
.hh-add:hover { background: var(--forest); color: var(--white); }
.pledge-intake .field-hint { margin: .1rem 0 1rem; }
.pledge-success-full { max-width: 760px; margin: 0 auto; padding: clamp(2.2rem, 5vw, 4rem); text-align: center; background: var(--white); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--gold); }
.pledge-success-full > span { display: block; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(4rem, 10vw, 7rem); line-height: 1; color: var(--forest); }
.pledge-success-full h3 { margin: 1rem 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); text-transform: uppercase; line-height: 1; }
.pledge-success-full p { margin: 0 auto; max-width: 520px; line-height: 1.6; }
.pledge-cta-card { align-self: start; display: flex; flex-direction: column; gap: 1rem; padding: clamp(1.6rem, 3.5vw, 3rem); background: var(--cream); color: var(--ink); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--forest-deep); }
.pledge-cta-card strong { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(1.6rem, 2.6vw, 2.4rem); line-height: 1; text-transform: uppercase; }
.pledge-cta-card .button { align-self: flex-start; }
.pledge-cta-card small { color: #606562; font-size: .72rem; }

/* Keep large poster-style headings bold without letting multiline text collide. */
.hero h1,
.section h2,
.interior-hero h1,
.editorial-hero h1 { line-height: 1.12; }

/* Collapse the primary nav to the mobile menu before the seven tabs crowd. */
@media (max-width: 1180px) {
  .site-header nav { display: none; }
  .mobile-menu { display: block; }
}

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .mobile-menu { display: block; }
  .header-actions .donate-link { display: none; }
  .hero-grid { grid-template-columns: 1fr .7fr; }
  .hero-copy { padding-left: 5vw; }
  .manifesto-grid { gap: 4vw; }
  .priority-card { grid-template-columns: 55px 1fr 1fr; }
  .priority-card a { grid-column: 2; justify-self: start; }
  .chapters { grid-template-columns: 1fr 1fr; }
  .chapters-intro { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
  .chapters-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -1.5rem; }
  .chapters-intro .button { justify-self: start; }
  .chapters-intro > p:not(.eyebrow) { margin: 0; }
  .value-grid, .method-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article:nth-child(2), .method-grid article:nth-child(2) { border-right: 0; }
  .value-grid article:nth-child(-n+2), .method-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .ways-grid { grid-template-columns: 1fr 1fr; }
  .ways-grid article:nth-child(3n) { border-right: 1px solid var(--ink); }
  .ways-grid article:nth-child(2n) { border-right: 0; }
  .ways-grid article:nth-child(n+4) { border-bottom: 1px solid var(--ink); }
  .ways-grid article:nth-child(n+5) { border-bottom: 0; }
  .chapter-directory { grid-template-columns: 1fr 1fr; }
  .directory-intro { grid-column: 1 / -1; }
  .clip-selector button { grid-template-columns: 28px 1fr; }
  .clip-selector img { grid-row: 1 / 3; grid-column: 2; width: 100%; }
  .clip-selector strong { grid-column: 1 / -1; }
  .clip-selector i { display: none; }
}

@media (max-width: 820px) {
  .campaign-bar { justify-content: space-between; gap: .45rem; font-size: .58rem; }
  .campaign-bar strong { display: none; }
  .campaign-bar a { margin-left: 0; }
  .site-header { height: 72px; gap: .75rem; padding: 0 1rem; }
  .site-header .button-small { min-height: 38px; padding: .6rem .72rem; font-size: .62rem; }
  .header-actions { gap: .65rem; margin-left: auto; }
  .brand-name { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { width: 100%; min-height: 560px; padding: 5rem 1.25rem 4rem; }
  .hero-copy > .eyebrow { max-width: 23rem; margin-bottom: 2rem; line-height: 1.55; text-wrap: balance; }
  .hero h1 { max-width: 100%; font-size: clamp(3rem, 13.5vw, 4.9rem); line-height: .98; letter-spacing: -.012em; }
  .hero-intro { width: 100%; margin-top: 2.4rem; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.5rem; margin-top: 2.6rem; }
  .hero-art { min-height: 420px; border-left: 0; border-top: 1px solid rgba(245,240,230,.2); }
  .sun-disc { width: 300px; }
  .mi-outline { font-size: 19rem; }
  .city-ticker { justify-content: flex-start; }
  .section { padding: 4.5rem 1rem; }
  .section-label { align-items: flex-start; gap: 1rem; }
  .section-label span:last-child { text-align: right; }
  .manifesto-grid { grid-template-columns: 1fr; padding: 3.5rem 0; }
  .manifesto h2 { font-size: clamp(3.1rem, 15vw, 5.5rem); }
  .manifesto-copy .lead { font-size: 1.4rem; }
  .statement-band { grid-template-columns: 1fr; }
  .statement-band span + span { border-left: 0; border-top: 1px solid var(--ink); }
  .video-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .video-heading h2 { font-size: clamp(3.1rem, 15vw, 5.5rem); }
  .media-player video { aspect-ratio: 4 / 3; }
  .media-player-caption { grid-template-columns: 1fr; gap: .75rem; }
  .media-player-caption small { text-align: left; }
  .clip-selector { grid-template-columns: 1fr; }
  .clip-selector button { grid-template-columns: 34px 84px 1fr auto; border-right: 0; border-bottom: 1px solid rgba(245,240,230,.24); }
  .clip-selector button:last-child { border-bottom: 0; }
  .clip-selector img { grid-row: auto; grid-column: auto; width: 84px; }
  .clip-selector strong { grid-column: auto; }
  .clip-selector i { display: block; }
  .video-stage { min-height: 520px; }
  .video-copy strong { font-size: clamp(2.8rem, 13.5vw, 4.8rem); }
  .video-caption { grid-template-columns: 1fr; }
  .video-caption span { padding: .55rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .video-caption span:last-child { border-bottom: 0; }
  .section-heading-row { grid-template-columns: 1fr; gap: 1.5rem; margin: 3rem 0 2rem; }
  .section-heading-row h2 { font-size: clamp(3.1rem, 15vw, 5.5rem); }
  .priority-card { grid-template-columns: 45px 1fr; gap: 1rem; padding: 1.5rem 0; }
  .priority-card p, .priority-card a { grid-column: 2; }
  .priority-card h3 { font-size: clamp(1.4rem, 7vw, 1.65rem); }
  .chapters { grid-template-columns: 1fr; }
  .chapters-intro { grid-column: auto; grid-template-columns: 1fr; gap: 1rem; }
  .chapters-intro .eyebrow { grid-column: auto; margin-bottom: 0; }
  .chapter-map { min-height: 360px; }
  .drive { grid-template-columns: 1fr; min-height: 880px; }
  .drive-photo { width: 100%; opacity: .2; }
  .drive h2 { font-size: clamp(3.1rem, 15vw, 5.5rem); }
  .drive-number { font-size: 28rem; bottom: 6rem; }
  .drive-actions { align-items: flex-start; flex-direction: column; }
  .drive-steps { margin: 4rem 0 0; align-self: end; }
  .join { grid-template-columns: 1fr; }
  .join-copy h2 { font-size: clamp(3.1rem, 15vw, 5.5rem); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .join-form, .join-success, .captain-form, .captain-success { box-shadow: 6px 6px 0 var(--gold); }
  .checkbox-grid { grid-template-columns: 1fr; }
  .footer-primary { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: .65rem; }
  .interior-hero { min-height: auto; grid-template-columns: 1fr; }
  .interior-hero > div:first-child { width: 100%; min-height: 540px; padding: 4.5rem 1rem 3.5rem; }
  .interior-hero h1, .editorial-hero h1 { max-width: 100%; font-size: clamp(2.85rem, 13vw, 4.9rem); line-height: 1.06; letter-spacing: -.012em; }
  .interior-hero .eyebrow, .editorial-hero .eyebrow { max-width: 100%; line-height: 1.55; letter-spacing: .12em; text-wrap: balance; }
  .interior-art { min-height: 340px; border-left: 0; border-top: 1px solid rgba(245,240,230,.25); }
  .page-cta, .story-split, .network-section, .issue-detail, .goal-section, .pledge-section, .pledge-hero, .editorial-feature, .newsletter, .donate-section { grid-template-columns: 1fr; }
  .pledge-hero-mark { order: -1; justify-self: start; font-size: clamp(6rem, 26vw, 10rem); }
  .page-cta h2, .story-split h2, .network-section h2, .goal-section h2, .pledge-copy h2, .editorial-feature h2, .newsletter h2, .donate-copy h2 { font-size: clamp(3rem, 14.5vw, 5.4rem); }
  .belief-band h2 { font-size: clamp(2.35rem, 12.5vw, 5rem); }
  .cta-actions { align-items: flex-start; flex-direction: column; }
  .value-grid, .method-grid, .ways-grid { grid-template-columns: 1fr; }
  .value-grid article, .method-grid article, .ways-grid article { min-height: 260px; border-right: 0 !important; border-bottom: 1px solid var(--ink) !important; }
  .value-grid article:last-child, .method-grid article:last-child, .ways-grid article:last-child { border-bottom: 0 !important; }
  .value-grid h3 { font-size: clamp(1.9rem, 9.5vw, 2.3rem); }
  .issue-detail { gap: 2rem; }
  .issue-title { grid-template-columns: 45px 1fr; }
  .issue-detail h2 { font-size: clamp(2rem, 10vw, 4rem); }
  .chapter-directory { grid-template-columns: 1fr; }
  .directory-intro { grid-column: auto; }
  .directory-intro h2 { font-size: clamp(2.8rem, 14vw, 5rem); }
  .directory-map { min-height: 360px; }
  .option-grid { grid-template-columns: 1fr; }
  .option-grid article { min-height: 330px; }
  .option-grid article + article { border-left: 0; border-top: 1px solid var(--ink); }
  .goal-number { font-size: clamp(10rem, 50vw, 14rem); }
  .pledge-form, .pledge-success, .donation-panel { box-shadow: 6px 6px 0 var(--forest-deep); }
  .editorial-hero { min-height: 540px; padding: 4.5rem 1rem; }
  .editorial-feature { gap: 3rem; }
  .feature-visual { min-height: 420px; padding: 1.5rem; }
  .news-grid { grid-template-columns: 1fr; }
  .news-grid article { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .news-grid article:last-child { border-bottom: 0; }
  .newsletter form { grid-template-columns: 1fr; }
  .amount-grid { grid-template-columns: repeat(3, 1fr); }
  .hero h1, .section h2, .interior-hero h1, .editorial-hero h1 { line-height: 1.18; }
  .pledge-copy h2 { line-height: 1.22; }
}

@media (max-width: 480px) {
  .eyebrow { max-width: 100%; letter-spacing: .12em; }
  .button, .text-link { max-width: 100%; }
  .mobile-menu > div { width: min(calc(100vw - 2rem), 320px); }
  .clip-selector button { grid-template-columns: 28px 64px minmax(0, 1fr); gap: .6rem; }
  .clip-selector img { width: 64px; }
  .clip-selector i { display: none; }
  .amount-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .amount-grid button:last-child { grid-column: 1 / -1; }
  .footer-links { gap: 2rem 1rem; }
}

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