:root {
  --ink: #18312b;
  --muted: #61736e;
  --green-950: #073b30;
  --green-900: #0b4d3c;
  --green-800: #12634e;
  --green-700: #1c755d;
  --green-100: #e3f0eb;
  --green-50: #f2f8f5;
  --blue: #2878a8;
  --gold: #d7a43b;
  --gold-dark: #b98420;
  --cream: #fbf8f1;
  --sand: #f0eadc;
  --white: #fff;
  --border: #dbe5e1;
  --danger: #a43f3f;
  --shadow-sm: 0 8px 28px rgba(8, 55, 43, .08);
  --shadow-lg: 0 24px 70px rgba(8, 55, 43, .16);
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0 0 .7em; font-family: "Manrope", sans-serif; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 5.2vw, 5.25rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.45rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.25rem; }
ul { margin: 0; padding: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-sm { padding: 76px 0; }
.bg-soft { background: var(--green-50); }
.bg-cream { background: var(--cream); }
.bg-dark { background: var(--green-950); color: var(--white); }
.text-center { text-align: center; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; background: var(--white); color: var(--green-900); padding: 10px 16px; border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #cce5dc; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading > div { max-width: 720px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { max-width: 640px; color: var(--muted); font-size: 1.05rem; }
.section-heading.center { display: block; max-width: 750px; margin: 0 auto 50px; text-align: center; }
.section-heading.center p { margin-inline: auto; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-700); font-weight: 700; white-space: nowrap; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.btn { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green-800); color: var(--white); box-shadow: 0 8px 22px rgba(11, 77, 60, .18); }
.btn-primary:hover { background: var(--green-900); box-shadow: 0 12px 30px rgba(11, 77, 60, .25); }
.btn-gold { background: var(--gold); color: #25342d; }
.btn-gold:hover { background: #e6b74e; }
.btn-outline { border-color: var(--border); background: var(--white); color: var(--green-900); }
.btn-outline:hover { border-color: var(--green-700); }
.btn-outline-light { color: var(--white); border-color: rgba(255, 255, 255, .35); }
.btn-outline-light:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .7); }
.btn-small { min-height: 43px; padding: 0 18px; font-size: .91rem; }
.btn-block { width: 100%; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }

.topbar { color: #cfe3dc; background: var(--green-950); font-size: .78rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; }
.topbar-contact, .topbar-links { display: flex; align-items: center; gap: 23px; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--white); }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 255, 255, .96); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-color: var(--border); box-shadow: 0 8px 30px rgba(11, 77, 60, .06); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; color: var(--green-700); }
.brand-mark svg { width: 100%; height: 100%; display: block; }
.brand-mark.small { width: 37px; height: 37px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--green-950); font-family: "Manrope", sans-serif; font-size: 1.03rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .23em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 29px); }
.desktop-nav a { position: relative; color: #3f5650; font-size: .9rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -13px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--green-900); }
.desktop-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.search-button, .menu-button { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; color: var(--green-900); background: transparent; }
.search-button:hover, .menu-button:hover { background: var(--green-50); }
.menu-button { display: none; }
.mobile-menu {
  position: fixed;
  z-index: 200;
  inset: 0;
  min-height: 100dvh;
  padding: clamp(22px, 6vw, 34px);
  overflow-y: auto;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 8%, rgba(215, 164, 59, .2), transparent 28%),
    linear-gradient(145deg, #052d25 0%, var(--green-950) 46%, var(--green-900) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.mobile-menu::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 34%);
}
.mobile-menu-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.mobile-menu-brand { display: inline-flex; align-items: center; gap: 12px; }
.mobile-menu-brand strong { display: block; color: var(--white); font-family: "Manrope", sans-serif; line-height: 1; letter-spacing: -.03em; }
.mobile-menu-brand small { display: block; margin-top: 5px; color: #c9e3dc; font-size: .62rem; font-weight: 800; letter-spacing: .18em; }
.mobile-menu .brand-mark { color: var(--gold); filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .22)); }
.mobile-menu-head button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .16);
}
.mobile-menu-head button:hover,
.mobile-menu-head button:focus-visible { background: rgba(255, 255, 255, .2); outline: none; }
.mobile-menu nav { position: relative; z-index: 1; display: grid; gap: 10px; }
.mobile-menu nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  color: #f7fffc;
  background: rgba(255, 255, 255, .08);
  font-family: "Manrope", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.mobile-menu nav a:hover,
