:root {
  --ink: #17352f;
  --deep: #123029;
  --green: #2f5a4d;
  --sage: #91a68e;
  --cream: #faf5ea;
  --paper: #fffdf8;
  --sand: #eadcc4;
  --gold: #efa43b;
  --terracotta: #b86643;
  --muted: #617069;
  --line: rgba(23, 53, 47, .17);
  --shadow: 0 22px 60px rgba(21, 53, 46, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 17px/1.65 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 9px 13px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255,253,248,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 48px; height: 48px; border-radius: 12px; }
.brand span { display: grid; line-height: 1.08; }
.brand strong { font-size: 17px; }
.brand small { margin-top: 4px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-contact):hover { color: var(--terracotta); }
.nav-contact { padding: 11px 19px; color: #fff; background: var(--deep); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; min-height: 780px; padding: 154px 0 92px; background: var(--cream); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; left: -320px; bottom: -330px; border: 1px solid rgba(184,102,67,.25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(184,102,67,.05), 0 0 0 115px rgba(184,102,67,.04); }
.hero-sun { position: absolute; width: 220px; height: 220px; top: 92px; right: 12%; border-radius: 50%; background: rgba(239,164,59,.13); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 76px; align-items: center; }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--terracotta); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 26px; font: 700 clamp(52px, 6.1vw, 84px)/.98 Georgia, "Times New Roman", serif; }
h2 { margin-bottom: 24px; font: 700 clamp(38px, 4.5vw, 60px)/1.04 Georgia, "Times New Roman", serif; }
h3 { font-size: 23px; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: #485f58; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border: 1px solid var(--deep); border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--deep); }
.button-primary:hover { background: #214d41; }
.button-ghost { background: transparent; }
.status-note { display: flex; align-items: center; gap: 9px; margin: 26px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.status-note span { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(239,164,59,.18); }
.hero-art { position: relative; filter: drop-shadow(0 25px 34px rgba(39,59,48,.16)); }
.hero-art svg { border: 8px solid rgba(255,255,255,.75); border-radius: 38% 38% 28px 28px; }
.art-caption { position: absolute; inset: auto 23px 20px; display: flex; justify-content: space-between; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.purpose { background: var(--deep); color: #fff; }
.purpose-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 60px; }
.purpose .section-label { color: #e8ad57; }
.purpose-copy h2 { max-width: 820px; }
.purpose-copy p { max-width: 790px; margin-bottom: 0; color: #ccdad5; font-size: 20px; }

.support { background: var(--paper); }
.section-heading { max-width: 740px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 18px; }
.section-heading.compact { margin-bottom: 42px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-card { min-height: 330px; padding: 38px 36px 42px; border-right: 1px solid var(--line); }
.support-card:last-child { border-right: 0; }
.card-number { display: block; margin-bottom: 72px; color: var(--terracotta); font: italic 20px Georgia, serif; }
.support-card p { color: var(--muted); }
.program-note { margin: 30px 0 0; color: var(--muted); font-size: 13px; }

.story { background: #f1e6d3; }
.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.story-visual { position: relative; min-height: 600px; margin: 0; color: #fff; background: var(--deep); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.story-visual > img { width: 100%; height: 600px; object-fit: cover; object-position: 50% 35%; filter: saturate(.88) contrast(1.03); }
.story-visual::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(12,37,32,.88)); pointer-events: none; }
.story-visual figcaption { position: absolute; left: 32px; right: 32px; bottom: 28px; z-index: 2; display: grid; }
.story-visual figcaption strong { font: 700 21px Georgia, serif; }
.story-visual figcaption span { margin-top: 4px; color: #d4e0db; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.story-copy > p:not(.eyebrow):not(.signature) { color: #52665f; font-size: 18px; }
blockquote { margin: 34px 0; padding: 4px 0 4px 26px; border-left: 3px solid var(--terracotta); font: italic 23px/1.45 Georgia, serif; }
.signature { display: flex; flex-direction: column; font-weight: 800; }
.signature span { color: var(--muted); font-size: 13px; font-weight: 600; }

.leadership { background: var(--paper); }
.leader-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.leader { padding: 30px; border: 1px solid var(--line); border-radius: 18px; }
.leader > span { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 44px; color: #fff; background: var(--green); border-radius: 50%; font: 700 16px Georgia, serif; }
.leader:nth-child(2) > span { background: var(--terracotta); }
.leader:nth-child(3) > span { color: var(--deep); background: var(--gold); }
.leader h3 { margin-bottom: 9px; font-size: 20px; }
.leader p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.transparency { color: #fff; background: var(--green); }
.transparency-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.transparency .eyebrow { color: #f6c06f; }
.transparency p { color: #dbe6e1; }
.fact-list { margin: 0; border-top: 1px solid rgba(255,255,255,.25); }
.fact-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.fact-list dt { color: #c2d2cb; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.fact-list dd { margin: 0; font-weight: 700; }

.contact { background: var(--cream); }
.contact-panel { display: grid; grid-template-columns: 1fr .72fr; gap: 75px; align-items: end; padding: 68px; color: #fff; background: var(--deep); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-panel .eyebrow { color: #f5b452; }
.contact-panel h2 { max-width: 640px; }
.contact-panel p { max-width: 650px; color: #c8d8d2; }
.contact-link { position: relative; display: grid; padding: 26px 50px 26px 26px; border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); text-decoration: none; }
.contact-link span { color: #c8d8d2; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.contact-link strong { font: 700 clamp(24px, 3vw, 38px) Georgia, serif; }
.contact-link i { position: absolute; right: 8px; top: 32px; font-style: normal; font-size: 30px; transition: transform .2s; }
.contact-link:hover i { transform: translate(3px, -3px); }

.crisis-bar { padding: 23px 0; color: #fff; background: #7a3d2d; }
.crisis-inner { display: flex; align-items: center; gap: 34px; }
.crisis-inner strong { flex: 0 0 auto; }
.crisis-inner p { margin: 0; font-size: 14px; }
.crisis-inner a { font-weight: 800; }

.site-footer { padding: 70px 0 24px; color: #dce6e2; background: #0c2520; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 60px; }
.footer-brand { color: #fff; }
.footer-brand + p { max-width: 360px; margin-top: 22px; color: #9fb3ac; font-size: 14px; }
.footer-links, .footer-meta { display: grid; align-content: start; gap: 10px; }
.footer-links a { width: max-content; color: #dce6e2; text-decoration: none; }
.footer-links a:hover { color: #f5b452; }
.footer-meta p { margin: 0; color: #9fb3ac; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: #829990; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.card-grid .reveal:nth-child(2), .leader-grid .reveal:nth-child(2) { transition-delay: .08s; }
.card-grid .reveal:nth-child(3), .leader-grid .reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 900px) {
  .section { padding: 84px 0; }
  .menu-button { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: var(--cream); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-size: 22px; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid, .story-grid, .transparency-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 56px; }
  .hero-copy { max-width: 760px; }
  .hero-art { max-width: 620px; }
  .purpose-grid { grid-template-columns: 1fr; gap: 15px; }
  .card-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .support-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .card-number { margin-bottom: 34px; }
  .story-grid { gap: 52px; }
  .story-visual { min-height: 520px; }
  .story-visual > img { height: 520px; }
  .transparency-grid { gap: 45px; }
  .contact-panel { gap: 32px; padding: 48px; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { height: 78px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  .brand-mark { width: 42px; height: 42px; }
  .hero { padding-top: 112px; }
  h1 { font-size: clamp(46px, 15vw, 66px); }
  h2 { font-size: 40px; }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .leader-grid { grid-template-columns: 1fr; }
  .leader > span { margin-bottom: 28px; }
  .story-visual { min-height: 440px; }
  .story-visual > img { height: 440px; }
  .story-visual figcaption { left: 23px; right: 23px; bottom: 22px; }
  blockquote { font-size: 20px; }
  .fact-list div { grid-template-columns: 1fr; gap: 6px; }
  .contact-panel { padding: 36px 24px; }
  .crisis-inner { display: block; }
  .crisis-inner strong { display: block; margin-bottom: 7px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 8px; }
}

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