@font-face {
  font-family: 'Montserrat Alternates';
  src: url('../assets/fonts/MontserratAlternates-Variable.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Variable Concept';
  src: local('Acumin Variable Concept'), local('Acumin Variable');
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-display: swap;
}

:root {
  --green-950: #004b2b;
  --green-900: #006837;
  --green-700: #497f27;
  --olive: #6d8e3d;
  --coral: #f26241;
  --coral-action: #c9432b;
  --coral-action-hover: #b83b25;
  --red: #c1272d;
  --wine: #45152c;
  --ink: #18231e;
  --paper: #f2f2f2;
  --paper-warm: #f7f6ef;
  --line: rgba(242, 242, 242, .2);
  --line-dark: #b7c6ba;
  --content-max: 1200px;
  --content-gutter: clamp(20px, 4vw, 56px);
  --section-space: clamp(88px, 9vw, 128px);
  --control-height: 48px;
  --touch-target: 44px;
  --border-strong: 2px solid var(--green-900);
  --shadow-offset: 8px 8px 0 var(--coral);
  --focus-ring: 3px solid var(--wine);
  --display: 'Acumin Variable Concept', 'Acumin Variable', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  --body: 'Montserrat Alternates', Montserrat, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(var(--content-max), calc(100% - (2 * var(--content-gutter)))); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 30; transform: translateY(-150%); padding: 12px 16px; background: var(--paper); color: var(--green-950); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: var(--focus-ring); outline-offset: 4px; }
.hero :focus-visible, .priorities :focus-visible, .site-footer :focus-visible, .site-header :focus-visible, .whatsapp-float:focus-visible { outline-color: #f7c44a; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--paper); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; width: 158px; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .875rem; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.site-nav a { display: inline-flex; min-height: var(--touch-target); align-items: center; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: #ffd8cd; }
.nav-cta { min-height: 46px; padding: 0 18px; color: white; background: var(--red); box-shadow: 4px 4px 0 var(--wine); }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--wine); }
.nav-cta:active { transform: translateY(1px); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; min-height: 820px; color: var(--paper); background: radial-gradient(circle at 74% 42%, #168058 0, var(--green-900) 36%, var(--green-950) 78%); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 12px; background: repeating-linear-gradient(90deg, var(--red) 0 54px, #eaf1c7 54px 72px, var(--green-700) 72px 130px); }
.hero-layout { position: relative; z-index: 2; min-height: 820px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr); align-items: end; gap: clamp(28px, 4vw, 64px); }
.hero-copy { position: relative; z-index: 3; padding: 126px 0 72px; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--coral-action-hover); font-weight: 900; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: #f7c44a; }
.hero-logo { width: min(300px, 64%); margin: 0 0 18px; box-shadow: 8px 8px 0 rgba(0, 0, 0, .12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 850; font-stretch: condensed; font-variation-settings: 'wght' 850, 'wdth' 62; line-height: .95; letter-spacing: .015em; text-transform: uppercase; }
h1 { max-width: 660px; margin-bottom: 20px; font-size: clamp(3.55rem, 5.3vw, 5.4rem); }
.hero-lead { max-width: 620px; margin-bottom: 28px; font-size: clamp(1.06rem, 1.35vw, 1.2rem); font-weight: 650; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: var(--control-height); align-items: center; justify-content: center; gap: 8px; border: 0; padding: 0 24px; font: 900 .84rem var(--body); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button--coral { color: white; background: var(--red); box-shadow: 5px 5px 0 var(--wine); }
.button--coral:hover, .button--coral:focus-visible { background: var(--wine); }
.button--coral:active { transform: translateY(1px); box-shadow: 3px 3px 0 var(--wine); }
.button--light { color: var(--green-950); background: var(--paper); box-shadow: 5px 5px 0 #d9dfba; }
.button--light:hover, .button--light:focus-visible { background: #fff; }
.button--full { width: 100%; }
.text-link { display: inline-flex; min-height: var(--touch-target); align-items: center; border-bottom: 2px solid var(--paper); font-weight: 850; text-decoration: none; }
.hero-note { margin: 28px 0 0; max-width: 360px; color: #d2e1d5; font-size: .9rem; }
.hero-portrait { position: relative; height: 650px; align-self: end; isolation: isolate; }
.portrait-frame { position: absolute; inset: 78px 5% 0; border: 3px solid rgba(242, 242, 242, .68); border-bottom: 0; transform: skewY(-3deg); }
.portrait-sun { position: absolute; top: 102px; right: 7%; width: 195px; aspect-ratio: 1; border-radius: 50%; background: var(--red); }
.hero-portrait img { position: absolute; inset: auto 0 0; z-index: 1; width: 100%; max-height: 625px; object-fit: contain; object-position: bottom center; }
.hero-portrait .hero-slogan-seal { position: absolute; inset: auto; right: -24%; bottom: 0; left: auto; z-index: 3; width: min(520px, 92%); max-width: none; height: auto; pointer-events: none; filter: drop-shadow(8px 10px 10px rgba(69, 21, 44, .28)); object-fit: contain; transform: translateY(25%) rotate(5deg); }
.hero-map { position: absolute; z-index: 1; right: -90px; top: -60px; width: min(610px, 48vw); opacity: .34; transform: rotate(9deg); }
.hero-gridline { position: absolute; z-index: 1; border: 1px solid rgba(255, 255, 255, .1); }
.hero-gridline--one { width: 430px; height: 430px; right: 14%; top: 19%; border-radius: 50%; }
.hero-gridline--two { width: 720px; height: 720px; right: -17%; top: -26%; border-radius: 50%; }

.section { padding: var(--section-space) 0; }
.story { background: var(--paper); }
.split-layout { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(56px, 7vw, 104px); align-items: start; }
.section-intro h2 { max-width: 520px; margin-bottom: 0; color: var(--green-950); font-size: clamp(2.8rem, 4.5vw, 4.9rem); }
.section-quote { max-width: 320px; margin: 30px 0 0; color: var(--wine); font-weight: 850; font-size: 1.16rem; line-height: 1.55; }
.story-copy { max-width: 700px; font-size: 1.125rem; line-height: 1.72; }
.story-copy p { margin-bottom: 1.65em; }
.story-copy .story-closing { margin: 2em 0 0; color: var(--green-900); font: 850 clamp(1.9rem, 3vw, 3rem)/1.05 var(--display); font-stretch: condensed; font-variation-settings: 'wght' 850, 'wdth' 62; text-transform: uppercase; }

.priorities { color: var(--paper); background: var(--green-950); }
.priorities .section-kicker { color: #f7c44a; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 52px; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2.85rem, 4.8vw, 5.35rem); }
.section-heading > p { max-width: 320px; margin: 0; color: #d2e1d5; font-size: 1.02rem; font-weight: 650; line-height: 1.65; }
.priority-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.priority-list li { display: grid; grid-template-columns: 86px 1fr; gap: 28px; padding: 38px 0; border-bottom: 1px solid var(--line); align-items: start; }
.priority-list li > span { padding-top: 3px; color: #f7c44a; font: 850 2.15rem/1 var(--display); font-stretch: condensed; font-variation-settings: 'wght' 850, 'wdth' 62; }
.priority-list h3 { margin: 0 0 12px; color: var(--coral); font-size: clamp(1.75rem, 2.6vw, 2.65rem); }
.priority-list p { max-width: 780px; margin: 0; color: #dce7df; font-size: 1.04rem; line-height: 1.7; }

.volunteer { background: #e9eadb; }
.volunteer-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr); gap: clamp(44px, 5.5vw, 76px); align-items: start; }
.volunteer-copy { position: sticky; top: 28px; }
.volunteer-copy h2, .donate h2 { color: var(--green-950); font-size: clamp(3rem, 4.6vw, 5rem); }
.volunteer-copy > p:not(.section-kicker) { max-width: 440px; font-size: 1.08rem; line-height: 1.7; }
.volunteer-steps { counter-reset: volunteer-step; display: grid; gap: 10px; margin-top: 38px; color: var(--green-950); font-size: .94rem; font-weight: 850; }
.volunteer-steps span { min-height: var(--touch-target); display: flex; align-items: center; border-left: 4px solid var(--coral); padding: 8px 12px; background: rgba(255, 255, 255, .48); }
.volunteer-form { min-width: 0; padding: clamp(28px, 3.2vw, 40px); color: var(--green-950); background: var(--paper); border: var(--border-strong); box-shadow: var(--shadow-offset); }
.form-heading { padding-bottom: 22px; border-bottom: 2px solid var(--green-900); }
.form-heading p { margin: 0; font: 850 clamp(1.55rem, 2vw, 1.9rem)/1 var(--display); font-stretch: condensed; font-variation-settings: 'wght' 850, 'wdth' 62; letter-spacing: .04em; }
.form-section { min-width: 0; margin: 0; padding: 30px 0 6px; border: 0; border-top: 1px solid var(--line-dark); }
.form-heading + .form-section { border-top: 0; }
.form-section legend { float: left; width: 100%; margin: 0 0 18px; padding: 0; color: var(--green-900); font-size: 1rem; font-weight: 900; line-height: 1.45; }
.form-section legend + * { clear: both; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
label { display: grid; gap: 8px; font-size: .95rem; font-weight: 800; letter-spacing: .01em; }
input, textarea { width: 100%; min-height: var(--control-height); padding: 12px 14px; color: var(--ink); border: 1px solid #78917e; border-radius: 0; background: white; font-size: 1rem; }
textarea { min-height: 116px; resize: vertical; }
input:focus-visible, textarea:focus-visible { border-color: var(--green-900); outline-color: var(--green-900); }
.custom-select { position: relative; display: block; }
.custom-select-trigger { display: flex; width: 100%; min-height: var(--control-height); align-items: center; justify-content: space-between; gap: 14px; padding: 10px 14px; color: var(--ink); border: var(--border-strong); border-radius: 0; background: white; box-shadow: 3px 3px 0 var(--coral); font-size: 1rem; font-weight: 800; text-align: left; cursor: pointer; }
.custom-select-trigger:hover, .custom-select-trigger[aria-expanded='true'] { background: #fffdf0; }
.custom-select-trigger > span { color: var(--coral-action-hover); font-size: 1.35rem; line-height: .7; transition: transform .15s ease; }
.custom-select-trigger[aria-expanded='true'] > span { transform: rotate(180deg); }
.custom-select-panel { position: absolute; z-index: 10; top: calc(100% + 8px); left: 0; right: 0; padding: 10px; border: var(--border-strong); background: var(--paper); box-shadow: 7px 7px 0 rgba(0, 75, 43, .22); }
.custom-select-search { margin: 0 0 8px; border: 2px solid var(--green-900); font-weight: 700; }
.custom-select-options { display: grid; max-height: 240px; overflow-y: auto; border-top: 1px solid #b2c0ae; }
.custom-select-options button { width: 100%; min-height: var(--touch-target); padding: 10px 12px; color: var(--green-950); border: 0; border-bottom: 1px solid #c5d0c4; background: transparent; font-size: .96rem; font-weight: 750; text-align: left; cursor: pointer; }
.custom-select-options button:hover, .custom-select-options button:focus-visible, .custom-select-options button[aria-selected='true'] { color: white; background: var(--green-900); outline: 0; }
.form-wide { grid-column: 1 / -1; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
.check-grid label { min-height: var(--touch-target); grid-template-columns: 22px 1fr; align-items: center; gap: 10px; padding: 8px 10px; border: 1px solid transparent; background: var(--paper-warm); font-size: .92rem; font-weight: 700; line-height: 1.45; cursor: pointer; }
.check-grid label:hover, .check-grid label:focus-within { border-color: var(--green-900); background: white; }
.check-grid input, .radio-options input, .privacy-check input { width: 20px; height: 20px; min-height: 0; margin: 0; padding: 0; accent-color: var(--coral-action); cursor: pointer; }
.field-note { margin: 0 0 14px; color: var(--wine); font-size: .9rem; line-height: 1.55; }
.radio-options { display: flex; flex-wrap: wrap; gap: 12px; }
.radio-options label { min-width: 100px; min-height: var(--touch-target); display: flex; grid-template-columns: none; align-items: center; gap: 10px; border: 1px solid var(--line-dark); padding: 8px 12px; background: var(--paper-warm); cursor: pointer; }
.form-section--message { padding-bottom: 24px; }
.privacy-check { min-height: var(--touch-target); display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 10px; margin: 0 0 22px; padding: 8px 10px; background: var(--paper-warm); font-size: .92rem; cursor: pointer; }
.privacy-check a { color: var(--green-900); font-weight: 900; text-underline-offset: 3px; }
.privacy-check a:hover { color: var(--coral-action-hover); }
.form-message { margin: 18px 0 0; padding: 14px 16px; color: var(--green-950); border-left: 4px solid var(--green-900); background: #f7eaa4; font-size: .95rem; font-weight: 800; line-height: 1.55; }
.form-message[data-status='success'] { border-left-color: var(--green); background: #dcebdc; }
.form-message[data-status='error'], .form-message[data-status='config'] { border-left-color: var(--coral-action); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.donate { color: var(--paper); background: var(--coral); }
.donate .section-kicker { color: var(--green-950); }
.donate h2 { color: var(--paper); }
.donate-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .56fr); gap: clamp(54px, 7vw, 96px); align-items: center; }
.donate-layout > div:first-child > p:not(.section-kicker) { max-width: 660px; font-size: 1.08rem; line-height: 1.7; }
.donate-mark { padding: clamp(34px, 4vw, 52px); text-align: center; background: var(--green-950); box-shadow: 10px 10px 0 #dc4d2e; }
.donate-mark img { width: min(290px, 100%); margin: 0 auto 24px; }
.donate-mark p { margin: 0 auto; color: #dce7df; font-size: .96rem; line-height: 1.55; }

.whatsapp-float { position: fixed; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 25; display: flex; min-width: 62px; height: 62px; align-items: center; justify-content: flex-end; color: white; border: 3px solid white; border-radius: 999px; background: #25d366; box-shadow: 0 9px 24px rgba(0, 35, 20, .28); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 13px 30px rgba(0, 35, 20, .34); }
.whatsapp-float__label { max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; font-size: .8rem; font-weight: 900; letter-spacing: .02em; transition: max-width .2s ease, opacity .15s ease, padding .2s ease; }
.whatsapp-float:hover .whatsapp-float__label, .whatsapp-float:focus-visible .whatsapp-float__label { max-width: 160px; padding-left: 18px; opacity: 1; }
.whatsapp-float__icon { flex: 0 0 auto; width: 56px; height: 56px; padding: 12px; fill: currentColor; }

.site-footer { position: relative; overflow: hidden; padding: 68px 0 0; color: var(--paper); background: var(--green-950); isolation: isolate; }
.site-footer::before { content: ''; position: absolute; z-index: -1; top: -58%; right: -5%; width: min(650px, 58vw); aspect-ratio: 1; background: url('../assets/images/grafismo-silueta-estado-do-maranha.png') center / contain no-repeat; opacity: .09; transform: rotate(-8deg); }
.footer-layout { display: grid; grid-template-columns: minmax(280px, 1.2fr) minmax(170px, .68fr) minmax(270px, 1fr); gap: clamp(40px, 5vw, 72px); align-items: start; padding-bottom: 54px; }
.footer-brand img { width: min(235px, 100%); }
.footer-brand > p { max-width: 360px; margin: 18px 0 28px; color: #d2e1d5; font-size: .94rem; line-height: 1.65; }
.footer-social-column > p { max-width: 300px; margin: 0 0 20px; color: #d2e1d5; font-size: .92rem; }
.footer-social { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: min(100%, 330px); }
.footer-social a { display: flex; min-height: var(--touch-target); align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid rgba(242, 242, 242, .38); font-size: .78rem; font-weight: 850; text-decoration: none; transition: color .15s ease, background-color .15s ease, border-color .15s ease, transform .1s ease; }
.footer-social__icon { flex: 0 0 auto; width: 19px; height: 19px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.footer-social__icon rect, .footer-social__icon circle:not(.footer-social__icon-dot) { fill: none; }
.footer-social__icon path { stroke: none; }
.footer-social__icon-dot { fill: currentColor; stroke: none; }
.footer-column { display: grid; align-content: start; gap: 10px; font-size: .95rem; font-style: normal; }
.footer-column h2 { margin: 3px 0 12px; color: #f7c44a; font: 850 1.28rem/1 var(--display); font-stretch: condensed; font-variation-settings: 'wght' 850, 'wdth' 62; letter-spacing: .06em; }
.footer-column > a { display: inline-flex; min-height: var(--touch-target); align-items: center; width: fit-content; color: #dce7df; text-underline-offset: 5px; text-decoration-color: rgba(242, 242, 242, .45); }
.footer-column > a:hover { color: white; text-decoration-color: var(--coral); }
.footer-column .footer-social a:hover, .footer-column .footer-social a:focus-visible { color: var(--green-950); background: var(--paper); border-color: var(--paper); text-decoration: none; }
.footer-column .footer-social a:active { color: var(--green-950); background: #f7c44a; border-color: #f7c44a; transform: translateY(1px); }
.footer-back-to-top { display: inline-flex; min-height: var(--touch-target); align-items: center; gap: 9px; width: fit-content; padding: 10px 14px; border: 1px solid rgba(242, 242, 242, .58); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.footer-back-to-top:hover { color: var(--green-950); background: var(--paper); border-color: var(--paper); }
.footer-back-to-top span { color: var(--coral); font-size: 1.15rem; line-height: 1; }
.footer-bottom { border-top: 1px solid rgba(242, 242, 242, .16); background: rgba(0, 37, 21, .42); }
.footer-bottom p { margin: 0; padding: 18px 0; color: #c6d8ca; font-size: .82rem; }

.privacy-page { background: var(--paper-warm); }
.privacy-page .site-header { position: relative; color: var(--paper); background: var(--green-950); }
.privacy-page .header-inner { min-height: 82px; }
.privacy-home-link { display: inline-flex; min-height: var(--touch-target); align-items: center; color: var(--paper); border-bottom: 2px solid var(--coral); font-size: .85rem; font-weight: 850; text-decoration: none; }
.privacy-main { padding: clamp(64px, 8vw, 104px) 0; }
.privacy-document { max-width: 860px; }
.privacy-document > header { margin-bottom: 46px; padding-bottom: 30px; border-bottom: 4px solid var(--coral); }
.privacy-document .section-kicker { color: var(--coral-action-hover); }
.privacy-document h1 { max-width: 780px; margin-bottom: 20px; color: var(--green-950); font-size: clamp(3.2rem, 7vw, 6rem); }
.privacy-updated { margin: 0; color: #52645a; font-size: .92rem; font-weight: 750; }
.privacy-summary { margin-bottom: 38px; padding: 24px; color: var(--green-950); border-left: 5px solid var(--coral-action); background: #e8ecd7; font-size: 1.06rem; font-weight: 700; line-height: 1.7; }
.privacy-section { padding: 30px 0; border-top: 1px solid #bdc9bf; }
.privacy-section h2 { margin-bottom: 18px; color: var(--green-950); font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
.privacy-section h3 { margin: 24px 0 10px; color: var(--green-900); font-size: 1.35rem; }
.privacy-section p, .privacy-section li { font-size: 1rem; line-height: 1.75; }
.privacy-section ul { display: grid; gap: 9px; padding-left: 22px; }
.privacy-contact { padding: 24px; color: var(--paper); background: var(--green-950); }
.privacy-contact a { color: #f7c44a; font-weight: 850; text-underline-offset: 4px; }
.privacy-simple-footer { padding: 26px 0; color: #c6d8ca; background: var(--green-950); font-size: .84rem; }
.privacy-simple-footer p { margin: 0; }

@media (max-width: 1100px) {
  .volunteer-layout { grid-template-columns: 1fr; }
  .volunteer-copy { position: static; }
  .volunteer-copy > p:not(.section-kicker) { max-width: 620px; }
  .volunteer-steps { max-width: 620px; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .volunteer-steps span { align-items: flex-start; }
  .volunteer-form { width: 100%; }
}

@media (max-width: 900px) {
  :root { --content-gutter: clamp(20px, 6vw, 48px); --section-space: clamp(76px, 11vw, 104px); }
  .site-header { background: rgba(0, 75, 43, .96); }
  .header-inner { min-height: 76px; }
  .brand { width: 128px; }
  .menu-toggle { display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; padding: 10px; color: var(--paper); border: 1px solid rgba(242, 242, 242, .5); background: transparent; cursor: pointer; }
  .menu-toggle-line { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
  .menu-toggle[aria-expanded='true'] .menu-toggle-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] .menu-toggle-line:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] .menu-toggle-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; gap: 0; padding: 14px var(--content-gutter) 20px; background: var(--green-950); box-shadow: 0 14px 24px rgba(0, 0, 0, .24); }
  .site-nav[data-open='true'] { display: grid; }
  .site-nav a { min-height: 50px; border-bottom: 1px solid rgba(242, 242, 242, .14); }
  .site-nav .nav-cta { width: 100%; justify-content: center; margin-top: 10px; border-bottom: 0; }
  .hero { min-height: 960px; }
  .hero-layout { min-height: 960px; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 116px 0 28px; }
  .hero-logo { width: min(270px, 60%); }
  h1 { max-width: 720px; font-size: clamp(3.4rem, 8.5vw, 4.9rem); }
  .hero-lead { max-width: 650px; font-size: 1.08rem; }
  .hero-note { display: none; }
  .hero-portrait { height: 430px; margin-top: 0; }
  .hero-portrait img { max-height: 450px; width: min(470px, 90%); left: 50%; transform: translateX(-50%); }
  .hero-portrait .hero-slogan-seal { inset: auto; right: 28%; bottom: 0; left: auto; width: min(420px, 84%); max-height: none; transform: translate(50%, 25%) rotate(5deg); }
  .portrait-frame { inset: 42px 16% 0; }
  .portrait-sun { top: 56px; right: 16%; width: 160px; }
  .hero-map { right: -125px; top: 260px; width: 500px; opacity: .2; }
  .hero-gridline--two { right: -45%; }
  .split-layout, .volunteer-layout, .donate-layout, .footer-layout { grid-template-columns: 1fr; }
  .split-layout { gap: 44px; }
  .section-intro h2, .section-heading h2 { max-width: 700px; }
  .section-heading { display: grid; gap: 18px; margin-bottom: 38px; }
  .section-heading > p { max-width: 580px; }
  .priority-list li { grid-template-columns: 64px 1fr; gap: 18px; }
  .volunteer-layout { gap: 50px; }
  .volunteer-copy { position: static; }
  .volunteer-copy > p:not(.section-kicker) { max-width: 620px; }
  .volunteer-steps { max-width: 620px; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .volunteer-steps span { align-items: flex-start; }
  .volunteer-form { width: 100%; box-shadow: 7px 7px 0 var(--coral); }
  .donate-layout { gap: 46px; }
  .donate-mark { width: min(100%, 580px); }
  .footer-layout { gap: 0; padding-bottom: 46px; }
  .footer-column { margin-top: 32px; padding-top: 30px; border-top: 1px solid rgba(242, 242, 242, .16); }
  .site-footer::before { top: 5%; right: -20%; width: 540px; }
}

@media (max-width: 560px) {
  :root { --content-gutter: 16px; --section-space: 72px; }
  .hero { min-height: 980px; }
  .hero-layout { min-height: 890px; }
  .hero-copy { padding: 104px 0 30px; }
  .eyebrow { display: none; }
  .hero-logo { display: none; }
  h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 13.7vw, 3.7rem); line-height: .94; }
  .hero-lead { margin-bottom: 24px; font-size: 1rem; line-height: 1.68; }
  .hero-actions { display: grid; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: fit-content; min-height: 48px; }
  .hero-portrait { height: 330px; }
  .hero-portrait img { max-height: 350px; width: 100%; }
  .hero-portrait .hero-slogan-seal { inset: auto; right: 28%; bottom: 0; left: auto; width: min(360px, 95%); max-height: none; transform: translate(50%, 25%) rotate(5deg); }
  .portrait-frame { inset: 30px 8% 0; }
  .portrait-sun { top: 42px; right: 9%; width: 130px; }
  .hero-map { right: -115px; top: 390px; width: 390px; opacity: .14; }
  .hero-gridline--one { width: 330px; height: 330px; right: -35%; top: 48%; }
  .hero-gridline--two { display: none; }
  .section-intro h2, .section-heading h2, .volunteer-copy h2, .donate h2 { font-size: clamp(2.75rem, 13vw, 3.65rem); }
  .split-layout { gap: 38px; }
  .section-quote { margin-top: 24px; font-size: 1.08rem; }
  .story-copy { font-size: 1.0625rem; line-height: 1.76; }
  .story-copy p { margin-bottom: 1.8em; }
  .story-copy .story-closing { margin-top: 2.15em; font-size: clamp(2rem, 10vw, 2.7rem); line-height: 1.08; }
  .section-heading { margin-bottom: 32px; }
  .section-heading > p { font-size: .98rem; }
  .priority-list li { grid-template-columns: 46px 1fr; gap: 14px; padding: 30px 0; }
  .priority-list li > span { font-size: 1.75rem; }
  .priority-list h3 { margin-bottom: 10px; font-size: clamp(1.65rem, 8vw, 2.15rem); }
  .priority-list p { font-size: 1rem; line-height: 1.72; }
  .volunteer-copy > p:not(.section-kicker) { font-size: 1.03rem; }
  .volunteer-steps { grid-template-columns: 1fr; gap: 8px; margin-top: 30px; }
  .volunteer-steps span { min-height: 48px; align-items: center; }
  .volunteer-layout { gap: 42px; }
  .volunteer-form { padding: 22px 20px; box-shadow: 5px 5px 0 var(--coral); }
  .form-heading p { font-size: 1.5rem; }
  .form-section { padding-top: 26px; }
  .form-section legend { font-size: 1rem; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .form-grid { gap: 18px; }
  label, .check-grid label, .privacy-check { font-size: .96rem; }
  .check-grid label { min-height: 48px; padding: 10px; }
  .radio-options { display: grid; grid-template-columns: 1fr 1fr; }
  .radio-options label { min-height: 48px; }
  .field-note { font-size: .93rem; }
  .donate-layout { gap: 38px; }
  .donate-layout > div:first-child > p:not(.section-kicker) { font-size: 1rem; }
  .donate .button { width: 100%; padding-inline: 14px; }
  .donate-mark { padding: 34px 24px; }
  .donate-mark p { font-size: .94rem; }
  .whatsapp-float { right: max(8px, env(safe-area-inset-right)); bottom: max(8px, env(safe-area-inset-bottom)); min-width: 48px; height: 48px; }
  .whatsapp-float__icon { width: 44px; height: 44px; padding: 9px; }
  .whatsapp-float__label { display: none; }
  .site-footer { padding-top: 58px; }
  .footer-brand > p, .footer-social-column > p, .footer-column { font-size: .95rem; }
  .footer-social { width: 100%; }
  .footer-social a { min-height: 48px; font-size: .82rem; }
  .footer-bottom p { padding-right: 64px; font-size: .8rem; }
}

@media (max-width: 350px) {
  h1 { font-size: 2.75rem; }
  .hero { min-height: 1010px; }
  .hero-layout { min-height: 930px; }
  .volunteer-form { padding: 20px 16px; }
  .radio-options, .footer-social { grid-template-columns: 1fr; }
  .footer-social a { width: 100%; }
}

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