:root {
  --ink: #17231e;
  --green: #123d2d;
  --green-2: #1d5842;
  --gold: #e4ad3a;
  --cream: #f6f2e8;
  --paper: #fffdf8;
  --line: rgba(23, 35, 30, .14);
  --muted: #5f6a64;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(11, 36, 26, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; background: white; padding: 12px 18px; z-index: 1000; border-radius: 6px; }
.skip-link:focus { top: 16px; }
.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; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; color: var(--green-2); }
.eyebrow.light { color: #f0ca73; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.04; letter-spacing: -.035em; margin-top: 0; }
h2 { font-size: clamp(2.55rem, 5vw, 4.7rem); margin-bottom: 26px; }
p { margin-top: 0; }

.announcement { background: var(--green); color: white; font-size: .84rem; }
.announcement-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.announcement a { color: #f0ca73; font-weight: 750; }
.site-header { background: rgba(255,253,248,.96); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 230px; height: auto; }
nav { display: flex; align-items: center; gap: 31px; font-size: .91rem; font-weight: 720; }
nav a:not(.nav-donate) { position: relative; }
nav a:not(.nav-donate)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.nav-donate { background: var(--green); color: white; padding: 13px 21px; border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green); }

.hero { min-height: 760px; height: calc(100vh - 124px); max-height: 900px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 49%; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(8,28,21,.92) 0%, rgba(8,28,21,.68) 47%, rgba(8,28,21,.12) 78%), linear-gradient(0deg, rgba(8,28,21,.48), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 30px; }
.hero h1 { font-size: clamp(3.9rem, 7vw, 7.25rem); max-width: 920px; margin-bottom: 26px; }
.hero h1 em { color: #f0ca73; font-weight: inherit; }
.hero-copy { font-size: 1.15rem; line-height: 1.65; max-width: 600px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 999px; font-size: .9rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #182219; background: var(--gold); }
.button-gold:hover { background: #f0c45b; }
.button-ghost { border: 1px solid rgba(255,255,255,.5); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-stat { position: absolute; right: 0; bottom: 0; z-index: 3; width: min(360px, 35vw); min-height: 135px; padding: 24px 7vw 24px 38px; background: var(--gold); color: var(--ink); display: flex; align-items: center; gap: 17px; }
.hero-stat strong { font-family: Georgia, serif; font-size: 4.4rem; line-height: 1; }
.hero-stat span { font-weight: 750; line-height: 1.35; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: end; }
.intro h2 { margin-bottom: 0; }
.intro-copy { font-size: 1.17rem; color: #47534d; max-width: 530px; }
.text-link { display: inline-block; color: var(--green); font-weight: 800; border-bottom: 2px solid var(--gold); padding-bottom: 3px; }

.work { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: 1.08rem; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.program { padding: 34px 27px 30px; min-height: 390px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.program:last-child { border-right: 0; }
.program:hover { transform: translateY(-8px); box-shadow: var(--shadow); position: relative; z-index: 2; }
.program.featured { background: var(--green); color: white; }
.program-number { font-size: .75rem; font-weight: 800; letter-spacing: .13em; opacity: .55; }
.program-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); color: var(--green); font-size: 1.4rem; margin: 45px 0 23px; }
.featured .program-icon { background: var(--gold); color: var(--ink); }
.program h3 { font-size: 1.8rem; margin-bottom: 16px; }
.program p { color: var(--muted); font-size: .94rem; }
.featured p { color: rgba(255,255,255,.72); }
.program a { margin-top: auto; font-size: .84rem; font-weight: 800; }

.story { padding-bottom: 130px; }
.story-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 9vw; }
.story-image-wrap { position: relative; }
.story-image-wrap > img { height: 670px; width: 100%; object-fit: cover; border-radius: 2px; box-shadow: var(--shadow); }
.image-note { position: absolute; right: -55px; bottom: -40px; width: 270px; background: var(--gold); padding: 24px; }
.image-note span { display: block; text-transform: uppercase; font-size: .7rem; font-weight: 850; letter-spacing: .14em; margin-bottom: 7px; }
.image-note strong { font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.25; }
.story-content > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
blockquote { margin: 37px 0 8px; padding: 26px 0 0 29px; border-left: 3px solid var(--gold); font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.45; }
cite { margin-left: 32px; color: var(--green-2); font-style: normal; font-size: .84rem; font-weight: 800; }

.reach { background: var(--green); color: white; }
.reach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.reach-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 490px; }
.country-list { border-top: 1px solid rgba(255,255,255,.18); }
.country-list > div { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; padding: 24px 4px; border-bottom: 1px solid rgba(255,255,255,.18); }
.country-list span, .country-list small { color: rgba(255,255,255,.55); }
.country-list strong { font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }

.spotlight { background: var(--cream); }
.spotlight-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.spotlight-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.spotlight img { width: 100%; height: 560px; object-fit: cover; object-position: center; box-shadow: var(--shadow); }

.donate { background: #0c2b20; color: white; text-align: center; padding: 120px 0; position: relative; overflow: hidden; }
.donate::before, .donate::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(228,173,58,.25); border-radius: 50%; }
.donate::before { left: -190px; top: -150px; }
.donate::after { right: -190px; bottom: -210px; }
.donate-inner { position: relative; z-index: 1; max-width: 870px; }
.donate h2 { max-width: 850px; margin: 0 auto 26px; }
.donate p:not(.eyebrow) { max-width: 680px; margin: 0 auto; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.donate-actions { display: flex; justify-content: center; gap: 13px; margin: 35px 0 25px; }
.donate small { color: rgba(255,255,255,.48); }

.connect { background: white; }
.connect-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.connect-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.contact-card { border-top: 1px solid var(--line); }
.contact-card a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; border-bottom: 1px solid var(--line); transition: color .2s ease, padding .2s ease; }
.contact-card a:hover { color: var(--green-2); padding-left: 8px; }
.contact-card span { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }

footer { padding: 70px 0 22px; background: #081d16; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.footer-grid img { width: 220px; filter: brightness(0) invert(1); opacity: .94; }
.footer-grid p { color: rgba(255,255,255,.55); }
.footer-grid strong { display: block; color: #f0ca73; margin-bottom: 15px; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { display: block; color: rgba(255,255,255,.66); margin: 8px 0; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: .76rem; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 86px; background: var(--paper); padding: 24px 30px 30px; flex-direction: column; align-items: stretch; gap: 18px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .nav-donate { text-align: center; }
  .hero { min-height: 700px; }
  .hero-stat { width: 340px; }
  .intro-grid, .story-grid, .reach-grid, .spotlight-grid, .connect-grid { grid-template-columns: 1fr; gap: 55px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program { border-bottom: 1px solid var(--line); }
  .program:nth-child(2) { border-right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .story-image-wrap { max-width: 720px; }
  .story-image-wrap > img { height: 560px; }
  .image-note { right: 20px; }
  .spotlight img { height: 520px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .announcement-inner { justify-content: center; }
  .announcement-inner > span { display: none; }
  .brand img { width: 190px; }
  .nav-wrap { height: 74px; }
  nav { top: 74px; }
  .hero { min-height: 670px; height: calc(100svh - 112px); align-items: flex-start; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,28,21,.93), rgba(8,28,21,.38)), linear-gradient(0deg, rgba(8,28,21,.78), transparent 65%); }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: clamp(3.1rem, 14vw, 4.6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-stat { width: 230px; min-height: 92px; padding: 16px 20px; }
  .hero-stat strong { font-size: 3rem; }
  .hero-stat span { font-size: .78rem; }
  h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .intro-grid { gap: 30px; }
  .program-grid { grid-template-columns: 1fr; }
  .program { border-right: 0; min-height: 330px; }
  .program-icon { margin-top: 32px; }
  .story-image-wrap > img { height: 420px; }
  .image-note { right: 0; bottom: -38px; width: 225px; }
  .country-list > div { grid-template-columns: 42px 1fr; }
  .country-list small { display: none; }
  .spotlight img { height: 430px; }
  .donate { padding: 85px 0; }
  .donate-actions { flex-direction: column; }
  .contact-card a { flex-direction: column; align-items: flex-start; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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