:root {
  --green-950: #022f25;
  --green-900: #043f31;
  --green-800: #07553f;
  --green-700: #087252;
  --lime: #96ff00;
  --cream: #f3f6f1;
  --mint: #e8f3ed;
  --white: #ffffff;
  --ink: #082e24;
  --muted: #5d7068;
  --border: rgba(8, 46, 36, .14);
  --container: 1180px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(3, 52, 39, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 14px; background: var(--lime); color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 98px; color: #fff; transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.site-header.scrolled, .site-header.menu-open { height: 82px; background: rgba(2, 47, 37, .96); box-shadow: 0 10px 30px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 225px; height: 72px; display: flex; align-items: center; overflow: visible; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(11px, 1.45vw, 21px); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.main-nav a { position: relative; padding-block: 10px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--lime); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); background: transparent; border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 18px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; }

.hero { height: 100svh; min-height: 680px; display: grid; grid-template-columns: 50% 50%; background: var(--green-900); color: #fff; }
.hero-copy { position: relative; display: grid; place-items: center; padding: 104px 32px 38px max(32px, calc((100vw - var(--container)) / 2)); background: linear-gradient(135deg, var(--green-950), var(--green-800)); z-index: 2; }
.hero-copy::after { content: ""; position: absolute; right: -135px; inset-block: 0; width: 180px; background: linear-gradient(90deg, var(--green-800) 0%, rgba(7,85,63,.8) 34%, transparent 100%); pointer-events: none; }
.hero-copy-inner { width: 100%; max-width: 600px; position: relative; z-index: 2; }
.hero-brand { width: min(470px, 88%); margin: 0 0 24px; }
.brand-stroke { width: 64px; height: 5px; border-radius: 99px; background: var(--lime); margin: 0 0 22px; }
.hero h1 { margin: 0; max-width: 620px; font-size: clamp(2.2rem, 3.35vw, 3.95rem); line-height: .98; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span + span { margin-top: .3em; color: var(--lime); font-size: .62em; line-height: 1.08; letter-spacing: -.035em; }
.hero-copy p { max-width: 560px; margin: 22px 0 26px; color: #d9e8e2; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--lime); border-radius: 5px; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--green-950); background: var(--lime); }
.button-outline { color: #fff; }
.button-outline:hover { color: var(--green-950); background: var(--lime); }
.hero-media { position: relative; min-width: 0; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,63,49,.56), transparent 30%), linear-gradient(0deg, rgba(2,47,37,.14), transparent 40%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }

.section { padding: 118px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 19px; color: var(--green-700); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 35px; height: 4px; background: var(--lime); border-radius: 10px; }
.section h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 4.7rem); line-height: 1.01; letter-spacing: -.055em; text-transform: uppercase; }

.support { position: relative; color: #fff; background: radial-gradient(circle at 8% 12%, rgba(150,255,0,.14), transparent 31%), linear-gradient(135deg, var(--green-950), var(--green-800)); overflow: hidden; }
.support::before { content: "1500"; position: absolute; left: -85px; bottom: -100px; color: rgba(150,255,0,.045); font-size: 22rem; font-weight: 950; line-height: .8; letter-spacing: -.1em; pointer-events: none; }
.support-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.support-copy { min-width: 0; }
.support-intro { max-width: 530px; margin: 24px 0 34px; color: #cfe2da; font-size: 1.05rem; }
.support-links { display: grid; gap: 11px; max-width: 540px; }
.support-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.075); backdrop-filter: blur(7px); transition: border-color .2s, background .2s, transform .2s; }
.support-links a:hover, .support-links a:focus-visible { border-color: var(--lime); background: rgba(255,255,255,.12); transform: translateX(4px); outline: none; }
.support-links span { display: grid; gap: 2px; }
.support-links small { color: var(--lime); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.support-links strong { font-size: 1rem; line-height: 1.3; text-transform: uppercase; }
.support-links b { color: var(--lime); font-size: 1.65rem; }
.support-privacy { display: flex; align-items: flex-start; gap: 12px; max-width: 530px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.support-privacy > span { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; color: var(--green-950); background: var(--lime); border-radius: 50%; font-weight: 950; }
.support-privacy p { margin: 1px 0 0; color: #bcd3ca; font-size: .8rem; line-height: 1.45; }
.support-privacy strong { color: #fff; }

.support-maker { width: min(100%, 570px); justify-self: end; padding: 31px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 0 28px 80px rgba(0,0,0,.26); text-align: center; }
.support-maker-heading > p { margin: 0 0 4px; color: var(--green-700); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.support-maker-heading h3 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.support-maker-heading > span { display: block; max-width: 390px; margin: 10px auto 20px; color: var(--muted); font-size: .87rem; line-height: 1.4; }
.support-photo-stage { position: relative; width: min(100%, 420px); aspect-ratio: 1; margin-inline: auto; overflow: hidden; background: linear-gradient(145deg, #e5eee9, #c6d9cf); border-radius: 17px; box-shadow: 0 12px 28px rgba(3,52,39,.18); isolation: isolate; }
.support-photo-stage.adjustable { cursor: grab; touch-action: none; }
.support-photo-stage.dragging { cursor: grabbing; }
.supporter-photo { display: none; position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; user-select: none; pointer-events: none; }
.support-frame { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: fill; user-select: none; pointer-events: none; }
.support-placeholder { position: absolute; z-index: 0; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 36px 55px 130px; color: #3d6254; }
.support-placeholder > span { display: grid; place-items: center; width: 50px; height: 50px; border: 2px solid #6c8c80; border-radius: 50%; font-size: 2rem; font-weight: 300; line-height: 1; }
.support-placeholder strong { font-size: .82rem; text-transform: uppercase; }
.support-placeholder small { color: #6d8179; font-size: .7rem; line-height: 1.3; }
.support-adjust-note { margin: 11px auto -4px; color: var(--green-700); font-size: .76rem; font-weight: 800; }
.support-maker-actions { display: grid; width: min(100%, 420px); grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px auto 0; }
.support-maker-actions[hidden] { display: none; }
.support-maker-button { min-height: 50px; padding: 10px 15px; border: 2px solid var(--green-700); border-radius: 7px; font-size: .75rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: transform .15s, background .15s, color .15s; }
.support-maker-button:hover { transform: translateY(-2px); }
.support-maker-button:focus-visible, .support-change-photo:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.support-maker-primary { color: var(--green-950); background: var(--lime); border-color: var(--lime); }
.support-maker-primary:hover { background: #82df00; border-color: #82df00; }
.support-maker-secondary { color: var(--green-700); background: #fff; }
.support-maker-secondary:hover { color: #fff; background: var(--green-700); }
.support-maker-secondary:disabled { opacity: .62; cursor: wait; transform: none; }
.support-result-actions { grid-template-columns: 1fr 1fr; }
.support-change-photo { grid-column: 1 / -1; justify-self: center; padding: 3px 8px; color: var(--green-700); border: 0; background: transparent; font-size: .78rem; font-weight: 850; text-decoration: underline; cursor: pointer; }
.support-status { min-height: 18px; max-width: 410px; margin: 14px auto 0; color: #63776f; font-size: .72rem; line-height: 1.4; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.about { padding-bottom: 0; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 68px; align-items: stretch; }
.about-copy { padding: 20px 0 100px; }
.about-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.02rem; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 42px; }
.facts article { min-height: 115px; padding: 18px 16px; border-left: 4px solid var(--lime); background: var(--cream); }
.facts strong, .facts span { display: block; }
.facts strong { margin-bottom: 6px; font-size: .87rem; text-transform: uppercase; }
.facts span { color: var(--muted); font-size: .8rem; line-height: 1.4; }
.about-portrait { position: relative; min-height: 590px; align-self: start; border-radius: var(--radius) var(--radius) 0 0; background: linear-gradient(145deg, #d9ede3, #b9daca); overflow: hidden; }
.about-portrait::before { content: "1500"; position: absolute; right: -40px; top: 10px; font-size: 13rem; font-weight: 950; line-height: 1; color: rgba(255,255,255,.28); letter-spacing: -.08em; }
.about-portrait img { position: absolute; z-index: 2; left: 50%; bottom: -26px; width: 94%; max-height: 640px; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 28px 28px rgba(3,52,39,.2)); }
.about-portrait p { position: absolute; z-index: 3; left: 28px; bottom: 25px; margin: 0; padding: 12px 17px; color: #fff; background: var(--green-900); font-size: .77rem; text-transform: uppercase; letter-spacing: .08em; }
.about-portrait p span { color: var(--lime); font-weight: 900; }
.portrait-ring { position: absolute; width: 320px; height: 320px; border: 58px solid rgba(150,255,0,.27); border-radius: 50%; right: -80px; bottom: 65px; }

.animal { position: relative; background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading > p { color: var(--muted); font-size: 1.02rem; }
.animal-feature { position: relative; display: grid; grid-template-columns: 1.45fr .55fr; min-height: 570px; color: #fff; background: var(--green-900); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.animal-feature figure { margin: 0; min-width: 0; }
.animal-feature figure img { width: 100%; height: 100%; object-fit: cover; }
.animal-callout { display: flex; flex-direction: column; justify-content: flex-end; padding: 50px; background: linear-gradient(145deg, var(--green-800), var(--green-950)); }
.animal-callout .index, .topic-grid span, .gama-cards span, .commitment-list span { color: var(--lime); font-size: .73rem; font-weight: 900; letter-spacing: .14em; }
.animal-callout h3 { margin: 22px 0 13px; font-size: 2.15rem; line-height: 1.05; letter-spacing: -.04em; }
.animal-callout p { color: #ccdfd7; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.topic-grid article { min-height: 150px; padding: 25px; border: 1px solid var(--border); background: #fff; transition: transform .2s, box-shadow .2s; }
.topic-grid article:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(3,52,39,.09); }
.topic-grid h3 { margin: 18px 0 0; font-size: 1rem; line-height: 1.3; text-transform: uppercase; }

.work { background: #fff; }
.work-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 82px; align-items: center; }
.work-media { position: relative; min-height: 650px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.work-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.work-media::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(2,47,37,.75)); }
.photo-label { position: absolute; z-index: 2; left: 28px; bottom: 25px; padding: 11px 15px; background: var(--lime); font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.work-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.work-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin-top: 34px; border-top: 1px solid var(--border); }
.work-list span { padding: 17px 0; border-bottom: 1px solid var(--border); font-size: .9rem; font-weight: 800; text-transform: uppercase; }
.work-list span::before { content: "+"; display: inline-block; margin-right: 10px; color: var(--green-700); font-weight: 950; }

.gama { background: var(--mint); }
.gama-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.gama-intro { max-width: 570px; }
.gama-intro p { margin: 0 0 15px; color: var(--muted); font-size: 1.04rem; }
.gama-intro strong { color: var(--ink); }
.gama-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 55px 0 22px; }
.gama-cards article { min-height: 300px; padding: 28px 24px; background: #fff; border-top: 5px solid var(--green-700); }
.gama-cards h3 { margin: 36px 0 12px; font-size: 1.12rem; text-transform: uppercase; }
.gama-cards p { margin: 0; color: var(--muted); font-size: .88rem; }
.gama-cards ul { display: grid; gap: 8px; margin: 0; padding: 0; color: var(--muted); font-size: .84rem; line-height: 1.4; list-style: none; }
.gama-cards li { position: relative; padding-left: 14px; }
.gama-cards li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; background: var(--green-700); border-radius: 50%; }
.gama-banner { position: relative; height: 360px; border-radius: var(--radius); overflow: hidden; }
.gama-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,47,37,.92), rgba(2,47,37,.2)); }
.gama-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.gama-banner > div { position: absolute; z-index: 2; left: 45px; top: 50%; transform: translateY(-50%); color: #fff; }
.gama-banner span, .gama-banner strong { display: block; text-transform: uppercase; }
.gama-banner span { color: var(--lime); font-size: .82rem; font-weight: 900; letter-spacing: .18em; }
.gama-banner strong { max-width: 470px; margin-top: 8px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: .98; }

.federal { position: relative; min-height: 940px; color: #fff; background: radial-gradient(circle at 90% 20%, rgba(15,125,91,.7), transparent 38%), linear-gradient(135deg, var(--green-950), #065640); overflow: hidden; }
.federal::before { content: "1500"; position: absolute; right: -80px; bottom: -105px; color: rgba(150,255,0,.06); font-size: 23rem; line-height: .8; font-weight: 950; letter-spacing: -.1em; }
.federal-grid { position: relative; z-index: 3; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.eyebrow-light { color: #dff1e9; }
.federal-intro > p:not(.eyebrow):not(.federal-note) { max-width: 580px; color: #c9ddd5; font-size: 1.02rem; }
.federal-note { display: inline-block; margin-top: 25px; padding: 14px 17px; border-left: 4px solid var(--lime); background: rgba(255,255,255,.08); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.commitment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.commitment-list article { min-height: 240px; padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(5px); }
.commitment-list article:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 190px; }
.commitment-list h3 { margin: 26px 0 12px; font-size: 1.3rem; line-height: 1.12; text-transform: uppercase; }
.commitment-list p { margin: 0; color: #c9ddd5; font-size: .88rem; }
.federal-portrait { position: absolute; z-index: 2; left: max(-75px, calc((100vw - var(--container)) / 2 - 260px)); bottom: -170px; width: 490px; opacity: .96; filter: drop-shadow(0 25px 25px rgba(0,0,0,.28)); }
.federal-photo-note { position: absolute; z-index: 4; left: max(24px, calc((100vw - var(--container)) / 2)); bottom: 34px; max-width: 300px; margin: 0; padding: 12px 16px; color: var(--green-950); background: var(--lime); font-size: .72rem; font-weight: 950; letter-spacing: .075em; line-height: 1.25; text-transform: uppercase; }

.social { background: #fff; }
.social-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.social-grid > div:first-child > p:not(.eyebrow) { max-width: 440px; color: var(--muted); }
.social-links { border-top: 1px solid var(--border); }
.social-links a { display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; padding: 17px 2px; border-bottom: 1px solid var(--border); font-size: 1.15rem; font-weight: 850; text-transform: uppercase; transition: color .2s, padding .2s; }
.social-links a:hover { color: var(--green-700); padding-inline: 8px; }
.social-links b { color: var(--green-700); font-size: 1.5rem; }
.social-icon { width: 40px; height: 40px; padding: 8px; color: var(--green-700); background: var(--mint); border: 1px solid var(--border); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icon-fill, .social-icon-dot, .social-icon-facebook path { fill: currentColor; stroke: none; }

.site-footer { color: #fff; background: #02291f; }
.footer-main { min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-main img { width: 300px; }
.footer-main nav { display: flex; flex-wrap: nowrap; justify-content: flex-end; gap: 12px 19px; max-width: 700px; font-size: .7rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.footer-main a:hover { color: var(--lime); }
.legal { padding: 18px 0; color: #d5e3dc; background: #011e17; font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-align: center; }
.footer-credit { margin: 8px 0 0; color: rgba(213, 227, 220, .58); font-size: .59rem; font-weight: 650; letter-spacing: .035em; text-transform: none; }
.footer-credit a { color: rgba(213, 227, 220, .78); text-decoration: underline; text-underline-offset: 2px; transition: color .2s ease; }
.footer-credit a:hover, .footer-credit a:focus-visible { color: var(--lime); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; font-size: .68rem; }
  .footer-main nav { gap: 10px 13px; font-size: .64rem; }
  .hero { grid-template-columns: 50% 50%; }
  .hero-copy { padding-left: 32px; }
  .support-grid, .about-grid, .section-heading, .work-grid, .gama-heading, .federal-grid, .social-grid { gap: 45px; }
  .facts { grid-template-columns: 1fr; }
  .facts article { min-height: 85px; }
  .gama-cards { grid-template-columns: 1fr 1fr; }
  .federal-portrait { opacity: .2; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, var(--container)); }
  .site-header { height: 78px; }
  .site-header.scrolled, .site-header.menu-open { height: 72px; }
  .brand { width: 185px; height: 58px; }
  .menu-toggle { display: flex; }
  .main-nav { position: absolute; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: rgba(2,47,37,.98); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 5px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { height: 100svh; min-height: 760px; display: block; position: relative; }
  .hero-media { position: absolute; inset: 0; }
  .hero-media::after { background: linear-gradient(180deg, rgba(2,47,37,.12) 25%, rgba(2,47,37,.88) 66%, var(--green-950) 100%); }
  .hero-media img { object-position: 56% center; }
  .hero-copy { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 105px 20px 56px; background: transparent; }
  .hero-copy::after { display: none; }
  .hero-brand { width: min(340px, 88%); margin: 0 0 18px; }
  .hero h1 { font-size: clamp(2.35rem, 10.5vw, 4rem); }
  .hero h1 span { white-space: normal; }
  .hero-copy p { margin: 20px 0 24px; font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .section { padding: 82px 0; }
  .about { padding-bottom: 0; }
  .support-grid, .about-grid, .section-heading, .work-grid, .gama-heading, .federal-grid, .social-grid { grid-template-columns: 1fr; }
  .support-maker { justify-self: center; }
  .about-copy { padding-bottom: 20px; }
  .about-portrait { min-height: 500px; }
  .section-heading { align-items: start; }
  .animal-feature { grid-template-columns: 1fr; }
  .animal-feature figure { min-height: 420px; }
  .animal-callout { padding: 30px; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .work-media { min-height: 500px; }
  .gama-cards { grid-template-columns: 1fr 1fr; }
  .federal { min-height: 0; }
  .federal-portrait, .federal-photo-note { display: none; }
  .footer-main { padding: 60px 0; flex-direction: column; align-items: flex-start; }
  .footer-main nav { flex-wrap: wrap; justify-content: flex-start; white-space: normal; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { min-height: 820px; }
  .hero-media img { object-position: 55% 38%; }
  .hero-copy { padding-inline: 14px; }
  .button { padding-inline: 16px; }
  .support { padding-top: 78px; }
  .support-maker { padding: 23px 16px; border-radius: 17px; }
  .support-photo-stage { border-radius: 12px; }
  .support-placeholder { padding-inline: 38px; }
  .support-maker-actions { grid-template-columns: 1fr; }
  .support-result-actions { grid-template-columns: 1fr; }
  .section h2 { font-size: clamp(2.15rem, 12vw, 3.25rem); }
  .facts, .topic-grid, .gama-cards, .commitment-list, .work-list { grid-template-columns: 1fr; }
  .about-portrait { min-height: 430px; }
  .about-portrait img { width: 120%; }
  .animal-feature figure { min-height: 330px; }
  .animal-callout h3 { font-size: 1.75rem; }
  .topic-grid article { min-height: 120px; }
  .work-media { min-height: 420px; }
  .gama-cards article { min-height: 190px; }
  .gama-banner { height: 420px; }
  .gama-banner img { object-position: 64% center; }
  .gama-banner > div { left: 24px; right: 20px; }
  .commitment-list article { min-height: 210px; }
  .footer-main img { width: 240px; }
  .legal { font-size: .62rem; text-align: left; }
}

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