:root {
  --green: #173c30;
  --green-2: #285545;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --ink: #17221d;
  --muted: #667069;
  --gold: #f1c66b;
  --line: rgba(23, 60, 48, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
.site-header { min-height: 86px; padding: 16px clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--paper); position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand strong { font-family: var(--serif); font-size: 1.25rem; display: block; }
.brand small { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--gold); font-family: var(--serif); font-weight: 700; }
.brand-symbol { position: relative; width: 50px; height: 50px; overflow: hidden; flex: 0 0 50px; border-radius: 50%; background: #f4f0e7; }
.brand-symbol img { position: absolute; width: 94px; max-width: none; left: -22px; top: 0; }
nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 36px); }
nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 9px 16px; font: inherit; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; background: var(--green); color: white; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--green-2); }
.button-small { min-height: 44px; padding: 0 19px; }
.button-gold { background: var(--gold); color: var(--green); }
.button-gold:hover { background: #f7d584; }
.eyebrow { margin: 0 0 14px; color: var(--green-2); font-size: .76rem; line-height: 1.3; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.1rem, 6.2vw, 6.6rem); max-width: 820px; margin-bottom: 28px; letter-spacing: -.045em; }
h2 { font-size: clamp(2.4rem, 4.4vw, 4.5rem); letter-spacing: -.035em; margin-bottom: 24px; }
h3 { font-size: 1.65rem; margin-bottom: 12px; }
.hero { background: var(--cream); padding: clamp(48px, 8vw, 100px) clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(40px, 7vw, 100px); min-height: calc(100vh - 86px); }
.hero-text { max-width: 650px; font-size: clamp(1.06rem, 1.5vw, 1.3rem); color: #46534c; }
.hero-actions { margin-top: 34px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.hero-visual { position: relative; }
.hero-visual img { aspect-ratio: 4/5; object-fit: cover; border-radius: 220px 220px 22px 22px; box-shadow: 0 30px 70px rgba(23,60,48,.18); }
.stat-card { position: absolute; left: -42px; bottom: 34px; width: 172px; padding: 22px; color: var(--green); background: var(--gold); border-radius: 18px; box-shadow: 0 18px 40px rgba(23,60,48,.2); }
.stat-card strong { display: block; font-family: var(--serif); font-size: 3.2rem; line-height: 1; }
.stat-card span { font-size: .84rem; font-weight: 700; }
.intro { padding: clamp(78px, 10vw, 150px) clamp(22px, 9vw, 145px); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.intro h2 { margin: 0; }
.intro > p { margin: 0; font-size: 1.15rem; color: var(--muted); }
.needs { margin: 0 clamp(22px, 5vw, 76px) clamp(80px, 11vw, 155px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.needs article { padding: 42px 34px 46px; }
.needs article + article { border-left: 1px solid var(--line); }
.number { color: var(--green-2); font-size: .8rem; font-weight: 700; letter-spacing: .13em; }
.needs h3 { margin-top: 28px; }
.needs p, .commitment-grid p { color: var(--muted); margin-bottom: 0; }
.action-program { padding: clamp(80px, 11vw, 150px) clamp(22px, 5vw, 76px); background: #1d4437; color: white; }
.action-program-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin-bottom: 58px; }
.action-program-heading h2 { margin-bottom: 0; }
.action-program-heading > p { margin: 0; color: rgba(255,255,255,.7); font-size: 1.1rem; }
.action-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.action-cards article { position: relative; min-height: 265px; padding: 42px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.action-cards h3 { max-width: 380px; margin-top: 44px; }
.action-cards p { max-width: 540px; margin-bottom: 0; color: rgba(255,255,255,.67); }
.action-index { position: absolute; top: 26px; right: 30px; color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .13em; }
.future-note { margin-top: 42px; padding: 28px 32px; display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; background: var(--gold); color: var(--green); border-radius: 16px; }
.future-note span { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; }
.future-note p { margin: 0; font-weight: 600; }
.project { display: grid; grid-template-columns: 1fr 1fr; background: var(--green); color: white; }
.project-image img { height: 100%; min-height: 720px; object-fit: cover; }
.project-copy { padding: clamp(60px, 9vw, 135px) clamp(30px, 7vw, 105px); align-self: center; }
.project-copy p { color: rgba(255,255,255,.78); }
.project-quote { margin: 34px 0; padding-left: 22px; border-left: 3px solid var(--gold); font-family: var(--serif); font-size: 1.28rem; color: white !important; }
.goal { padding: clamp(80px, 11vw, 155px) clamp(22px, 9vw, 145px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; background: var(--cream); }
.goal h2 { margin-bottom: 0; color: var(--green); }
.goal-text { color: var(--muted); font-size: 1.13rem; }
.note { font-weight: 700; color: var(--green) !important; }
.commitments { padding: clamp(80px, 11vw, 155px) clamp(22px, 5vw, 76px); }
.section-heading { max-width: 850px; margin-bottom: 60px; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.commitment-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.cta { text-align: center; padding: clamp(80px, 12vw, 160px) 22px; color: white; background: var(--green); }
.cta h2 { max-width: 950px; margin: 0 auto 24px; }
.cta p:not(.eyebrow) { color: rgba(255,255,255,.74); margin-bottom: 32px; }
footer { padding: 70px clamp(22px, 5vw, 76px) 24px; background: #0d261e; color: white; display: grid; grid-template-columns: 1fr auto auto; gap: 52px; }
.footer-brand { display: flex; gap: 16px; align-items: flex-start; }
.brand-mark.inverse { background: var(--gold); color: var(--green); }
.footer-symbol { background: var(--cream); }
.footer-brand strong { font-family: var(--serif); font-size: 1.35rem; }
.footer-brand p { color: rgba(255,255,255,.6); margin: 4px 0 0; }
.footer-links { display: grid; gap: 4px; }
.footer-links p { color: var(--gold); font-weight: 700; margin: 0 0 8px; }
.footer-links a { color: white; text-underline-offset: 4px; }
.footer-links a[href^="mailto:"] { overflow-wrap: anywhere; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.54); font-size: .82rem; }

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-visual { max-width: 620px; }
  .hero-visual img { aspect-ratio: 4/3; border-radius: 140px 140px 18px 18px; }
  .stat-card { left: 18px; bottom: -24px; }
  .intro, .goal { grid-template-columns: 1fr; gap: 30px; }
  .action-program-heading { grid-template-columns: 1fr; gap: 24px; }
  .project { grid-template-columns: 1fr; }
  .project-image img { min-height: 0; max-height: 600px; }
  .needs, .commitment-grid { grid-template-columns: 1fr; }
  .needs article + article { border-left: 0; border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .brand small { display: none; }
  .hero { padding-top: 58px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-visual img { aspect-ratio: 3/4; }
  .stat-card { width: 146px; padding: 18px; }
  .intro { padding-top: 100px; }
  .project-copy { padding: 58px 24px; }
  .action-cards { grid-template-columns: 1fr; }
  .action-cards article { min-height: 0; padding: 32px 26px; }
  .future-note { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .commitment-grid article { padding: 26px; }
  footer { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
