:root {
  --navy: #071b36;
  --blue: #123c69;
  --teal: #0c7b75;
  --teal-light: #bde8e2;
  --gold: #d4ad4a;
  --ink: #162334;
  --muted: #617083;
  --white: #ffffff;
  --mist: #f2f7f8;
  --line: #d7e2e6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--white); padding: .7rem 1rem; }
.site-header { height: 84px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); background: var(--navy); color: var(--white); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; position: relative; width: 260px; height: 76px; overflow: hidden; }
.brand-logo img { position: absolute; display: block; width: 260px; height: 260px; max-width: none; top: -84px; left: 0; object-fit: cover; object-position: center; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--teal); border: 2px solid var(--gold); border-radius: 50%; font-family: "Libre Franklin", sans-serif; font-weight: 800; font-size: .8rem; letter-spacing: .04em; }
.brand strong, .brand small { display: block; }
.brand strong { font: 700 1.1rem "Libre Franklin", sans-serif; letter-spacing: .03em; }
.brand small { color: #b9c8d8; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
nav { display: flex; align-items: center; gap: 1.75rem; }
nav a { color: #d9e5ef; text-decoration: none; font-size: .92rem; font-weight: 600; }
nav a:hover, nav a:focus { color: var(--white); }
.menu-toggle { display: none; }
.hero { min-height: 650px; padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; color: var(--white); background: radial-gradient(circle at 86% 16%, rgba(22,151,141,.35), transparent 27%), linear-gradient(125deg, var(--navy) 0%, #0b2e52 68%, #0c5658 100%); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -245px; bottom: -305px; }
.eyebrow { margin: 0 0 1.2rem; color: var(--teal-light); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .78rem; }
.eyebrow.dark { color: var(--teal); }
h1, h2, h3 { font-family: "Libre Franklin", sans-serif; margin-top: 0; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); letter-spacing: -.055em; max-width: 850px; margin-bottom: 1.5rem; }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.35rem); color: #d6e3ed; max-width: 720px; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.25rem; border-radius: 4px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: var(--navy); }
.button.secondary { border: 1px solid rgba(255,255,255,.45); color: var(--white); }
.button.light { background: var(--white); color: var(--navy); }
.impact-card { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.25); background: rgba(3,22,43,.55); padding: clamp(1.5rem, 4vw, 2.6rem); backdrop-filter: blur(8px); }
.impact-card > span { color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 700; }
.impact-card > p { font: 700 clamp(1.5rem, 3vw, 2.4rem) "Libre Franklin", sans-serif; line-height: 1.2; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); padding-top: 1.25rem; }
.mini-grid div { display: flex; flex-direction: column; }
.mini-grid strong { color: var(--teal-light); font-size: 1.2rem; }
.mini-grid small { color: #afc0d0; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 7vw, 7.5rem); }
.mission { display: grid; grid-template-columns: .65fr 1.6fr; gap: 4rem; }
.section-label { color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-weight: 700; font-size: .82rem; }
h2 { font-size: clamp(2.15rem, 4.5vw, 4rem); letter-spacing: -.04em; margin-bottom: 1.5rem; }
.mission p { max-width: 850px; font-size: 1.1rem; color: #405065; }
.priorities { background: var(--mist); }
.section-heading { max-width: 850px; margin-bottom: 3rem; }
.priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.priority-grid article { background: var(--white); min-height: 325px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.priority-grid span { color: var(--teal); font-weight: 700; }
.priority-grid h3 { font-size: 1.25rem; margin: 3rem 0 1rem; }
.priority-grid p { color: var(--muted); }
.approach { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); background: var(--navy); color: var(--white); }
.approach-intro { position: sticky; top: 2rem; align-self: start; }
.approach-intro > p:last-child { color: #b9c8d8; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.steps li { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.steps span { color: var(--gold); font-weight: 700; }
.steps strong { font: 700 1.2rem "Libre Franklin", sans-serif; }
.steps p { margin: .35rem 0 0; color: #b9c8d8; }
.stewardship { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.stewardship-grid p { display: grid; grid-template-columns: 180px 1fr; gap: 1.5rem; padding: 1.3rem 0; margin: 0; border-top: 1px solid var(--line); }
.stewardship-grid strong { color: var(--navy); }
.stewardship-grid span { color: var(--muted); }
.partner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; background: linear-gradient(115deg, var(--teal), #075a59); color: var(--white); }
.partner-copy { align-self: center; }
.partner-copy p { font-size: 1.12rem; color: #dff5f2; }
.partner-copy small { display: block; margin-top: 1rem; color: #c7ebe7; }
footer { padding: 2rem clamp(1.25rem, 7vw, 7.5rem); background: #041225; color: #afc0d0; display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; font-size: .84rem; }
footer div strong, footer div span { display: block; }
footer strong { color: var(--white); font-family: "Libre Franklin", sans-serif; }
footer p { margin: 0; }
@media (max-width: 950px) {
  .priority-grid { grid-template-columns: repeat(2, 1fr); }
  .hero, .mission, .approach, .stewardship, .partner { grid-template-columns: 1fr; }
  .approach-intro { position: static; }
  footer { grid-template-columns: 1fr; gap: .5rem; }
}
@media (max-width: 700px) {
  .site-header { height: 76px; }
  .brand small { display: none; }
  .brand { width: min(260px, calc(100% - 88px)); min-width: 0; }
  .brand-logo { width: 100%; flex: 0 0 auto; }
  .brand-logo img { width: 260px; height: 260px; }
  .brand-mark { flex: 0 0 44px; }
  .brand strong { max-width: 245px; font-size: clamp(.72rem, 2.7vw, .95rem); line-height: 1.18; letter-spacing: .01em; }
  .menu-toggle { display: block; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); padding: .45rem .7rem; font: inherit; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); padding: 1rem 1.25rem; border-top: 1px solid rgba(255,255,255,.15); }
  nav.open { display: flex; }
  nav a { padding: .75rem 0; }
  .hero { min-height: auto; padding-top: 4rem; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.5rem); }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-grid article { min-height: 260px; }
  .mission { gap: 1.2rem; }
  .stewardship-grid p { grid-template-columns: 1fr; gap: .35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
