
:root {
  /* HESS brand palette sampled from the organisation's logo. */
  --ink: #173b5c;
  --ink-2: #365b78;
  --navy: #105fab;
  --navy-deep: #073b73;
  --blue: #0978c3;
  --cyan: #0dc7e7;
  --lime: #b7d83c;
  --green: #087dc1;
  --sand: #f4f8fb;
  --mist: #eef8fc;
  --white: #ffffff;
  --line: #d8e8f1;
  --muted: #607a8d;
  --shadow: 0 18px 55px rgba(9, 95, 171, .16);
  --radius: 20px;
  --container: 1210px;
  --font: "Aptos", "Segoe UI", Arial, sans-serif;
  --display: "Arial", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { color: var(--ink); font-family: var(--display); line-height: 1.08; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 5.5vw, 5.65rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); }
h3 { font-size: 1.3rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(58px, 6vw, 88px) 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--lime); color: var(--navy); padding: 11px 16px; border-radius: 0 0 8px 8px; font-weight: 800; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

/* Header */
.topbar { background: var(--navy-deep); color: #e3f5fb; font-size: .78rem; }
.topbar-inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.topbar span { align-items: center; display: flex; gap: 7px; }
.topbar svg { height: 14px; width: 14px; color: var(--lime); }
.topbar-contact i { background: rgba(255,255,255,.35); border-radius: 50%; height: 3px; width: 3px; }
.topbar a:hover { color: var(--lime); }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(10,65,83,.09); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); }
.header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 82px; }
.brand { align-items: center; display: inline-flex; gap: 11px; flex: 0 0 auto; }
.brand img { height: 60px; width: 60px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { color: var(--navy); font-size: 1rem; letter-spacing: -.02em; }
.brand small { color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .19em; margin-top: 5px; text-transform: uppercase; }
.main-nav { align-items: center; display: flex; gap: clamp(12px, 1.7vw, 27px); }
.main-nav > a:not(.nav-donate) { color: #35546e; font-size: .88rem; font-weight: 700; padding: 28px 0 26px; position: relative; }
.main-nav > a:not(.nav-donate)::after { background: var(--cyan); bottom: 17px; content: ""; height: 2px; left: 50%; position: absolute; transform: translateX(-50%) scaleX(0); transition: transform .2s ease; width: 100%; }
.main-nav > a:hover, .main-nav > a.active { color: var(--navy); }
.main-nav > a:hover::after, .main-nav > a.active::after { transform: translateX(-50%) scaleX(1); }
.nav-donate { align-items: center; background: var(--lime); border-radius: 999px; color: var(--navy-deep); display: inline-flex; font-size: .83rem; font-weight: 850; gap: 7px; padding: 11px 16px; }
.nav-donate svg { height: 16px; width: 16px; }
.nav-donate:hover { background: #c6e45a; transform: translateY(-1px); }
.menu-button { align-items: center; background: none; border: 0; cursor: pointer; display: none; flex-direction: column; height: 52px; justify-content: center; padding: 0; width: 52px; }
.menu-button span { background: var(--navy); display: block; height: 2px; margin: 3px 0; width: 24px; }
.menu-button b { font-size: .58rem; letter-spacing: .12em; margin-top: 3px; text-transform: uppercase; }

/* Shared components */
.eyebrow { align-items: center; color: var(--green); display: flex; font-size: .72rem; font-weight: 850; gap: 9px; letter-spacing: .17em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow > span { background: var(--lime); display: inline-block; height: 3px; width: 28px; }
.eyebrow-light { color: #d6f5fc; }
.section-heading { max-width: 720px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p { color: var(--muted); font-size: 1.06rem; line-height: 1.75; max-width: 680px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.light h2, .section-heading.light > p { color: white; }
.section-heading.light > p { color: #d8eaf4; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.button { align-items: center; background: var(--lime); border: 1px solid var(--lime); border-radius: 999px; color: var(--navy-deep); display: inline-flex; font-size: .88rem; font-weight: 850; gap: 12px; justify-content: center; min-height: 49px; padding: 11px 21px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { height: 18px; width: 18px; transition: transform .2s ease; }
.button:hover { box-shadow: 0 10px 30px rgba(154,188,35,.28); transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-secondary { background: transparent; border-color: #afc8d6; color: var(--navy); }
.button-secondary:hover { background: var(--mist); box-shadow: none; }
.button-light { border-color: rgba(255,255,255,.45); }
.button-secondary.button-light { color: white; }
.button-secondary.button-light:hover { background: rgba(255,255,255,.08); }
.heading-row { align-items: end; display: flex; justify-content: space-between; margin-bottom: 34px; gap: 30px; }
.center-action { display: flex; justify-content: center; margin-top: 42px; }
.icon-badge { align-items: center; background: #e7f6fb; border-radius: 50%; color: var(--green); display: flex; flex: 0 0 auto; height: 48px; justify-content: center; width: 48px; }
.icon-badge b { font-size: .75rem; }
.text-link { align-items: center; color: var(--green); display: inline-flex; font-size: .84rem; font-weight: 850; gap: 8px; }
.text-link svg { height: 17px; width: 17px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(3px); }

/* Home hero */
.home-hero { background: linear-gradient(115deg, var(--navy-deep), #096fbd 65%, #099dcc); color: white; overflow: hidden; position: relative; }
.hero-pattern { background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 21px 21px; inset: 0; opacity: .25; position: absolute; }
.home-hero::after { background: var(--lime); border-radius: 50%; content: ""; filter: blur(1px); height: 420px; opacity: .08; position: absolute; right: -210px; top: -180px; width: 420px; }
.home-hero-grid { align-items: center; display: grid; gap: clamp(45px, 6vw, 90px); grid-template-columns: 1.02fr .98fr; min-height: 670px; padding-bottom: 66px; padding-top: 66px; position: relative; z-index: 1; }
.hero-copy h1 { color: white; font-size: clamp(3.45rem, 5.5vw, 6rem); max-width: 720px; }
.hero-copy h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-copy > p { color: #e0f2f8; font-size: 1.13rem; line-height: 1.75; margin: 28px 0; max-width: 620px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 30px; }
.hero-proof span { align-items: center; color: #e9f7fb; display: inline-flex; font-size: .77rem; font-weight: 700; gap: 6px; }
.hero-proof svg { color: var(--lime); height: 15px; width: 15px; }
.hero-visual { min-height: 540px; position: relative; }
.hero-visual > img { border-radius: 48% 48% 22px 22px; height: 515px; object-fit: cover; object-position: center; width: 100%; }
.hero-visual::before { border: 1px solid rgba(255,255,255,.28); border-radius: 48% 48% 22px 22px; content: ""; inset: -13px 20px 18px -13px; position: absolute; }
.hero-float { background: white; border-left: 4px solid var(--lime); bottom: 26px; box-shadow: var(--shadow); color: var(--ink); left: -46px; padding: 20px 22px; position: absolute; width: 178px; }
.hero-float span { color: var(--blue); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-float strong { display: block; font-size: 2.5rem; line-height: 1.1; margin-top: 7px; }
.hero-float p { color: var(--muted); font-size: .76rem; line-height: 1.35; margin: 0; }
.hero-caption { align-items: center; background: rgba(3,38,56,.88); bottom: 0; display: flex; gap: 14px; padding: 10px 18px; position: absolute; right: 0; }
.hero-caption b { color: var(--lime); font-size: .75rem; }
.hero-caption span { font-size: .69rem; line-height: 1.4; }

/* Stats */
.stats-strip { background: var(--sand); border-bottom: 1px solid #ddebf3; }
.stats-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); }
.stats-intro, .stat { min-height: 138px; padding: 24px 20px; }
.stats-intro { padding-left: 0; }
.stats-intro h2 { font-size: 1.8rem; }
.stats-intro .eyebrow { margin-bottom: 9px; }
.stat { border-left: 1px solid #d7e6ef; position: relative; }
.stat > span { color: #6c8799; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.stat strong { color: var(--navy); display: block; font-size: clamp(2rem, 3vw, 2.85rem); line-height: 1.05; margin: 11px 0 7px; }
.stat p { color: var(--muted); font-size: .78rem; margin: 0; }
.inner-stats .stats-grid-even { grid-template-columns: repeat(4, 1fr); }
.inner-stats .stat { border-left: 1px solid #d7e6ef; }
.inner-stats .stat:first-child { border-left: 0; }

/* Home sections */
.split-grid { align-items: center; display: grid; gap: clamp(48px, 7vw, 95px); grid-template-columns: 1fr 1fr; }
.image-stack { min-height: 560px; position: relative; }
.image-stack > img { border-radius: 8px 80px 8px 8px; height: 520px; object-fit: cover; width: calc(100% - 40px); }
.image-stack::after { border: 1px solid #b8d7e6; border-radius: 8px 80px 8px 8px; content: ""; height: 490px; left: 27px; position: absolute; top: 27px; width: calc(100% - 40px); z-index: -1; }
.image-note { background: var(--navy); bottom: 0; color: white; display: flex; flex-direction: column; padding: 20px 24px; position: absolute; right: 0; width: 210px; }
.image-note b { color: var(--lime); font-size: 1.2rem; }
.image-note span { color: #c7dce2; font-size: .75rem; line-height: 1.5; margin-top: 5px; }
.split-copy .section-heading { margin-bottom: 28px; }
.principle-list { border-top: 1px solid var(--line); margin: 8px 0 30px; }
.principle-list > div { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 16px; padding: 17px 0; }
.principle-list b { font-size: .95rem; }
.principle-list p { color: var(--muted); font-size: .8rem; margin: 2px 0 0; }
.programs-home { background: var(--mist); }
.program-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.program-card { background: white; border: 1px solid #dceaf2; border-radius: 12px; display: flex; flex-direction: column; min-height: 340px; padding: 28px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.program-card:hover { border-color: #9bcfe2; box-shadow: 0 18px 45px rgba(9,95,171,.12); transform: translateY(-5px); }
.program-card-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 42px; }
.program-card-top span { color: #6c8799; font-size: .72rem; font-weight: 800; }
.program-card-top svg { background: #e7f6fb; border-radius: 50%; color: var(--green); height: 46px; padding: 11px; width: 46px; }
.program-card h3 { font-size: 1.45rem; margin-bottom: 13px; }
.program-card > p { color: var(--muted); font-size: .88rem; line-height: 1.7; }
.program-card > b { align-items: center; color: var(--green); display: inline-flex; font-size: .77rem; gap: 7px; margin-top: auto; padding-top: 18px; }
.program-card > b svg { height: 16px; width: 16px; }
.impact-feature { background: var(--navy); overflow: hidden; position: relative; }
.impact-feature::after { border: 90px solid rgba(255,255,255,.025); border-radius: 50%; content: ""; height: 480px; position: absolute; right: -250px; top: -170px; width: 480px; }
.impact-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 110px); grid-template-columns: 1.1fr .9fr; position: relative; z-index: 1; }
.impact-photo { position: relative; }
.impact-photo img { border-radius: 70px 8px 8px 8px; height: 480px; object-fit: cover; width: 100%; }
.impact-photo span { background: var(--lime); bottom: -20px; color: var(--navy-deep); font-size: .75rem; font-weight: 850; left: 30px; padding: 12px 18px; position: absolute; text-transform: uppercase; }
.impact-copy h2 { color: white; }
.impact-copy > p { color: #c7dce2; font-size: 1.02rem; margin: 21px 0 27px; }
.impact-mini { border-bottom: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 30px; }
.impact-mini span { color: #c4d8de; font-size: .72rem; padding: 18px 10px 18px 0; }
.impact-mini span + span { border-left: 1px solid rgba(255,255,255,.15); padding-left: 22px; }
.impact-mini strong { color: white; display: block; font-size: 2rem; }
.process-section { background: white; }
.process-grid { counter-reset: step; display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 50px 0 55px; padding: 0; }
.process-grid li, .process-grid article { border-top: 2px solid #d9e6e3; padding: 25px 30px 0 0; position: relative; }
.process-grid li::before, .process-grid article::before { background: var(--lime); border: 5px solid white; border-radius: 50%; content: ""; height: 18px; left: 0; position: absolute; top: -10px; width: 18px; }
.process-grid span { color: var(--green); font-size: .68rem; font-weight: 850; }
.process-grid h3 { font-size: 1.12rem; margin: 10px 0 7px; }
.process-grid p { color: var(--muted); font-size: .78rem; margin: 0; }
.process-gallery { display: grid; gap: 13px; grid-template-columns: 1.25fr 1fr 1fr; }
.process-gallery figure { margin: 0; position: relative; }
.process-gallery img { height: 270px; object-fit: cover; width: 100%; }
.process-gallery figcaption { background: rgba(3,38,56,.86); bottom: 0; color: white; font-size: .72rem; font-weight: 750; left: 0; padding: 10px 14px; position: absolute; }
.footprint-home { background: var(--sand); }
.footprint-grid { align-items: center; display: grid; gap: clamp(45px, 8vw, 120px); grid-template-columns: 1fr 1.05fr; }
.footprint-grid .section-heading { margin-bottom: 28px; }
.region-panel { background: var(--navy-deep); border-radius: 60px 8px 8px 8px; color: white; padding: 38px; }
.region-panel > div { align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); display: flex; gap: 20px; padding: 18px 0; }
.region-panel span { color: var(--lime); font-size: .72rem; }
.region-panel b { font-size: 1.2rem; }
.region-panel p { color: #b9d2d9; font-size: .78rem; line-height: 1.7; margin: 24px 0 0; }
.story-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.story-card { background: white; border: 1px solid var(--line); }
.story-image { display: block; overflow: hidden; position: relative; }
.story-image img { aspect-ratio: 16/10; object-fit: cover; transition: transform .35s ease; width: 100%; }
.story-card:hover .story-image img { transform: scale(1.035); }
.story-image > span { background: var(--lime); bottom: 0; color: var(--navy); font-size: .72rem; font-weight: 850; left: 0; padding: 10px 13px; position: absolute; }
.story-body { padding: 23px; }
.story-meta { align-items: center; color: var(--green); display: flex; font-size: .66rem !important; font-weight: 800; gap: 7px; letter-spacing: .06em; margin-bottom: 13px !important; text-transform: uppercase; }
.story-meta i { background: #a9bcba; border-radius: 50%; height: 3px; width: 3px; }
.story-body h3 { font-size: 1.22rem; margin-bottom: 13px; }
.story-body h3 a:hover { color: var(--green); }
.story-body > p:not(.story-meta) { color: var(--muted); font-size: .82rem; line-height: 1.65; }
.partner-strip { background: var(--mist); }
.logo-grid { align-items: center; display: grid; gap: 1px; grid-template-columns: repeat(6, 1fr); margin-top: 34px; }
.logo-card { align-items: center; background: white; border: 1px solid #e0eae8; display: flex; height: 110px; justify-content: center; padding: 17px; position: relative; }
.logo-card img { max-height: 55px; max-width: 118px; object-fit: contain; }
.logo-card > span { display: none; }

/* Page hero */
.page-hero { background: linear-gradient(125deg, var(--navy-deep), #087ec1); color: white; overflow: hidden; padding: clamp(60px, 6vw, 88px) 0; position: relative; }
.page-hero::before { background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 22px 22px; content: ""; inset: 0; opacity: .2; position: absolute; }
.page-hero::after { border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; height: 460px; position: absolute; right: -130px; top: -220px; width: 460px; }
.page-hero-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 115px); grid-template-columns: 1fr; position: relative; z-index: 1; }
.page-hero.has-image .page-hero-grid { grid-template-columns: 1.02fr .98fr; }
.page-hero h1 { color: white; font-size: clamp(3rem, 5vw, 5.1rem); max-width: 820px; }
.page-hero p:not(.eyebrow) { color: #d1e6eb; font-size: 1.08rem; line-height: 1.75; margin: 25px 0 0; max-width: 760px; }
.page-hero-image { min-height: 410px; position: relative; }
.page-hero-image img { border-radius: 80px 8px 8px 8px; height: 410px; object-fit: cover; width: 100%; }
.page-hero-image span { border: 1px solid rgba(255,255,255,.3); border-radius: 80px 8px 8px 8px; inset: -12px 18px 14px -12px; position: absolute; }
.page-hero.compact { padding: clamp(54px, 5vw, 76px) 0; }
.page-hero.compact h1 { max-width: 900px; }

/* About */
.purpose-section { background: white; }
.purpose-grid { align-items: stretch; display: grid; gap: 16px; grid-template-columns: 1fr 1.15fr 1fr; margin-top: 36px; }
.purpose-grid article { background: var(--mist); border-top: 3px solid var(--cyan); padding: 32px; }
.purpose-grid .purpose-feature { background: var(--navy); color: white; transform: translateY(-14px); }
.purpose-grid span { color: var(--green); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.purpose-grid h3 { font-size: 1.5rem; margin: 28px 0 14px; }
.purpose-grid p { color: var(--muted); font-size: .88rem; margin: 0; }
.purpose-grid .purpose-feature h3 { color: white; }
.purpose-grid .purpose-feature p { color: #c7dbe0; }
.purpose-grid .purpose-feature span { color: var(--lime); }
.about-areas { background: var(--sand); }
.split-heading { align-items: start; display: grid; gap: 70px; grid-template-columns: .8fr 1.2fr; }
.area-list { border-top: 1px solid #d7ddd8; }
.area-list > a { align-items: center; border-bottom: 1px solid #d7ddd8; display: grid; gap: 20px; grid-template-columns: 45px 1fr auto; padding: 20px 0; }
.area-list > a:hover h3, .area-list > a:hover > b { color: var(--green); }
.area-list > a > span { color: var(--green); font-size: .7rem; font-weight: 850; }
.area-list h3 { font-size: 1.1rem; margin-bottom: 3px; }
.area-list p { color: var(--muted); font-size: .76rem; margin: 0; }
.area-list > a > b { font-size: 1.25rem; }
.approach-dark { background: var(--navy-deep); color: white; }
.approach-grid { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); margin-top: 36px; }
.approach-grid article { border-left: 1px solid rgba(255,255,255,.17); min-height: 230px; padding: 28px; }
.approach-grid article:first-child { border-left: 0; }
.approach-grid span { color: var(--lime); font-size: .7rem; font-weight: 850; }
.approach-grid h3 { color: white; font-size: 1.25rem; margin: 42px 0 13px; }
.approach-grid p { color: #bfd4d9; font-size: .82rem; margin: 0; }
.footprint-section { background: white; }
.footprint-about-grid { align-items: center; display: grid; gap: 50px; grid-template-columns: 1.05fr .95fr; }
.map-card { background: var(--mist); border: 1px solid var(--line); padding: 15px; }
.map-card img { width: 100%; }
.map-card p { color: var(--muted); font-size: .72rem; margin: 8px 4px 0; }
.region-list { border-top: 1px solid var(--line); margin: 22px 0; }
.region-list > div { border-bottom: 1px solid var(--line); padding: 12px 0; }
.region-list b { display: block; font-size: .9rem; }
.region-list span { color: var(--muted); font-size: .77rem; }
.values-section { background: var(--mist); }
.values-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.values-grid article { background: white; border: 1px solid var(--line); min-height: 190px; padding: 27px; }
.values-grid span { color: var(--green); font-size: .68rem; font-weight: 850; }
.values-grid h3 { font-size: 1.18rem; margin: 28px 0 9px; }
.values-grid p { color: var(--muted); font-size: .8rem; margin: 0; }
.leadership-section { background: white; }
.leadership-grid { align-items: center; display: grid; gap: clamp(55px, 8vw, 110px); grid-template-columns: .85fr 1.15fr; }
.leader-photo { position: relative; }
.leader-photo img { border-radius: 70px 8px 8px 8px; height: 540px; object-fit: cover; object-position: top; width: 100%; }
.leader-photo span { background: var(--lime); bottom: -18px; color: var(--navy); font-size: .7rem; font-weight: 850; left: 28px; padding: 12px 17px; position: absolute; text-transform: uppercase; }
.leadership-grid > div:last-child > h3 { font-size: 1.65rem; margin-top: 26px; }
.leadership-grid .role { color: var(--green); font-size: .78rem; font-weight: 850; letter-spacing: .08em; margin-top: 6px; text-transform: uppercase; }
.leadership-grid > div:last-child > p:not(.role) { color: var(--muted); }
.leadership-grid blockquote { border-left: 3px solid var(--lime); color: var(--navy); font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; margin: 25px 0 0; padding: 5px 0 5px 20px; }
.membership-section { background: var(--sand); }
.membership-grid { display: grid; gap: 14px; grid-template-columns: repeat(5, 1fr); margin-top: 32px; }
.membership-grid > div { align-items: center; background: white; border: 1px solid #e2e3dc; display: flex; flex-direction: column; min-height: 150px; padding: 22px 15px; text-align: center; }
.membership-grid > div > span:last-child { font-size: .8rem; font-weight: 800; margin-top: 15px; }

/* Programs */
.program-index { background: white; }
.program-index-list { display: grid; gap: 30px; margin-top: 36px; }
.program-index-card { background: var(--mist); border: 1px solid var(--line); display: grid; grid-template-columns: .92fr 1.08fr; }
.program-index-image { min-height: 540px; position: relative; }
.program-index-image img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.program-index-image span { background: var(--lime); color: var(--navy); font-size: .77rem; font-weight: 850; left: 0; padding: 11px 15px; position: absolute; top: 0; }
.program-index-body { padding: clamp(32px, 5vw, 62px); }
.card-eyebrow { color: var(--green) !important; font-size: .7rem !important; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.program-index-body h3 { font-size: 2rem; margin-bottom: 16px; }
.program-index-body > p { color: var(--muted); }
.program-index-body > ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 22px 0; padding: 0; }
.program-index-body > ul li { background: white; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); font-size: .7rem; padding: 6px 10px; }
.project-preview { border-top: 1px solid var(--line); margin: 25px 0; padding-top: 18px; }
.project-preview > span { color: var(--green); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.project-preview p { color: var(--ink); font-size: .77rem; margin: 13px 0; padding-left: 76px; position: relative; }
.project-preview p b { color: var(--green); font-size: .59rem; left: 0; position: absolute; text-transform: uppercase; top: 2px; }
.project-preview p small { color: var(--muted); display: block; margin-top: 2px; }
.program-index-card:nth-child(even) .program-index-image { order: 2; }
.approach-light { background: var(--sand); }
.approach-grid.light article { border-color: #cedbd7; }
.approach-grid.light h3 { color: var(--ink); }
.approach-grid.light p { color: var(--muted); }
.region-cta { background: white; }
.region-cta-grid { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.region-cta-grid .section-heading { margin-bottom: 27px; }
.region-blocks { display: grid; gap: 10px; }
.region-blocks > div { align-items: center; background: var(--navy); color: white; display: flex; gap: 25px; min-height: 80px; padding: 20px 28px; }
.region-blocks span { color: var(--lime); font-size: .72rem; }
.region-blocks b { font-size: 1.15rem; }
.detail-intro { background: white; }
.detail-intro-grid { align-items: start; display: grid; gap: 80px; grid-template-columns: 1.1fr .9fr; }
.tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.tag-row span { align-items: center; background: var(--mist); border: 1px solid var(--line); border-radius: 999px; display: flex; font-size: .72rem; gap: 6px; padding: 8px 12px; }
.tag-row svg { color: var(--green); height: 14px; width: 14px; }
.outcome-card { background: var(--navy); color: white; padding: 34px; }
.outcome-card > p { color: var(--lime); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.outcome-card > div { align-items: center; border-top: 1px solid rgba(255,255,255,.15); display: flex; gap: 16px; padding: 18px 0; }
.outcome-card span { color: var(--lime); font-size: .7rem; }
.outcome-card b { font-size: .94rem; }
.project-section { background: var(--mist); }
.project-list { display: grid; gap: 12px; margin: 42px 0; }
.project-list article { align-items: center; background: white; border: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 50px 1fr; padding: 22px; }
.project-list > article > span { align-items: center; background: var(--sand); border-radius: 50%; color: var(--green); display: flex; font-size: .67rem; height: 42px; justify-content: center; width: 42px; }
.project-list p { color: var(--green); font-size: .62rem; font-weight: 850; letter-spacing: .08em; margin: 0 0 3px; text-transform: uppercase; }
.project-list h3 { font-size: 1rem; letter-spacing: -.015em; }
.project-list small { color: var(--muted); }

/* Impact */
.results-section { background: white; }
.results-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.results-grid article { background: var(--mist); border-top: 3px solid var(--cyan); min-height: 270px; padding: 28px; }
.results-grid article > span { color: var(--green); font-size: .68rem; font-weight: 850; }
.results-grid strong { color: var(--navy); display: block; font-size: 2.55rem; margin: 28px 0 8px; }
.results-grid h3 { font-size: 1.08rem; margin-bottom: 10px; }
.results-grid p { color: var(--muted); font-size: .79rem; margin: 0; }
.data-note { align-items: center; background: #edf7fc; border: 1px solid #d6eaf4; display: flex; gap: 20px; margin-top: 22px; padding: 23px; }
.data-note > svg { color: var(--green); flex: 0 0 auto; height: 34px; width: 34px; }
.data-note p { color: var(--muted); font-size: .78rem; margin: 0; }
.data-note b { color: var(--ink); display: block; margin-bottom: 3px; }
.beyond-section { background: var(--sand); }
.beyond-grid { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); margin-top: 34px; }
.beyond-grid article { background: white; padding: 28px; }
.beyond-grid article > span { align-items: center; background: #e7f6fb; border-radius: 50%; color: var(--green); display: flex; height: 48px; justify-content: center; width: 48px; }
.beyond-grid h3 { font-size: 1.12rem; margin: 28px 0 10px; }
.beyond-grid p { color: var(--muted); font-size: .78rem; margin: 0; }
.localization-section { background: var(--navy-deep); color: white; }
.localization-grid { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.localization-grid .section-heading { margin-bottom: 28px; }
.localization-grid ul { list-style: none; margin: 0; padding: 0; }
.localization-grid li { align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); display: flex; font-size: .86rem; gap: 13px; padding: 17px 0; }
.localization-grid li svg { color: var(--lime); height: 18px; width: 18px; }
.impact-cta { background: linear-gradient(105deg, #086fb9, #0978c3); color: white; padding: 44px 0; }
.impact-cta .container { align-items: center; display: flex; gap: 40px; justify-content: space-between; }
.impact-cta p { color: var(--lime); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.impact-cta h2 { color: white; font-size: 2.1rem; max-width: 700px; }

/* News */
.news-index { background: white; }
.news-lead { align-items: center; background: var(--mist); display: grid; grid-template-columns: 1.1fr .9fr; margin-bottom: 80px; }
.news-lead > img { height: 470px; object-fit: cover; width: 100%; }
.news-lead > div { padding: clamp(32px, 5vw, 60px); }
.news-lead h2 { font-size: 2.35rem; margin-bottom: 18px; }
.news-lead > div > p:not(.story-meta) { color: var(--muted); }
.news-index .section-heading { margin-bottom: 38px; }
.archive-note { align-items: center; background: #edf7fc; border: 1px solid #d6eaf4; display: flex; gap: 19px; margin-top: 35px; padding: 23px; }
.archive-note > svg { color: var(--green); flex: 0 0 auto; height: 34px; width: 34px; }
.archive-note h3 { font-size: 1rem; }
.archive-note p { color: var(--muted); font-size: .77rem; margin: 4px 0 0; }
.article-header { background: var(--navy-deep); color: white; padding: 80px 0 96px; }
.article-header .container { max-width: 940px; }
.back-link { color: #b9d6df; display: inline-block; font-size: .78rem; margin-bottom: 38px; }
.article-header h1 { color: white; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.article-header > .container > p:last-child { color: #c6dce2; font-size: 1.1rem; margin-top: 24px; max-width: 790px; }
.article-header .story-meta { color: var(--lime); }
.article-layout { align-items: start; display: grid; gap: 65px; grid-template-columns: minmax(0, 1fr) 250px; padding-bottom: 100px; padding-top: 60px; }
.article-main figure { margin: -100px 0 40px; position: relative; }
.article-main figure img { max-height: 600px; object-fit: cover; width: 100%; }
.article-main figcaption { color: var(--muted); font-size: .68rem; margin-top: 8px; }
.article-copy { font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.9; }
.article-copy p { margin-bottom: 1.45rem; }
.article-copy blockquote { border-left: 4px solid var(--lime); color: var(--navy); font-size: 1.35rem; font-style: italic; margin: 35px 0; padding: 12px 0 12px 24px; }
.article-layout aside { background: var(--mist); border-top: 3px solid var(--cyan); display: flex; flex-direction: column; padding: 24px; position: sticky; top: 110px; }
.article-layout aside > span { color: var(--green); font-size: .66rem; font-weight: 850; margin-bottom: 12px; text-transform: uppercase; }
.article-layout aside a { align-items: center; display: flex; font-size: .78rem; gap: 8px; padding: 8px 0; }
.article-layout aside a:hover { color: var(--green); }
.article-layout aside svg { height: 16px; width: 16px; }
.article-layout aside hr { border: 0; border-top: 1px solid var(--line); margin: 16px 0; width: 100%; }
.article-layout aside b { font-size: .75rem; margin-bottom: 5px; }

/* Partners */
.partner-metrics { background: var(--sand); }
.partner-metrics .container { align-items: stretch; display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; }
.partner-metrics .container > div { border-left: 1px solid #d8ded7; padding: 27px; }
.partner-metrics .container > div:first-child { border-left: 0; }
.partner-metrics strong { color: var(--navy); display: block; font-size: 2.4rem; line-height: 1; }
.partner-metrics span { color: var(--muted); font-size: .72rem; }
.partner-metrics .container > p { align-self: center; color: var(--green); font-size: .7rem; font-weight: 800; margin: 0; text-align: right; }
.partner-metrics i { background: #a9bcba; border-radius: 50%; display: inline-block; height: 3px; margin: 0 6px; width: 3px; }
.why-partner .split-grid { align-items: start; }
.why-partner .split-grid > div:first-child > p { color: var(--muted); }
.promise-card { background: var(--navy); color: white; padding: 35px; }
.promise-card h3 { color: white; font-size: 1.4rem; margin-bottom: 22px; }
.promise-card p { align-items: center; border-top: 1px solid rgba(255,255,255,.14); display: flex; font-size: .8rem; gap: 10px; margin: 0; padding: 13px 0; }
.promise-card svg { color: var(--lime); height: 16px; width: 16px; }
.collaboration-section { background: var(--mist); }
.collab-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-top: 34px; }
.collab-grid article { background: white; border: 1px solid var(--line); min-height: 250px; padding: 27px; }
.collab-grid span { color: var(--green); font-size: .68rem; font-weight: 850; }
.collab-grid h3 { font-size: 1.16rem; margin: 52px 0 10px; }
.collab-grid p { color: var(--muted); font-size: .78rem; margin: 0; }
.partner-network { background: white; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0; }
.filter-row button { background: white; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .75rem; font-weight: 800; padding: 9px 15px; }
.filter-row button:hover, .filter-row button.active { background: var(--navy); border-color: var(--navy); color: white; }
.partner-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.partner-card { border: 1px solid var(--line); min-height: 270px; padding: 22px; }
.partner-card > div { align-items: center; background: var(--mist); display: flex; height: 110px; justify-content: center; margin-bottom: 18px; padding: 15px; }
.partner-card img { max-height: 65px; max-width: 140px; object-fit: contain; }
.partner-card > span { color: var(--green); font-size: .65rem; font-weight: 850; }
.partner-card h3 { font-size: 1.05rem; margin: 9px 0; }
.partner-card p { color: var(--muted); font-size: .73rem; margin: 0; }
.journey-section { background: var(--sand); }
.journey-grid { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 45px 0 0; padding: 0; }
.journey-grid li { border-top: 2px solid #cfdad6; padding: 25px 26px 0 0; position: relative; }
.journey-grid li::before { background: var(--lime); border: 5px solid var(--sand); border-radius: 50%; content: ""; height: 18px; left: 0; position: absolute; top: -10px; width: 18px; }
.journey-grid span { color: var(--green); font-size: .68rem; font-weight: 850; }
.journey-grid h3 { font-size: 1.12rem; margin: 13px 0 8px; }
.journey-grid p { color: var(--muted); font-size: .78rem; }

/* Contact */
.contact-cards { background: var(--sand); }
.contact-cards .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.contact-cards a { align-items: center; border-left: 1px solid #d6ddd7; display: flex; gap: 16px; min-height: 130px; padding: 25px; }
.contact-cards a:first-child { border-left: 0; }
.contact-cards a:hover { background: rgba(255,255,255,.55); }
.contact-cards svg { color: var(--green); flex: 0 0 auto; }
.contact-cards b { display: block; font-size: .8rem; margin-bottom: 3px; }
.contact-cards span { color: var(--muted); font-size: .75rem; }
.contact-main { background: white; }
.contact-grid { align-items: start; display: grid; gap: 70px; grid-template-columns: 1.15fr .85fr; }
.contact-form { background: var(--mist); border: 1px solid var(--line); padding: clamp(28px, 4vw, 46px); }
.form-heading { align-items: end; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 28px; padding-bottom: 22px; }
.form-heading p { color: var(--green); font-size: .67rem; font-weight: 850; letter-spacing: .1em; margin: 0 0 4px; text-transform: uppercase; }
.form-heading h2 { font-size: 2rem; }
.form-heading > span { color: var(--muted); font-size: .7rem; }
.contact-form label { display: block; margin-bottom: 17px; }
.contact-form label > span:first-child { display: block; font-size: .73rem; font-weight: 800; margin-bottom: 6px; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { background: white; border: 1px solid #cbdad7; border-radius: 0; color: var(--ink); min-height: 48px; padding: 11px 13px; width: 100%; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); outline: 2px solid rgba(8,125,193,.17); }
.form-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.contact-form .consent { align-items: flex-start; display: flex; gap: 9px; }
.contact-form .consent input { margin-top: 5px; }
.contact-form .consent span { color: var(--muted); font-size: .7rem; font-weight: 400; }
.contact-form .consent a { color: var(--green); text-decoration: underline; }
.submit-button { align-items: center; background: var(--lime); border: 0; border-radius: 999px; color: var(--navy); cursor: pointer; display: flex; font-size: .82rem; font-weight: 850; gap: 10px; justify-content: center; min-height: 49px; padding: 11px 21px; }
.submit-button svg { height: 17px; width: 17px; }
.form-note { color: var(--muted); font-size: .67rem; margin: 13px 0 0; }
.form-success { background: var(--mist); border: 1px solid var(--line); min-height: 470px; padding: 50px; text-align: center; }
.form-success > span { align-items: center; background: var(--lime); border-radius: 50%; color: var(--navy); display: flex; height: 70px; justify-content: center; margin: 25px auto; width: 70px; }
.form-success h3 { font-size: 1.7rem; }
.form-success p { color: var(--muted); margin: 18px auto; max-width: 480px; }
.form-success button { background: transparent; border: 0; color: var(--green); cursor: pointer; font-weight: 800; text-decoration: underline; }
.contact-grid > aside .section-heading { margin-bottom: 30px; }
.contact-aside-item { border-top: 1px solid var(--line); padding: 16px 0; }
.contact-aside-item b { display: block; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-aside-item a { color: var(--green); display: block; font-size: .85rem; margin-top: 3px; }
.confidential-note { align-items: flex-start; background: #edf7fc; display: flex; gap: 14px; margin-top: 24px; padding: 19px; }
.confidential-note > svg { color: var(--green); flex: 0 0 auto; }
.confidential-note b { font-size: .85rem; }
.confidential-note p { color: var(--muted); font-size: .74rem; margin: 3px 0 0; }
.contact-process { background: var(--sand); }
.process-grid.three { grid-template-columns: repeat(3, 1fr); margin-bottom: 0; }
.map-section { background: var(--navy-deep); color: white; padding: 60px 0; }
.map-grid { align-items: stretch; display: grid; gap: 50px; grid-template-columns: .75fr 1.25fr; }
.map-grid > div { align-self: center; }
.map-grid .section-heading { margin-bottom: 27px; }
.map-grid iframe { border: 0; min-height: 390px; width: 100%; }

/* Donate, projects, policies */
.support-options { background: white; }
.support-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.support-grid article { background: var(--mist); border-top: 3px solid var(--cyan); min-height: 250px; padding: 30px; }
.support-grid span { color: var(--green); font-size: .68rem; font-weight: 850; }
.support-grid h3 { font-size: 1.25rem; margin: 50px 0 11px; }
.support-grid p { color: var(--muted); font-size: .82rem; margin: 0; }
.responsible-giving { background: var(--navy-deep); color: white; }
.responsible-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; }
.official-contact { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; }
.official-contact a, .official-contact span { align-items: center; color: #d0e4e9; display: flex; font-size: .76rem; gap: 7px; }
.official-contact svg { color: var(--lime); height: 17px; width: 17px; }
.giving-card { background: #0b68a5; padding: 35px; }
.giving-card > svg { color: var(--lime); height: 43px; width: 43px; }
.giving-card h3 { color: white; font-size: 1.4rem; margin: 28px 0 12px; }
.giving-card p { color: #c4dbe1; font-size: .82rem; }
.giving-card .button { margin-top: 12px; }
.projects-index { background: white; }
.project-group { border-top: 1px solid var(--line); display: grid; gap: 50px; grid-template-columns: 300px 1fr; padding: 46px 0; }
.project-group > div:first-child > span { color: var(--green); font-size: .68rem; font-weight: 850; }
.project-group > div:first-child h2 { font-size: 1.8rem; margin: 10px 0 18px; }
.project-group > div:last-child { display: grid; gap: 10px; }
.project-group article { background: var(--mist); border-left: 3px solid var(--cyan); padding: 20px; }
.project-group article p { color: var(--green); font-size: .62rem; font-weight: 850; margin: 0 0 4px; text-transform: uppercase; }
.project-group article h3 { font-size: 1rem; }
.project-group article span { color: var(--muted); font-size: .75rem; }
.accountability-intro { background: white; }
.policy-stack { display: grid; gap: 15px; margin-top: 34px; }
.policy-stack article { background: var(--mist); border: 1px solid var(--line); display: grid; gap: 26px; grid-template-columns: 58px 1fr; padding: 34px; scroll-margin-top: 110px; }
.policy-stack article > span { align-items: center; background: var(--navy); border-radius: 50%; color: var(--lime); display: flex; height: 55px; justify-content: center; width: 55px; }
.policy-stack article > div > p:first-child { color: var(--green); font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.policy-stack h2 { font-size: 1.9rem; margin-bottom: 13px; }
.policy-stack article > div > p:not(:first-child) { color: var(--muted); }
.policy-stack ul { color: var(--ink-2); font-size: .8rem; padding-left: 20px; }
.report-concern { background: var(--navy-deep); color: white; padding: 80px 0; }
.report-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }
.report-grid > div:last-child { display: flex; flex-direction: column; gap: 12px; }
.report-grid > div:last-child > a:not(.button) { align-items: center; border: 1px solid rgba(255,255,255,.18); display: flex; gap: 14px; padding: 16px; }
.report-grid > div:last-child > a > svg { color: var(--lime); }
.report-grid > div:last-child > a span { color: #c8dde2; font-size: .75rem; }
.report-grid > div:last-child > a b { color: white; display: block; }
.legal-page { background: white; }
.legal-layout { align-items: start; display: grid; gap: 70px; grid-template-columns: 250px minmax(0, 760px); justify-content: center; }
.legal-layout aside { border-left: 2px solid var(--lime); display: flex; flex-direction: column; padding-left: 20px; position: sticky; top: 115px; }
.legal-layout aside b { font-size: .78rem; margin-bottom: 12px; }
.legal-layout aside a { color: var(--muted); font-size: .76rem; padding: 5px 0; }
.legal-layout article h2 { font-size: 1.8rem; margin: 35px 0 12px; scroll-margin-top: 120px; }
.legal-layout article h2:first-child { margin-top: 0; }
.legal-layout article p { color: var(--ink-2); }
.legal-layout article a { color: var(--green); text-decoration: underline; }
.legal-note { background: var(--sand); border-left: 3px solid var(--cyan); font-size: .78rem; margin-top: 35px !important; padding: 18px; }
.not-found { align-items: center; background: var(--mist); display: flex; justify-content: center; min-height: 70vh; padding: 70px 20px; text-align: center; }
.not-found > div { max-width: 650px; }
.not-found > div > span { color: var(--green); font-size: 1rem; font-weight: 850; letter-spacing: .2em; }
.not-found h1 { font-size: 3.4rem; margin: 15px 0; }
.not-found p { color: var(--muted); }
.not-found .button-row { justify-content: center; margin-top: 28px; }

/* CTA and footer */
.cta-band { background: linear-gradient(110deg, #086fb9, #0b8ed8); color: white; padding: 50px 0; }
.cta-inner { align-items: center; display: flex; gap: 50px; justify-content: space-between; }
.cta-inner h2 { color: white; font-size: 2.45rem; }
.cta-inner > div:first-child > p:not(.eyebrow) { color: #d2e9e9; margin: 13px 0 0; max-width: 680px; }
.site-footer { background: #052b55; color: #d5e5ef; }
.footer-main { display: grid; gap: 50px; grid-template-columns: 1.55fr .7fr .9fr 1.2fr; padding-bottom: 62px; padding-top: 68px; }
.brand-light strong { color: white; }
.brand-light small { color: var(--lime); }
.footer-brand > p { color: #9bb8c0; font-size: .78rem; margin: 22px 0; max-width: 330px; }
.registration { border: 1px solid rgba(255,255,255,.17); border-radius: 999px; display: inline-block; font-size: .64rem; padding: 7px 10px; }
.footer-main h2 { color: white; font-size: .8rem; letter-spacing: .08em; margin: 8px 0 20px; text-transform: uppercase; }
.footer-main ul { list-style: none; margin: 0; padding: 0; }
.footer-main li { margin: 8px 0; }
.footer-main li a { color: #a6c0c7; font-size: .74rem; }
.footer-main li a:hover { color: var(--lime); }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact > a { align-items: flex-start; color: #a6c0c7; display: flex; font-size: .72rem; gap: 8px; margin: 7px 0; }
.footer-contact svg { color: var(--lime); flex: 0 0 auto; height: 16px; margin-top: 2px; width: 16px; }
.footer-contact a:hover { color: white; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.12); display: flex; font-size: .65rem; justify-content: space-between; min-height: 58px; }
.footer-bottom span:last-child { align-items: center; color: var(--lime); display: flex; gap: 8px; text-transform: uppercase; }
.footer-bottom i { background: #8da2a8; border-radius: 50%; height: 3px; width: 3px; }

/* Responsive */
@media (max-width: 1080px) {
  .main-nav { gap: 14px; }
  .main-nav > a:not(.nav-donate) { font-size: .78rem; }
  .nav-donate { font-size: .74rem; padding: 10px 13px; }
  .home-hero-grid { grid-template-columns: 1fr .88fr; }
  .hero-float { left: -24px; }
  .stats-grid { grid-template-columns: 1.2fr repeat(4, 1fr); }
  .stat, .stats-intro { padding-inline: 15px; }
  .program-grid, .values-grid, .results-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-main { grid-template-columns: 1.4fr .8fr .9fr; }
  .footer-contact { grid-column: 2 / 4; }
  .membership-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .header-inner { min-height: 72px; }
  .brand img { height: 52px; width: 52px; }
  .menu-button { display: flex; }
  .main-nav { align-items: stretch; background: white; border-top: 1px solid var(--line); box-shadow: var(--shadow); display: none; flex-direction: column; gap: 0; left: 0; max-height: calc(100vh - 72px); overflow-y: auto; padding: 12px 20px 22px; position: absolute; top: 72px; width: 100%; }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.nav-donate) { border-bottom: 1px solid var(--line); font-size: .92rem; padding: 14px 3px; }
  .main-nav > a:not(.nav-donate)::after { display: none; }
  .nav-donate { align-self: flex-start; margin-top: 16px; }
  .home-hero-grid, .page-hero.has-image .page-hero-grid { grid-template-columns: 1fr; }
  .home-hero-grid { padding-bottom: 82px; }
  .hero-visual { min-height: 500px; }
  .hero-visual > img { height: 475px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-intro { grid-column: 1 / 3; min-height: auto; padding: 28px 0 18px; }
  .stats-intro h2 { margin-bottom: 0; }
  .stat:nth-child(2), .inner-stats .stat:nth-child(1) { border-left: 0; }
  .inner-stats .stats-grid-even { grid-template-columns: repeat(2, 1fr); }
  .inner-stats .stat:nth-child(3) { border-left: 0; }
  .split-grid, .impact-grid, .footprint-grid, .footprint-about-grid, .leadership-grid, .region-cta-grid, .detail-intro-grid, .localization-grid, .contact-grid, .map-grid, .responsible-grid, .report-grid { grid-template-columns: 1fr; }
  .impact-photo { max-width: 650px; }
  .process-grid, .approach-grid, .collab-grid, .beyond-grid, .journey-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .approach-grid article:nth-child(3) { border-left: 0; }
  .process-gallery { grid-template-columns: 1fr 1fr; }
  .process-gallery figure:first-child { grid-column: 1 / 3; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-grid .purpose-feature { transform: none; }
  .split-heading { grid-template-columns: 1fr; }
  .membership-grid { grid-template-columns: repeat(2, 1fr); }
  .program-index-card { grid-template-columns: 1fr; }
  .program-index-image { min-height: 390px; }
  .program-index-image img { position: absolute; }
  .program-index-card:nth-child(even) .program-index-image { order: initial; }
  .partner-metrics .container { grid-template-columns: repeat(3, 1fr); }
  .partner-metrics .container > p { grid-column: 1 / 4; padding: 16px; text-align: center; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .news-lead { grid-template-columns: 1fr; }
  .news-lead > img { height: 390px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-layout aside { position: static; }
  .project-group { grid-template-columns: 230px 1fr; }
  .legal-layout { gap: 35px; grid-template-columns: 200px minmax(0, 1fr); }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 52px 0; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.25rem; }
  .brand span { display: none; }
  .home-hero-grid { min-height: auto; padding-top: 54px; }
  .hero-copy h1 { font-size: 3.45rem; }
  .hero-copy > p { font-size: 1rem; }
  .hero-visual { min-height: 405px; }
  .hero-visual > img { border-radius: 48px 48px 8px 8px; height: 390px; }
  .hero-float { bottom: -35px; left: 12px; width: 158px; }
  .hero-caption { display: none; }
  .stats-grid, .inner-stats .stats-grid-even { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 140px; }
  .stat strong { font-size: 2rem; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .program-grid, .values-grid, .results-grid, .story-grid, .support-grid, .partner-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 300px; }
  .image-stack { min-height: 480px; }
  .image-stack > img { height: 440px; }
  .impact-photo img { height: 350px; }
  .impact-mini { grid-template-columns: 1fr; }
  .impact-mini span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); padding-left: 0; }
  .process-grid, .approach-grid, .collab-grid, .beyond-grid, .journey-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid article, .journey-grid li { min-height: 150px; }
  .approach-grid article, .approach-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.17); min-height: 190px; }
  .approach-grid.light article { border-color: #cedbd7; }
  .approach-grid h3 { margin-top: 26px; }
  .process-gallery { grid-template-columns: 1fr; }
  .process-gallery figure:first-child { grid-column: auto; }
  .process-gallery img { height: 230px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero { padding: 52px 0; }
  .page-hero h1 { font-size: 3rem; }
  .page-hero-image, .page-hero-image img { min-height: 310px; height: 310px; }
  .purpose-grid article { padding: 26px; }
  .footprint-about-grid { gap: 40px; }
  .membership-grid { grid-template-columns: 1fr 1fr; }
  .leader-photo img { height: 460px; }
  .program-index-image { min-height: 290px; }
  .program-index-body { padding: 28px 22px; }
  .results-grid article { min-height: 230px; }
  .impact-cta .container { align-items: flex-start; flex-direction: column; }
  .news-lead > img { height: 280px; }
  .news-lead h2 { font-size: 1.9rem; }
  .article-layout { padding-top: 40px; }
  .article-main figure { margin-top: -75px; }
  .partner-metrics .container { grid-template-columns: 1fr 1fr 1fr; }
  .partner-metrics .container > div { padding: 22px 11px; text-align: center; }
  .partner-metrics strong { font-size: 1.8rem; }
  .contact-cards .container { grid-template-columns: 1fr; }
  .contact-cards a, .contact-cards a:first-child { border-left: 0; border-top: 1px solid #d6ddd7; min-height: 105px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .project-group { gap: 22px; grid-template-columns: 1fr; }
  .policy-stack article { grid-template-columns: 1fr; padding: 26px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-layout aside { position: static; }
  .cta-inner h2 { font-size: 2rem; }
  .footer-main { gap: 38px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-contact { grid-column: 1 / 3; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; justify-content: center; padding: 13px 0; }
}

@media (max-width: 410px) {
  .hero-copy h1 { font-size: 3rem; }
  .hero-proof { flex-direction: column; gap: 7px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .membership-grid { grid-template-columns: 1fr; }
  .partner-metrics .container { grid-template-columns: 1fr; }
  .partner-metrics .container > p { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: 1; }
}

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

/* WordPress integration details that are not present in the static preview. */
.partner-card[hidden], .hess-honeypot { display: none !important; }
.form-error { background: #fff1f0; border-left: 4px solid #b42318; color: #7a271a; margin: 0 0 22px; padding: 13px 16px; }
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { body.admin-bar .site-header { top: 0; } }
