@font-face { font-family: "Fraunces VNZ"; src: url("../fonts/fraunces-600.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Fraunces VNZ"; src: url("../fonts/fraunces-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Karla VNZ"; src: url("../fonts/karla-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Karla VNZ"; src: url("../fonts/karla-500.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Karla VNZ"; src: url("../fonts/karla-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
:root {
    --red: #e33439;
    --red-deep: #b51f2a;
    --green: #00a650;
    --green-deep: #006b3c;
    --ink: #231f20;
    --muted: #667085;
    --warm: #f8f7f4;
    --surface: #f4f5f4;
    --soft-green: #e7f6ee;
    --soft-red: #fcebed;
    --white: #fff;
    --focus: #f2b544;
    --max: 75rem;
    --radius: .5rem;
    --shadow: 0 1.25rem 3.5rem rgba(35,31,32,.1);
    --display: "Fraunces VNZ", Georgia, serif;
    --body: "Karla VNZ", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 1rem; line-height: 1.6; }
body, button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: .2rem solid var(--focus); outline-offset: .2rem; }
.visually-hidden { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 1000; padding: .75rem 1rem; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 .75rem; color: var(--green-deep); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); line-height: 1.12; text-wrap: balance; }
h1 { max-width: 13ch; margin-bottom: 1.5rem; font-size: clamp(2.65rem, 6vw, 5.15rem); font-weight: 600; letter-spacing: -.035em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.05rem, 4vw, 3.6rem); font-weight: 600; letter-spacing: -.025em; }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }

.safety-strip { background: var(--ink); color: var(--white); font-size: .9rem; }
.safety-strip__inner { min-height: 2.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.safety-strip p { margin: 0; }
.safety-strip a { color: var(--white); font-weight: 700; text-underline-offset: .2em; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid #e6e6e4; background: rgba(255,255,255,.96); box-shadow: 0 .4rem 1.4rem rgba(35,31,32,.05); backdrop-filter: blur(12px); }
.header-inner { min-height: 7rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { flex: 0 0 auto; display: block; width: 10.75rem; height: 6.25rem; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.5rem); }
.primary-nav a { font-size: .93rem; font-weight: 700; text-decoration: none; }
.nav-home { position: relative; }
.nav-home::after { content: ""; position: absolute; right: .5rem; bottom: .45rem; left: .5rem; height: 2px; background: var(--green-deep); transform: scaleX(0); transition: transform .2s ease; }
.nav-home:hover::after { transform: scaleX(1); }
.primary-nav a:not(.nav-donate):hover, .nav-group__trigger button:hover { color: var(--green-deep); text-decoration: underline; text-underline-offset: .35rem; }
.nav-donate { padding: .72rem 1rem; border-radius: var(--radius); background: var(--green-deep); color: var(--white); }
.nav-donate:hover { background: #004e2c; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 700; }
.nav-group__trigger { display: flex; align-items: center; }
.nav-group__trigger button { min-height: 2.75rem; display: inline-flex; align-items: center; gap: .4rem; padding: 2.35rem 0; border: 0; background: transparent; color: var(--ink); font-size: .93rem; font-weight: 700; cursor: pointer; }
.nav-group__trigger .nav-dot { display: block; margin-left: -.18rem; color: var(--red); font-size: 1rem; line-height: 1; transition: color .2s ease, transform .2s ease; }
.nav-group__trigger button[aria-expanded="true"] .nav-dot { color: var(--green-deep); transform: scale(1.25); }
.mega-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; border-top: 1px solid #e4e1de; background: var(--white); box-shadow: 0 1.5rem 3rem rgba(35,31,32,.15); }
.mega-menu[data-open] { display: block; }
.mega-menu__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem,6vw,6rem); padding-block: 2.25rem 2.75rem; }
.mega-menu__intro { padding: 1.5rem; border-radius: var(--radius); background: var(--warm); }
.mega-menu__intro--green { background: var(--soft-green); }
.mega-menu__intro--red { background: var(--soft-red); }
.mega-menu__intro h2 { max-width: 16ch; margin-bottom: .75rem; font-size: clamp(1.65rem,2.5vw,2.4rem); }
.mega-menu__intro p:not(.eyebrow) { margin-bottom: 1rem; color: var(--muted); }
.mega-menu__intro > a { color: var(--green-deep); text-decoration: underline; text-underline-offset: .25rem; }
.mega-menu__links { display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; align-content: start; }
.mega-menu__links--wide { grid-template-columns: repeat(3,1fr); }
.mega-menu__links h3 { margin: .25rem 0 .7rem; font-family: var(--body); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.mega-menu__links a { display: block; padding-block: .45rem; color: #4f494b; font-weight: 500; text-transform: capitalize; }
.mega-menu__links a:hover { color: var(--green-deep); }

.hero { position: relative; overflow: hidden; background: var(--warm); }
.hero__grid { min-height: min(46rem, calc(100vh - 8.75rem)); display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: 4rem; }
.hero__content { position: relative; z-index: 2; }
.hero__lead { max-width: 39rem; margin-bottom: 2rem; color: #494446; font-size: clamp(1.1rem, 2vw, 1.3rem); }
.hero__media { position: relative; margin: 0; }
.hero__media::before { content: ""; position: absolute; inset: -1.25rem 1.25rem 1.25rem -1.25rem; z-index: -1; border-radius: 46% 54% 45% 55% / 55% 42% 58% 45%; background: var(--soft-green); }
.hero__media img { width: 100%; aspect-ratio: 4 / 5; border-radius: 48% 48% .75rem .75rem; object-fit: cover; box-shadow: var(--shadow); }
.hero__media figcaption { position: absolute; right: -1rem; bottom: 1.5rem; max-width: 15rem; padding: 1rem 1.15rem; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); font-weight: 700; line-height: 1.35; }
.hero__arc { position: absolute; left: -12rem; bottom: -21rem; width: 31rem; height: 31rem; border: 3rem solid var(--red); border-radius: 50%; opacity: .09; }
.impact-slider { position: relative; min-height: clamp(38rem, calc(100svh - 9.75rem), 52rem); overflow: hidden; background: var(--ink); color: var(--white); }
.impact-slider__track { position: absolute; inset: 0; }
.impact-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .8s ease, visibility .8s; }
.impact-slide.is-active { visibility: visible; opacity: 1; }
.impact-slide > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); transition: transform 7s ease; }
.impact-slide.is-active > img { transform: scale(1); }
.impact-slide__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,17,18,.88) 0%, rgba(19,17,18,.66) 45%, rgba(19,17,18,.18) 76%, rgba(19,17,18,.12) 100%), linear-gradient(0deg, rgba(19,17,18,.42), transparent 50%); }
.impact-slide__content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding-top: clamp(4rem,8vw,7rem); padding-bottom: 8rem; }
.impact-slide__content .eyebrow { color: #8ce5b3; }
.impact-slide__content h1, .impact-slide__content h2 { max-width: 13ch; margin-bottom: 1.35rem; color: var(--white); font-size: clamp(2.65rem,6vw,5.15rem); }
.impact-slide__content > p:not(.eyebrow) { max-width: 38rem; margin-bottom: 2rem; color: rgba(255,255,255,.9); font-size: clamp(1.05rem,2vw,1.3rem); }
.button--light { background: var(--white); color: var(--green-deep); }
.button--light:hover { background: var(--soft-green); }
.impact-slide__link { padding: .75rem .25rem; color: var(--white); font-weight: 700; text-underline-offset: .3rem; }
.impact-slider__controls { position: absolute; right: 0; bottom: 2.25rem; left: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; }
.impact-slider__dots { display: flex; align-items: center; gap: .6rem; }
.impact-slider__dots button { width: 2rem; height: .22rem; padding: 0; border: 0; background: rgba(255,255,255,.45); cursor: pointer; transition: width .25s, background .25s; }
.impact-slider__dots button.is-active { width: 4.5rem; background: var(--white); }
.impact-slider__arrows { display: flex; align-items: center; gap: .9rem; }
.impact-slider__arrows button { width: 2.8rem; height: 2.8rem; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(20,18,19,.25); color: var(--white); cursor: pointer; }
.impact-slider__arrows button:hover { background: var(--white); color: var(--ink); }
.impact-slider__arrows span { min-width: 3.5rem; color: rgba(255,255,255,.85); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-align: center; }
.impact-slide { transition-duration: var(--slide-transition, .9s); transition-timing-function: cubic-bezier(.22,.61,.36,1); }
.impact-slide.transition--slide_left { transform: translateX(7%); transition-property: opacity,visibility,transform; }
.impact-slide.transition--slide_up { transform: translateY(7%); transition-property: opacity,visibility,transform; }
.impact-slide.transition--reveal { clip-path: inset(0 0 0 100%); opacity: 1; transition-property: visibility,clip-path; }
.impact-slide.transition--slide_left.is-active,.impact-slide.transition--slide_up.is-active { transform:none; }
.impact-slide.transition--reveal.is-active { clip-path:inset(0); }
.impact-slide.overlay--soft .impact-slide__shade { background:linear-gradient(90deg,rgba(19,17,18,.68),rgba(19,17,18,.12)); }
.impact-slide.overlay--deep .impact-slide__shade { background:linear-gradient(90deg,rgba(10,9,10,.96),rgba(10,9,10,.48)); }
.impact-slide.overlay--emerald .impact-slide__shade { background:linear-gradient(90deg,rgba(0,65,46,.94),rgba(0,65,46,.25)); }
.impact-slide.motion--none > img { transform:none;transition:none; }
.impact-slide.motion--zoom_in > img { transform:scale(1); }
.impact-slide.motion--zoom_in.is-active > img { transform:scale(1.09); }
.impact-slide.motion--zoom_out > img { transform:scale(1.09); }
.impact-slide.motion--zoom_out.is-active > img { transform:scale(1); }
.impact-slide.motion--pan_right > img { transform:scale(1.08) translateX(-2%); }
.impact-slide.motion--pan_right.is-active > img { transform:scale(1.08) translateX(2%); }
.impact-slide.content--rise .impact-slide__content,.impact-slide.content--slide .impact-slide__content { opacity:0;transform:translateY(2rem);transition:opacity .7s .22s ease,transform .7s .22s cubic-bezier(.2,.8,.2,1); }
.impact-slide.content--slide .impact-slide__content { transform:translateX(-2.5rem); }
.impact-slide.content--fade .impact-slide__content { opacity:0;transition:opacity .85s .2s ease; }
.impact-slide.content--rise.is-active .impact-slide__content,.impact-slide.content--slide.is-active .impact-slide__content,.impact-slide.content--fade.is-active .impact-slide__content { opacity:1;transform:none; }
.impact-slide.content--stagger .impact-slide__content>* { opacity:0;transform:translateY(1.5rem);transition:opacity .6s ease,transform .6s ease; }
.impact-slide.content--stagger.is-active .impact-slide__content>* { opacity:1;transform:none; }
.impact-slide.content--stagger.is-active .impact-slide__content>*:nth-child(2){transition-delay:.12s}.impact-slide.content--stagger.is-active .impact-slide__content>*:nth-child(3){transition-delay:.24s}.impact-slide.content--stagger.is-active .impact-slide__content>*:nth-child(4){transition-delay:.36s}
@media(prefers-reduced-motion:reduce){.impact-slide,.impact-slide>img,.impact-slide .impact-slide__content,.impact-slide .impact-slide__content>*{transition-duration:.01ms!important;transform:none!important;clip-path:none!important}}
.home-proof { border-bottom: 1px solid #dedbd8; background: var(--white); }
.home-proof__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.home-proof__grid > div { min-height: 8rem; display: flex; flex-direction: column; justify-content: center; padding: 1.2rem 1.5rem; border-left: 1px solid #dedbd8; }
.home-proof__grid > div:last-child { border-right: 1px solid #dedbd8; }
.home-proof strong { color: var(--green-deep); font-family: var(--display); font-size: clamp(1.45rem,2.5vw,2rem); }
.home-proof span { color: var(--muted); font-size: .92rem; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 2px solid transparent; border-radius: var(--radius); font-weight: 700; text-decoration: none; }
.button--primary { background: var(--green-deep); color: var(--white); }
.button--primary:hover { background: #004e2c; }
.button--text { color: var(--green-deep); text-decoration: underline; text-underline-offset: .3rem; }
.button--outline { border-color: var(--green-deep); color: var(--green-deep); }
.button--outline:hover { background: var(--soft-green); }
.button--danger { background: var(--red-deep); color: var(--white); }

.intro__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 8vw, 8rem); }
.intro__copy { max-width: 43rem; font-size: clamp(1.15rem, 2.2vw, 1.5rem); }
.inline-link, .programme-card a, .knowledge__feature a, .story-grid a { color: var(--green-deep); font-weight: 700; text-underline-offset: .25rem; }
.pathway { background: var(--ink); color: var(--white); }
.section-heading--light .eyebrow { color: #61d696; }
.section-heading--light h2 { max-width: 17ch; }
.pathway__heading { align-items: end; }
.pathway__visual { position: relative; max-width: 41rem; }
.pathway__visual img { width: 100%; aspect-ratio: 2/1; border-radius: .65rem; object-fit: cover; object-position: center 47%; filter: saturate(.9) contrast(1.04); }
.pathway__visual .eyebrow { margin: 1rem 0 0; }
.pathway__steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 3rem 0 2rem; padding: 0; border: 1px solid #514b4d; list-style: none; background: #514b4d; }
.pathway__steps li { padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--ink); }
.pathway__steps span { color: #61d696; font-family: var(--display); font-size: .8rem; font-weight: 700; letter-spacing: .1em; }
.pathway__steps h3 { margin: 2rem 0 .75rem; font-size: 1.55rem; }
.pathway__steps p { margin: 0; color: #d8d4d5; }
.method-note { max-width: 49rem; margin: 0; color: #c2bcbe; font-size: .9rem; }
.pathway__link { display: inline-block; color: #78dfa7; font-weight: 700; text-underline-offset: .3rem; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 34rem; color: var(--muted); }
.programmes { background: var(--warm); }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.programme-card { min-height: 19rem; display: flex; flex-direction: column; padding: 1.75rem; border: 1px solid #e1dfdc; border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.programme-card:hover { transform: translateY(-.25rem); box-shadow: var(--shadow); }
.programme-card__number { color: var(--red-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.programme-card h3 { margin: 2.75rem 0 .75rem; font-size: 1.35rem; }
.programme-card p { color: var(--muted); }
.programme-card a { margin-top: auto; }
.home-programme-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d8d5d2; border-left: 1px solid #d8d5d2; }
.home-programme { min-height: 15rem; display: grid; grid-template-columns: 2.5rem 1fr 1.5rem; gap: 1rem; padding: 1.5rem; border-right: 1px solid #d8d5d2; border-bottom: 1px solid #d8d5d2; background: var(--white); color: var(--ink); text-decoration: none; transition: background .2s ease,transform .2s ease; }
.home-programme:hover { z-index: 1; background: var(--soft-green); transform: translateY(-.15rem); }
.home-programme > span { color: var(--red-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.home-programme h3 { margin: 0 0 .65rem; font-size: 1.3rem; }
.home-programme p { margin: 0; color: var(--muted); font-size: .95rem; }
.home-programme b { align-self: end; color: var(--green-deep); font-size: 1.2rem; }
.home-section-action { display: flex; justify-content: center; margin-top: 2.5rem; }
.feature { overflow: hidden; }
.feature__grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.feature__media { position: relative; margin: 0; }
.feature__media::after { content: ""; position: absolute; right: -2rem; bottom: -2rem; z-index: -1; width: 70%; height: 55%; border-radius: 50% 0 0 0; background: var(--soft-red); }
.feature__media img { width: 100%; max-height: 38rem; border-radius: 12rem 12rem .5rem .5rem; object-fit: cover; }
.feature__content { max-width: 38rem; }
.feature__content > p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; }
.check-list { margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin-block: .75rem; padding-left: 2rem; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-deep); }
.knowledge { background: var(--soft-green); }
.knowledge__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.knowledge__intro > p { color: #43544a; }
.search-prompt label { display: block; margin-bottom: .5rem; font-weight: 700; }
.search-prompt div { display: flex; }
.search-prompt input { min-width: 0; flex: 1; padding: .85rem; border: 2px solid #b7cfc1; border-radius: .5rem 0 0 .5rem; background: var(--white); }
.search-prompt button { padding: .75rem 1rem; border: 0; border-radius: 0 .5rem .5rem 0; background: var(--green-deep); color: var(--white); font-weight: 700; }
.knowledge__feature { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.knowledge__feature img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.knowledge__feature div { padding: 1.75rem; }
.meta { margin-bottom: .5rem; color: var(--red-deep); font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.network__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); }
.network__grid > div:last-child { padding-top: 2rem; font-size: 1.15rem; }
.stories { background: var(--warm); }
.story-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.story-grid article { overflow: hidden; border-radius: var(--radius); background: var(--white); }
.story-grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.story-grid article > div { padding: 1.5rem; }
.concern { background: var(--soft-red); border-block: 1px solid #f2cfd3; }
.concern .eyebrow { color: var(--red-deep); }
.concern__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.concern__actions p { margin: 1rem 0 0; color: #6f4348; font-size: .9rem; }
.action-band { background: var(--green-deep); color: var(--white); }
.action-band .eyebrow { color: #8ce5b3; }
.action-band h2 { max-width: 18ch; }
.action-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 3rem; background: rgba(255,255,255,.35); }
.action-grid a { min-height: 10rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; background: var(--green-deep); color: var(--white); text-decoration: none; }
.action-grid a:hover { background: #005b33; }
.action-grid strong { font-family: var(--display); font-size: 1.35rem; }
.viva-family { overflow: hidden; background: var(--white); }
.viva-family__grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.viva-family__grid > div:last-child { max-width: 45rem; }
.viva-family__grid h2 { max-width: 16ch; }
.viva-family__grid p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; }
.viva-family__media { position: relative; margin: 0; }
.viva-family__media img { width: 100%; min-height: 22rem; border-radius: 10rem 10rem .5rem .5rem; object-fit: cover; }
.viva-family__media figcaption { position: absolute; right: -1rem; bottom: 1rem; max-width: 16rem; padding: 1rem 1.2rem; border-radius: var(--radius); background: var(--ink); color: var(--white); font-weight: 700; line-height: 1.35; }
.site-footer { padding-top: 4rem; background: var(--ink); color: var(--white); }
.inner-hero { background: var(--warm); }
.inner-hero h1 { max-width: 18ch; }
.inner-hero .search-prompt { max-width: 38rem; }
.listing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.listing-grid .programme-card h2 { margin: 2rem 0 .75rem; font-size: 1.45rem; }
.reading-width { max-width: 48rem; }
.prose { font-size: 1.1rem; }
.prose hr { margin-block: 3rem; border: 0; border-top: 1px solid #ddd; }
.review-note { color: var(--muted); font-size: .9rem; }
.stories-hero { padding-block: clamp(3.5rem,7vw,6.5rem); overflow: hidden; background: var(--ink); color: var(--white); }
.stories-hero__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(2.5rem,7vw,7rem); }
.stories-hero h1 { max-width: 10ch; margin-bottom: 1.25rem; font-size: clamp(2.7rem,5.5vw,4.8rem); }
.stories-hero .eyebrow { color: #74dfa5; }
.stories-hero .hero__lead { max-width: 34rem; color: #d8d4d5; }
.story-search { max-width: 32rem; margin-top: 2rem; }
.story-search label { display: block; margin-bottom: .45rem; font-weight: 700; }
.story-search > div { display: flex; }
.story-search input { min-width: 0; flex: 1; padding: .85rem 1rem; border: 1px solid #777174; border-radius: .4rem 0 0 .4rem; background: #332f30; color: var(--white); }
.story-search input::placeholder { color: #bbb5b7; }
.story-search button { padding: .8rem 1.1rem; border: 0; border-radius: 0 .4rem .4rem 0; background: var(--green); color: #082417; font-weight: 700; }
.story-spotlight { position: relative; min-height: 27rem; overflow: hidden; border-radius: .8rem; background: #393536; box-shadow: 0 2rem 5rem rgba(0,0,0,.3); }
.story-spotlight__slides { position: absolute; inset: 0; }
.story-spotlight__slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .55s ease, visibility .55s; }
.story-spotlight__slide.is-active { visibility: visible; opacity: 1; }
.story-spotlight__slide img { width: 100%; height: 100%; object-fit: cover; }
.story-spotlight__slide::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,rgba(16,14,15,.94)); }
.story-spotlight__slide > div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 2rem 2rem 4.4rem; }
.story-spotlight__slide .meta { color: #87e7b2; }
.story-spotlight__slide h2 { max-width: 18ch; margin: 0; font-size: clamp(1.65rem,3vw,2.65rem); }
.story-spotlight__slide h2 a { text-decoration: none; }
.story-spotlight__slide h2 a:hover { text-decoration: underline; text-underline-offset: .25rem; }
.story-spotlight__controls { position: absolute; right: 1.5rem; bottom: 1.25rem; left: 1.5rem; z-index: 4; display: flex; align-items: center; justify-content: flex-end; gap: .8rem; }
.story-spotlight__controls > div { display: flex; gap: .4rem; margin-right: auto; }
.story-spotlight__controls button { width: 2.4rem; height: 2.4rem; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(35,31,32,.45); color: var(--white); cursor: pointer; }
.story-spotlight__controls > div button { width: 1.8rem; height: .2rem; border: 0; border-radius: 0; background: rgba(255,255,255,.4); }
.story-spotlight__controls > div button.is-active { background: var(--white); }
.story-spotlight__controls span { font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.story-library { background: var(--warm); }
.story-library__heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.story-library__heading h2 { margin-bottom: 0; }
.story-library__heading > p { max-width: 28rem; margin: 0; color: var(--muted); }
.story-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.story-card { overflow: hidden; border: 1px solid #e1dfdc; border-radius: .65rem; background: var(--white); transition: transform .2s, box-shadow .2s; }
.story-card:hover { transform: translateY(-.25rem); box-shadow: var(--shadow); }
.story-card__image { display: block; overflow: hidden; background: var(--soft-green); }
.story-card__image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s ease; }
.story-card:hover .story-card__image img { transform: scale(1.035); }
.story-card__body { padding: 1.4rem; }
.story-card__date { margin-bottom: .6rem; color: var(--red-deep); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.story-card h3 { margin-bottom: .75rem; font-size: 1.45rem; }
.story-card h3 a { text-decoration: none; }
.story-card h3 a:hover { color: var(--green-deep); text-decoration: underline; text-underline-offset: .2rem; }
.story-card__body > p:not(.story-card__date) { color: var(--muted); }
.story-card__read { color: var(--green-deep); font-weight: 700; text-underline-offset: .25rem; }
.story-header { padding-block: clamp(3.5rem,7vw,6rem); background: var(--warm); }
.story-header__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem,7vw,7rem); }
.story-back { display: inline-block; margin-bottom: 2.5rem; color: var(--green-deep); font-weight: 700; text-underline-offset: .25rem; }
.story-header h1 { max-width: 15ch; font-size: clamp(2.5rem,5vw,4.65rem); }
.story-deck { max-width: 41rem; color: #514c4e; font-size: clamp(1.15rem,2vw,1.4rem); }
.story-byline { display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; margin-top: 2rem; font-size: .9rem; font-weight: 700; }
.story-byline time { color: var(--muted); }
.story-header figure { position: relative; margin: 0; }
.story-header figure::before { content: ""; position: absolute; inset: -1rem 1rem 1rem -1rem; z-index: 0; border-radius: 10rem 10rem .7rem .7rem; background: var(--soft-green); }
.story-header figure img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; max-height: 42rem; border-radius: 10rem 10rem .7rem .7rem; object-fit: cover; box-shadow: var(--shadow); }
.story-reading-layout { display: grid; grid-template-columns: 10rem minmax(0,46rem); justify-content: center; gap: clamp(2rem,7vw,7rem); }
.story-reading-layout aside { align-self: start; position: sticky; top: 2rem; padding-top: .5rem; }
.story-reading-layout aside a { display: block; margin-block: .55rem; color: var(--green-deep); font-weight: 700; }
.story-prose { font-size: clamp(1.08rem,1.7vw,1.22rem); line-height: 1.8; }
.story-prose > p:first-child::first-letter { float: left; margin: .1rem .6rem 0 0; color: var(--green-deep); font-family: var(--display); font-size: 4.8rem; line-height: .76; }
.story-prose p { margin-bottom: 1.6rem; }
.story-endnote { margin-top: 3rem; padding: 1.5rem; border-left: .3rem solid var(--green-deep); background: var(--soft-green); }
.story-endnote p { margin: .4rem 0 0; font-size: .95rem; }
.related-stories { background: var(--warm); }
.story-card-grid--related .story-card__body { min-height: 9.5rem; display: flex; flex-direction: column; }
.story-card-grid--related .story-card__read { margin-top: auto; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; margin: 3rem 0 0; padding: 0; list-style: none; }
.pagination li { margin: 0; }
.pagination a { min-width: 2.75rem; min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; padding: .45rem .8rem; border: 1px solid #d4d0cd; border-radius: 50%; background: var(--white); color: var(--ink); font-weight: 700; text-decoration: none; transition: border-color .2s, background .2s, color .2s; }
.pagination a:hover { border-color: var(--green-deep); background: var(--soft-green); color: var(--green-deep); }
.pagination .active a { border-color: var(--green-deep); background: var(--green-deep); color: var(--white); }
.pagination .disabled a { opacity: .45; pointer-events: none; }
.reports-hero { padding-block: clamp(3.5rem,7vw,6rem); background: var(--soft-green); }
.reports-hero__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: clamp(3rem,8vw,8rem); }
.reports-hero h1 { max-width: 13ch; margin-bottom: 1rem; font-size: clamp(2.7rem,5vw,4.7rem); }
.reports-hero .hero__lead { margin-bottom: 0; }
.report-search { padding: clamp(1.3rem,3vw,2rem); border-radius: .7rem; background: var(--white); box-shadow: var(--shadow); }
.report-search label { display: block; margin-bottom: .55rem; font-weight: 700; }
.report-search > div { display: flex; }
.report-search input { min-width: 0; flex: 1; padding: .85rem; border: 1px solid #9ab7a7; border-radius: .4rem 0 0 .4rem; }
.report-search button { padding: .8rem 1rem; border: 0; border-radius: 0 .4rem .4rem 0; background: var(--green-deep); color: var(--white); font-weight: 700; }
.reports-library { background: var(--warm); }
.resource-filters { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2rem; }
.resource-filters a { padding: .65rem 1rem; border: 1px solid rgba(35,31,32,.18); border-radius: 999px; color: var(--ink); font-weight: 700; text-decoration: none; }
.resource-filters a:hover, .resource-filters a.is-active { border-color: var(--green-deep); background: var(--green-deep); color: var(--white); }
.report-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.report-card { overflow: hidden; border: 1px solid #e1dfdc; border-radius: .65rem; background: var(--white); transition: transform .2s, box-shadow .2s; }
.report-card:hover { transform: translateY(-.25rem); box-shadow: var(--shadow); }
.report-card__image { position: relative; overflow: hidden; background: var(--soft-green); }
.report-card__image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s; }
.report-card:hover .report-card__image img { transform: scale(1.035); }
.report-card__image span { position: absolute; top: 1rem; right: 1rem; padding: .35rem .55rem; border-radius: .3rem; background: var(--red-deep); color: var(--white); font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.report-card__body { padding: 1.5rem; }
.report-card__meta { margin-bottom: .55rem; color: var(--red-deep); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.report-card h3 { margin-bottom: .75rem; font-size: 1.5rem; }
.report-card__body > p:not(.report-card__meta) { color: var(--muted); }
.report-download { min-height: 3rem; display: flex; align-items: center; justify-content: space-between; margin-top: 1.4rem; padding: .75rem 1rem; border-radius: .4rem; background: var(--green-deep); color: var(--white); font-weight: 700; text-decoration: none; }
.report-download:hover { background: #004e2c; }
.donate-hero { overflow: hidden; background: linear-gradient(120deg,var(--green-deep),#00442d); color: var(--white); }
.donate-hero__grid { min-height: 41rem; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem,7vw,7rem); padding-block: 5rem; }
.donate-hero .eyebrow { color: #9ceabd; }
.donate-hero h1 { max-width: 12ch; color: var(--white); font-size: clamp(3rem,6vw,5.3rem); }
.donate-hero__grid > div > p:not(.eyebrow,.donate-handoff) { max-width: 43rem; color: #e4f0eb; font-size: 1.2rem; }
.donate-primary { margin-top: .8rem; }
.donate-handoff { margin: .9rem 0 0; color: #bed7cc; font-size: .84rem; }
.donate-hero figure { position: relative; margin: 0; }
.donate-hero figure::before { content: ""; position: absolute; inset: -1rem 1rem 1rem -1rem; border: 1px solid rgba(255,255,255,.24); border-radius: 50% 50% .7rem .7rem; }
.donate-hero img { position: relative; width: 100%; aspect-ratio: 4/5; border-radius: 50% 50% .7rem .7rem; object-fit: cover; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.25); }
.donate-hero figcaption { position: absolute; right: -1rem; bottom: 1.5rem; max-width: 17rem; padding: 1rem 1.2rem; border-left: .3rem solid var(--gold); background: var(--white); color: var(--ink); box-shadow: var(--shadow); font-weight: 700; }
.donate-purpose { background: var(--warm); }
.donate-purpose__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d8d5d2; border-left: 1px solid #d8d5d2; }
.donate-purpose__grid article { min-height: 18rem; padding: 2rem; border-right: 1px solid #d8d5d2; border-bottom: 1px solid #d8d5d2; background: var(--white); }
.donate-purpose__grid span { color: var(--red-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.donate-purpose__grid h3 { margin: 3rem 0 .75rem; font-size: 1.5rem; }
.donate-purpose__grid p { color: var(--muted); }
.donate-process { background: var(--white); }
.donate-process__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem,8vw,8rem); }
.donate-process h2 { max-width: 13ch; }
.donate-process ol { display: grid; margin: 2rem 0 0; padding: 0; list-style: none; counter-reset: donate-step; }
.donate-process li { display: grid; grid-template-columns: 11rem 1fr; gap: 1.5rem; padding-block: 1.2rem; border-top: 1px solid #ddd; counter-increment: donate-step; }
.donate-process li strong::before { content: "0" counter(donate-step) " "; color: var(--green-deep); }
.donate-process li span { color: var(--muted); }
.donate-process aside { align-self: start; padding: clamp(1.5rem,4vw,2.5rem); border-top: .35rem solid var(--red); background: var(--soft-green); }
.donate-process aside h3 { font-size: 1.6rem; }
.donate-process aside .button { width: 100%; margin-top: .5rem; }
.donate-privacy { display: block; margin-top: 1rem; color: var(--green-deep); font-weight: 700; text-align: center; }
.impact-data-hero { padding-block: clamp(4rem,8vw,7rem); overflow: hidden; background: var(--ink); color: var(--white); }
.impact-data-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(3rem,8vw,8rem); }
.impact-data-hero .eyebrow { color: #75dfa5; }
.impact-data-hero h1 { max-width: 14ch; }
.impact-data-hero .hero__lead { color: #d5d0d2; }
.impact-hero-visual { position: relative; padding: 1rem 1rem 0 0; }
.impact-hero-visual::before { content: ""; position: absolute; top: -1rem; right: -1rem; width: 42%; aspect-ratio: 1; border-radius: 50%; background: var(--red); opacity: .18; }
.impact-hero-visual > img { position: relative; z-index: 1; width: 100%; border-radius: .8rem; box-shadow: 0 2rem 5rem rgba(0,0,0,.35); }
.impact-period { padding: 1.6rem; border-left: .3rem solid var(--green); background: #302c2d; }
.impact-hero-visual .impact-period { position: relative; z-index: 2; width: calc(100% - 2rem); margin: -2.4rem 0 0 2rem; box-shadow: var(--shadow); }
.impact-period span { display: block; color: #bdb7b9; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.impact-period strong { display: block; margin-block: .35rem; font-family: var(--display); font-size: 2rem; }
.impact-period p { margin: 0; color: #d5d0d2; }
.impact-subnav { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #dedbd8; background: rgba(255,255,255,.96); }
.impact-subnav .container { display: flex; gap: 2rem; overflow-x: auto; padding-block: 1rem; }
.impact-subnav a { flex: none; color: var(--green-deep); font-weight: 700; text-underline-offset: .25rem; }
.impact-people { background: var(--warm); }
.impact-metric-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.impact-metric { padding: clamp(1.4rem,3vw,2rem); border: 1px solid #dedbd8; border-radius: .65rem; background: var(--white); }
.impact-metric__label { min-height: 2.7rem; margin-bottom: .3rem; color: var(--muted); font-weight: 700; }
.impact-metric__total { display: block; margin-bottom: 1.5rem; font-family: var(--display); font-size: clamp(2.5rem,5vw,4rem); line-height: 1; }
.impact-sex { display: grid; grid-template-columns: 9rem 1fr; align-items: center; gap: 1.5rem; padding-block: 1rem; border-block: 1px solid #eceae8; }
.impact-donut { width: 8.5rem; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--green-deep) 0 var(--male), var(--red) var(--male) var(--female-end), #c9c5c6 var(--female-end) 100%); }
.impact-donut::before { content: ""; grid-area: 1/1; width: 62%; aspect-ratio: 1; border-radius: 50%; background: var(--white); }
.impact-donut span { z-index: 1; grid-area: 1/1; font-size: .78rem; font-weight: 700; }
.impact-sex dl { margin: 0; }
.impact-sex dl div { display: flex; justify-content: space-between; gap: 1rem; margin-block: .45rem; }
.impact-sex dt { display: flex; align-items: center; gap: .45rem; }
.impact-sex dd { margin: 0; font-weight: 700; }
.impact-sex i { width: .65rem; height: .65rem; display: inline-block; border-radius: 50%; }
.legend-male { background: var(--green-deep); }.legend-female { background: var(--red); }.legend-unknown { background: #c9c5c6; }
.impact-ages { margin-top: 1.25rem; }
.impact-ages > div { display: grid; grid-template-columns: 5rem 1fr 4rem; align-items: center; gap: .7rem; margin-block: .55rem; font-size: .85rem; }
.impact-ages strong { text-align: right; }
.impact-age-track { height: .55rem; overflow: hidden; border-radius: 1rem; background: #e8e5e3; }
.impact-age-track i { height: 100%; display: block; border-radius: inherit; background: var(--green); }
.impact-bars { background: var(--white); }
.impact-bars--green { background: var(--soft-green); }
.impact-bar-chart { max-width: 62rem; }
.impact-bar-row { display: grid; grid-template-columns: 13rem 1fr 6rem; align-items: center; gap: 1rem; margin-block: 1.25rem; }
.impact-bar-row > span { font-weight: 700; }
.impact-bar-row > div { height: 2.25rem; background: rgba(35,31,32,.08); }
.impact-bar-row i { min-width: .2rem; height: 100%; display: block; background: var(--red-deep); }
.impact-bars--green .impact-bar-row i { background: var(--green-deep); }
.impact-bar-row strong { font-family: var(--display); font-size: 1.35rem; text-align: right; }
.impact-method { background: var(--ink); color: var(--white); }
.impact-method .eyebrow { color: #75dfa5; }
.impact-method__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,8rem); }
.impact-method__grid h3 { margin-top: 2rem; }
.impact-method__grid > div:last-child > h3:first-child { margin-top: 0; }
.impact-method__grid p { color: #d5d0d2; }
.safety-page { background: var(--warm); }
.safety-header { padding-block: 1rem; background: var(--ink); color: var(--white); }
.safety-header .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.safety-header a { color: var(--white); font-weight: 700; }
.quick-exit { padding: .6rem .9rem; border-radius: var(--radius); background: var(--white); color: var(--ink)!important; text-decoration: none; }
.safety-warning { margin: 2rem 0; padding: 1.25rem; border-left: .35rem solid var(--red-deep); background: var(--soft-red); }
.safety-warning h2, .privacy-note h2 { font-size: 1.2rem; }
.safety-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-block: 2rem; }
.safety-options article, .privacy-note { padding: 1.5rem; border: 1px solid #ddd; border-radius: var(--radius); background: var(--white); }
.safety-options a { color: var(--green-deep); font-weight: 700; }
.submission-success { margin-bottom: 2rem; padding: 1.25rem; border-left: .35rem solid var(--green-deep); background: var(--soft-green); }
.submission-success h2 { font-size: 1.2rem; }
.complaint-dialog { width: min(calc(100% - 2rem), 45rem); max-height: calc(100vh - 2rem); padding: 0; border: 0; border-radius: .75rem; box-shadow: 0 2rem 5rem rgba(0,0,0,.3); }
.complaint-dialog::backdrop { background: rgba(35,31,32,.72); }
.complaint-form { padding: clamp(1.25rem,4vw,2.25rem); }
.complaint-form > p { color: var(--muted); }
.complaint-form label { display: grid; gap: .35rem; margin-bottom: 1rem; font-weight: 700; }
.complaint-form label > span { color: var(--muted); font-size: .85rem; font-weight: 400; }
.complaint-form input, .complaint-form select, .complaint-form textarea { width: 100%; padding: .75rem; border: 1px solid #989294; border-radius: .35rem; background: var(--white); color: var(--ink); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.dialog-head h2 { margin-bottom: .5rem; font-size: clamp(1.8rem,4vw,2.6rem); }
.dialog-close { min-width: 2.75rem; min-height: 2.75rem; border: 0; border-radius: 50%; background: var(--surface); color: var(--ink); font-size: 1.8rem; cursor: pointer; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.check-field { display: flex!important; grid-template-columns: auto 1fr; align-items: flex-start; font-weight: 500!important; }
.check-field input { width: 1.2rem; height: 1.2rem; margin-top: .2rem; }
.dialog-actions { display: flex; justify-content: flex-end; gap: .75rem; margin-top: 1.5rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.empty-state { grid-column: 1/-1; padding: 3rem; border: 1px dashed #aaa; border-radius: var(--radius); }
.page-hero { position: relative; overflow: hidden; padding-block: clamp(4.5rem,9vw,8rem); background: var(--warm); }
.page-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.page-hero__grid > div:first-child { position: relative; z-index: 2; }
.page-hero h1 { max-width: 14ch; }
.page-hero p:not(.eyebrow) { max-width: 43rem; margin-bottom: 2rem; color: #555052; font-size: clamp(1.2rem,2vw,1.45rem); }
.page-hero__shape { position: relative; min-height: 21rem; border-radius: 50% 50% .75rem .75rem; background: var(--soft-green); }
.page-hero__shape::before { content: ""; position: absolute; left: -12%; bottom: 10%; width: 76%; height: 42%; border-radius: 12rem 12rem .4rem .4rem; background: var(--green-deep); }
.page-hero__shape::after { content: ""; position: absolute; right: -8%; top: 12%; width: 58%; height: 58%; border-radius: 50%; background: var(--red); opacity: .92; }
.page-hero__shape span { position: absolute; z-index: 2; left: 20%; top: 19%; width: 44%; height: 44%; border-radius: .6rem; background: var(--white); box-shadow: var(--shadow); transform: rotate(-7deg); }
.page-hero--impact .page-hero__shape, .page-hero--network .page-hero__shape { background: var(--soft-red); }
.page-subnav { border-block: 1px solid #dedbd8; background: var(--white); }
.page-subnav .container { display: flex; gap: 2rem; overflow-x: auto; padding-block: 1rem; }
.page-subnav a { flex: none; color: var(--green-deep); font-weight: 700; text-underline-offset: .3rem; }
.page-sections { background: var(--white); }
.page-section { display: grid; grid-template-columns: 6rem 1fr; gap: clamp(1.5rem,5vw,5rem); max-width: 62rem; margin-inline: auto; padding-block: clamp(2.5rem,5vw,4.5rem); border-bottom: 1px solid #dedbd8; scroll-margin-top: 8rem; }
.page-section:last-child { border-bottom: 0; }
.page-section__number { color: var(--red-deep); font-family: var(--display); font-size: 1.1rem; font-weight: 700; }
.page-section h2 { max-width: 17ch; font-size: clamp(1.8rem,3.3vw,3rem); }
.page-section div > p { max-width: 46rem; color: var(--muted); font-size: 1.2rem; }
.inner-action { background: var(--soft-green); }
.inner-action__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,8vw,8rem); align-items: center; }
.inner-action__grid h2 { max-width: 12ch; }
.inner-action__grid > div:last-child p { max-width: 32rem; font-size: 1.12rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 3rem; }
.footer-grid h2 { margin-bottom: 1rem; font-size: 1rem; }
.footer-grid a { display: block; margin-block: .5rem; color: #e6e2e3; text-underline-offset: .2rem; }
.footer-grid p { color: #bdb7b9; }
.footer-brand img { width: 12rem; height: 8rem; margin-bottom: 1rem; object-fit: contain; background: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-block: 1.5rem; border-top: 1px solid #4a4547; font-size: .9rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }

/* Our Work */
.work-hero { overflow: hidden; padding-block: clamp(4rem,8vw,7.5rem); background: linear-gradient(120deg,var(--warm) 0 70%,var(--soft-green) 70%); }
.work-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem,7vw,7rem); }
.work-hero h1 { max-width: 12ch; }
.work-hero__grid > div > p:not(.eyebrow) { max-width: 43rem; color: #514b4d; font-size: 1.2rem; }
.work-hero__media { position: relative; margin: 0; }
.work-hero__media::before { content: ""; position: absolute; inset: -1.5rem -3rem 2rem 20%; z-index: 0; border-radius: 50% 0 0 50%; background: var(--green-deep); opacity: .12; }
.work-hero__media img { position: relative; width: 100%; aspect-ratio: 4/5; border-radius: 12rem 12rem .6rem .6rem; object-fit: cover; box-shadow: var(--shadow); }
.work-hero__media figcaption { position: absolute; right: -1rem; bottom: 1.5rem; max-width: 17rem; padding: 1rem 1.25rem; border-left: .3rem solid var(--red); background: var(--white); box-shadow: var(--shadow); font-weight: 700; }
.work-model { background: var(--white); }
.work-path { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid #d8d5d2; list-style: none; }
.work-path li { padding: 2rem; border-right: 1px solid #d8d5d2; }
.work-path li:first-child { border-left: 1px solid #d8d5d2; }
.work-path span, .priority-grid span, .practice-grid span { color: var(--red-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.work-path h3 { margin: 2rem 0 .6rem; font-size: 1.55rem; }
.work-path p { margin: 0; color: var(--muted); }
.work-priorities { background: var(--ink); color: var(--white); }
.work-priorities .eyebrow { color: #76dfa5; }
.work-priorities h2 { max-width: 16ch; }
.priority-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1px; margin-top: 3rem; background: #514b4d; }
.priority-grid article { grid-column: span 2; min-height: 17rem; padding: 2rem; background: var(--ink); }
.priority-grid article:nth-child(4) { grid-column: 2/span 2; }
.priority-grid h3 { margin: 2.5rem 0 .75rem; font-size: 1.45rem; }
.priority-grid p { color: #cbc6c7; }
.work-programmes { background: var(--warm); }
.work-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.work-card { overflow: hidden; border: 1px solid #e0ddda; border-radius: .65rem; background: var(--white); }
.work-card__image { display: block; overflow: hidden; }
.work-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .35s ease; }
.work-card:hover img { transform: scale(1.035); }
.work-card > div { padding: 1.5rem; }
.work-card h3 { margin: .4rem 0 .7rem; font-size: 1.45rem; }
.work-card h3 a { text-decoration: none; }
.work-card h3 a:hover { color: var(--green-deep); text-decoration: underline; text-underline-offset: .2rem; }
.work-card > div > p:not(.meta) { color: var(--muted); }
.evidence-band { background: var(--green-deep); color: var(--white); }
.evidence-band__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.evidence-band .eyebrow { color: #9cedbd; }
.evidence-band h2 { max-width: 15ch; margin: 0; }
.evidence-band__grid > div:last-child > p { font-size: 1.15rem; }
.programme-hero { overflow: hidden; padding-block: clamp(3.5rem,7vw,6.5rem); background: var(--ink); color: var(--white); }
.programme-hero__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem,7vw,7rem); }
.programme-hero .eyebrow { color: #79e1a8; }
.programme-hero h1 { max-width: 12ch; font-size: clamp(2.7rem,5.3vw,4.8rem); }
.programme-hero .hero__lead { color: #d9d5d6; }
.programme-hero figure { margin: 0; }
.programme-hero img { width: 100%; aspect-ratio: 4/3; border-radius: 50% 50% .6rem .6rem; object-fit: cover; }
.programme-back { display: inline-block; margin-bottom: 2.2rem; color: #d6d0d2; font-weight: 700; text-underline-offset: .25rem; }
.programme-intro__grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: clamp(2rem,8vw,8rem); }
.programme-intro h2 { max-width: 22ch; font-size: clamp(2rem,4vw,3.25rem); }
.programme-intro__grid > div > p { max-width: 49rem; color: var(--muted); font-size: 1.2rem; }
.programme-approach { background: var(--soft-green); }
.programme-two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,8rem); }
.programme-two-col > div:last-child { color: #405148; font-size: 1.18rem; }
.programme-practice { background: var(--warm); }
.practice-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; margin: 0; padding: 0; background: #d7d3d0; list-style: none; }
.practice-grid li { min-height: 12rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; background: var(--white); }
.practice-grid strong { font-family: var(--display); font-size: 1.12rem; line-height: 1.3; }
.participation-panel__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.participation-panel figure { margin: 0; }
.participation-panel img { width: 100%; aspect-ratio: 4/5; border-radius: 10rem 10rem .5rem .5rem; object-fit: cover; }
.participation-panel__grid > div > p:not(.eyebrow) { font-size: 1.12rem; }
.safeguarding-note { padding: 1rem 1.2rem; border-left: .25rem solid var(--red); background: var(--soft-red); color: #634247; font-size: .95rem!important; }
.programme-next { background: var(--warm); }
.programme-next__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.programme-next__grid h2 { max-width: 15ch; }
.programme-next__actions { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }

/* About VNZ */
.about-hero { overflow: hidden; padding-block: clamp(4rem,8vw,7.5rem); background: var(--warm); }
.about-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.about-hero h1 { max-width: 11ch; }
.about-hero__grid > div > p:not(.eyebrow) { max-width: 42rem; color: #514b4d; font-size: 1.22rem; }
.about-hero__media { position: relative; margin: 0; }
.about-hero__media::before { content: ""; position: absolute; inset: -1.5rem 25% 2.5rem -2.5rem; border-radius: 50% 50% .5rem .5rem; background: var(--soft-red); }
.about-hero__media img { position: relative; width: 100%; aspect-ratio: 4/5; border-radius: 50% 50% .6rem .6rem; object-fit: cover; box-shadow: var(--shadow); }
.about-hero__media figcaption { position: absolute; right: -1rem; bottom: 1.5rem; display: grid; max-width: 17rem; padding: 1rem 1.25rem; border-left: .3rem solid var(--green); background: var(--white); box-shadow: var(--shadow); }
.about-hero__media figcaption span { color: var(--muted); font-size: .9rem; }
.about-purpose__grid { display: grid; grid-template-columns: .4fr 1.6fr; gap: clamp(2rem,8vw,8rem); }
.about-purpose h2 { max-width: 18ch; }
.about-purpose__grid > div > p { max-width: 50rem; color: var(--muted); font-size: 1.22rem; }
.about-pillars { background: var(--ink); color: var(--white); }
.about-pillars .eyebrow { color: #77e0a7; }
.about-pillars .section-heading > p { color: #c8c3c4; }
.about-pillar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #504a4c; }
.about-pillar-grid article { min-height: 19rem; padding: 2rem; background: var(--ink); }
.about-pillar-grid span { color: #72dda2; font-family: var(--display); font-size: .8rem; font-weight: 700; }
.about-pillar-grid h3 { margin: 2.7rem 0 .75rem; font-size: 1.45rem; }
.about-pillar-grid p { color: #cbc6c7; }
.about-identity__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.about-identity figure { margin: 0; }
.about-identity img { width: 100%; aspect-ratio: 4/5; border-radius: 10rem 10rem .5rem .5rem; object-fit: cover; }
.about-identity__grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.13rem; }
.about-framework { background: var(--soft-green); }
.about-framework h2 { max-width: 15ch; }
.framework-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3rem; }
.framework-grid article { min-height: 15rem; padding: 2rem; border-top: .3rem solid var(--green-deep); background: var(--white); }
.framework-grid article:nth-child(2) { border-color: var(--red); }
.framework-grid h3 { margin-top: 2rem; font-size: 1.65rem; }
.framework-grid p { color: var(--muted); }
.about-values__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem,8vw,8rem); }
.about-values dl { margin: 0; border-top: 1px solid #d9d5d2; }
.about-values dl > div { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; padding-block: 1.3rem; border-bottom: 1px solid #d9d5d2; }
.about-values dt { font-family: var(--display); font-size: 1.3rem; font-weight: 700; }
.about-values dd { margin: 0; color: var(--muted); }
.about-links { background: var(--warm); }
.about-link-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.about-link-grid a { min-height: 15rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.75rem; border: 1px solid #ddd9d6; border-radius: var(--radius); background: var(--white); color: var(--ink); text-decoration: none; }
.about-link-grid a:hover { border-color: var(--green-deep); box-shadow: var(--shadow); transform: translateY(-.2rem); }
.about-link-grid span { color: var(--red-deep); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.about-link-grid strong { font-family: var(--display); font-size: 1.45rem; line-height: 1.3; }
.about-detail-hero { overflow: hidden; padding-block: clamp(3.5rem,7vw,6.5rem); background: linear-gradient(115deg,var(--ink) 0 72%,#333f38 72%); color: var(--white); }
.about-detail-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.about-detail-hero .eyebrow { color: #7fe4ad; }
.about-detail-hero h1 { max-width: 12ch; font-size: clamp(2.8rem,5.5vw,4.9rem); }
.about-detail-hero .hero__lead { color: #d7d2d3; }
.about-detail-hero figure { margin: 0; }
.about-detail-hero img { width: 100%; aspect-ratio: 4/3; border-radius: 50% 50% .6rem .6rem; object-fit: cover; }
.about-detail-section__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem,8vw,8rem); }
.about-detail-section--tint { background: var(--warm); }
.about-detail-section__number { color: var(--red-deep); font-family: var(--display); font-size: .85rem; font-weight: 700; }
.about-detail-section h2 { max-width: 12ch; font-size: clamp(2rem,4vw,3.25rem); }
.about-detail-section__lead { color: #4d4849; font-size: 1.2rem; }
.about-detail-list { margin: 2rem 0 0; padding: 0; border-top: 1px solid #d9d5d2; list-style: none; }
.about-detail-list li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid #d9d5d2; font-weight: 700; }
.about-detail-list li::before { content: "✓"; position: absolute; left: .2rem; color: var(--green-deep); }
.about-detail-cta { background: var(--green-deep); color: var(--white); }
.about-detail-cta__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.about-detail-cta .eyebrow { color: #9ceabd; }
.about-detail-cta h2 { max-width: 15ch; margin: 0; }
.about-detail-cta__grid > div:last-child > p { font-size: 1.12rem; }

/* Why a network */
.network-hero { position: relative; min-height: clamp(39rem,calc(100svh - 9.75rem),50rem); display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.network-hero__image, .network-hero__shade { position: absolute; inset: 0; }
.network-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.network-hero__shade { background: linear-gradient(90deg,rgba(18,16,17,.92) 0%,rgba(18,16,17,.76) 48%,rgba(18,16,17,.2) 82%),linear-gradient(0deg,rgba(18,16,17,.45),transparent 55%); }
.network-hero__content { position: relative; z-index: 2; padding-block: 5rem 8rem; }
.network-hero .eyebrow { color: #86e8b2; }
.network-hero h1 { max-width: 14ch; color: var(--white); }
.network-hero__content > p:not(.eyebrow) { max-width: 42rem; color: #ebe7e8; font-size: clamp(1.1rem,2vw,1.32rem); }
.network-hero__link, .network-final__link { padding: .7rem .2rem; color: var(--white); font-weight: 700; text-underline-offset: .3rem; }
.network-jump { position: sticky; top: 7rem; z-index: 20; border-bottom: 1px solid #dedbd8; background: rgba(255,255,255,.96); box-shadow: 0 .35rem 1rem rgba(35,31,32,.04); backdrop-filter: blur(10px); }
.network-jump .container { min-height: 4rem; display: flex; align-items: center; gap: clamp(1rem,3vw,2rem); overflow-x: auto; }
.network-jump strong { color: var(--ink); font-family: var(--display); white-space: nowrap; }
.network-jump a { color: var(--green-deep); font-size: .88rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.network-jump a:hover { text-decoration: underline; text-underline-offset: .3rem; }
.network-case__grid { display: grid; grid-template-columns: .4fr 1.6fr; gap: clamp(2rem,8vw,8rem); }
.network-case h2 { max-width: 21ch; }
.network-case__grid > div > p { max-width: 51rem; color: var(--muted); font-size: 1.22rem; }
.network-outcomes { background: var(--warm); }
.network-outcome-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #d8d4d1; }
.network-outcome-grid article { min-height: 19rem; padding: 2rem; background: var(--white); }
.network-outcome-grid span, .network-flow > li > span { color: var(--red-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.network-outcome-grid h3 { margin: 2.6rem 0 .75rem; font-size: 1.5rem; }
.network-outcome-grid p { color: var(--muted); }
.network-sustainability__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.network-sustainability figure { position: relative; margin: 0; }
.network-sustainability figure::before { content: ""; position: absolute; inset: 2rem -2rem -2rem 25%; z-index: -1; border-radius: 50% 50% 0 0; background: var(--soft-green); }
.network-sustainability img { width: 100%; aspect-ratio: 4/5; border-radius: 10rem 10rem .5rem .5rem; object-fit: cover; }
.network-sustainability figcaption { position: absolute; right: -1rem; bottom: 1.5rem; max-width: 16rem; padding: 1rem 1.2rem; border-left: .3rem solid var(--green); background: var(--white); box-shadow: var(--shadow); font-weight: 700; }
.network-sustainability__grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.13rem; }
.network-check-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.network-check-list li { position: relative; padding: .85rem 0 .85rem 2rem; border-bottom: 1px solid #ddd9d6; font-weight: 700; }
.network-check-list li::before { content: "✓"; position: absolute; left: .2rem; color: var(--green-deep); }
.shared-ownership { background: var(--ink); color: var(--white); }
.shared-ownership .eyebrow { color: #78e1a8; }
.shared-ownership__intro { max-width: 52rem; }
.shared-ownership__intro > p:not(.eyebrow) { color: #cbc6c7; font-size: 1.15rem; }
.ownership-map { display: grid; grid-template-columns: repeat(6,1fr); gap: 1px; margin-top: 3.5rem; background: #514b4d; }
.ownership-map article { grid-column: span 2; min-height: 14rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.75rem; background: var(--ink); }
.ownership-map article:nth-child(4) { grid-column: 2/span 2; }
.ownership-map span { color: #7de3ab; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ownership-map h3 { margin: 2rem 0 0; color: var(--white); font-size: 1.35rem; }
.network-how { background: var(--white); }
.network-flow { margin: 0; padding: 0; border-top: 1px solid #d9d5d2; list-style: none; }
.network-flow > li { display: grid; grid-template-columns: 5rem .65fr 1.35fr; gap: 2rem; align-items: baseline; padding: 1.35rem 1rem; border-bottom: 1px solid #d9d5d2; }
.network-flow > li > div { display: contents; }
.network-flow h3 { margin: 0; font-size: 1.5rem; }
.network-flow p { margin: 0; color: var(--muted); }
.network-global { border-block: 1px solid #d8e7df; background: linear-gradient(135deg,#f5faf7 0%,var(--soft-green) 100%); }
.network-global__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.network-global h2 { max-width: 17ch; margin: 0; }
.network-global__grid > div:last-child > p { max-width: 40rem; margin-bottom: 1.5rem; color: #435149; font-size: 1.1rem; }
.network-belonging { background: var(--soft-green); }
.network-belonging__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,8vw,8rem); }
.network-belonging__grid > div:first-child > p:not(.eyebrow) { color: #435149; font-size: 1.12rem; }
.belonging-list { border-top: 1px solid #a9c6b6; }
.belonging-list > div { display: grid; grid-template-columns: .45fr 1.55fr; gap: 1.5rem; padding: 1.1rem 0; border-bottom: 1px solid #a9c6b6; }
.belonging-list strong { font-family: var(--display); font-size: 1.25rem; }
.belonging-list span { color: #435149; }
.network-final { background: var(--green-deep); color: var(--white); }
.network-final__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.network-final .eyebrow { color: #9ceabd; }
.network-final h2 { max-width: 17ch; margin: 0; }
.network-final__grid > div:last-child > p { font-size: 1.16rem; }

/* Global activities */
.global-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.global-hero__grid { min-height: 39rem; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem,8vw,8rem); padding-block: 5rem; }
.global-hero .eyebrow { color: #83e4af; }
.global-hero h1 { max-width: 13ch; color: var(--white); }
.global-hero__grid > div:first-child > p:not(.eyebrow) { max-width: 42rem; color: #d8d2d4; font-size: 1.2rem; }
.global-hero__rings { position: relative; width: min(30rem,80vw); aspect-ratio: 1; justify-self: center; }
.global-hero__rings span { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; font-family: var(--display); font-weight: 600; }
.global-hero__rings span:nth-child(1) { inset: 0 50% 50% 0; background: rgba(0,166,80,.2); }
.global-hero__rings span:nth-child(2) { inset: 0 0 50% 50%; background: rgba(227,52,57,.2); }
.global-hero__rings span:nth-child(3) { inset: 50% 50% 0 0; background: rgba(242,181,68,.16); }
.global-hero__rings span:nth-child(4) { inset: 50% 0 0 50%; background: rgba(255,255,255,.08); }
.global-intro { padding-bottom: 3rem; }
.global-listing { padding-top: 0; background: var(--white); }
.global-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.global-card-grid article { position: relative; min-height: 23rem; display: flex; flex-direction: column; padding: clamp(1.6rem,4vw,2.5rem); border: 1px solid #dedbd8; border-radius: var(--radius); background: var(--warm); }
.global-card__number { align-self: flex-end; color: #b7c0bc; font-family: var(--display); }
.global-card-grid h2 { max-width: 14ch; margin: 1rem 0; font-size: clamp(1.8rem,3vw,2.7rem); }
.global-card-grid article > p:not(.eyebrow) { max-width: 31rem; color: var(--muted); }
.global-card-grid article > a { margin-top: auto; color: var(--green-deep); font-weight: 700; text-underline-offset: .3rem; }
.global-source { background: var(--soft-green); }
.global-source__grid,.activity-source__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.global-source h2,.activity-source h2 { margin: 0; }
.global-source__grid > div:last-child > p { color: #435149; font-size: 1.1rem; }
.activity-hero { background: var(--warm); }
.activity-hero__grid { min-height: 40rem; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem,7vw,7rem); padding-block: 4rem; }
.activity-back { display: inline-block; margin-bottom: 2.5rem; color: var(--green-deep); font-weight: 700; text-underline-offset: .3rem; }
.activity-hero h1 { max-width: 13ch; }
.activity-hero__grid > div > p:not(.eyebrow) { max-width: 40rem; color: var(--muted); font-size: 1.18rem; }
.activity-hero figure { position: relative; margin: 0; }
.activity-hero figure::before { content: ""; position: absolute; inset: -1rem 1rem 1rem -1rem; z-index: 0; border-radius: 50% 50% .75rem .75rem; background: var(--soft-green); }
.activity-hero img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; border-radius: 48% 48% .65rem .65rem; object-fit: cover; box-shadow: var(--shadow); }
.activity-section-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #d9d5d2; }
.activity-section-grid article { min-height: 22rem; padding: 2rem; background: var(--white); }
.activity-section-grid span { color: var(--red-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.activity-section-grid h2 { margin: 2.5rem 0 1rem; font-size: 1.7rem; }
.activity-section-grid p { color: var(--muted); }
.activity-practice { background: var(--soft-green); }
.activity-practice__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); }
.activity-practice__grid > div > p:not(.eyebrow) { color: #435149; }
.activity-practice ol { margin: 0; padding: 0; border-top: 1px solid #a9c6b6; list-style: none; counter-reset: practice; }
.activity-practice li { counter-increment: practice; display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #a9c6b6; }
.activity-practice li::before { content: "0" counter(practice); color: var(--green-deep); font-family: var(--display); font-weight: 700; }
.activity-source { background: var(--green-deep); color: var(--white); }
.activity-source .eyebrow { color: #9ceabd; }
.activity-source__grid > div:last-child > p { font-size: 1.1rem; }

/* Global Youth Platform */
.work-card--gyp { border-color: #a9d9c4; background: linear-gradient(180deg,#f3fbf7,#fff); }
.gyp-hero { position: relative; overflow: hidden; background: linear-gradient(135deg,#063f34 0%,#006b3c 68%,#008c54 100%); color: var(--white); }
.gyp-hero::after { content: ""; position: absolute; right: -13rem; bottom: -18rem; width: 36rem; height: 36rem; border: 5rem solid rgba(255,255,255,.08); border-radius: 50%; }
.gyp-hero__grid { position: relative; z-index: 1; min-height: 42rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(3rem,8vw,8rem); padding-block: 5rem; }
.gyp-hero .programme-back,.gyp-hero__link { color: var(--white); }
.gyp-hero .eyebrow { color: #9ceabd; }
.gyp-hero h1 { max-width: 12ch; color: var(--white); }
.gyp-hero__grid > div:first-child > p:not(.eyebrow) { max-width: 45rem; color: #e3f0eb; font-size: clamp(1.1rem,2vw,1.3rem); }
.gyp-hero__link { padding: .7rem .2rem; font-weight: 700; text-underline-offset: .3rem; }
.gyp-hero__media { position: relative; margin: 0; }
.gyp-hero__media::before { content: ""; position: absolute; inset: -1rem 1rem 1rem -1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 48% 48% .75rem .75rem; }
.gyp-hero__media img { position: relative; width: 100%; aspect-ratio: 4/5; border-radius: 48% 48% .75rem .75rem; object-fit: cover; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.25); }
.gyp-hero__media figcaption { position: absolute; right: -1rem; bottom: 1.5rem; max-width: 18rem; display: grid; gap: .25rem; padding: 1rem 1.15rem; border-left: .3rem solid var(--gold); border-radius: .35rem; background: var(--white); box-shadow: var(--shadow); color: var(--ink); }
.gyp-hero__media figcaption strong { font-family: var(--display); font-size: 1.05rem; line-height: 1.2; }
.gyp-hero__media figcaption span { color: var(--muted); font-size: .8rem; }
.gyp-story__grid { display: grid; grid-template-columns: .4fr 1.6fr; gap: clamp(2rem,8vw,8rem); }
.gyp-story__grid h2 { max-width: 20ch; }
.gyp-story__grid > div > p { max-width: 50rem; color: var(--muted); font-size: 1.12rem; }
.gyp-approach { background: var(--warm); }
.gyp-principles { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #d8d4d1; }
.gyp-principles article { min-height: 18rem; padding: 2rem; background: var(--white); }
.gyp-principles span { color: var(--red-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.gyp-principles h3 { margin: 2.5rem 0 .75rem; font-size: 1.5rem; }
.gyp-principles p { color: var(--muted); }
.gyp-focus__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.gyp-focus figure { margin: 0; }
.gyp-focus img { width: 100%; aspect-ratio: 4/5; border-radius: 9rem 9rem .5rem .5rem; object-fit: cover; }
.gyp-focus__grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.gyp-channel-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.gyp-channel-list span { padding: .45rem .7rem; border-radius: 99px; background: var(--soft-green); color: var(--green-deep); font-size: .8rem; font-weight: 700; }
.gyp-achievements { background: var(--ink); color: var(--white); }
.gyp-achievements .eyebrow { color: #83e4af; }
.gyp-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-bottom: 2rem; background: #514b4d; }
.gyp-stats article { min-height: 13rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.7rem; background: var(--ink); }
.gyp-stats strong { color: #8ce5b3; font-family: var(--display); font-size: clamp(2.5rem,5vw,4rem); line-height: 1; }
.gyp-stats span { color: #d8d2d4; }
.gyp-achievement-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.gyp-achievement-list li { padding: 1rem 1.1rem; border-left: .22rem solid var(--green); background: #312d2e; color: #e5e0e1; }
.gyp-leadership { background: var(--soft-green); }
.gyp-leadership__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,8rem); }
.gyp-leadership__grid p { color: #435149; font-size: 1.08rem; }
.gyp-leadership blockquote { margin: 0 0 1.5rem; padding-left: 1.4rem; border-left: .3rem solid var(--green-deep); color: #23443b; font-family: var(--display); font-size: clamp(1.55rem,3vw,2.2rem); line-height: 1.25; }

/* Safeguarding */
.safeguarding-hero { overflow: hidden; padding-block: clamp(3.5rem,7vw,6.5rem); background: var(--ink); color: var(--white); }
.safeguarding-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.safeguarding-hero .eyebrow { color: #81e5ae; }
.safeguarding-hero h1 { max-width: 13ch; color: var(--white); font-size: clamp(2.8rem,5.4vw,4.9rem); }
.safeguarding-hero__grid > div > p:not(.eyebrow) { max-width: 42rem; color: #d8d3d4; font-size: 1.2rem; }
.safeguarding-hero figure { position: relative; margin: 0; }
.safeguarding-hero img { width: 100%; aspect-ratio: 4/5; border-radius: 50% 50% .6rem .6rem; object-fit: cover; }
.safeguarding-hero figcaption { position: absolute; right: -1rem; bottom: 1.5rem; max-width: 18rem; padding: 1rem 1.2rem; border-left: .3rem solid var(--red); background: var(--white); color: var(--ink); box-shadow: var(--shadow); font-weight: 700; }
.safeguarding-hero__link { padding: .75rem .2rem; color: var(--white); font-weight: 700; text-underline-offset: .3rem; }
.safeguarding-alert { background: var(--red-deep); color: var(--white); }
.safeguarding-alert__inner { min-height: 5.5rem; display: grid; grid-template-columns: .55fr 1.45fr; align-items: center; gap: 2rem; padding-block: 1rem; }
.safeguarding-alert strong { font-family: var(--display); font-size: 1.2rem; }
.safeguarding-alert p { margin: 0; }
.safeguarding-intro__grid { display: grid; grid-template-columns: .4fr 1.6fr; gap: clamp(2rem,8vw,8rem); }
.safeguarding-intro h2 { max-width: 22ch; }
.safeguarding-intro__grid > div > p { max-width: 51rem; color: var(--muted); font-size: 1.2rem; }
.safeguarding-commitments { background: var(--warm); }
.commitment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.commitment-grid article { min-height: 17rem; padding: 1.75rem; border: 1px solid #dfdcd9; border-radius: var(--radius); background: var(--white); }
.commitment-grid span, .safeguarding-steps > li > span { color: var(--red-deep); font-family: var(--display); font-size: .8rem; font-weight: 700; }
.commitment-grid h3 { margin: 2.3rem 0 .7rem; font-size: 1.45rem; }
.commitment-grid p { color: var(--muted); }
.safeguarding-conduct { background: var(--ink); color: var(--white); }
.safeguarding-conduct__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,8vw,8rem); }
.safeguarding-conduct .eyebrow { color: #82e6af; }
.safeguarding-conduct__grid > div > p:not(.eyebrow) { color: #c9c4c5; }
.safeguarding-conduct ul { margin: 0; padding: 0; border-top: 1px solid #565052; list-style: none; }
.safeguarding-conduct li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid #565052; }
.safeguarding-conduct li::before { content: "✓"; position: absolute; left: .15rem; color: #82e6af; }
.safeguarding-survivor__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.safeguarding-survivor figure { margin: 0; }
.safeguarding-survivor img { width: 100%; aspect-ratio: 4/5; border-radius: 10rem 10rem .5rem .5rem; object-fit: cover; }
.safeguarding-survivor__grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.13rem; }
.support-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.support-tags span { padding: .6rem .8rem; border-radius: 2rem; background: var(--soft-green); color: var(--green-deep); font-weight: 700; }
.safeguarding-report { background: var(--soft-red); }
.safeguarding-report__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.safeguarding-report .eyebrow { color: var(--red-deep); }
.safeguarding-report__grid > div > p:not(.eyebrow) { color: #63484c; font-size: 1.08rem; }
.safeguarding-report aside { padding: 2rem; border-top: .3rem solid var(--red-deep); background: var(--white); box-shadow: var(--shadow); }
.safeguarding-report aside h3 { font-size: 1.5rem; }
.safeguarding-report aside p { color: var(--muted); }
.safeguarding-process { background: var(--white); }
.safeguarding-steps { margin: 0; padding: 0; border-top: 1px solid #d9d5d2; list-style: none; }
.safeguarding-steps > li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; padding: 1.3rem 1rem; border-bottom: 1px solid #d9d5d2; }
.safeguarding-steps h3 { margin: 0 0 .3rem; font-size: 1.35rem; }
.safeguarding-steps p { margin: 0; color: var(--muted); }
.safeguarding-partners { background: var(--soft-green); }
.safeguarding-partners__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.safeguarding-partners h2 { max-width: 16ch; margin: 0; }
.safeguarding-partners__grid > div:last-child > p { color: #435149; font-size: 1.14rem; }
.safeguarding-final { background: var(--green-deep); color: var(--white); }
.safeguarding-final__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(3rem,8vw,8rem); }
.safeguarding-final .eyebrow { color: #9ceabd; }
.safeguarding-final h2 { max-width: 19ch; margin: 0; }
.safeguarding-final__grid > div:last-child > p { font-size: 1.15rem; }

@media (max-width: 64rem) {
    .menu-button { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .75rem; }
    .menu-button__icon, .menu-button__icon::before, .menu-button__icon::after { width: 1.25rem; height: 2px; display: block; background: currentColor; }
    .menu-button__icon { position: relative; }
    .menu-button__icon::before, .menu-button__icon::after { content: ""; position: absolute; left: 0; }
    .menu-button__icon::before { top: -.4rem; } .menu-button__icon::after { top: .4rem; }
    .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; padding: 1rem; border-block: 1px solid #ddd; background: var(--white); box-shadow: var(--shadow); }
    .primary-nav[data-open] { display: grid; }
    .primary-nav a { min-height: 2.75rem; display: flex; align-items: center; padding-inline: .5rem; }
    .nav-group__trigger { justify-content: space-between; }
    .nav-group__trigger button { width: 100%; justify-content: space-between; padding: .4rem .5rem; }
    .mega-menu { position: static; border: 0; border-left: 3px solid var(--green-deep); box-shadow: none; }
    .mega-menu__grid { grid-template-columns: 1fr; gap: 1rem; padding: .75rem 0 .75rem 1rem; }
    .mega-menu__intro { display: none; }
    .mega-menu__links, .mega-menu__links--wide { grid-template-columns: 1fr; gap: .5rem; }
    .mega-menu__links h3 { margin-top: .75rem; }
    .mega-menu__links a { min-height: 2.5rem; }
    .nav-donate { justify-content: center; }
    .hero__grid { grid-template-columns: 1fr 1fr; }
    .pathway__steps { grid-template-columns: repeat(2,1fr); }
    .card-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
    .story-card-grid { grid-template-columns: repeat(2,1fr); }
    .report-card-grid { grid-template-columns: repeat(2,1fr); }
    .impact-metric-grid { grid-template-columns: 1fr; }
    .home-programme-grid { grid-template-columns: repeat(2,1fr); }
    .work-card-grid { grid-template-columns: repeat(2,1fr); }
    .work-path { grid-template-columns: repeat(2,1fr); }
    .priority-grid { grid-template-columns: repeat(2,1fr); }
    .priority-grid article, .priority-grid article:nth-child(4) { grid-column: auto; }
    .practice-grid { grid-template-columns: repeat(3,1fr); }
    .about-pillar-grid { grid-template-columns: repeat(2,1fr); }
    .about-link-grid { grid-template-columns: repeat(2,1fr); }
    .network-outcome-grid { grid-template-columns: repeat(2,1fr); }
    .ownership-map { grid-template-columns: repeat(2,1fr); }
    .ownership-map article, .ownership-map article:nth-child(4) { grid-column: auto; }
    .commitment-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 46rem) {
    html { scroll-padding-top: 5rem; }
    .safety-strip__inner { padding-block: .55rem; align-items: flex-start; }
    .safety-strip p { max-width: 13rem; }
    .header-inner { min-height: 4.75rem; }
    .brand { width: 8.75rem; height: 3.5rem; }
    .impact-slider { min-height: calc(100svh - 7.5rem); }
    .impact-slide__shade { background: linear-gradient(0deg, rgba(19,17,18,.92) 0%, rgba(19,17,18,.64) 62%, rgba(19,17,18,.22) 100%); }
    .impact-slide__content { justify-content: flex-end; padding-bottom: 7rem; }
    .impact-slide__content h1, .impact-slide__content h2 { font-size: clamp(2.35rem,12vw,3.5rem); }
    .impact-slide__content > p:not(.eyebrow) { font-size: 1.05rem; }
    .impact-slider__controls { bottom: 1.35rem; }
    .impact-slider__dots button { width: 1.3rem; }
    .impact-slider__dots button.is-active { width: 3rem; }
    .impact-slider__arrows { gap: .45rem; }
    .impact-slider__arrows button { width: 2.5rem; height: 2.5rem; }
    .impact-slider__arrows span { display: none; }
    .hero__grid, .intro__grid, .section-heading, .feature__grid, .knowledge__grid, .network__grid, .concern__grid, .viva-family__grid, .page-hero__grid, .inner-action__grid, .stories-hero__grid, .story-header__grid, .reports-hero__grid, .impact-data-hero__grid, .impact-method__grid, .work-hero__grid, .evidence-band__grid, .programme-hero__grid, .programme-intro__grid, .programme-two-col, .participation-panel__grid, .programme-next__grid, .about-hero__grid, .about-purpose__grid, .about-identity__grid, .about-values__grid, .about-detail-hero__grid, .about-detail-section__grid, .about-detail-cta__grid, .network-case__grid, .network-sustainability__grid, .network-global__grid, .network-belonging__grid, .network-final__grid, .global-hero__grid, .global-source__grid, .activity-hero__grid, .activity-practice__grid, .activity-source__grid, .gyp-hero__grid, .gyp-story__grid, .gyp-focus__grid, .gyp-leadership__grid, .safeguarding-hero__grid, .safeguarding-intro__grid, .safeguarding-conduct__grid, .safeguarding-survivor__grid, .safeguarding-report__grid, .safeguarding-partners__grid, .safeguarding-final__grid { grid-template-columns: 1fr; }
    .work-hero { background: var(--warm); }
    .donate-hero__grid, .donate-process__grid { grid-template-columns: 1fr; }
    .donate-hero__grid { padding-block: 4rem; }
    .donate-hero figure { max-width: 27rem; margin-inline: auto; }
    .donate-purpose__grid { grid-template-columns: 1fr; }
    .donate-process li { grid-template-columns: 1fr; gap: .35rem; }
    .work-hero__media { max-width: 28rem; margin-inline: auto; }
    .work-path, .priority-grid, .work-card-grid, .practice-grid { grid-template-columns: 1fr; }
    .about-pillar-grid, .framework-grid, .about-link-grid { grid-template-columns: 1fr; }
    .about-values dl > div { grid-template-columns: 1fr; gap: .35rem; }
    .about-detail-hero { background: var(--ink); }
    .network-hero__shade { background: linear-gradient(0deg,rgba(18,16,17,.94) 0%,rgba(18,16,17,.68) 68%,rgba(18,16,17,.3) 100%); }
    .network-hero__content { align-self: flex-end; padding-block: 5rem 7rem; }
    .network-jump { top: 5.5rem; }
    .network-outcome-grid, .ownership-map { grid-template-columns: 1fr; }
    .network-flow > li { grid-template-columns: 3rem 1fr; gap: 1rem; }
    .network-flow > li > div { display: block; }
    .network-flow h3 { margin-bottom: .35rem; }
    .belonging-list > div { grid-template-columns: 1fr; gap: .25rem; }
    .global-card-grid,.activity-section-grid { grid-template-columns: 1fr; }
    .gyp-principles,.gyp-stats,.gyp-achievement-list { grid-template-columns: 1fr; }
    .global-hero__grid { padding-block: 4rem; }
    .global-hero__rings { width: min(23rem,85vw); }
    .safeguarding-alert__inner { grid-template-columns: 1fr; gap: .35rem; }
    .commitment-grid { grid-template-columns: 1fr; }
    .safeguarding-hero figure { max-width: 27rem; margin-inline: auto; }
    .work-path li { border-left: 1px solid #d8d5d2; border-bottom: 1px solid #d8d5d2; }
    .story-spotlight { min-height: 23rem; }
    .story-library__heading { display: block; }
    .story-library__heading > p { margin-top: .75rem; }
    .story-card-grid { grid-template-columns: 1fr; }
    .report-card-grid { grid-template-columns: 1fr; }
    .impact-sex { grid-template-columns: 7.5rem 1fr; }
    .impact-donut { width: 7rem; }
    .impact-bar-row { grid-template-columns: 1fr 4.5rem; gap: .5rem; }
    .impact-bar-row > div { grid-column: 1/-1; grid-row: 2; height: 1.5rem; }
    .story-reading-layout { grid-template-columns: 1fr; }
    .story-reading-layout aside { position: static; display: flex; flex-wrap: wrap; gap: .5rem 1rem; padding-bottom: 1rem; border-bottom: 1px solid #ddd; }
    .story-reading-layout aside .eyebrow { width: 100%; }
    .hero__grid { padding-block: 3rem 4rem; }
    .hero__media { margin: 1.5rem 1rem 0; }
    .hero__media img { aspect-ratio: 4/3; border-radius: 8rem 8rem .5rem .5rem; }
    .hero__media figcaption { right: -.75rem; bottom: -.75rem; }
    .pathway__steps, .action-grid { grid-template-columns: 1fr; }
    .section-heading { gap: .5rem; }
    .pathway__heading { gap: 1.75rem; }
    .pathway__visual img { aspect-ratio: 6/5; }
    .card-grid, .story-grid { grid-template-columns: 1fr; }
    .listing-grid { grid-template-columns: 1fr; }
    .safety-options { grid-template-columns: 1fr; }
    .form-pair { grid-template-columns: 1fr; gap: 0; }
    .dialog-actions { flex-direction: column-reverse; }
    .programme-card { min-height: 16rem; }
    .home-proof__grid { grid-template-columns: repeat(2,1fr); }
    .home-proof__grid > div:nth-child(3) { border-top: 1px solid #dedbd8; }
    .home-proof__grid > div:nth-child(4) { border-top: 1px solid #dedbd8; }
    .home-programme-grid { grid-template-columns: 1fr; }
    .home-programme { min-height: 12rem; }
    .feature__media { max-width: 24rem; margin-inline: auto; }
    .feature__media img { max-height: 29rem; }
    .network__grid > div:last-child { padding-top: 0; }
    .viva-family__media { max-width: 27rem; width: 100%; margin-inline: auto; }
    .viva-family__media img { min-height: 17rem; }
    .page-hero__shape { min-height: 13rem; max-width: 23rem; width: 100%; margin-inline: auto; }
    .page-section { grid-template-columns: 3rem 1fr; gap: 1rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}

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