:root {
  --green: #0d4a3d;
  --green-dark: #082f28;
  --green-soft: #647469;
  --orange: #cb5525;
  --orange-dark: #9d3d1c;
  --sand: #cbb48f;
  --paper: #f5f1eb;
  --paper-warm: #ece3d6;
  --white: #fffdfa;
  --ink: #18231f;
  --muted: #65706b;
  --line: rgba(13, 74, 61, 0.18);
  --page: 1240px;
  --gutter: clamp(20px, 4vw, 58px);
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 17px/1.65 var(--body); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
::selection { color: var(--white); background: var(--orange); }

.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: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: var(--white);
  background: var(--green-dark);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 78px;
  padding: 10px var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, min-height 180ms ease;
}
.site-header.is-scrolled {
  min-height: 66px;
  border-color: var(--line);
  background: rgba(245, 241, 235, 0.94);
  backdrop-filter: blur(16px);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--green);
  font-family: var(--display);
  font-size: 1.02rem;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}
.wordmark__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  font-family: var(--body);
}
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.site-nav a { font-size: 0.82rem; font-weight: 750; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--green); color: var(--green); }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--white); background: var(--green); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  align-items: center;
  min-height: min(880px, 100svh);
  padding: 132px var(--gutter) 72px;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: var(--paper-warm);
  content: "";
}
.hero__rings {
  position: absolute;
  z-index: 0;
  top: -22vw;
  right: -7vw;
  width: 52vw;
  aspect-ratio: 1;
  border: clamp(26px, 4.5vw, 74px) solid rgba(203, 85, 37, 0.13);
  border-radius: 50%;
}
.hero__copy { position: relative; z-index: 2; max-width: 790px; padding-right: clamp(0px, 4vw, 70px); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--green); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
.eyebrow--light { color: #d7e4de; }
.hero h1, .section h2, .share h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-transform: uppercase;
}
.hero h1 { max-width: 870px; font-size: clamp(3.25rem, 7.35vw, 7.4rem); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero__subtitle { margin: 24px 0 0; color: var(--sand); font-family: var(--display); font-size: clamp(1.15rem, 2.1vw, 2rem); font-weight: 900; letter-spacing: 0.21em; text-transform: uppercase; }
.hero__lead { max-width: 620px; margin: 32px 0 0; color: #3f4d47; font-size: clamp(1.02rem, 1.4vw, 1.2rem); }
.hero__actions, .share__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 28px; padding: 13px 20px; border: 1px solid currentColor; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; transition: color 160ms ease, background 160ms ease, transform 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { border-color: var(--green); color: var(--white); background: var(--green); }
.button--primary:hover, .button--primary:focus-visible { border-color: var(--orange); background: var(--orange); }
.button--ghost { color: var(--green); }
.button--ghost:hover, .button--ghost:focus-visible { color: var(--white); background: var(--green); }
.button--paper { color: var(--green-dark); background: var(--paper); }
.button--paper:hover, .button--paper:focus-visible { color: var(--white); background: var(--orange); }

.hero__identity { position: relative; z-index: 3; justify-self: end; width: min(100%, 540px); }
.identity-card { padding: clamp(8px, 1.2vw, 16px); border: 1px solid rgba(13,74,61,0.15); background: rgba(255,253,250,0.76); box-shadow: 0 30px 80px rgba(43, 47, 40, 0.12); transform: rotate(1.3deg); }
.identity-card img { width: 100%; height: auto; }
.hero__identity > p { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 15px 4px 0 0; color: var(--green); font-size: 0.71rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.hero__identity > p span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.story-rail { overflow: hidden; color: var(--white); background: var(--green); }
.story-rail > div { display: flex; width: max-content; min-width: 100%; align-items: center; justify-content: space-around; gap: 36px; padding: 17px var(--gutter); }
.story-rail span { font-family: var(--display); font-size: 0.86rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.story-rail i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.photo-intro { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.photo-intro__image { position: absolute; inset: 0; margin: 0; }
.photo-intro__image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,47,40,0.12), rgba(8,47,40,0) 55%, rgba(8,47,40,0.28)); content: ""; }
.photo-intro__image img { width: 100%; height: 100%; object-fit: contain; }
.photo-intro__quote { position: absolute; right: var(--gutter); bottom: 0; width: min(510px, calc(100% - 40px)); padding: clamp(28px, 4vw, 58px); color: var(--white); background: var(--orange); }
.photo-intro__quote p { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.65rem); line-height: 1.18; }
.photo-intro__quote span { font-size: 0.71rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }

.section { position: relative; display: grid; grid-template-columns: 72px minmax(280px, 0.72fr) minmax(340px, 1fr); gap: clamp(28px, 5vw, 78px); max-width: calc(var(--page) + var(--gutter) * 2); margin: 0 auto; padding: clamp(90px, 11vw, 160px) var(--gutter); }
.section__number { padding-top: 9px; color: var(--orange); font-family: var(--display); font-size: 0.82rem; font-weight: 900; letter-spacing: 0.1em; }
.section__number::after { display: block; width: 1px; height: 70px; margin: 16px auto 0; background: var(--line); content: ""; }
.section__heading h2 { color: var(--green); font-size: clamp(2.8rem, 5.5vw, 5.8rem); }
.project { grid-template-rows: auto auto; }
.project__text { max-width: 650px; }
.project__text p { color: #44514c; }
.project__text .large-copy { margin-top: 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.72rem); line-height: 1.45; }
.project__note { grid-column: 2 / 4; display: grid; grid-template-columns: 0.72fr 1fr; gap: clamp(28px, 5vw, 78px); margin-top: 12px; padding: 30px clamp(24px, 4vw, 48px); border-left: 6px solid var(--orange); background: var(--paper-warm); }
.project__note strong { color: var(--green); font-family: var(--display); font-size: 1.35rem; letter-spacing: 0.04em; text-transform: uppercase; }
.project__note p { max-width: 610px; margin: 0; }

.outcomes { max-width: none; grid-template-columns: 72px minmax(280px, 0.72fr) minmax(340px, 1fr); color: var(--white); background: var(--green-dark); }
.outcomes::before { position: absolute; top: 0; right: 8%; width: min(44vw, 680px); aspect-ratio: 1; border: 70px solid rgba(203,85,37,0.11); border-radius: 50%; content: ""; transform: translateY(-46%); }
.outcomes > * { position: relative; z-index: 1; }
.outcomes .section__number { color: var(--sand); }
.outcomes .section__number::after { background: rgba(255,255,255,0.2); }
.section__heading--wide h2 { color: var(--white); }
.section__heading--wide > p:last-child { max-width: 430px; margin-top: 28px; color: #bed0c9; }
.outcomes__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,0.18); border-left: 1px solid rgba(255,255,255,0.18); }
.outcome-card { min-height: 270px; padding: clamp(24px,3.2vw,42px); border-right: 1px solid rgba(255,255,255,0.18); border-bottom: 1px solid rgba(255,255,255,0.18); }
.outcome-card__index { color: var(--sand); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.08em; }
.outcome-card h3 { margin: 35px 0 14px; font-family: var(--display); font-size: clamp(1.35rem,2vw,2rem); letter-spacing: 0.01em; text-transform: uppercase; }
.outcome-card p { margin: 0; color: #bdcec8; font-size: 0.95rem; }
.status { display: inline-block; margin-top: 24px; padding-top: 9px; border-top: 1px solid var(--orange); color: #e5cfc5; font-size: 0.65rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }

.gallery { grid-template-columns: 72px minmax(280px, 0.6fr) minmax(500px, 1.4fr); align-items: start; }
.gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(18px, 2.8vw, 34px); }
.gallery__item { margin: 0; }
.gallery__item img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; filter: saturate(0.92); transition: filter 220ms ease, transform 220ms ease; }
.gallery__item:hover img { filter: saturate(1.08); transform: translateY(-3px); }
.gallery__item figcaption { display: flex; gap: 14px; margin-top: 12px; color: var(--muted); font-size: 0.78rem; line-height: 1.45; }
.gallery__item figcaption span { color: var(--orange); font-weight: 800; }