.mobile-menu nav a:focus-visible { border-color: rgba(215, 164, 59, .7); background: rgba(255, 255, 255, .15); outline: none; }
.mobile-menu nav a svg { color: var(--gold); }
.mobile-menu .btn { position: relative; z-index: 1; margin-top: 24px; box-shadow: 0 18px 38px rgba(0, 0, 0, .2); }

.hero { position: relative; min-height: min(760px, calc(100vh - 118px)); display: flex; align-items: center; overflow: hidden; color: var(--white); background: #244b3e; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 38, 31, .95) 0%, rgba(4, 38, 31, .81) 35%, rgba(4, 38, 31, .24) 67%, rgba(4, 38, 31, .09) 100%), linear-gradient(0deg, rgba(4, 38, 31, .28), transparent 55%); z-index: 1; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; width: min(690px, 60%); padding: 96px 0 110px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 27px; font-size: .79rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 35px; height: 2px; background: var(--gold); }
.hero h1 { margin-bottom: 24px; font-size: clamp(3rem, 5.6vw, 5.7rem); max-width: 800px; }
.hero h1 em { color: #efc96e; font-style: normal; }
.hero p { max-width: 600px; color: #e0ece8; font-size: clamp(1.03rem, 1.5vw, 1.22rem); }
.hero .button-row { margin-top: 36px; }
.hero .btn { min-height: 55px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 31px; color: #d3e4de; font-size: .85rem; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note span + span::before { content: ""; width: 4px; height: 4px; margin-right: 5px; border-radius: 50%; background: var(--gold); }
.hero-scroll { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--container))/2)); bottom: 32px; display: flex; align-items: center; gap: 10px; color: #d7e6e0; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll::after { content: ""; width: 1px; height: 45px; background: rgba(255, 255, 255, .55); }

.trust-strip { position: relative; z-index: 3; margin-top: -38px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 20px; border: 1px solid rgba(219, 229, 225, .8); border-radius: 17px; background: var(--white); box-shadow: var(--shadow-lg); }
.trust-item { display: flex; align-items: center; gap: 15px; padding: 0 22px; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--green-700); background: var(--green-50); }
.trust-item strong { display: block; font-family: "Manrope", sans-serif; font-size: .9rem; }
.trust-item small { display: block; margin-top: 3px; color: var(--muted); font-size: .73rem; }

.impact-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.impact-intro h2 { margin-bottom: 24px; }
.impact-intro .lead { color: var(--muted); font-size: 1.11rem; }
.impact-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: var(--radius-lg); background: var(--border); box-shadow: var(--shadow-sm); }
.stat { min-height: 184px; padding: 34px; background: var(--white); }
.stat strong { display: block; margin-bottom: 4px; color: var(--green-800); font-family: "Manrope", sans-serif; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.05em; }
.stat span { display: block; color: var(--ink); font-weight: 700; }
.stat small { display: block; margin-top: 5px; color: var(--muted); }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.program-card { position: relative; min-height: 315px; display: flex; flex-direction: column; overflow: hidden; padding: 31px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.program-card::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 150px; height: 150px; border-radius: 50%; background: var(--card-accent, var(--green-700)); opacity: .07; transition: transform .3s; }
.program-card:hover { transform: translateY(-6px); border-color: rgba(28, 117, 93, .35); box-shadow: var(--shadow-sm); }
.program-card:hover::after { transform: scale(1.25); }
.program-icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 31px; border-radius: 15px; color: var(--card-accent, var(--green-700)); background: color-mix(in srgb, var(--card-accent, var(--green-700)) 10%, white); }
.program-card h3 { margin-bottom: 11px; font-size: 1.27rem; }
.program-card p { flex: 1; color: var(--muted); font-size: .92rem; }
.program-card .text-link { margin-top: 18px; font-size: .88rem; }

