/* LANDFORCE / Reference build
   01 Tokens & base · 02 Header · 03 Hero · 04 Programs · 05 Impact
   06 Mission · 07 News · 08 Neighborhoods · 09 CTA · 10 Footer
   11 Dialogs · 12 Responsive · 13 Reduced motion / print
   No framework, icon library, or JavaScript layout dependency. */

:root {
  --forest: #173f2c;
  --forest-deep: #0e3023;
  --green: #007044;
  --green-light: #108458;
  --orange: #d6400c;
  --orange-hover: #b83209;
  --ink: #112f29;
  --paper: #f6f4ea;
  --sage: #a5b88a;
  --muted: #46534b;
  --line: #d8ddcf;
  --serif: "DM Serif Display", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", "Inter", Arial, sans-serif;
  --script: "Caveat", "Segoe Print", "Bradley Hand", "Z003", cursive;
  --condensed: "Barlow Condensed", "Arial Narrow", "Liberation Sans Narrow", sans-serif;
  --gutter: clamp(24px, 5.55vw, 100px);
  --ease: cubic-bezier(.2,.65,.25,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; }
button { border: 0; background: none; }
p, h1, h2, h3, figure, dl, dd { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.038em; }
h2 { font-size: clamp(30px, 2.7vw, 49px); line-height: 1.05; }
p { line-height: 1.45; }
::selection { background: #df7541; color: #fff; }
:focus-visible { outline: 3px solid #ce571e; outline-offset: 5px; }
.site-shell { position: relative; max-width: 1800px; margin: 0 auto; overflow: clip; }
.section-inner { width: calc(100% - var(--gutter) * 2); margin-inline: auto; }
.paper { background-color: var(--paper); background-image: url('../assets/decor/paper-grain.webp'); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 20px; top: -100px; padding: 14px 24px; background: white; border: 2px solid var(--green); border-radius: 8px; z-index: 200; font-weight: 700; }
.skip-link:focus { top: 16px; }
.icon { width: 24px; height: 24px; display: inline-block; vertical-align: middle; }
.icon-button { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: background .2s; }
.icon-button:hover { background: #dce4d4; }
.eyebrow { font-size: clamp(10px, .86vw, 15px); font-weight: 700; text-transform: uppercase; letter-spacing: .25em; line-height: 1.5; }
.handwritten { font-family: var(--script); font-weight: 400; letter-spacing: -.025em; line-height: .96; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 56px; padding: 14px 28px; border: 1px solid transparent; border-radius: 999px; font-family: var(--condensed); font-size: 20px; font-weight: 600; line-height: 1; white-space: nowrap; transition: transform .25s var(--ease), box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 18px #05251826; }
.button:active { transform: translateY(0); }
.button .icon { width: 23px; height: 23px; }
.button-green { color: #fff; background: linear-gradient(110deg, var(--green), #007948 60%, #00673c); box-shadow: inset 0 1px 1px #ffffff36; }
.button-green:hover { background: #005936; }
.button-donate { color: #fff; background: linear-gradient(110deg, #d7430d, #ce3e0e); border-color: #fff9; outline: 1px solid #d74c192e; }
.button-donate:hover { background: var(--orange-hover); }
.button-outline-light { color: #fff; border: 1.5px solid #fff; background: #09221316; padding-right: 10px; }
.button-outline-light:hover { background: #ffffff20; }
.button-outline { border: 1.3px solid var(--ink); background: #fff3; }
.button-outline:hover { background: white; }
.button-cream { color: var(--ink); background: #fffef8; box-shadow: 0 6px 14px #05221526; }
.circle-arrow { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1.2px solid var(--ink); border-radius: 50%; transition: color .25s, background .25s, transform .25s; }
.circle-arrow .icon { width: 24px; height: 24px; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 22px; font-family: var(--condensed); font-weight: 600; font-size: 18px; padding: 6px 0; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

/* 02 / Floating cream masthead */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 30; padding-inline: clamp(18px, 3vw, 54px); }
.header-bar { min-height: clamp(65px, 5.18vw, 93px); display: flex; align-items: center; gap: 24px; padding: 5px 32px; border-radius: 0 0 34px 34px; background: linear-gradient(110deg,#fffef6f5,#fbedd5ee); box-shadow: 0 8px 18px #09271820; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: block; flex: 0 0 auto; width: auto; }
.brand img { width: auto; height: clamp(46px,3.75vw,60px); }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(19px,2.05vw,37px); margin: 0 auto; white-space: nowrap; }
.desktop-nav a { display: flex; align-items: center; min-height: 44px; font-family: var(--condensed); font-size: clamp(14px,1.13vw,20px); font-weight: 600; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 7px; left: 0; height: 2px; width: 100%; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; gap: clamp(24px,4.5vw,70px); align-items: center; }
.search-toggle { background: #fffcf3c9; width: 40px; height: 40px; }
.search-toggle .icon { width: 20px; height: 20px; }
.header-donate { min-height: 50px; min-width: 160px; font-size: 19px; padding: 12px 23px; gap: 24px; }
.menu-toggle { display: none; }
.mobile-nav { background: #fffdf3; border-radius: 20px; box-shadow: 0 20px 60px #071b2640; margin-top: 10px; padding: 16px 24px; max-height: calc(100dvh - 110px); overflow-y: auto; }
.mobile-nav a { display: block; padding: 15px 4px; font-size: 19px; border-bottom: 1px solid #173f2c1a; }
.mobile-nav a:last-child { border: 0; }

/* 03 / Full-bleed photo, editable headline and video controls */
.hero { position: relative; height: clamp(530px,44.15vw,795px); background: #193e29; color: #fffdf3; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-image { position: absolute; top: clamp(60px,5.16vw,93px); width: 100%; height: auto; }
.hero-shade { position: absolute; inset: 60px 0 12%; background: linear-gradient(90deg,#08201350 0%,#08201315 35%,transparent 60%); }
.hero-copy { position: absolute; top: clamp(130px,9.25vw,166px); left: var(--gutter); z-index: 2; width: 48%; }
.hero-kicker { margin-bottom: 18px; font-size: clamp(10px,.95vw,17px); letter-spacing: .24em; }
.hero h1 { font-size: clamp(63px,5.4vw,97px); line-height: .855; letter-spacing: -.048em; text-shadow: 0 2px 10px #091e1720; }
.hero-description { margin-top: 28px; font-size: clamp(16px,1.36vw,24px); line-height: 1.33; letter-spacing: -.02em; }
.hero-buttons { display: flex; align-items: center; gap: 18px; margin-top: 23px; }
.hero-buttons .button { min-height: 58px; }
.small-play { display: inline-flex; height: 38px; width: 38px; border-radius: 50%; background: #fffef7; color: var(--ink); justify-content: center; align-items: center; }
.small-play .icon { width: 22px; height: 22px; }
.hero-note { position: absolute; right: 2.2%; top: 13.8%; width: 95px; text-align: center; color: #153e2c; font-size: clamp(23px,1.98vw,36px); transform: rotate(7deg); color: #fffdf1; text-shadow: 0 1px 3px #0a2417aa, 0 0 18px #0a241766; }
.hero-note img { width: 100%; margin-top: -2px; }
.story-trigger { position: absolute; display: inline-flex; align-items: center; gap: 19px; left: 68.4%; top: 70.5%; z-index: 4; padding: 0; color: #fffdf1; }
.play-circle { width: clamp(74px,6.1vw,110px); height: clamp(74px,6.1vw,110px); display: flex; align-items: center; justify-content: center; border: 3px solid #fff9e8; border-radius: 50%; background: #28371b40; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); transition: transform .25s, background .25s; }
.play-circle .icon { width: 40%; height: 40%; transform: translateX(2px); }
.story-trigger:hover .play-circle { transform: scale(1.07); background: #125b3f8a; }
.story-trigger > .handwritten { font-size: clamp(29px,2.6vw,46px); text-align: left; transform: rotate(-7deg); }
.hand-arrow { position: absolute; width: 125px; left: calc(100% - 5px); top: -20px; }

/* 04 / Continuous paper wave, circular program doors, photographic foliage */
.programs { position: relative; margin-top: -32px; padding: 0 0 44px; z-index: 5; min-height: clamp(380px,31.4vw,565px); }
.program-wave { position: absolute; left: 0; top: -126px; width: 100%; height: 128px; max-width: none; pointer-events: none; }
.program-grid { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(22px,2.1vw,38px); width: 69%; margin-left: 8.5%; }
.program { min-width: 0; text-align: center; }
.program-link { display: flex; flex-direction: column; align-items: center; height: 100%; }
.program-photo { position: relative; width: min(100%,268px); aspect-ratio: 1; margin: 0 auto 18px; }
.program-photo > img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; filter: drop-shadow(0 5px 5px #1532210d); transition: transform .55s var(--ease); }
.program-badge { position: absolute; left: -4px; bottom: 7px; width: 84px; height: 84px; display: flex; justify-content: center; align-items: center; background: linear-gradient(130deg,#058257,#006239); border: 4px solid #fffbee; border-radius: 50%; color: #fffbed; box-shadow: 0 3px 7px #153c2426; }
.program-badge .icon { width: 54px; height: 54px; stroke-width: 1.35; }
.program h3 { font-size: clamp(25px,2.12vw,38px); line-height: .96; margin-bottom: 13px; letter-spacing: -.044em; }
.program p { font-size: clamp(14px,1.22vw,21px); line-height: 1.3; letter-spacing: -.015em; }
.program .circle-arrow { margin-top: 17px; }
.program-link:hover .program-photo > img { transform: translateY(-5px) rotate(-2deg); }
.program-link:hover .circle-arrow, .news-link:hover .circle-arrow { background: var(--forest); color: #fff; transform: translateX(3px); }
.program-leaf { position: absolute; right: -4.4%; top: -145px; width: 28%; height: calc(100% + 146px); z-index: 2; pointer-events: none; }
.sage-leaf { position: absolute; width: 105%; height: 104%; top: 38px; left: 0; border-radius: 79% 10% 72% 20% / 67% 12% 81% 30%; transform: rotate(17deg); background: #b1c197 url('../assets/decor/leaf-veins.svg') center / cover; box-shadow: inset 15px 0 60px #e4ead17a; }
.forest-leaf { position: absolute; width: 98%; height: 90%; top: 0; left: 21%; border-radius: 95% 3% 82% 15% / 57% 8% 80% 50%; transform: rotate(22deg); background: linear-gradient(125deg,#2b5c40,#173f2c 76%); box-shadow: inset 0 0 70px #072a251a; }
.forest-leaf::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: url('../assets/decor/leaf-veins.svg') center / cover; opacity: .55; }
.program-leaf > p { position: relative; width: 49%; margin: 210px 0 0 41%; font-size: clamp(35px,3.7vw,64px); text-align: center; color: #fffdf1; transform: rotate(-8deg); }
.program-leaf p img { width: 150px; margin: 0 auto; }
.foliage { position: absolute; bottom: -1px; z-index: 6; pointer-events: none; }
.foliage-left { left: 0; width: 13%; }
.foliage-right { right: 0; width: 26%; }

/* 05 / Source figures remain text, rather than a flattened screenshot */
.impact-stats { position: relative; z-index: 7; background: linear-gradient(100deg,#153e2c,#1a4932 56%,#123b29); color: #fffef0; padding: 43px 0; min-height: 160px; }
.impact-stats::before, .site-footer::before { content: ''; position: absolute; inset: 0; background: url('../assets/decor/paper-grain.webp'); mix-blend-mode: soft-light; opacity: .08; pointer-events: none; }
.stats-inner { width: calc(100% - var(--gutter)*2); margin: 0 auto; display: flex; gap: 44px; align-items: center; }
.stats-inner h2 { font-family: var(--condensed); font-size: clamp(20px,1.65vw,30px); line-height: 1.05; font-weight: 500; text-transform: uppercase; letter-spacing: .015em; flex: 0 0 156px; border-right: 1px solid #f6f9dd99; padding: 6px 46px 7px 0; }
.stats-inner h2 strong { font-weight: 600; }
.stats-grid { display: grid; grid-template-columns: .98fr 1.16fr 1fr .9fr; gap: 36px; flex: 1; min-width: 0; }
.stat { display: flex; gap: 20px; align-items: flex-start; }
.stat > .icon { width: 42px; height: 42px; stroke-width: 1.25; margin-top: 3px; }
.stat dt { font-family: var(--condensed); font-size: clamp(32px,2.6vw,47px); font-weight: 600; line-height: 1; letter-spacing: -.015em; white-space: nowrap; }
.stat dd { font-size: clamp(13px,1.12vw,20px); margin-top: 10px; line-height: 1.25; white-space: nowrap; }

/* 06 / Torn photograph, live paper note, mission and postcard */
.mission { position: relative; min-height: clamp(430px,31.5vw,567px); padding-top: 50px; }
.mission-visual { position: absolute; top: 0; left: 0; width: 45%; height: 100%; }
.mission-photo { width: 100%; height: 100%; object-fit: cover; object-position: 45% 50%; border-radius: 0 34% 30% 0 / 0 40% 36% 0; }
.paper-note { position: absolute; bottom: -2%; left: 56%; width: 48%; padding: 23px 20px 25px; color: #27382d; font-size: clamp(34px,2.9vw,52px); line-height: .9; text-align: center; background: #f2ecda url('../assets/decor/paper-grain.webp'); transform: rotate(-9deg); filter: drop-shadow(3px 6px 4px #25372225); clip-path: polygon(1% 2%,13% 0,28% 2%,42% 0,59% 1%,77% 0,91% 2%,99% 0,98% 28%,100% 44%,98% 67%,100% 86%,98% 98%,83% 100%,61% 98%,46% 100%,32% 98%,14% 100%,0 98%,2% 75%,0 62%,1% 38%,0 20%); }
.mission-copy { position: relative; z-index: 2; width: 33%; margin-left: 47.7%; }
.mission-copy > .eyebrow { margin-bottom: 16px; color: #0a5436; }
.mission-copy > .eyebrow span { color: #a7350e; }
.mission-copy h2 { font-size: clamp(34px,3.22vw,58px); line-height: .98; }
.mission-copy > p:not(.eyebrow) { margin-top: 18px; font-size: clamp(15px,1.23vw,22px); line-height: 1.37; letter-spacing: -.01em; }
.mission-copy .button { margin-top: 20px; font-size: 18px; gap: 22px; }
.postcard { position: absolute; z-index: 3; right: -3.1%; top: 105px; width: 25%; padding: 22px 18px 18px; background: #f9f7ed url('../assets/decor/paper-grain.webp'); box-shadow: 0 5px 18px #1d321e29; transform: rotate(9deg); }
.postcard-photo { width: 100%; height: auto; aspect-ratio: 1.45; object-fit: cover; }
.postcard figcaption { padding-top: 14px; text-align: center; font-size: clamp(23px,2.05vw,36px); line-height: .95; }
.postcard-sprig { position: absolute; right: 0; top: -55px; width: 50%; transform: rotate(-9deg); z-index: -1; }

/* 07 / Editorial news cards */
.news { padding: 28px 0 35px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 23px; }
.section-heading h2 { font-size: clamp(31px,2.7vw,49px); }
.news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.news-card { border-radius: 19px; background: #fffdfa; overflow: hidden; box-shadow: 0 6px 20px #1b3a2410; min-width: 0; transition: transform .3s var(--ease),box-shadow .3s; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px #1b3a2418; }
.news-link { display: block; height: 100%; }
.news-image { overflow: hidden; aspect-ratio: 2.8; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.news-link:hover .news-image img { transform: scale(1.04); }
.news-copy { position: relative; padding: 18px 20px 24px; min-height: 175px; }
.news-copy .eyebrow { font-size: 10px; letter-spacing: .2em; margin-bottom: 11px; color: #305a47; }
.news-copy h3 { font-size: clamp(23px,1.85vw,33px); line-height: 1; letter-spacing: -.037em; }
.news-description { margin-top: 15px; padding-right: 40px; font-size: clamp(14px,1.19vw,20px); line-height: 1.3; letter-spacing: -.02em; }
.news-description br { display: none; }
.news-copy .circle-arrow { position: absolute; bottom: 17px; right: 17px; width: 43px; height: 43px; }

/* 08 / A separate photo layer, vector map, and live organic title panel */
.neighborhoods { position: relative; height: clamp(400px,32.3vw,580px); background: #789471; isolation: isolate; }
.city-panorama, .city-panorama img { position: absolute; inset: 0; width: 100%; height: 100%; }
.city-panorama img { object-fit: cover; object-position: 50% 45%; }
.impact-map { position: absolute; z-index: 2; top: -3px; right: -1px; width: 50%; height: 83%; overflow: hidden; border-radius: 12% 0 22% 22% / 45% 0 14% 45%; box-shadow: inset 35px 0 40px #81996328; }
.impact-map > img { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.impact-map::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#abc39192,transparent 48%); pointer-events: none; }
.map-pin { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%,-50%); color: #1d5138; z-index: 3; filter: drop-shadow(0 2px 1px #284b202a); }
.map-pin .icon { width: clamp(27px,2.8vw,49px); height: clamp(30px,3.1vw,55px); }
.map-label { position: absolute; top: 48%; left: 36%; font-family: var(--condensed); font-size: clamp(27px,2.5vw,45px); font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; z-index: 5; color: #153b32; }
.neighborhood-message { position: absolute; z-index: 4; top: -2px; left: 20.5%; width: 42%; height: 90%; padding: 92px 40px 40px 75px; color: #fffdf1; background: radial-gradient(ellipse at 10% 50%,#234f34,#133e2b 80%); border-radius: 62% 27% 20% 8% / 40% 15% 38% 60%; transform: rotate(-4deg); }
.neighborhood-message > * { transform: rotate(4deg); transform-origin: left center; }
.neighborhood-message .eyebrow { font-size: clamp(10px,.92vw,16px); letter-spacing: .29em; margin-bottom: 22px; color: #e5e9c9; white-space: nowrap; }
.neighborhood-message h2 { font-size: clamp(35px,3.24vw,59px); line-height: 1.02; margin-bottom: 25px; letter-spacing: -.032em; }
.neighborhood-message .button { font-size: 19px; min-height: 58px; }

/* 09 / Closing paper section and seedling */
.get-involved { position: relative; z-index: 6; min-height: 300px; display: flex; align-items: flex-start; gap: 50px; padding: 54px var(--gutter) 45px; }
.cta-wave { position: absolute; left: -2%; width: 104%; height: 55px; top: -31px; background: var(--paper) url('../assets/decor/paper-grain.webp'); clip-path: polygon(0 15%,8% 20%,17% 31%,30% 61%,43% 77%,59% 84%,71% 58%,79% 27%,91% 9%,100% 20%,100% 100%,0 100%); }
.involved-title { flex: 0 0 25%; padding-left: 26px; }
.involved-title h2 { font-size: clamp(42px,4.2vw,73px); line-height: .95; transform: rotate(-4deg); }
.involved-title > img { width: 79px; margin: 10px 0 0 46%; }
.involved-copy { position: relative; z-index: 3; flex: 0 0 34%; padding-top: 6px; }
.involved-copy > p { font-size: clamp(17px,1.42vw,25px); line-height: 1.35; }
.involved-buttons { display: flex; gap: 18px; margin-top: 25px; }
.involved-buttons .button { min-width: 179px; min-height: 59px; }
.seedling-wrap { position: absolute; right: 12%; top: -2px; width: 20%; aspect-ratio: 1; z-index: 2; }
.seedling { position: relative; width: 100%; height: 100%; border: 7px solid #f8f7ee; border-radius: 50%; object-fit: cover; }
.seedling-leaf { position: absolute; right: 45%; top: -14%; width: 145%; height: 114%; background: #abbf87 url('../assets/decor/leaf-veins.svg') center / cover; border-radius: 95% 4% 95% 0; transform: rotate(-15deg); opacity: .85; }
.roots-note { position: absolute; right: 3.2%; top: 46px; width: 140px; font-size: clamp(28px,2.7vw,48px); line-height: .97; transform: rotate(-8deg); text-align: center; z-index: 3; }
.roots-note > img { width: 140px; margin-top: 0; }

/* 10 / Dark forest footer */
.site-footer { position: relative; z-index: 8; color: #fffcf1; background: #173f2c; padding: 49px var(--gutter) 34px; }
.footer-wave { position: absolute; z-index: -1; left: 0; top: -68px; width: 100%; height: 72px; max-width: none; pointer-events: none; }
.footer-top { position: relative; display: grid; grid-template-columns: 24% 48% 28%; gap: 0 30px; align-items: start; }
.footer-brand img { width: 232px; height: auto; }
.footer-brand p { margin-top: 16px; font-size: 17px; line-height: 1.5; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.footer-sitemap { border-left: 1px solid #ffffff1f; border-right: 1px solid #ffffff1f; padding: 0 26px; }
.footer-nav a { display: block; width: fit-content; font-size: 15px; padding-bottom: 12px; }
.footer-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.social-links { align-self: end; display: flex; gap: 13px; justify-content: center; padding: 0 8px 11px; }
.social-links a { width: 32px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 5px; transition: background .2s; }
.social-links a:hover { background: #ffffff20; }
.social-links .icon { width: 20px; height: 20px; }
.newsletter { padding-left: 18px; }
.newsletter label { display: block; margin-bottom: 13px; font-size: 17px; }
.email-field { position: relative; display: flex; align-items: center; border: 1px solid #fffef5c4; border-radius: 999px; box-shadow: inset 0 0 0 4px #ffffff0b; min-height: 49px; }
.email-field input { min-width: 0; width: 100%; height: 47px; background: transparent; border: 0; padding: 8px 60px 8px 24px; color: #fff; font-family: var(--sans); font-size: 14px; border-radius: 999px; }
.email-field input::placeholder { color: #e1e6d9; opacity: 1; }
.email-field button { position: absolute; top: -1px; right: -1px; height: 49px; width: 49px; display: flex; align-items: center; justify-content: center; background: #fffdf3; color: var(--ink); border-radius: 50%; }
.email-field button:hover { background: #dfeacf; }
#newsletter-help { margin-top: 14px; font-size: 15px; }
.form-status { font-size: 14px; margin-top: 8px; }
.form-status:empty { display: none; }
.form-status a { text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.footer-bottom { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 20px; border-top: 1px solid #ffffff50; margin-top: 42px; padding-top: 19px; font-size: 13px; color: #d1dacd; }
.footer-bottom > p:first-child { margin-left: auto; }
.footer-bottom > p:last-child { margin-left: auto; color: #fffaf0; }
.footer-bottom > div { display: flex; align-items: center; gap: 15px; }
.footer-bottom button { padding: 8px 0; font-size: inherit; }
.footer-bottom button:hover { text-decoration: underline; }

/* 11 / Search, video, project directory and honest prototype notices */
.dialog { width: min(790px,calc(100% - 40px)); max-height: calc(100dvh - 48px); overflow: auto; padding: 32px; color: var(--ink); border: 1px solid #fffcf0; border-radius: 24px; background: var(--paper) url('../assets/decor/paper-grain.webp'); box-shadow: 0 30px 120px #051d1870; }
.dialog::backdrop { background: #051c17b8; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.dialog[open] { animation: dialog-enter .22s var(--ease); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.dialog-head h2 { font-size: 38px; }
.dialog-head .eyebrow { color: #386c4c; font-size: 10px; margin-bottom: 8px; }
.dialog-head .icon-button { flex-shrink: 0; background: #fff8; }
.small-copy { font-size: 14px; color: #45534a; line-height: 1.55; }
.small-copy a { text-decoration: underline; text-underline-offset: 3px; }
.small-copy .icon { width: 15px; height: 15px; }
.search-field { display: flex; align-items: center; gap: 13px; border: 1px solid #809987; border-radius: 12px; background: #fffdf5; padding: 4px 16px; }
.search-field input { width: 100%; min-width: 0; border: 0; background: none; padding: 16px 0; color: var(--ink); font-size: 18px; }
.search-field:focus-within { outline: 3px solid #d97936; outline-offset: 3px; }
.search-field input:focus-visible { outline: none; }
#search-count { margin: 16px 0 10px; }
.search-results { display: grid; gap: 8px; }
.search-result { display: block; border-radius: 10px; padding: 15px 18px; background: #fff9; border: 1px solid #d7dfce; }
.search-result:hover { background: #e3ecd6; }
.search-result strong { display: block; font-family: var(--serif); font-size: 23px; font-weight: 400; margin-bottom: 4px; }
.search-result span { display: block; font-size: 14px; color: var(--muted); }
.no-results { padding: 25px 10px; }
.story-dialog { width: min(930px,calc(100% - 40px)); }
.video-stage { position: relative; aspect-ratio: 16/9; background: var(--forest-deep); border-radius: 15px; overflow: hidden; margin-bottom: 16px; }
.video-stage > img { width: 100%; height: 100%; object-fit: cover; opacity: .63; }
.video-consent { position: absolute; inset: 0; display: flex; flex-direction: column; gap: 14px; align-items: center; justify-content: center; color: white; padding: 24px; }
.video-consent p { text-align: center; font-size: 14px; text-shadow: 0 1px 5px #000; }
.video-stage iframe { width: 100%; height: 100%; border: 0; }
.directory-map { position: relative; height: 265px; overflow: hidden; border-radius: 16px; margin-bottom: 17px; }
.directory-map > img { width: 100%; height: 100%; object-fit: cover; }
.directory-map .map-label { font-size: 30px; }
.directory-map .map-pin .icon { width: 30px; height: 37px; }
.project-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.project-list span { display: flex; align-items: center; gap: 10px; font-size: 15px; padding: 11px 13px; background: #fff8; border-radius: 8px; }
.project-list span::before { content: ''; height: 8px; width: 8px; background: #246847; border-radius: 50%; flex-shrink: 0; }
.news-dialog-grid { display: grid; gap: 20px; margin-top: 22px; }
.news-dialog-grid .news-link { display: grid; grid-template-columns: 30% 70%; }
.news-dialog-grid .news-image { aspect-ratio: auto; height: 100%; }
.news-dialog-grid .news-copy { min-height: 178px; }
.news-dialog-grid .news-copy h3 { font-size: 27px; }
.legal-dialog > p { margin-top: 20px; font-size: 16px; line-height: 1.6; }
.is-revealed { animation: gentle-rise .6s var(--ease) both; }
@keyframes gentle-rise { from { opacity: .4; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes dialog-enter { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: none; } }

/* 12 / Responsive compositions, not scaled screenshots */
@media (min-width: 1600px) {
  .program-photo { width: 300px; }
  .program-badge { width: 94px; height: 94px; }
  .programs { padding-bottom: 60px; }
  .mission { padding-top: 70px; }
  .mission-copy .button { font-size: 22px; }
  .impact-stats { padding-block: 55px; }
  .news { padding-top: 40px; padding-bottom: 50px; }
  .news-copy { min-height: 205px; padding: 24px; }
  .neighborhood-message { padding-top: 122px; padding-left: 91px; }
  .get-involved { min-height: 365px; padding-top: 66px; }
  .site-footer { padding-top: 60px; padding-bottom: 42px; }
}
@media (max-width: 1200px) {
  .header-bar { padding-inline: 24px; gap: 16px; }
  .desktop-nav { gap: 18px; }
  .header-actions { gap: 22px; }
  .header-donate { min-width: 127px; font-size: 17px; min-height: 46px; }
  .brand { width: auto; }
  .hero-copy { top: 115px; }
  .hero h1 { font-size: 67px; }
  .hero-description { margin-top: 23px; font-size: 17px; }
  .hero-buttons { gap: 13px; margin-top: 19px; }
  .hero-buttons .button { min-height: 51px; padding: 10px 22px; font-size: 18px; gap: 12px; }
  .hero-buttons .button-outline-light { padding-right: 8px; }
  .small-play { width: 32px; height: 32px; }
  .programs { min-height: 378px; padding-bottom: 29px; }
  .program-wave { height: 105px; top: -103px; }
  .program-photo { width: 218px; }
  .program-badge { width: 70px; height: 70px; border-width: 3px; }
  .program-badge .icon { width: 44px; height: 44px; }
  .program-leaf > p { margin-top: 210px; font-size: 44px; }
  .program-leaf p img { width: 120px; }
  .stats-inner { gap: 28px; }
  .stats-inner h2 { flex-basis: 112px; padding-right: 24px; }
  .stats-grid { gap: 24px; }
  .stat { gap: 12px; }
  .stat > .icon { width: 33px; height: 33px; }
  .stat dd { font-size: 12px; }
  .impact-stats { padding-block: 35px; min-height: 132px; }
  .mission { min-height: 418px; padding-top: 43px; }
  .mission-copy h2 { font-size: 37px; }
  .mission-copy > p:not(.eyebrow) { font-size: 14px; }
  .mission-copy .button { min-height: 49px; padding: 12px 21px; font-size: 17px; }
  .postcard { top: 103px; padding: 15px 13px; }
  .news-grid { gap: 19px; }
  .news-copy { min-height: 182px; padding-inline: 17px; }
  .news-copy h3 { font-size: 25px; }
  .news-description { font-size: 14px; padding-right: 29px; }
  .news-copy .circle-arrow { width: 36px; height: 36px; right: 12px; bottom: 12px; }
  .neighborhood-message { padding-top: 80px; padding-left: 56px; }
  .get-involved { gap: 34px; min-height: 272px; padding-top: 44px; }
  .involved-title { padding-left: 0; }
  .involved-buttons { gap: 14px; }
  .involved-buttons .button { min-width: 136px; min-height: 52px; padding-inline: 23px; }
  .roots-note { width: 112px; top: 37px; }
  .roots-note img { width: 112px; }
  .footer-brand img { width: 197px; }
  .footer-brand p { font-size: 14px; }
  .footer-nav { padding-inline: 15px; gap: 10px; }
  .footer-nav a { font-size: 13px; }
  .social-links { gap: 4px; }
  .newsletter { padding-left: 12px; }
  .newsletter label { font-size: 15px; }
  #newsletter-help { font-size: 12px; }
  .footer-bottom { font-size: 11px; gap: 14px; }
}
@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; gap: 16px; }
  .menu-toggle { display: inline-flex; }
  .brand { width: auto; }
}
@media (max-width: 900px) and (min-width: 621px) {
  .hero { height: 600px; }
  .hero-image { top: 60px; height: 515px; object-fit: cover; object-position: 54% center; }
  .hero-shade { background: linear-gradient(90deg,#062718a6,transparent 80%); }
  .hero-copy { top: 136px; width: 66%; }
  .hero h1 { font-size: 66px; }
  .hero-note { top: 93px; }
  .story-trigger { top: 72%; left: 72%; }
  .story-trigger > .handwritten { font-size: 28px; }
  .play-circle { width: 68px; height: 68px; }
  .hand-arrow { display: none; }
  .program-grid { width: 88%; margin-left: 6%; gap: 22px; }
  .program-photo { width: 200px; }
  .program-leaf { width: 240px; right: -166px; opacity: .8; }
  .program-leaf > p { display: none; }
  .programs { min-height: 367px; padding-bottom: 36px; }
  .program h3 { font-size: 26px; }
  .program p { font-size: 14px; }
  .foliage-left { width: 11%; }
  .stats-inner { flex-direction: column; gap: 22px; align-items: stretch; }
  .stats-inner h2 { flex-basis: auto; width: auto; padding: 0 0 14px; border-right: 0; border-bottom: 1px solid #ffffff4d; font-size: 20px; }
  .stats-inner h2 br { display: none; }
  .stats-inner h2 strong { margin-left: 5px; }
  .stats-grid { gap: 15px; }
  .stat { gap: 9px; }
  .stat > .icon { width: 27px; height: 27px; }
  .stat dt { font-size: 29px; }
  .stat dd { white-space: normal; font-size: 12px; }
  .mission { min-height: 540px; padding: 45px 0 34px; }
  .mission-visual { width: 45%; height: 350px; }
  .paper-note { left: 35%; width: 68%; font-size: 35px; bottom: -40px; }
  .mission-copy { margin-left: 48%; width: 46%; }
  .mission-copy h2 { font-size: 38px; }
  .mission-copy > p:not(.eyebrow) { font-size: 16px; }
  .wide-break { display: none; }
  .postcard { width: 186px; left: 9%; top: 357px; padding: 12px; transform: rotate(-7deg); }
  .postcard-photo { aspect-ratio: 1.8; }
  .postcard figcaption { font-size: 23px; padding-top: 10px; }
  .postcard-sprig { width: 78px; top: -24px; right: -10px; }
  .news { padding-top: 37px; }
  .news-grid { gap: 15px; }
  .news-copy { padding: 15px 15px 56px; min-height: 210px; }
  .news-copy h3 { font-size: 23px; }
  .news-copy h3 br { display: none; }
  .news-description { padding-right: 0; font-size: 14px; }
  .news-image { aspect-ratio: 1.65; }
  .neighborhoods { height: 390px; }
  .neighborhood-message { left: 12%; width: 54%; padding: 84px 35px 30px 48px; }
  .neighborhood-message h2 { font-size: 35px; }
  .neighborhood-message .eyebrow { letter-spacing: .19em; font-size: 9px; }
  .impact-map { width: 55%; }
  .map-label { left: 40%; font-size: 29px; }
  .get-involved { min-height: 330px; padding-top: 37px; padding-bottom: 45px; gap: 30px; }
  .involved-title { flex-basis: 33%; }
  .involved-title h2 { font-size: 47px; }
  .involved-title > img { width: 62px; margin-top: 20px; }
  .involved-copy { flex-basis: 56%; }
  .involved-copy > p { max-width: 310px; font-size: 17px; }
  .seedling-wrap { width: 132px; top: auto; bottom: -8px; right: 14%; }
  .roots-note { top: auto; bottom: 8px; right: 1.5%; font-size: 27px; width: 90px; }
  .roots-note > img { width: 85px; }
  .involved-buttons .button { min-width: 125px; font-size: 18px; }
  .footer-top { grid-template-columns: 1.1fr 1fr; row-gap: 30px; }
  .footer-brand img { width: 225px; }
  .footer-brand p { font-size: 15px; }
  .footer-nav { padding-left: 34px; border-right: 0; }
  .footer-nav a { font-size: 15px; }
  .social-links { grid-row: 2; justify-content: flex-start; gap: 18px; align-self: center; padding: 0; }
  .newsletter { grid-column: 2; padding-left: 0; }
  #newsletter-help { font-size: 13px; }
  .footer-bottom { flex-wrap: wrap; justify-content: center; }
  .footer-bottom > p:first-child { margin-left: 0; }
  .footer-bottom > p:last-child { flex-basis: 100%; margin-left: 0; text-align: center; }
}
@media (max-width: 620px) {
  :root { --gutter: 26px; }
  body { font-size: 16px; }
  html { scroll-padding-top: 20px; }
  .site-header { padding: 12px 12px 0; }
  .header-bar { min-height: 61px; border-radius: 21px; padding: 9px 13px; gap: 6px; }
  .brand { width: auto; }
  .brand img { height: 40px; }
  .header-actions { gap: 5px; }
  .header-donate { min-width: 75px; min-height: 40px; padding: 10px 14px; font-size: 16px; gap: 0; }
  .header-donate .icon { display: none; }
  .search-toggle { width: 34px; height: 40px; background: none; }
  .search-toggle .icon { width: 19px; height: 19px; }
  .menu-toggle { width: 34px; height: 40px; }
  .menu-toggle .icon { width: 23px; height: 23px; }
  .hero { height: 760px; background: #173f2c; }
  .hero-image { top: 65px; height: 365px; width: 100%; object-fit: cover; object-position: 61% 40%; }
  .hero-shade { inset: 65px 0 0; background: linear-gradient(180deg,transparent 22%,#173f2c25 37%,#173f2c 54%,#173f2c); }
  .hero-copy { top: 362px; left: var(--gutter); width: calc(100% - var(--gutter)*2); }
  .hero-kicker { font-size: 9px; letter-spacing: .2em; margin-bottom: 22px; }
  .hero h1 { font-size: clamp(42px,12.4vw,70px); line-height: .91; letter-spacing: -.045em; }
  .hero-description { margin-top: 24px; font-size: 16px; line-height: 1.4; max-width: 420px; }
  .desktop-break { display: none; }
  .hero-buttons { gap: 11px; margin-top: 22px; }
  .hero-buttons .button { min-height: 49px; font-size: 17px; padding: 10px 20px; gap: 9px; }
  .hero-buttons .button-outline-light { padding-right: 8px; padding-left: 18px; }
  .hero-note { right: 15px; top: 92px; width: 66px; font-size: 23px; }
  .story-trigger { top: 276px; left: auto; right: 27px; gap: 12px; }
  .play-circle { width: 61px; height: 61px; border-width: 2px; }
  .story-trigger > .handwritten { font-size: 27px; }
  .hand-arrow { display: none; }
  .programs { margin-top: -23px; padding: 4px var(--gutter) 29px; min-height: 0; }
  .program-wave { top: -65px; height: 67px; }
  .program-grid { grid-template-columns: 1fr; width: 100%; margin: 0; gap: 33px; }
  .program-link { display: grid; grid-template-columns: minmax(115px,44%) minmax(0,1fr); grid-template-rows: auto auto 1fr; column-gap: 20px; text-align: left; align-items: start; }
  .program-photo { grid-row: 1 / 4; width: 100%; max-width: 204px; margin: 9px 0 0; align-self: start; }
  .program-badge { width: 55px; height: 55px; left: -4px; bottom: 3px; border-width: 3px; }
  .program-badge .icon { width: 35px; height: 35px; }
  .program h3 { grid-column: 2; font-size: clamp(23px,6.3vw,34px); line-height: 1; margin: 10px 0 10px; }
  .program p { grid-column: 2; font-size: 14px; line-height: 1.35; }
  .program p br { display: none; }
  .program .circle-arrow { grid-column: 2; width: 40px; height: 40px; margin-top: 14px; }
  .program-leaf { position: relative; width: 100%; height: 215px; top: auto; right: auto; margin-top: 36px; }
  .sage-leaf { width: 103%; height: 180px; top: 25px; left: -1%; transform: rotate(-8deg); border-radius: 80% 5% 60% 5%; }
  .forest-leaf { width: 88%; height: 190px; top: 0; left: 12%; transform: rotate(-9deg); border-radius: 80% 3% 70% 8%; }
  .program-leaf > p { width: 150px; padding-top: 30px; margin: 0 0 0 43%; font-size: 33px; line-height: .89; transform: rotate(-6deg); }
  .program-leaf p img { width: 105px; margin-top: 1px; }
  .foliage-left { width: 84px; left: -13px; }
  .foliage-right { width: 195px; right: -39px; }
  .impact-stats { padding: 30px var(--gutter) 32px; min-height: 0; }
  .stats-inner { width: 100%; flex-direction: column; align-items: stretch; gap: 22px; }
  .stats-inner h2 { flex-basis: auto; padding: 0 0 16px; border-right: 0; border-bottom: 1px solid #ffffff59; font-size: 23px; letter-spacing: .035em; }
  .stats-inner h2 br { display: none; }
  .stats-inner h2 strong { margin-left: 5px; }
  .stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 27px 20px; }
  .stat { gap: 10px; }
  .stat > .icon { width: 28px; height: 28px; margin-top: 1px; }
  .stat dt { font-size: clamp(28px,7.6vw,39px); }
  .stat dd { font-size: 13px; line-height: 1.35; margin-top: 7px; white-space: normal; }
  .mission { min-height: 0; padding: 0 0 24px; }
  .mission-visual { position: relative; width: 100%; height: 300px; }
  .mission-photo { object-fit: fill; }
  .paper-note { left: auto; right: 16px; bottom: -7px; width: 46%; padding: 18px 12px; font-size: 34px; }
  .mission-copy { width: auto; margin: 0; padding: 45px var(--gutter) 0; }
  .mission-copy > .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .mission-copy h2 { font-size: clamp(33px,9.1vw,47px); line-height: 1.01; letter-spacing: -.035em; }
  .wide-break { display: none; }
  .mission-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.5; margin-top: 20px; }
  .mission-copy .button { min-height: 50px; font-size: 18px; margin-top: 23px; }
  .postcard { position: relative; top: auto; right: auto; width: 245px; margin: 53px auto 24px; padding: 15px 14px 17px; transform: rotate(6deg); }
  .postcard-photo { aspect-ratio: 1.45; }
  .postcard figcaption { font-size: 28px; padding-top: 12px; }
  .postcard-sprig { width: 118px; top: -32px; right: -19px; }
  .news { padding: 30px 0 42px; }
  .section-heading { gap: 10px; margin-bottom: 24px; align-items: center; }
  .section-heading h2 { font-size: 30px; line-height: 1.03; max-width: 220px; }
  .section-heading .text-link { font-size: 14px; gap: 6px; max-width: 100px; text-align: left; white-space: nowrap; }
  .section-heading .text-link .icon { width: 19px; height: 19px; }
  .news-grid { grid-template-columns: 1fr; gap: 23px; }
  .news-card { border-radius: 16px; }
  .news-image { aspect-ratio: 2.2; }
  .news-copy { padding: 20px 21px 25px; min-height: 190px; }
  .news-copy .eyebrow { font-size: 10px; margin-bottom: 13px; }
  .news-copy h3 { font-size: 28px; line-height: 1.02; }
  .news-description { font-size: 15px; padding-right: 31px; line-height: 1.4; margin-top: 15px; }
  .news-copy .circle-arrow { width: 40px; height: 40px; bottom: 20px; right: 16px; }
  .neighborhoods { height: 535px; }
  .city-panorama img { object-fit: cover; object-position: left center; }
  .impact-map { top: 0; right: 0; width: 84%; height: 48%; border-radius: 12% 0 30% 38% / 20% 0 35% 40%; }
  .map-pin .icon { width: 24px; height: 29px; }
  .map-label { font-size: 27px; }
  .neighborhood-message { top: 46%; left: 5%; width: 93%; height: 46%; padding: 39px 23px 20px 39px; border-radius: 42% 12% 18% 4% / 30% 10% 25% 60%; transform: rotate(-3deg); }
  .neighborhood-message > * { transform: rotate(3deg); }
  .neighborhood-message .eyebrow { font-size: 9px; letter-spacing: .2em; margin-bottom: 15px; }
  .neighborhood-message h2 { font-size: clamp(31px,8.35vw,47px); margin-bottom: 19px; line-height: 1.01; }
  .neighborhood-message .button { font-size: 17px; min-height: 48px; padding: 11px 22px; }
  .get-involved { display: block; min-height: 0; padding: 29px var(--gutter) 216px; }
  .cta-wave { top: -27px; height: 40px; }
  .involved-title { position: relative; padding-left: 10px; }
  .involved-title h2 { font-size: 48px; line-height: .97; }
  .involved-title > img { position: absolute; width: 66px; right: 16px; top: 29px; margin: 0; transform: rotate(18deg); }
  .involved-copy { padding-top: 25px; }
  .involved-copy > p { font-size: 17px; line-height: 1.47; }
  .involved-buttons { gap: 13px; margin-top: 21px; }
  .involved-buttons .button { min-width: 136px; min-height: 50px; padding: 12px 21px; font-size: 18px; }
  .seedling-wrap { top: auto; right: 30%; bottom: 9px; width: 170px; }
  .seedling { border-width: 5px; }
  .seedling-leaf { top: -2%; width: 138%; height: 103%; right: 30%; }
  .roots-note { top: auto; bottom: 40px; right: 6%; width: 94px; font-size: 29px; }
  .roots-note img { width: 94px; }
  .site-footer { padding: 31px var(--gutter) 25px; }
  .footer-wave { top: -37px; height: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; row-gap: 27px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-brand img { width: 223px; }
  .footer-brand p { font-size: 15px; line-height: 1.5; margin-top: 13px; }
  .footer-nav { padding: 0; border: 0; grid-column: 1; grid-template-columns: 1fr; gap: 0; }
  .footer-nav a { font-size: 15px; padding: 8px 0; }
  .social-links { display: grid; grid-template-columns: repeat(2,44px); align-self: start; justify-content: end; gap: 14px; padding: 6px 0 0; grid-column: 2; }
  .social-links a { width: 44px; height: 44px; border: 1px solid #fff4; border-radius: 50%; }
  .social-links .icon { width: 20px; height: 20px; }
  .newsletter { padding-left: 0; grid-column: 1/-1; }
  .newsletter label { font-size: 17px; }
  .email-field, .email-field input, .email-field button { min-height: 50px; }
  .email-field input { font-size: 16px; }
  #newsletter-help { font-size: 14px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 30px; padding-top: 22px; font-size: 12px; }
  .footer-bottom > p:first-child, .footer-bottom > p:last-child { margin: 0; }
  .footer-bottom > div { gap: 18px; }
  .dialog { width: calc(100% - 24px); max-height: calc(100dvh - 28px); padding: 23px 20px; border-radius: 18px; }
  .dialog-head { gap: 12px; }
  .dialog-head h2 { font-size: 30px; }
  .dialog-head .icon-button { width: 37px; height: 37px; }
  .search-field { padding-inline: 11px; gap: 8px; }
  .search-field input { font-size: 16px; }
  .search-result { padding: 13px 14px; }
  .search-result strong { font-size: 22px; }
  .project-list { grid-template-columns: 1fr; gap: 8px; }
  .directory-map { height: 215px; }
  .dialog > .button { white-space: normal; min-height: 52px; padding-inline: 18px; font-size: 17px; gap: 12px; text-align: center; }
  .news-dialog-grid .news-link { display: block; }
  .news-dialog-grid .news-image { height: 120px; }
  .news-dialog-grid .news-copy h3 { font-size: 26px; }
  .video-stage { aspect-ratio: 4/3; }
  .video-consent { padding: 15px; }
  .video-consent .button { font-size: 18px; padding: 11px 18px; min-height: 49px; }
}
@media (max-width: 360px) {
  :root { --gutter: 21px; }
  .header-bar { padding-inline: 9px; }
  .brand img { height: 36px; }
  .header-actions { gap: 1px; }
  .header-donate { min-width: 65px; font-size: 15px; padding-inline: 11px; }
  .hero h1 { font-size: 43px; }
  .hero-buttons .button { font-size: 16px; padding-left: 16px; padding-right: 16px; }
  .hero-buttons .button-outline-light { padding-right: 7px; }
  .program-link { column-gap: 16px; grid-template-columns: 42% minmax(0,1fr); }
  .program h3 { font-size: 23px; }
  .program-badge { width: 49px; height: 49px; }
  .program-badge .icon { width: 31px; height: 31px; }
  .program-leaf > p { margin-left: 39%; }
  .stats-grid { column-gap: 14px; }
  .stat { gap: 7px; }
  .stat > .icon { width: 24px; height: 24px; }
  .stat dt { font-size: 28px; }
  .news-copy h3 { font-size: 25px; }
  .neighborhood-message { padding-left: 29px; }
  .neighborhood-message h2 { font-size: 29px; }
  .neighborhood-message .eyebrow { font-size: 8px; }
  .involved-buttons .button { min-width: 125px; padding-inline: 17px; }
  .seedling-wrap { width: 155px; right: 31%; }
}
/* 13 / Respect motion preference. Never rely on animation to reveal content. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  body { background: white; }
  .site-shell { max-width: none; overflow: visible; }
  .site-header, .story-trigger, .social-links, .newsletter, .footer-bottom > div, dialog, .skip-link { display: none !important; }
  .hero, .impact-stats, .site-footer, .neighborhood-message { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  a { text-decoration: none; }
  .news-card, .program, .impact-stats { break-inside: avoid; }
}

/* Final optical alignment / reference asset isolation. */
@media (min-width: 901px) {
 .hero-copy { top: clamp(123px,8.9vw,160px); }
 .hero-description { margin-top: 23px; }
 .hero-buttons { margin-top: 20px; }
 .programs { padding-bottom: 20px; }
 .program-photo { margin-bottom: 12px; }
 .program h3 { font-size: clamp(25px,1.95vw,35px); line-height: .9; margin-bottom: 9px; }
 .program .circle-arrow { margin-top: 14px; }
 .program-leaf > p { margin-left: 23.5%; width: 56%; font-size: clamp(35px,3.25vw,58px); }
 .mission-copy { width: 31%; }
 .mission-copy h2 { font-size: clamp(34px,3.08vw,55px); }
 .postcard { width: 22.5%; }
 .involved-title h2 { font-size: clamp(42px,3.5vw,62px); white-space: nowrap; }
 .seedling-leaf { width: 118%; right: 30%; top: 0; height: 105%; }
}
@media (min-width: 1201px) { .program-badge { width: 88px; height: 88px; bottom: 10px; } }
.neighborhoods { background-color: #254b34; }
@media (max-width: 620px) {
 .hero { height: 790px; }
 .foliage-right { width: 132px; right: -17px; }
 .foliage-left { width: 74px; left: -7px; }
}
@media (max-width: 360px) {
 .hero-buttons { gap: 8px; }
 .hero-buttons .button { padding-left: 13px; padding-right: 13px; font-size: 15px; }
 .hero-buttons .button-outline-light { padding-right: 7px; padding-left: 13px; }
 .hero-buttons .button .icon { width: 20px; height: 20px; }
 .small-play { width: 29px; height: 29px; }
}
/* Smooth asymmetric panel, separate from its editable content. */
.neighborhoods { background: #254b34 url('../assets/images/pittsburgh-mobile.webp') 20% 65% / cover no-repeat; }
.neighborhood-message { background: transparent; border-radius: 0; transform: none; isolation: isolate; }
.neighborhood-message::before { content: ''; position: absolute; z-index: -1; inset: -4% -3% -3%; background: url('../assets/decor/impact-blob.svg') center / 100% 100% no-repeat; }
.neighborhood-message > * { transform: none; }
@media (max-width: 620px) {
 .neighborhood-message { background: #173f2c; border-radius: 42% 12% 18% 4% / 30% 10% 25% 60%; transform: rotate(-3deg); }
 .neighborhood-message::before { display: none; }
 .neighborhood-message > * { transform: rotate(3deg); }
}

/* Landforce site integration */
.stats-note { margin: 10px var(--gutter) 0; font-size: 12px; color: #dfe8dc; opacity: .85; }
.footer-brand img { width: auto; height: 56px; }

/* Principles quote + partners strip (carried from the previous home) */
.principles { padding: 30px 0 34px; }
.principles-inner { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: clamp(24px,4vw,72px); align-items: center; }
.principles-quote { margin: 0; }
.principles-quote p { font-family: var(--serif); font-size: clamp(20px,1.9vw,31px); line-height: 1.28; letter-spacing: -.02em; color: #14382a; }
.principles-quote footer { margin-top: 16px; font-family: var(--condensed); font-size: 15px; letter-spacing: .04em; text-transform: uppercase; color: #4c5a4f; }
.principles-quote footer strong { color: var(--green); }
.partners .eyebrow { margin-bottom: 14px; color: #305a47; }
.partner-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 26px; }
.partner-list li { font-family: var(--condensed); font-size: clamp(15px,1.15vw,19px); font-weight: 600; color: #2d4034; border-bottom: 1px solid var(--line); padding-bottom: 7px; }
.footer-sitemap { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px 30px; }
.footer-sitemap .eyebrow { margin: 0 0 7px; color: #8fb59d; }
.footer-sitemap .eyebrow:not(:first-child) { margin-top: 15px; }
@media (max-width: 820px) {
  .principles-inner { grid-template-columns: 1fr; gap: 26px; }
  .footer-sitemap { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) { .partner-list { grid-template-columns: 1fr; } .footer-sitemap { grid-template-columns: 1fr; } }

/* Nav menu font size bump (Prince, 2026-09-24) */
.desktop-nav a { font-size: clamp(16px, 1.42vw, 23px); }
.mobile-nav a { font-size: 21px; }

/* Real map (OSM) in the neighborhoods section */
.impact-map { height: auto; aspect-ratio: 2179 / 1267; }
.impact-map > img.realmap { width: 100%; height: 100%; object-fit: fill; opacity: 1; border-radius: inherit; }
a.map-pin { cursor: pointer; text-decoration: none; transition: transform .18s var(--ease); }
a.map-pin:hover, a.map-pin:focus-visible { transform: translate(-50%, -50%) scale(1.18); z-index: 6; }
.map-pin--office { color: #d6400c; }
.map-pin-name { position: absolute; left: 50%; bottom: calc(100% + 4px); transform: translateX(-50%); white-space: nowrap; font-family: var(--condensed); font-weight: 600; font-size: 13px; letter-spacing: -.01em; color: #123b2f; background: #fffef4ea; padding: 3px 9px; border-radius: 999px; box-shadow: 0 6px 16px -8px #10371f80, inset 0 0 0 1px #ffffffcc; opacity: 0; pointer-events: none; transition: opacity .16s; }
a.map-pin:hover .map-pin-name, a.map-pin:focus-visible .map-pin-name { opacity: 1; }
.map-attrib { position: absolute; right: 8px; bottom: 6px; z-index: 4; font-family: var(--sans); font-size: 10px; line-height: 1; color: #123b2f; background: #ffffffb8; padding: 3px 6px; border-radius: 5px; }
.map-attrib a { color: inherit; text-decoration: underline; }