.share { display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(400px, 1.22fr); min-height: 660px; color: var(--white); background: var(--green); }
.share__image { display: flex; align-items: center; padding: clamp(28px, 4vw, 64px) 0 clamp(28px, 4vw, 64px) var(--gutter); }
.share__image img { width: 100%; height: auto; object-fit: contain; filter: saturate(0.78); }
.share__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px) var(--gutter); }
.share h2 { max-width: 860px; font-size: clamp(2.9rem, 6vw, 6.5rem); }
.share__content > p:not(.eyebrow) { max-width: 700px; margin: 30px 0 0; color: #c7d7d1; font-size: 1.08rem; }
.phone-link { display: inline-flex; flex-direction: column; padding: 5px 8px; font-family: var(--display); font-size: 1.25rem; font-weight: 900; letter-spacing: 0.03em; text-decoration: none; }
.phone-link span { color: #b9cbc4; font: 750 0.64rem/1.4 var(--body); letter-spacing: 0.13em; text-transform: uppercase; }
.phone-link:hover, .phone-link:focus-visible { color: #ffd2bf; }

.site-footer, .site-footer__top, .funding, .site-footer__bottom { color: var(--green-dark); background: #fff; }
.site-footer__top, .site-footer__bottom { display: grid; max-width: calc(var(--page) + var(--gutter) * 2); margin: 0 auto; padding-right: var(--gutter); padding-left: var(--gutter); }
.site-footer__top { grid-template-columns: 1fr 1fr auto; gap: 34px; padding-top: 68px; padding-bottom: 58px; }
.footer-label { margin: 0 0 10px; color: var(--muted); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.site-footer__top a { font-weight: 700; text-underline-offset: 4px; }
.back-to-top { align-self: center; padding: 12px 15px; border: 1px solid var(--green); font-size: 0.75rem; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.back-to-top:hover, .back-to-top:focus-visible { color: var(--white); background: var(--green); }
.funding { padding: 35px var(--gutter); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.funding__logos { width: min(100%, 1120px); height: auto; margin: 0 auto; }
.funding p { max-width: 960px; margin: 20px auto 0; font-size: clamp(0.9rem,1.3vw,1.08rem); font-weight: 700; }
.site-footer__bottom { grid-template-columns: 1fr auto; gap: 20px; padding-top: 25px; padding-bottom: 32px; color: var(--muted); font-size: 0.73rem; letter-spacing: 0.06em; text-transform: uppercase; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr); }
  .section, .outcomes, .gallery { grid-template-columns: 50px minmax(240px, 0.72fr) minmax(0, 1fr); gap: 32px; }
  .gallery__grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --gutter: clamp(18px, 5vw, 32px); }
  .site-header { min-height: 66px; padding-top: 8px; padding-bottom: 8px; background: rgba(245,241,235,0.96); }
  .menu-toggle { display: grid; width: 46px; height: 46px; padding: 12px; border: 0; background: transparent; place-content: center; gap: 7px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--green); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 66px 0 0; display: none; min-height: calc(100dvh - 66px); align-items: stretch; flex-direction: column; gap: 0; padding: 28px var(--gutter) max(34px, env(safe-area-inset-bottom)); overflow-y: auto; background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { display: flex; min-height: 58px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.4rem; }
  .site-nav .nav-cta { justify-content: center; margin-top: 22px; padding: 16px; text-align: center; }
  .hero { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding-top: 108px; }
  .hero::before { top: auto; bottom: 0; width: 100%; height: 38%; }
  .hero__copy { padding-right: 0; }
  .hero__identity { justify-self: center; width: min(100%, 520px); }
  .identity-card { transform: rotate(0.35deg); }
  .hero__identity > p { justify-content: center; margin-right: 0; }
  .photo-intro { aspect-ratio: auto; overflow: visible; }
  .photo-intro__image { position: relative; aspect-ratio: 3 / 2; }
  .photo-intro__quote { position: relative; right: auto; width: 100%; }
  .section, .outcomes, .gallery { grid-template-columns: 1fr; gap: 32px; padding-top: clamp(74px, 11vw, 96px); padding-bottom: clamp(74px, 11vw, 96px); }
  .section__number { display: none; }
  .project__note { grid-column: auto; grid-template-columns: 1fr; gap: 12px; }
  .outcomes__grid { margin-top: 15px; }
  .share { grid-template-columns: 1fr; }
  .share__image { padding: var(--gutter) var(--gutter) 0; }
  .share__content { padding-top: 64px; padding-bottom: 78px; }
  .site-footer__top { padding-top: 58px; padding-bottom: 50px; }
}

@media (max-width: 580px) {
  html { scroll-padding-top: 72px; }
  body { font-size: 16px; }
  .site-header { padding-right: 16px; padding-left: 16px; }
  .wordmark { gap: 9px; font-size: 0.8rem; }
  .wordmark__mark { width: 33px; height: 33px; }
  .hero { gap: 34px; padding: 102px 18px 42px; }
  .hero h1 { font-size: clamp(2.55rem, 12.7vw, 4.2rem); line-height: 0.94; }
  .hero__subtitle { margin-top: 18px; font-size: 0.9rem; letter-spacing: 0.14em; line-height: 1.3; }
  .hero__lead { margin-top: 24px; font-size: 1rem; line-height: 1.6; }
  .hero__actions { gap: 10px; margin-top: 28px; }
  .hero__actions .button { width: 100%; }
  .identity-card { padding: 7px; transform: none; }
  .hero__identity > p { margin-top: 12px; font-size: 0.65rem; }
  .eyebrow { margin-bottom: 18px; font-size: 0.68rem; letter-spacing: 0.12em; }
  .story-rail > div { justify-content: flex-start; gap: 19px; padding: 14px 18px; }
  .story-rail span { font-size: 0.76rem; }
  .story-rail span:nth-of-type(4), .story-rail span:nth-of-type(5), .story-rail i:nth-of-type(4) { display: none; }
  .photo-intro__quote { padding: 27px 20px 30px; }
  .photo-intro__quote p { margin-bottom: 14px; font-size: clamp(1.3rem, 6vw, 1.65rem); line-height: 1.3; }
  .section, .outcomes, .gallery { gap: 24px; padding: 66px 18px; }
  .section__heading h2, .section__heading--wide h2 { font-size: clamp(2.35rem, 12vw, 3.35rem); line-height: 0.96; }
  .project__text .large-copy { font-size: 1.18rem; }
  .project__note { margin-top: 4px; padding: 23px 20px; }
  .outcomes__grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: auto; padding: 26px 22px 30px; }
  .outcome-card h3 { margin-top: 24px; }
  .gallery__grid { gap: 30px; }
  .gallery__item figcaption { gap: 11px; font-size: 0.82rem; }
  .share__image { padding: 18px 18px 0; }
  .share__content { padding: 55px 18px 64px; }
  .share h2 { font-size: clamp(2.5rem, 12.8vw, 3.55rem); line-height: 0.95; }
  .share__content > p:not(.eyebrow) { margin-top: 23px; font-size: 1rem; }
  .share__actions { gap: 18px; margin-top: 28px; }
  .share__actions { align-items: flex-start; flex-direction: column; }
  .phone-link { padding-right: 0; padding-left: 0; }
  .site-footer__top { grid-template-columns: 1fr; padding: 48px 18px 42px; }
  .back-to-top { justify-self: start; }
  .funding { padding: 28px 18px 30px; }
  .funding picture { display: block; }
  .funding__logos { width: min(100%, 450px); }
  .funding p { margin-top: 14px; font-size: 0.87rem; line-height: 1.5; }
  .site-footer__bottom { grid-template-columns: 1fr; padding: 22px 18px max(28px, env(safe-area-inset-bottom)); }
}

@media (max-width: 380px) {
  .wordmark { font-size: 0.73rem; letter-spacing: 0.035em; }
  .wordmark__mark { width: 31px; height: 31px; }
  .menu-toggle { width: 42px; height: 42px; }
  .section__heading h2, .section__heading--wide h2 { font-size: 2.3rem; }
  .share h2 { font-size: 2.42rem; }
}

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

@media print {
  .site-header, .hero__rings, .story-rail, .back-to-top { display: none; }
  .hero, .section, .outcomes, .gallery, .share { display: block; min-height: 0; padding: 32px; color: #000; background: #fff; }
  .hero::before, .outcomes::before { display: none; }
  .hero__identity, .photo-intro, .gallery__grid, .share__image { break-inside: avoid; }
  .outcomes h2, .outcome-card p, .share h2, .share__content > p:not(.eyebrow) { color: #000; }
}