.campaign-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--green-950); color: var(--white); box-shadow: var(--shadow-lg); }
.campaign-media { position: relative; min-height: 560px; }
.campaign-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.campaign-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(7, 59, 48, .45)); }
.campaign-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 78px); }
.campaign-content h2 { font-size: clamp(2.15rem, 3.7vw, 3.5rem); }
.campaign-content > p { color: #cbded7; }
.campaign-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 15px 0 28px; color: #d7e5e0; font-size: .84rem; }
.campaign-meta span { display: inline-flex; align-items: center; gap: 7px; }
.progress-track { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(9, 69, 55, .12); }
.bg-dark .progress-track, .campaign-card .progress-track { background: rgba(255, 255, 255, .17); }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--gold); }
.campaign-numbers { display: flex; justify-content: space-between; gap: 20px; margin: 11px 0 31px; color: #d3e3dd; font-size: .84rem; }
.campaign-numbers strong { color: var(--white); }

.accountability { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.accountability-copy p { max-width: 600px; color: #c3d8d0; font-size: 1.05rem; }
.accountability-list { display: grid; gap: 15px; margin: 31px 0; }
.accountability-list span { display: flex; align-items: center; gap: 12px; color: #ecf4f1; }
.accountability-list i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: rgba(255, 255, 255, .1); }
.fund-card { padding: 41px; border: 1px solid rgba(255, 255, 255, .15); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .06); }
.fund-card h3 { margin-bottom: 26px; color: #d9e9e3; font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; }
.donut-wrap { display: grid; place-items: center; }
.donut { width: 235px; height: 235px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--gold) 0 81%, #4ba18a 81% 91%, #89b5a9 91% 100%); }
.donut::before { content: ""; grid-area: 1/1; width: 150px; height: 150px; border-radius: 50%; background: #124b3e; }
.donut-center { position: relative; z-index: 1; grid-area: 1/1; text-align: center; }
.donut-center strong { display: block; color: var(--white); font-family: "Manrope", sans-serif; font-size: 2.6rem; line-height: 1; }
.donut-center span { color: #bcd3cb; font-size: .8rem; }
.fund-legend { display: grid; gap: 11px; margin-top: 30px; }
.fund-legend span { display: flex; justify-content: space-between; color: #dcebe6; font-size: .85rem; }
.fund-legend i { width: 9px; height: 9px; display: inline-block; margin-right: 9px; border-radius: 50%; background: var(--legend); }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.story-card { position: relative; min-height: 320px; padding: 42px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); }
.story-card .quote-icon { color: var(--gold); opacity: .8; }
.story-card blockquote { margin: 27px 0; font-family: "Manrope", sans-serif; font-size: clamp(1.25rem, 2.2vw, 1.75rem); line-height: 1.45; letter-spacing: -.025em; }
.story-person { display: flex; align-items: center; gap: 13px; }
.story-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green-700); font-weight: 800; }
.story-person strong, .story-person small { display: block; }
.story-person small { color: var(--muted); }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.news-image { position: relative; min-height: 205px; overflow: hidden; background: linear-gradient(135deg, #d9eae4, #f0e8d6); }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.news-card:hover .news-image img { transform: scale(1.04); }
.news-image-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: var(--green-700); }
.news-image-placeholder svg { width: 65px; height: 65px; opacity: .4; }
.news-type { position: absolute; z-index: 1; top: 16px; left: 16px; padding: 7px 11px; border-radius: 999px; color: var(--green-950); background: rgba(255, 255, 255, .92); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.news-date { display: flex; align-items: center; gap: 7px; margin-bottom: 13px; color: var(--muted); font-size: .78rem; }
.news-card h3 { font-size: 1.19rem; }
.news-card p { flex: 1; color: var(--muted); font-size: .9rem; }

.page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--green-950); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 83% 20%, rgba(215, 164, 59, .19), transparent 28%), radial-gradient(circle at 20% 130%, rgba(62, 151, 128, .29), transparent 36%); }
.page-hero-orb { position: absolute; right: 11%; bottom: -130px; width: 320px; height: 320px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.page-hero-orb::after, .page-hero-orb::before { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, .09); border-radius: 50%; }
.page-hero-orb::before { inset: 38px; }
.page-hero-orb::after { inset: 78px; }
.page-hero-inner { position: relative; z-index: 1; padding: 65px 0 86px; }
.page-hero h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.7rem, 5.2vw, 4.8rem); }
.page-hero p { max-width: 720px; color: #c9dcd5; font-size: 1.08rem; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 35px; color: #a9c6bc; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--white); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split-copy .lead { color: var(--muted); font-size: 1.12rem; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius-lg); }
.split-badge { position: absolute; right: -20px; bottom: 32px; width: 180px; padding: 23px; border-radius: 16px; color: var(--white); background: var(--green-800); box-shadow: var(--shadow-lg); }
.split-badge strong { display: block; color: var(--gold); font-family: "Manrope", sans-serif; font-size: 2.2rem; }
.split-badge span { font-size: .83rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { padding: 29px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.value-card .program-icon { margin-bottom: 22px; }
.value-card p { color: var(--muted); font-size: .9rem; }
.timeline { position: relative; max-width: 820px; margin: 0 auto; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 112px; width: 1px; background: var(--border); }
.timeline-item { display: grid; grid-template-columns: 85px 1fr; gap: 55px; position: relative; padding: 0 0 55px; }
.timeline-item::before { content: ""; position: absolute; top: 8px; left: 105px; width: 15px; height: 15px; border: 4px solid var(--white); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--border); }
.timeline-year { color: var(--green-700); font-family: "Manrope", sans-serif; font-size: 1.25rem; font-weight: 800; }
.timeline-item h3 { margin-bottom: 9px; }
.timeline-item p { color: var(--muted); }

.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.mission-card { min-height: 360px; padding: 48px; border-radius: var(--radius-lg); }
.mission-card:first-child { color: var(--white); background: var(--green-800); }
.mission-card:last-child { background: var(--cream); }
.mission-number { display: block; margin-bottom: 70px; color: var(--gold); font-family: "Manrope", sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .14em; }
.mission-card p { max-width: 500px; font-size: 1.12rem; }
.principles { display: grid; gap: 0; border-top: 1px solid var(--border); }
.principle { display: grid; grid-template-columns: 70px 250px 1fr; gap: 35px; padding: 31px 0; border-bottom: 1px solid var(--border); align-items: start; }
.principle > span { color: var(--gold-dark); font-family: "Manrope", sans-serif; font-weight: 800; }
.principle h3 { margin: 0; }
.principle p { margin: 0; color: var(--muted); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.team-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.team-photo { aspect-ratio: 1.05; display: grid; place-items: center; overflow: hidden; color: var(--green-700); background: linear-gradient(145deg, #e0eee9, #f4ede0); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo span { width: 105px; height: 105px; display: grid; place-items: center; border: 2px solid rgba(28, 117, 93, .2); border-radius: 50%; font-family: "Manrope", sans-serif; font-size: 2.4rem; font-weight: 800; }
.team-info { padding: 24px; }
.team-info h3 { margin-bottom: 3px; }
.team-info > span { display: block; margin-bottom: 13px; color: var(--green-700); font-size: .85rem; font-weight: 700; }
.team-info p { color: var(--muted); font-size: .87rem; }
.team-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; color: var(--green-700); font-size: .84rem; font-weight: 800; }
.team-links a { display: inline-flex; align-items: center; gap: 5px; }

.filter-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.filter-bar button, .filter-link { padding: 10px 17px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: var(--white); font-size: .84rem; font-weight: 700; }
.filter-bar button:hover, .filter-bar button.active, .filter-link.active { color: var(--white); border-color: var(--green-800); background: var(--green-800); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.project-image { position: relative; min-height: 230px; background: linear-gradient(145deg, #dcebe6, #f0e9d9); }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-status { position: absolute; top: 16px; left: 16px; padding: 7px 11px; border-radius: 999px; color: var(--green-900); background: rgba(255, 255, 255, .92); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.project-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.project-program { margin-bottom: 10px; color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-body p { color: var(--muted); font-size: .9rem; }
.project-location { display: flex; gap: 7px; align-items: center; margin-top: auto; margin-bottom: 20px; color: var(--muted); font-size: .79rem; }
.project-funding { margin-top: 18px; }
.project-funding > div:last-child { display: flex; justify-content: space-between; margin-top: 8px; color: var(--muted); font-size: .78rem; }
.project-funding strong { color: var(--ink); }

.detail-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.detail-content h2 { margin-top: 46px; font-size: 2rem; }
.detail-content p { color: #4f655f; font-size: 1.03rem; }
.detail-image { width: 100%; max-height: 530px; object-fit: cover; margin-bottom: 35px; border-radius: var(--radius-lg); }
.detail-sidebar { position: sticky; top: 110px; display: grid; gap: 18px; }
.sidebar-card { padding: 27px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.sidebar-card h3 { font-size: 1rem; }
.sidebar-list { display: grid; gap: 15px; }
.sidebar-list li { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 14px; border-bottom: 1px solid var(--border); list-style: none; color: var(--muted); font-size: .84rem; }
.sidebar-list li:last-child { padding: 0; border: 0; }
.sidebar-list strong { color: var(--ink); text-align: right; }
.sidebar-card.action { color: var(--white); background: var(--green-900); border-color: var(--green-900); }
.sidebar-card.action p { color: #c8dcd5; font-size: .88rem; }

.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 60px; align-items: start; }
.form-card { padding: clamp(26px, 5vw, 48px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.form-card h2 { margin-bottom: 10px; font-size: 2rem; }
.form-card > p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label, .field > span { color: #354d46; font-size: .84rem; font-weight: 700; }
.field input, .field textarea, .field select, .search-form input { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid #cfdcd7; border-radius: 10px; outline: 0; color: var(--ink); background: var(--white); transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus, .search-form input:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(28, 117, 93, .1); }
.field small { color: var(--muted); font-size: .76rem; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.check-field { display: flex; gap: 10px; align-items: flex-start; grid-column: 1 / -1; color: var(--muted); font-size: .82rem; }
.check-field input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--green-700); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; grid-column: 1 / -1; margin-top: 7px; }
.form-actions small { color: var(--muted); }
.form-aside { display: grid; gap: 20px; }
.info-card { padding: 28px; border-radius: var(--radius); background: var(--green-50); }
.info-card.dark { color: var(--white); background: var(--green-900); }
.info-card h3 { margin-bottom: 13px; }
.info-card p, .info-card li { color: var(--muted); font-size: .88rem; }
.info-card.dark p, .info-card.dark li { color: #c5dad3; }
.info-list { display: grid; gap: 15px; }
.info-list li { display: flex; gap: 11px; list-style: none; }
.info-list svg { flex: 0 0 auto; margin-top: 2px; color: var(--green-700); }
.info-card.dark svg { color: var(--gold); }
.notice { padding: 14px 16px; margin-bottom: 22px; border-radius: 10px; color: #265b4b; background: #e6f4ed; }
.error-list { padding: 14px 18px 14px 38px; margin-bottom: 22px; border-radius: 10px; color: #833a3a; background: #faeaea; }

.donation-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 55px; align-items: start; }
.amount-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
.amount-option { min-height: 52px; border: 1px solid var(--border); border-radius: 10px; color: var(--green-900); background: var(--white); font-weight: 800; }
.amount-option:hover, .amount-option.selected { color: var(--white); border-color: var(--green-800); background: var(--green-800); }
.amount-field { position: relative; }
.amount-field span { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); font-weight: 800; }
.amount-field input { padding-left: 52px; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.payment-option { position: relative; }
.payment-option input { position: absolute; opacity: 0; }
.payment-option label { min-height: 73px; display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--border); border-radius: 11px; cursor: pointer; font-size: .83rem; font-weight: 700; }
.payment-option label::before { content: ""; width: 13px; height: 13px; flex: 0 0 auto; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px #9fb1ab; }
.payment-option input:checked + label { color: var(--green-900); border-color: var(--green-700); background: var(--green-50); }
.payment-option input:checked + label::before { background: var(--green-700); box-shadow: 0 0 0 1px var(--green-700); }
.impact-receipt { overflow: hidden; border-radius: var(--radius-lg); color: var(--white); background: var(--green-950); }
.impact-receipt-top { padding: 34px; background: linear-gradient(135deg, rgba(215, 164, 59, .14), transparent); }
.impact-receipt h3 { font-size: 1.4rem; }
.impact-receipt p { color: #c5d9d2; font-size: .9rem; }
.impact-examples { display: grid; }
.impact-examples div { display: grid; grid-template-columns: 70px 1fr; gap: 14px; padding: 20px 34px; border-top: 1px solid rgba(255, 255, 255, .1); }
.impact-examples strong { color: var(--gold); font-family: "Manrope", sans-serif; font-size: 1.22rem; }
.impact-examples span { color: #d7e5e0; font-size: .85rem; }
.secure-note { display: flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--muted); font-size: .78rem; }

.report-grid { display: grid; gap: 14px; }
.report-card { display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 22px; padding: 22px 25px; border: 1px solid var(--border); border-radius: 15px; background: var(--white); transition: border-color .2s, transform .2s; }
.report-card:hover { transform: translateX(4px); border-color: rgba(28, 117, 93, .45); }
.report-icon { width: 54px; height: 58px; display: grid; place-items: center; border-radius: 9px; color: var(--green-700); background: var(--green-50); }
.report-card h3 { margin: 0 0 4px; font-size: 1rem; }
.report-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.report-meta { color: var(--muted); font-size: .73rem; }
.report-action { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--green-800); }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 240px; gap: 16px; }
.gallery-card { position: relative; grid-column: span 4; overflow: hidden; border-radius: var(--radius); background: var(--green-100); }
.gallery-card:nth-child(5n + 1) { grid-column: span 7; grid-row: span 2; }
.gallery-card:nth-child(5n + 2) { grid-column: span 5; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-overlay { position: absolute; inset: auto 0 0; padding: 45px 22px 19px; color: var(--white); background: linear-gradient(transparent, rgba(6, 48, 39, .88)); }
.gallery-overlay strong { display: block; font-family: "Manrope", sans-serif; }
.gallery-overlay span { font-size: .76rem; opacity: .82; }
.gallery-empty { display: grid; place-items: center; height: 100%; color: var(--green-700); }

.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.partner-card { min-height: 220px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.partner-monogram { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 14px; color: var(--green-800); background: var(--green-50); font-family: "Manrope", sans-serif; font-size: 1.15rem; font-weight: 800; }
.partner-card p { flex: 1; color: var(--muted); font-size: .85rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; }
.contact-details { display: grid; gap: 15px; margin: 32px 0; }
.contact-detail { display: flex; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-detail > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--green-700); background: var(--green-50); }
.contact-detail strong, .contact-detail a, .contact-detail small { display: block; }
.contact-detail small { color: var(--muted); }
.map-wrap { height: 380px; overflow: hidden; border-radius: var(--radius-lg); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.search-hero { padding: 70px 0; background: var(--green-50); }
.search-hero h1 { font-size: clamp(2.3rem, 4.5vw, 4rem); }
.search-form { position: relative; max-width: 760px; margin-top: 26px; }
.search-form input { min-height: 64px; padding: 14px 65px 14px 20px; border-radius: 14px; box-shadow: var(--shadow-sm); }
.search-form button { position: absolute; top: 7px; right: 7px; width: 50px; height: 50px; display: grid; place-items: center; border: 0; border-radius: 10px; color: var(--white); background: var(--green-800); }
.search-results { display: grid; gap: 13px; }
.search-result { padding: 23px 0; border-bottom: 1px solid var(--border); }
.search-result span { color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.search-result h3 { margin: 6px 0; }
.search-result p { margin: 0; color: var(--muted); }
.empty-state { padding: 55px; border: 1px dashed #bdd0c9; border-radius: var(--radius); text-align: center; background: var(--green-50); }
.empty-state svg { color: var(--green-700); }

.footer-cta { color: var(--white); background: var(--green-800); }
.footer-cta-inner { min-height: 285px; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.footer-cta h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 3.6vw, 3.3rem); }
.site-footer { padding-top: 77px; color: #b9cec7; background: #052f27; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .8fr 1.25fr; gap: 60px; padding-bottom: 65px; }
.brand-light .brand-copy strong { color: var(--white); }
.brand-light .brand-copy small { color: #a8c3ba; }
.footer-brand p { max-width: 300px; margin-top: 23px; font-size: .9rem; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.social-links a:hover { color: var(--green-950); background: var(--gold); border-color: var(--gold); }
.footer-grid h3 { margin-bottom: 21px; color: var(--white); font-size: .94rem; }
.footer-grid > div:not(.footer-brand):not(.footer-newsletter) > a { display: block; margin: 0 0 10px; font-size: .86rem; }
.footer-grid a:hover { color: var(--white); }
.footer-newsletter p { font-size: .85rem; }
.inline-field { display: flex; overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 11px; }
.inline-field input { min-width: 0; flex: 1; padding: 13px 14px; border: 0; outline: 0; color: var(--white); background: transparent; }
.inline-field input::placeholder { color: #92b1a7; }
.inline-field button { width: 49px; border: 0; color: var(--green-950); background: var(--gold); }
.footer-newsletter small { display: block; margin-top: 9px; color: #789b90; font-size: .69rem; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .11); font-size: .75rem; }
.footer-bottom div { display: flex; gap: 23px; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 15px; border-radius: 999px; color: var(--white); background: #168b58; box-shadow: 0 10px 30px rgba(6, 71, 43, .25); font-size: .81rem; font-weight: 700; }
.back-to-top { position: fixed; z-index: 89; right: 27px; bottom: 84px; width: 41px; height: 41px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--green-900); background: var(--white); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.flash { position: fixed; z-index: 300; top: 135px; left: 50%; display: flex; align-items: center; gap: 9px; max-width: calc(100% - 30px); padding: 13px 18px; border-radius: 10px; transform: translateX(-50%); box-shadow: var(--shadow-lg); }
.flash-success { color: #174c3d; background: #e3f4ec; }
.flash-error { color: #7d2f2f; background: #f9e5e5; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; border: 1px solid var(--border); background: var(--green-50); box-shadow: 0 7px 18px rgba(8, 55, 43, .08); }
  .menu-button:hover,
  .menu-button:focus-visible { color: var(--white); background: var(--green-800); outline: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .trust-item { padding: 16px 22px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n + 2) { border-bottom: 1px solid var(--border); }
  .program-grid, .project-grid { grid-template-columns: 1fr 1fr; }
  .program-card:last-child:nth-child(odd), .project-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .values-grid, .partner-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-newsletter { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 10px; }
  .topbar-links span { display: none; }
  .topbar-contact a:nth-child(2) { display: none; }
  .hero { min-height: 700px; }
  .hero::before { background: linear-gradient(90deg, rgba(4, 38, 31, .93), rgba(4, 38, 31, .63)), linear-gradient(0deg, rgba(4, 38, 31, .45), transparent); }
  .hero-media { object-position: 58% center; }
  .hero-content { width: 88%; }
  .hero-scroll { display: none; }
  .impact-intro, .accountability, .split, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .campaign-card { grid-template-columns: 1fr; }
  .campaign-media { min-height: 400px; }
  .campaign-content { padding: 44px 32px; }
  .story-grid, .mission-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .detail-wrap { grid-template-columns: 1fr; gap: 45px; }
  .detail-sidebar { position: static; }
  .form-layout, .donation-layout { grid-template-columns: 1fr; }
  .form-aside, .impact-receipt { order: -1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .gallery-card, .gallery-card:nth-child(5n + 1), .gallery-card:nth-child(5n + 2) { grid-column: span 1; grid-row: span 1; }
  .gallery-card:first-child { grid-column: 1 / -1; }
  .footer-cta-inner { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 590px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar-inner { justify-content: center; }
  .topbar-links { display: none; }
  .nav-wrap { min-height: 71px; }
  .nav-actions .btn { display: none; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { min-height: 675px; }
  .hero-content { width: 100%; padding: 75px 0 90px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-note { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hero-note span + span::before { display: none; }
  .trust-strip { margin-top: -24px; }
  .trust-grid { grid-template-columns: 1fr; padding: 7px 16px; }
  .trust-item, .trust-item:nth-child(2) { padding: 15px 5px; border-right: 0; border-bottom: 1px solid var(--border); }
  .trust-item:last-child { border-bottom: 0; }
  .impact-stats { grid-template-columns: 1fr; }
  .stat { min-height: auto; }
  .program-grid, .project-grid, .news-grid, .team-grid, .values-grid, .partner-grid { grid-template-columns: 1fr; }
  .program-card:last-child:nth-child(odd), .project-card:last-child:nth-child(odd), .news-card:last-child:nth-child(odd) { grid-column: auto; }
  .campaign-media { min-height: 300px; }
  .story-card { padding: 30px; }
  .principle { grid-template-columns: 45px 1fr; gap: 15px; }
  .principle p { grid-column: 2; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .check-field, .form-actions { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .amount-options { grid-template-columns: 1fr 1fr; }
  .payment-options { grid-template-columns: 1fr; }
  .report-card { grid-template-columns: 50px 1fr auto; gap: 13px; padding: 17px; }
  .report-icon { width: 45px; height: 49px; }
  .report-card p { display: none; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card:first-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand, .footer-newsletter { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 49px; justify-content: center; padding: 0; }
}

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