:root { --green: #142711; --green-2: #264522; --cream: #f3efe3; --paper: #fbf8ef; --lime: #eaff00; --ink: #142018; --muted: #78806f; }
body { --font-archivo: "Archivo"; --font-display: "Archivo Black"; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-archivo), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.arrow-icon { position: relative; display: inline-block; flex: 0 0 auto; width: 13px; height: 13px; }
.arrow-icon > span { position: absolute; top: 6px; left: 1px; width: 11px; height: 1.5px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.arrow-icon > span::after { content: ""; position: absolute; top: -3px; right: -1px; width: 6px; height: 6px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
main { overflow: hidden; }
.site-header { position: sticky; z-index: 90; top: 0; height: 84px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: rgba(20,39,17,.96); backdrop-filter: blur(14px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 700; line-height: 1.05; text-transform: uppercase; letter-spacing: .02em; }
.brand-logo { width: 218px; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid var(--lime); border-radius: 50%; color: var(--lime); font: 400 19px/1 var(--font-display); }
nav { display: flex; gap: 34px; font-size: 12px; }
nav a, .footer-links a { transition: color .2s; }
nav a:hover, .footer-links a:hover { color: var(--lime); }
.mobile-menu { display: none; }
.button { width: max-content; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 17px; border: 1px solid currentColor; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .06em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,.55); }
.button-light { color: #fff; margin-top: 28px; }
.button-dark { background: var(--green); color: #fff; border-color: var(--green); }
.button-dark:hover { background: var(--green-2); }
.hero { min-height: 650px; display: grid; grid-template-columns: 55% 45%; background: var(--green); color: #fff; }
.hero-copy { padding: 76px clamp(24px, 5vw, 76px) 68px; position: relative; z-index: 2; }
.eyebrow, .mini-title { margin: 0 0 24px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--lime); }
h1, h2, h3 { font-family: var(--font-display), Impact, sans-serif; text-transform: uppercase; letter-spacing: -.045em; }
h1 { max-width: 800px; margin: 0; font-size: clamp(48px, 6.6vw, 100px); line-height: .88; }
h1 span { color: #82927c; }
.hero-intro { max-width: 500px; margin: 28px 0 0; color: #cbd2c6; font-size: 14px; line-height: 1.7; }
.hero-visual { min-height: 650px; position: relative; }
.hero-visual, .about-image-band { overflow: hidden; }
.hero-visual > img, .about-image-band > img { object-position: right center; will-change: transform; }
.hero-visual > img { transform: scale(1.08) translate3d(0, var(--parallax-y, 0px), 0); transform-origin: center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,39,17,.42), transparent 55%); }
.impact-card { position: absolute; z-index: 3; left: clamp(24px, 4vw, 56px); bottom: 24px; width: min(260px, calc(100% - 48px)); min-height: 275px; padding: 28px; background: var(--lime); color: var(--green); display: flex; flex-direction: column; }
.impact-card p { margin: 0 0 26px; font-size: 9px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.impact-card strong { font: 400 27px/1 var(--font-display); }
.impact-card span { padding: 7px 0 18px; border-bottom: 1px solid rgba(20,39,17,.2); font-size: 10px; }
.impact-card a { align-self: flex-end; margin-top: 12px; font-size: 22px; }
.section-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.section-label span { color: #9aa18f; margin-right: 24px; }
.manifesto { display: grid; grid-template-columns: 18% 48% 34%; padding: 100px clamp(24px, 5vw, 76px); gap: 28px; background: var(--cream); }
.manifesto h2, .initiatives-heading h2, .partnership-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .93; }
.manifesto h2 span, .initiatives h2 span, .partnerships h2 span { color: #8a9081; }
.manifesto-copy { padding-top: 36px; max-width: 480px; }
.manifesto-copy p, .initiatives-heading > p, .partnership-copy > p { font-size: 13px; line-height: 1.7; color: #556052; }
.text-link { display: inline-flex; gap: 30px; padding-bottom: 5px; margin-top: 18px; border-bottom: 1px solid; text-transform: uppercase; font-size: 10px; font-weight: 800; }
.initiatives { padding: 90px clamp(24px, 5vw, 76px) 110px; background: var(--paper); }
.initiatives-heading { display: grid; grid-template-columns: 18% 48% 1fr; gap: 28px; align-items: end; margin-bottom: 58px; }
.initiative-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.initiative-grid article { min-height: 330px; padding: 27px; display: flex; flex-direction: column; background: var(--green); color: #fff; }
.initiative-grid article.featured { background: var(--lime); color: var(--green); }
.initiative-top { display: flex; justify-content: space-between; font-size: 11px; }
.initiative-icon { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 16px; }
.initiative-icon .arrow-icon { width: 12px; height: 12px; }
.featured .initiative-icon { border-color: rgba(20,39,17,.35); }
.initiative-grid h3 { margin: auto 0 16px; font-size: clamp(27px, 3vw, 44px); }
.initiative-grid p { margin: 0; max-width: 350px; color: #c3cbbf; font-size: 12px; line-height: 1.65; }
.initiative-grid .featured p { color: #344530; }
.impact { display: grid; grid-template-columns: 50% 50%; background: var(--green); color: #fff; }
.impact-photo { min-height: 680px; position: relative; }
.impact-photo, .partnership-image { overflow: hidden; }
.impact-photo > img, .partnership-image > img { transform: scale(1.08) translate3d(0, var(--parallax-y, 0px), 0); will-change: transform; }
.photo-caption { position: absolute; bottom: 0; right: 0; padding: 17px 24px; background: var(--lime); color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.impact-content { padding: 76px clamp(30px, 6vw, 92px); }
.section-label.light span { color: #82927c; }
.impact h2 { margin: 60px 0 42px; color: #fff; font-size: clamp(48px, 5vw, 76px); line-height: .9; }
.impact ol { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.impact li { display: grid; grid-template-columns: 42px minmax(90px, 30%) 1fr; gap: 12px; align-items: start; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); }
.impact li::before { counter-increment: item; content: "0" counter(item); color: var(--lime); font-size: 10px; }
.impact li b { text-transform: uppercase; font-size: 12px; }
.impact li span { grid-column: 3; color: #aeb9a9; font-size: 11px; line-height: 1.5; }
.partnerships { display: grid; grid-template-columns: 55% 45%; background: var(--cream); }
.partnership-copy { padding: 100px clamp(24px, 5vw, 76px); }
.partnership-copy h2 { margin-top: 62px; }
.partnership-copy > p { max-width: 550px; margin: 28px 0; }
.partnership-image { min-height: 620px; position: relative; }
.partnership-image blockquote { position: absolute; left: 24px; bottom: 24px; width: min(330px, calc(100% - 48px)); margin: 0; padding: 28px; background: var(--lime); color: var(--green); font: 400 25px/1.06 var(--font-display); text-transform: uppercase; }
.final-cta { padding: 100px clamp(24px, 5vw, 76px); background: var(--lime); position: relative; }
.final-cta .eyebrow::before { background: var(--green); }
.final-cta h2 { margin: 30px 0 0; font-size: clamp(58px, 9vw, 130px); line-height: .85; }
.cta-actions { display: flex; align-items: center; gap: 35px; margin-top: 44px; }
.contact-email { font-size: 12px; border-bottom: 1px solid; padding-bottom: 4px; }
footer { padding: 58px clamp(24px, 5vw, 76px) 28px; display: grid; grid-template-columns: 1.3fr 1fr .5fr; gap: 40px; background: var(--green); color: #fff; }
.footer-brand .brand-mark { width: 48px; height: 48px; font-size: 26px; }
.footer-brand .brand-logo { width: min(290px, 100%); max-height: 92px; }
.footer-address, .footer-links { display: flex; flex-direction: column; gap: 9px; color: #b5c0b2; font-size: 11px; }
.footer-links { text-transform: uppercase; font-weight: 700; color: #fff; }
.copyright { grid-column: 1 / -1; margin: 44px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #82927c; font-size: 9px; text-transform: uppercase; }
.page-hero, .contact-hero { min-height: 560px; padding: 88px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 50px; background: var(--green); color: #fff; }
.page-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(56px, 7.2vw, 108px); line-height: .87; }
.page-hero h1 span, .contact-hero h1 span { color: #82927c; }
.page-hero > p, .contact-hero > p { max-width: 430px; margin: 0 0 12px; color: #c2ccbe; font-size: 14px; line-height: 1.75; }
.story-grid { padding: 100px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 25% 1fr; gap: 40px; background: var(--cream); }
.story-grid > div:last-child { max-width: 850px; }
.story-grid h2, .values-section > h2, .about-image-band h2, .contact-details h2 { margin: 0 0 32px; font-size: clamp(46px, 5.5vw, 82px); line-height: .9; }
.story-grid h2 span { color: #8a9081; }
.story-grid p, .about-image-band p { max-width: 720px; color: #556052; font-size: 14px; line-height: 1.8; }
.values-section { padding: 90px clamp(24px, 5vw, 76px) 110px; background: var(--green); color: #fff; }
.values-section > h2 { margin: 58px 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.values-grid article { min-height: 260px; padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.2); }
.values-grid article:last-child { border-right: 0; }
.values-grid article > span { color: var(--lime); font-size: 10px; }
.values-grid h3 { margin: 85px 0 14px; font-size: 25px; }
.values-grid p { color: #aeb9a9; font-size: 12px; line-height: 1.65; }
.about-image-band { display: grid; grid-template-columns: 52% 48%; min-height: 600px; background: var(--cream); }
.about-image-band > div { padding: 100px clamp(28px, 6vw, 90px); }
.about-image-band > img { transform: scale(2.05) translate3d(0, var(--parallax-y, 0px), 0); transform-origin: right center; }
.about-image-band .button { margin-top: 24px; }
.contact-hero { min-height: 510px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.contact-details, .contact-form { padding: 90px clamp(24px, 5vw, 76px); }
.contact-details { background: var(--lime); }
.contact-details h2 { margin: 58px 0; }
.contact-row { display: grid; grid-template-columns: 100px 1fr; padding: 20px 0; border-top: 1px solid rgba(20,39,17,.3); font-size: 12px; }
.contact-row > span { text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.contact-row a { display: flex; justify-content: space-between; gap: 15px; font-weight: 700; word-break: break-word; }
.contact-row address { font-style: normal; line-height: 1.6; }
.contact-form { display: flex; flex-direction: column; gap: 26px; }
.contact-form .section-label { margin-bottom: 26px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #a5aa9c; outline: 0; background: transparent; color: var(--ink); font: 400 14px/1.4 var(--font-archivo); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); }
.contact-form .button { cursor: pointer; }
.form-note { margin: -14px 0 0; color: #727a6c; font-size: 10px; line-height: 1.5; }
.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; background: var(--lime); transform: scaleX(0); transform-origin: left center; pointer-events: none; will-change: transform; }
.motion-ready .motion-section .motion-item { opacity: 0; transform: translate3d(0, 34px, 0); transition: opacity .75s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms), transform .9s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms); }
.motion-ready .motion-section.is-visible .motion-item { opacity: 1; transform: translate3d(0, 0, 0); }
.motion-ready .motion-section .section-label, .motion-ready .motion-section .eyebrow { transform: translate3d(-22px, 0, 0); }
.motion-ready .motion-section.is-visible .section-label, .motion-ready .motion-section.is-visible .eyebrow { transform: translate3d(0, 0, 0); }
.initiative-grid article, .values-grid article { transition: transform .45s cubic-bezier(.22,1,.36,1), background-color .3s, color .3s; }
.initiative-grid article:hover, .values-grid article:hover { transform: translateY(-10px); }
.motion-ready .motion-section.is-visible .initiative-grid article.motion-item:hover, .motion-ready .motion-section.is-visible .values-grid article.motion-item:hover { transform: translateY(-10px); }
.values-grid article:hover { background: rgba(255,255,255,.055); }
.button { position: relative; overflow: hidden; isolation: isolate; }
.button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: currentColor; opacity: .08; transform: translateX(-105%) skewX(-18deg); transition: transform .55s cubic-bezier(.22,1,.36,1); }
.button:hover::before { transform: translateX(0) skewX(0); }
.hero .impact-card { animation: card-float 5s ease-in-out infinite; }
@keyframes card-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@media (max-width: 900px) {
  nav { display: none; }
  .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i, .mobile-menu summary i::after { display: block; width: 22px; height: 1px; background: #fff; transition: transform .25s; }
  .mobile-menu summary i { position: relative; }
  .mobile-menu summary i::after { content: ""; position: absolute; top: 6px; }
  .mobile-menu[open] summary i { transform: translateY(3px) rotate(45deg); }
  .mobile-menu[open] summary i::after { transform: translateY(-6px) rotate(-90deg); }
  .mobile-menu-panel { position: fixed; z-index: 89; top: 84px; left: 0; right: 0; padding: 28px clamp(24px, 5vw, 76px) 36px; display: flex; flex-direction: column; gap: 0; background: var(--green); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 24px 38px rgba(0,0,0,.2); }
  .mobile-menu-panel > a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); font: 400 27px/1 var(--font-display); text-transform: uppercase; }
  .mobile-menu-panel .mobile-support { margin-top: 18px; padding: 15px 17px; display: flex; justify-content: space-between; border: 1px solid var(--lime); color: var(--lime); font: 800 10px/1 var(--font-archivo); letter-spacing: .06em; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; }
  .hero-visual { min-height: 430px; }
  .impact-card { left: auto; right: 20px; }
  .manifesto, .initiatives-heading { grid-template-columns: 1fr; }
  .manifesto { padding-top: 70px; }
  .manifesto-copy { padding-top: 0; }
  .initiative-grid { grid-template-columns: 1fr; }
  .initiative-grid article { min-height: 260px; }
  .impact, .partnerships { grid-template-columns: 1fr; }
  .impact-photo { min-height: 480px; }
  .partnership-image { min-height: 480px; }
  .partnership-image blockquote { left: 20px; }
  .page-hero, .contact-hero { grid-template-columns: 1fr; align-content: end; }
  .story-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values-grid article:nth-child(2) { border-right: 0; }
  .about-image-band, .contact-layout { grid-template-columns: 1fr; }
  .about-image-band > img { min-height: 480px; }
  footer { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .site-header { height: 72px; }
  .mobile-menu-panel { top: 72px; max-height: calc(100dvh - 72px); overflow-y: auto; }
  .brand { font-size: 9px; }
  .brand-logo { width: 172px; max-height: 48px; }
  .brand-mark { width: 30px; height: 30px; }
  .hero-copy { min-height: 0; padding: 54px 20px 64px; }
  h1 { font-size: clamp(43px, 12.5vw, 58px); line-height: .9; }
  .hero-intro { font-size: 13px; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 360px; }
  .hero-visual > img { transform: scale(1.08) translate3d(0, var(--parallax-y, 0px), 0); }
  .impact-card { right: 16px; bottom: -1px; width: min(220px, calc(100% - 32px)); min-height: 225px; padding: 20px; }
  .impact-card strong { font-size: 23px; }
  .manifesto, .initiatives, .partnership-copy, .final-cta { padding: 64px 20px; }
  .manifesto h2, .initiatives-heading h2, .partnership-copy h2 { font-size: clamp(38px, 12vw, 52px); }
  .initiative-grid article { min-height: 235px; padding: 22px; }
  .impact-content { padding: 60px 24px; }
  .impact h2 { margin-top: 42px; }
  .impact li { grid-template-columns: 28px 72px 1fr; gap: 7px; }
  .impact li b, .impact li span { font-size: 10px; }
  .impact-photo, .partnership-image { min-height: 400px; }
  .partnership-image blockquote { width: calc(100% - 40px); }
  .cta-actions { align-items: flex-start; flex-direction: column; }
  .final-cta h2 { font-size: clamp(52px, 17vw, 78px); overflow-wrap: anywhere; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
  .page-hero, .contact-hero { min-height: 500px; padding-top: 60px; padding-bottom: 60px; }
  .page-hero h1, .contact-hero h1 { font-size: clamp(43px, 12.5vw, 58px); }
  .story-grid, .values-section, .about-image-band > div, .contact-details, .contact-form { padding-top: 70px; padding-bottom: 70px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .contact-row { grid-template-columns: 1fr; gap: 9px; }
  .contact-row a { font-size: 11px; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
  .about-image-band > img { min-height: 380px; }
  .motion-ready .motion-section .motion-item { transform: translate3d(0, 22px, 0); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .hero-visual > img { transform: scale(1.08); } .about-image-band > img { transform: scale(2.05); } .impact-photo > img, .partnership-image > img { transform: scale(1.08); } .scroll-progress { display: none; } }
