/*
Theme Name: El Shaddai Childrescue
Theme URI: https://childrescue.net/
Author: El Shaddai Charitable Trust
Description: Code-managed WordPress theme for the El Shaddai Childrescue website.
Version: 1.0.0
Text Domain: el-shaddai-childrescue
*/
:root {
  --black: #222328;
  --pink: #ee2bdd;
  --pale-pink: #fdf1fa;
  --orange: #f74f22;
  --lime: #8dcc3f;
  --muted: #707078;
  --line: #e8e5e7;
  --display: "Quicksand", sans-serif;
  --body: "Nunito Sans", sans-serif;
  --accent: "Amatic SC", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; color: var(--black); background: #fff; font-family: var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 58px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .6rem 1rem; color: #fff; background: var(--black); transition: top .2s; }
.skip-link:focus { top: 0; }

.kicker { margin: 0 0 6px; color: var(--pink); font: 700 clamp(1.7rem, 2.1vw, 2.25rem)/1 var(--accent); letter-spacing: .08em; text-transform: uppercase; }
.kicker--light { color: #fff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.4vw, 3.05rem); line-height: 1.28; letter-spacing: -.05em; }
.pill { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; border: 1px solid transparent; border-radius: 99px; font: 700 14px var(--display); letter-spacing: 0; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.pill:hover { transform: translateY(-3px); box-shadow: 0 9px 17px rgb(0 0 0 / .16); }
.pill--pink { color: #fff; background: var(--pink); }
.pill--light { color: var(--black); background: #fff; }

/* Header */
.topbar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 34px 0 16px; color: #fff; background: var(--lime); }
.topbar__date { display: flex; align-items: center; gap: 9px; font-size: 12px; line-height: 1.15; letter-spacing: .08em; }
.topbar__date b { font: 700 34px/1 var(--display); }
.topbar__details, .topbar__social { display: flex; align-items: center; }
.topbar__details { gap: 31px; font-size: 16px; }
.topbar__contact { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; letter-spacing: .01em; }
.topbar__contact svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.topbar__details > a + a { padding-left: 31px; border-left: 1px solid rgb(255 255 255 / .35); }
.topbar__social { gap: 10px; padding-left: 28px; border-left: 1px solid rgb(255 255 255 / .35); }
.topbar__social a { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border: 1px solid rgb(255 255 255 / .42); border-radius: 50%; transition: color .2s, background .2s, transform .2s; }
.topbar__social a:hover, .topbar__social a:focus-visible { color: var(--lime); background: #fff; transform: translateY(-2px); }
.topbar__social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.topbar__social .topbar__social-fill { fill: currentColor; stroke: none; }
.main-nav { min-height: 116px; display: flex; align-items: center; gap: 20px; padding: 8px 30px 8px 35px; color: var(--black); background: #fff; box-shadow: 0 2px 4px rgb(0 0 0 / .04); }
.brand { flex: 0 0 94px; }
.brand img { width: 94px; height: 100px; object-fit: contain; }
.main-nav__links { display: flex; align-items: center; justify-content: center; flex: 1; gap: 8px; }
.main-nav__links a { padding: 12px 14px; font: 700 16px var(--display); color: var(--black); }
.main-nav__links a:hover, .main-nav__links .is-active { color: var(--pink); }
.main-nav__donate { flex: 0 0 171px; }
.menu-button { display: none; color: #fff; background: none; border: 0; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

/* Hero and impact */
.hero { position: relative; height: 805px; display: grid; place-items: center; overflow: hidden; color: #fff; background: url("assets/hero.png") center / cover no-repeat; }
.hero__shade { position: absolute; inset: 0; background: rgb(0 0 0 / .36); }
.hero__content { position: relative; width: min(900px, calc(100% - 48px)); margin-top: 15px; text-align: center; }
.hero h1 { margin: 8px 0 42px; color: #fff; font-size: clamp(3.5rem, 6vw, 5rem); line-height: 1.17; letter-spacing: -.04em; }
.hero h1 span { font-weight: 700; }
.impact { min-height: 138px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 50px; color: #fff; background: var(--pink); }
.impact__item { display: flex; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid rgb(255 255 255 / .25); }
.impact__item:last-child { border: 0; }
.impact__item b { font: 700 48px/1 var(--display); letter-spacing: -.08em; }
.impact__item span { font: 700 16px/1.2 var(--display); text-transform: uppercase; }

/* Four tier / donation */
.four-tier { min-height: 534px; padding: 30px 0; }
.four-tier__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 454px; align-items: center; }
.four-tier__copy { max-width: 500px; padding-left: 15px; }
.four-tier__copy h2 { margin-bottom: 31px; font-size: 36px; }
.four-tier__copy > p:not(.kicker) { margin-bottom: 25px; color: #000; font-size: 16px; line-height: 1.85; }
.tier-art { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; padding: 0 10px; }
.tier-art img { width: 100%; height: 187px; object-fit: cover; border-radius: 18px; box-shadow: 0 12px 28px rgb(0 0 0 / .12); }
.heart-separator { position: relative; height: 183px; display: grid; place-items: end center; padding-bottom: 27px; text-align: center; }
.heart-separator > span { position: absolute; top: 18px; color: var(--pink); font: 700 34px/1 var(--display); }
.heart-separator h2 { margin: 0; font-size: 45px; }
.involved { min-height: 532px; padding: 15px 0 0; }
.donation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1300px; }
.donation-card { display: flex; flex-direction: column; align-items: center; min-height: 517px; padding: 20px 25px 25px; text-align: center; background: var(--pale-pink); border-radius: 20px; }
.donation-card img { width: 255px; height: 171px; object-fit: cover; border-radius: 14px; }
.donation-card h3 { margin: 34px 0 14px; font-size: 20px; text-transform: uppercase; }
.donation-card p { margin: 0; color: #716a70; font-size: 16px; line-height: 1.85; }
.donation-card .pill { min-width: 156px; min-height: 55px; margin-top: auto; padding-inline: 20px; text-transform: none; }

/* Programmes */
.programmes { position: relative; min-height: 771px; overflow: hidden; background: #fff url("assets/programmes-background.png") center / cover no-repeat; }
.programmes__backdrop { display: none; }
.programmes__content { position: relative; }
.center-heading { text-align: center; }
.center-heading h2 { margin-bottom: 29px; font-size: 42px; }
.programme-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 29px; margin: 0 0 38px; }
.programme-tabs button { height: 60px; color: #242228; background: #fff; border: 2px solid var(--pink); border-radius: 36px; font: 700 18px var(--display); }
.programme-tabs button.is-selected { color: #fff; background: var(--pink); }
.programme-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: clamp(24px, 3vw, 42px); min-height: 455px; padding: 40px clamp(28px, 5vw, 76px); overflow: hidden; background: #fff; border-radius: 13px; box-shadow: 0 12px 30px rgb(0 0 0 / .19); transition: opacity .16s ease, transform .16s ease; }
.programme-panel > div { min-width: 0; }
.programme-panel img { width: 100%; height: clamp(260px, 29vw, 372px); object-fit: cover; border-radius: 10px; }
.programme-panel h3 { margin-bottom: 16px; font-size: clamp(25px, 2.2vw, 30px); line-height: 1.2; overflow-wrap: anywhere; }
.programme-panel p { max-width: 100%; margin-bottom: 14px; overflow-wrap: anywhere; font-size: 16px; line-height: 1.75; }
.programme-panel.is-switching { opacity: 0; transform: translateY(-10px); }
.programme-panel.is-revealing { animation: programme-panel-reveal .28s ease both; }
@keyframes programme-panel-reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.under-link { display: inline-block; color: var(--black); border-bottom: 3px solid var(--pink); font: 700 16px var(--display); text-transform: uppercase; }

/* Purpose / contact */
.purpose { position: relative; min-height: 384px; padding: 0 0 37px; overflow: hidden; background: var(--pale-pink); }
.purpose::before { content: ""; position: absolute; top: -53px; left: calc(50% - 352px); width: 1492px; height: 368px; pointer-events: none; background: url("assets/purpose-flower.png") top left / 1492px 368px no-repeat; }
.purpose__intro { position: relative; z-index: 1; height: 151px; padding-top: 30px; text-align: center; }
.purpose__intro h2 { display: none; }
.purpose__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.purpose__grid article { min-height: 202px; padding: 28px 32px; text-align: center; background: #fff; }
.purpose__icon { display: none; }
.purpose__grid h3 { margin-bottom: 9px; font-size: 28px; }
.purpose__grid p { margin: 0; font-size: 18px; line-height: 1.85; }
.contact { min-height: 892px; padding: 53px 0 50px; background: #fff; }
.contact__heading { display: none; }
.contact__grid { display: grid; grid-template-columns: 450px 682px; gap: 30px; }
.contact-card { padding: 44px 50px; background: #fff; border-radius: 9px; box-shadow: 0 10px 25px rgb(0 0 0 / .22); }
.contact-card--details img { width: 356px; height: 274px; margin-bottom: 22px; object-fit: cover; }
.contact-card--details p { font-size: 16px; line-height: 1.85; }
.contact-card--details a { color: var(--pink); }
.whatsapp { display: inline-flex; align-items: center; gap: 16px; margin-top: 27px; color: #0645ed !important; font-size: 16px; }
.whatsapp::first-letter { color: #fff; }
.whatsapp { font-size: 30px; color: #149789 !important; }
.whatsapp span { color: #0645ed; font-size: 16px; }
.contact-form { display: grid; align-content: start; padding: 50px; }
.contact-form h2 { margin: 0 0 27px; font-size: 36px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 20px; font-size: 16px; }
.contact-form label b { color: var(--pink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 11px 15px; color: var(--black); outline: none; background: #fff; border: 1px solid #dddde1; border-radius: 8px; font-size: 16px; }
.contact-form input { height: 46px; }
.contact-form select { width: 185px; height: 40px; }
.contact-form textarea { height: 90px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgb(238 43 221 / .11); }
.contact-form .pill { justify-self: start; min-height: 50px; border: 0; text-transform: none; }
.form-status { min-height: 19px; margin: 10px 0 0; color: #148a52; font-size: 14px; }

/* Gallery / updates */
.gallery { min-height: 540px; padding-top: 45px; }
.gallery__heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 25px; }
.gallery__heading h2 { margin: 0; font-size: 40px; }
.gallery__masonry { width: min(1492px, calc(100vw - 16px)); margin-left: 50%; display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 188px; gap: 14px; overflow: hidden; max-height: 417px; transform: translateX(-50%); }
.gallery__masonry img { width: 100%; height: 100%; object-fit: cover; }
.gallery__masonry figure { position: relative; grid-row: span 2; margin: 0; }
.gallery__masonry figure img { height: 100%; }
.gallery__masonry figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 10px; color: #fff; background: var(--pink); font: 600 18px var(--display); text-align: center; }
.updates { min-height: 0; padding: 50px 0 56px; }
.updates .center-heading h2 { margin-bottom: 30px; font-size: 36px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.news-card { min-height: 450px; padding-bottom: 25px; background: #fff; box-shadow: 0 9px 24px rgb(0 0 0 / .14); }
.news-card__image { position: relative; height: 208px; overflow: hidden; }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; }
.news-card__image span { position: absolute; top: 14px; left: 30px; padding: 6px 15px; color: #fff; background: var(--pink); border-radius: 18px; font: 700 12px var(--display); }
.news-card__date { margin: 22px 30px 8px; color: var(--pink); font: 700 24px var(--accent); letter-spacing: .08em; text-transform: uppercase; }
.news-card h3 { margin: 0 30px; font-size: 24px; line-height: 1.32; }
.donate-banner { padding: 80px 0; color: #fff; text-align: center; background: var(--pink); }
.donate-banner h2 { color: #fff; }
.footer-spacer { height: 232px; }

/* Footer */
.site-footer { min-height: 732px; padding: 30px 0 0; color: #fff; background: var(--black); }
.footer-title { text-align: center; }
.footer-title .kicker { color: var(--orange); }
.footer-title h2 { color: #fff; font-size: 42px; text-transform: uppercase; }
.footer__grid { display: grid; grid-template-columns: 1.1fr 1.1fr 1fr 1fr; gap: 30px; padding: 72px 0 70px; }
.footer__grid p, .footer__grid a { display: block; margin: 0 0 13px; color: #fff; font-size: 16px; line-height: 1.9; }
.footer__grid h3 { margin-bottom: 23px; font-size: 18px; text-transform: uppercase; }
.footer__grid a:not(.pill) { color: var(--pink); }
.footer__grid .pill { margin-top: 31px; }
.footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff !important; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; }
.footer__social-row a:hover, .footer__social-row a:focus-visible { color: var(--pink) !important; border-color: var(--pink); }
.footer__social-row svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer__social-row .footer__social-fill { fill: currentColor; stroke: none; }
.footer__bottom { display: flex; justify-content: space-between; padding: 27px 0; border-top: 1px solid rgb(255 255 255 / .12); font-size: 16px; }

/* WordPress article archive */
.post-page { background: #fff; }
.post-article { width: min(100% - 40px, 940px); padding: 86px 0 96px; }
.post-article__header { max-width: 800px; margin: 0 auto 52px; text-align: center; }
.post-article__categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 19px; }
.post-article__categories span { padding: 6px 12px; color: var(--pink); background: var(--pale-pink); border-radius: 20px; font: 700 12px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.post-article h1 { margin: 0; color: var(--black); font: 700 clamp(36px, 5vw, 60px)/1.12 var(--display); }
.post-article__date { margin: 18px 0 0; color: #767078; font: 700 14px var(--display); }
.post-article__content { color: #343039; font: 400 17px/1.85 var(--body); }
.post-article__content > :first-child { margin-top: 0; }
.post-article__content p, .post-article__content ul, .post-article__content ol, .post-article__content blockquote { margin: 0 0 24px; }
.post-article__content h2, .post-article__content h3, .post-article__content h4 { margin: 44px 0 16px; color: var(--black); font-family: var(--display); line-height: 1.22; }
.post-article__content h2 { font-size: 32px; }
.post-article__content h3 { font-size: 26px; }
.post-article__content ul, .post-article__content ol { padding-left: 24px; }
.post-article__content li + li { margin-top: 7px; }
.post-article__content a { color: var(--pink); text-decoration: underline; text-underline-offset: 3px; }
.post-article__content img { display: block; width: auto; max-width: 100%; height: auto; margin: 32px auto; border-radius: 10px; }
.post-article__content figure { width: min(100%, 760px); margin: 34px auto; }
.post-article__content figure img { width: 100%; margin: 0; }
.post-article__content figcaption { margin-top: 9px; color: #767078; font-size: 13px; text-align: center; }
.post-article__content blockquote { padding: 22px 28px; color: var(--black); background: var(--pale-pink); border-left: 4px solid var(--pink); font: 700 20px/1.55 var(--display); }

@media (max-width: 720px) {
  .post-article { width: min(100% - 32px, 940px); padding: 54px 0 65px; }
  .post-article__header { margin-bottom: 34px; }
  .post-article__content { font-size: 16px; line-height: 1.75; }
  .post-article__content h2 { font-size: 27px; }
  .post-article__content h3 { font-size: 23px; }
}

/* Our Story */
.story-intro { min-height: 540px; padding: 40px 0 0; }
.story-intro__grid { display: grid; grid-template-columns: 570px 570px; align-items: start; justify-content: space-between; }
.story-intro h1 { margin: 20px 0 22px; font-size: 32px; line-height: 1.28; letter-spacing: -.05em; }
.story-intro p { max-width: 570px; margin: 0 0 14px; font-size: 16px; line-height: 1.78; }
.story-intro img { width: 570px; height: 500px; object-fit: cover; border-radius: 7px; }
.story-film { position: relative; height: 628px; display: grid; place-items: center; overflow: hidden; color: #fff; background: url("assets/story-hero.png") center / cover no-repeat; }
.story-film__shade { position: absolute; inset: 0; background: rgb(0 0 0 / .36); }
.story-film__content { position: relative; text-align: center; }
.story-film h2 { margin: 0 0 31px; color: #fff; font: 400 clamp(4rem, 7vw, 8rem)/.9 var(--accent); letter-spacing: .04em; text-transform: uppercase; }
.story-film__play { display: grid; place-items: center; width: 58px; height: 58px; margin: auto; padding-left: 4px; color: var(--pink); background: #fff; border: 0; border-radius: 50%; font-size: 16px; }
.story-context { min-height: 1449px; padding: 50px 0 0; background: #fff url("assets/story-context-background.png") center / cover no-repeat; }
.story-context__inner { text-align: center; }
.context-label { display: grid; place-items: center; width: 100%; height: 52px; margin: 11px 0 17px; color: #fff; background: var(--pink); border-radius: 30px; font: 700 18px var(--display); }
.context-card { min-height: 1210px; padding: 35px 40px; text-align: left; background: #fff; border-radius: 8px; box-shadow: 0 11px 24px rgb(0 0 0 / .14); }
.context-card p { margin: 0 0 19px; font-size: 16px; line-height: 1.78; }
.context-card h3 { margin: 20px 0; font-size: 24px; line-height: 1.35; text-transform: uppercase; }
.context-card__closing { margin-top: 24px !important; font-weight: 700; text-transform: uppercase; }
.story-gallery { min-height: 540px; }
.story-gallery .gallery__heading .pill { min-height: 48px; font-size: 12px; }
.story-gallery__masonry { grid-template-columns: repeat(5, 1fr); }
.story-gallery__masonry figure { grid-column: 4; }
.story-gallery__masonry > img:last-child { grid-column: 5; }

/* What We Do / Overview */
.overview-lead { min-height: 711px; padding: 25px 0; }
.overview-lead__grid { display: grid; grid-template-columns: 570px 570px; gap: 60px; align-items: start; }
.overview-lead h1 { margin: 16px 0 23px; font-size: 32px; line-height: 1.28; letter-spacing: -.05em; }
.overview-lead p { margin: 0 0 13px; font-size: 16px; line-height: 1.65; }
.overview-lead .pill { min-height: 46px; margin-top: 6px; padding-inline: 21px; font-size: 13px; text-transform: none; }
.overview-lead__images { display: grid; gap: 17px; }
.overview-lead__images img { width: 570px; object-fit: cover; border-radius: 6px; }
.overview-lead__images img:first-child { height: 304px; }
.overview-lead__images img:last-child { height: 320px; }
.overview-impact { min-height: 850px; padding: 49px 0 40px; background: #fff url("assets/overview-impact-background.png") center / cover no-repeat; }
.overview-impact .center-heading h2 { margin-bottom: 28px; }
.overview-tabs { margin-bottom: 35px; }
.overview-impact__panel { display: grid; grid-template-columns: 1fr 518px; gap: 35px; align-items: center; min-height: 496px; padding: 40px 60px; background: #fff; border-radius: 8px; box-shadow: 0 10px 24px rgb(0 0 0 / .14); }
.overview-impact__panel h3 { margin: 0 0 26px; font-size: 30px; line-height: 1.1; }
.overview-impact__panel p { margin: 0 0 22px; font-size: 16px; line-height: 1.75; }
.overview-impact__panel img { width: 518px; height: 406px; object-fit: cover; border-radius: 8px; }
.overview-stats { min-height: 684px; padding: 39px 0 30px; }
.overview-stats .center-heading h2 { margin-bottom: 38px; }
.overview-stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1130px; margin: auto; }
.overview-stats__grid article { min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; background: #fff; box-shadow: 0 8px 20px rgb(0 0 0 / .12); }
.overview-stats__grid i { margin-bottom: 5px; color: var(--pink); font-size: 30px; font-style: normal; }
.overview-stats__grid b { font: 700 25px/1.1 var(--display); }
.overview-stats__grid span { margin-top: 4px; font: 700 17px/1.2 var(--display); text-transform: uppercase; }
.overview-school { min-height: 467px; padding: 50px 0; }
.overview-school__grid { display: grid; grid-template-columns: 570px 1fr; gap: 45px; align-items: center; }
.overview-school img { width: 570px; height: 417px; object-fit: cover; border-radius: 7px; }
.overview-school h2 { font-size: 36px; }
.overview-school p { margin: 0 0 22px; font-size: 16px; line-height: 1.75; }
.team { min-height: 685px; padding: 50px 0 0; }
.team .center-heading h2 { margin-bottom: 32px; font-size: 36px; }
.team__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; max-width: 1340px; }
.team__grid article { overflow: hidden; text-align: center; background: #fff; border-radius: 5px; box-shadow: 0 7px 16px rgb(0 0 0 / .14); }
.team__grid img { width: 100%; height: 266px; object-fit: cover; object-position: top; }
.team__grid article:nth-child(3) img { height: 351px; }
.team__grid h3 { min-height: 53px; display: grid; place-items: center; margin: 0; padding: 8px; font-size: 18px; }
.team__dots { margin: 25px 0; color: var(--pink); font-size: 26px; letter-spacing: 7px; text-align: center; }
.overview-gallery { min-height: 689px; }
.overview-gallery__masonry { grid-template-columns: repeat(5, 1fr); max-height: 250px; }

/* Our approach */
.approach-hero { min-height: 484px; padding: 0 0 50px; }
.approach-hero__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; min-height: 434px; }
.approach-hero__copy { max-width: 498px; padding: 11px 0 0 15px; }
.approach-hero h1 { margin: 0 0 22px; font: 700 36px/1.56 var(--display); letter-spacing: -.05em; }
.approach-hero__copy > p:not(.kicker) { margin: 0 0 34px; color: #000; font-size: 16px; line-height: 1.875; }
.approach-hero__copy .pill { width: 100%; }
.approach-hero__art { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 30px; padding: 0 15px; }
.approach-hero__art img { width: 270px; height: 187px; object-fit: cover; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.approach-scope { min-height: 814px; padding: 30px 0 50px; background: #fdf1fa; }
.approach-scope > .container { width: 100%; max-width: none; }
.approach-scope__copy { width: 571px; margin-left: max(24px, calc((100vw - 1242px) / 2)); }
.approach-scope__heading { width: 571px; height: 126px; margin: 0 0 22px; }
.approach-scope__heading .kicker { margin-bottom: 8px; font-size: 1.95rem; }
.approach-scope__heading h2 { width: 571px; margin: 0; font-size: 26px; line-height: 1.35; letter-spacing: -.04em; }
.approach-scope__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: start; }
.approach-accordion { width: 571px; }
.approach-accordion details { border: 0; }
.approach-accordion details + details { margin-top: 19px; }
.approach-accordion summary { display: flex; align-items: center; justify-content: space-between; min-height: 49px; padding: 8px 19px 8px 23px; list-style: none; color: #fff; background: var(--pink); border: 1.6px solid var(--pink); border-radius: 25px; font: 700 16px/1.875 var(--body); cursor: pointer; }
.approach-accordion summary::-webkit-details-marker { display: none; }
.approach-accordion summary span { color: #fff; font: 400 30px/1 var(--display); }
.approach-accordion details > div { padding: 21px 20px 2px 25px; }
.approach-accordion p { margin: 0; color: #000; font-size: 16px; line-height: 1.875; }
.approach-accordion p + p { margin-top: 20px; }
.approach-scope__photo { width: 100%; height: 734px; object-fit: cover; border-radius: 0; }
.approach-gallery { min-height: 688px; padding-top: 45px; }
.approach-gallery__masonry { grid-template-columns: repeat(5, 1fr); grid-auto-rows: 220px; max-height: 220px; }
.approach-gallery__masonry img { height: 220px; }
.approach-updates { min-height: 745px; padding-top: 50px; }
.approach-updates .news-card { min-height: 484px; }
.approach-updates .news-card__image { height: 260px; }
.approach-footer-spacer { height: 81px; }

/* Our team */
.directory-section { padding-top: 43px; }
.directory-heading { height: 91px; display: grid; align-content: start; place-items: center; text-align: center; }
.directory-heading .kicker { margin: 0; font-size: 1.95rem; }
.directory-heading h1 { margin: 0; font-size: 36px; line-height: 1.56; letter-spacing: -.05em; }
.directory-grid { width: 1200px; height: 1495px; display: grid; grid-template-columns: repeat(3, 400px); grid-template-rows: 605px 393px 497px; margin: 18px auto 0; }
.directory-card { width: 370px; margin: 20px 15px; overflow: hidden; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.directory-card__media { display: flex; align-items: start; overflow: hidden; }
.directory-card__media img { display: block; object-fit: contain; object-position: left top; }
.directory-card h2 { height: 55px; display: flex; align-items: center; margin: 0; padding: 0 30px; color: #232323; font: 700 24px/1.25 var(--display); letter-spacing: -.04em; }
.directory-card--ravi { height: 555px; }
.directory-card--ravi .directory-card__media { height: 500px; }
.directory-card--ravi img { width: 370px; height: 478px; }
.directory-card--thomas, .directory-card--sobha, .directory-card--ben, .directory-card--matthew { height: 343px; }
.directory-card--thomas .directory-card__media, .directory-card--sobha .directory-card__media, .directory-card--ben .directory-card__media, .directory-card--matthew .directory-card__media { height: 288px; }
.directory-card--thomas img, .directory-card--sobha img, .directory-card--ben img, .directory-card--matthew img { width: 205px; height: 266px; }
.directory-card--robert { height: 348px; }
.directory-card--robert .directory-card__media { height: 293px; }
.directory-card--robert img { width: 205px; height: 271px; }
.directory-card--kurian { height: 447px; }
.directory-card--kurian .directory-card__media { height: 392px; }
.directory-card--kurian img { width: 370px; height: 370px; }
.team-page-news { padding-top: 0; text-align: center; }
.team-page-news__heading { height: 94px; display: grid; align-content: start; place-items: center; text-align: center; }
.team-page-news__heading .kicker { margin: 0; font-size: 1.95rem; }
.team-page-news__heading h2 { margin: 0; font-size: 36px; line-height: 1.5; }
.team-page-news__grid { width: 1200px; height: 518px; display: grid; grid-template-columns: repeat(3, 400px); margin: 37px auto 0; text-align: left; }
.team-page-news__card { width: 370px; height: 499px; margin: 0 15px; overflow: hidden; background: #fff; border-radius: 10px; box-shadow: 6px 9px 15px rgb(0 0 0 / .1); }
.team-page-news__card--short { height: 463px; }
.team-page-news__image { position: relative; height: 247px; overflow: hidden; }
.team-page-news__image img { width: 100%; height: 100%; object-fit: cover; }
.team-page-news__image span { position: absolute; top: 29px; left: 29px; padding: 5px 11px; color: #fff; background: var(--pink); border-radius: 14px; font: 700 12px/1.2 var(--display); }
.team-page-news__copy { display: flex; flex-direction: column; min-height: 216px; padding: 20px 30px 0; }
.team-page-news__date { margin: 0 0 4px; color: var(--pink); font: 700 24px/1.6 var(--accent); letter-spacing: .08em; text-transform: uppercase; }
.team-page-news__copy h3 { margin: 0; color: #232323; font-size: 24px; line-height: 1.32; }
.team-page-news__by { margin: auto 0 0; padding: 9px 0 10px; color: #616161; border-top: 1px solid #eee; font: 700 10px/1.4 var(--display); text-align: center; text-transform: uppercase; }
.team-page-news__button { min-height: 46px; margin: 0 auto; padding-inline: 30px; font-size: 12px; }
.team-page-spacer { height: 72px; }
.whatsapp-float { position: fixed; z-index: 20; right: 22px; top: 46%; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: #22c15e; border-radius: 50%; box-shadow: 0 0 50px rgb(0 0 0 / .1); font: 700 30px/1 sans-serif; }

/* Child safeguard policy */
.policy-main { min-height: 4892px; }
.policy-article { width: 1170px; margin: 0 auto; padding: 40px 0; color: #232323; }
.policy-article h1, .policy-article h2 { margin: 0; color: #232323; font-family: var(--display); font-weight: 700; letter-spacing: -.05em; }
.policy-article h1 { font-size: 42px; line-height: 60px; }
.policy-article h2 { margin-top: 20px; font-size: 42px; line-height: 60px; }
.policy-article p, .policy-article li { margin: 0; font: 400 16px/30px var(--body); }
.policy-article h1 + p { margin-top: 18px; }
.policy-article h2 + p { margin-top: 18px; }
.policy-article p + p { margin-top: 0; }
.policy-article ul { margin: 20px 0 0; padding: 0 0 0 20px; }
.policy-article li { padding-left: 4px; }
.policy-article li + li { margin-top: 20px; }
.policy-article li::marker { color: var(--pink); font-size: 8px; }
.policy-article ul + h2 { margin-top: 20px; }
.policy-article p + h2 { margin-top: 20px; }
.policy-download { color: var(--orange); font-size: 16px; }

/* Awards and recognition */
.awards-main { min-height: 2463px; padding: 40px 0; }
.awards-intro { height: 209px; padding-top: 0; margin-top: 10px; }
.awards-intro h1 { margin: 0 0 19.075px; font: 700 32px/1.47 var(--display); letter-spacing: -.045em; }
.awards-intro p { margin: 0; font: 400 16px/1.875 var(--body); }
.awards-section-title { height: 128.588px; display: grid; place-items: center; text-align: center; }
.awards-section-title h2 { margin: 0; color: var(--pink); font: 700 75px/1.2 var(--accent); letter-spacing: .03em; transform: translateY(10px); }
.awards-grid { width: 1200px; height: 1488.4px; display: grid; grid-template-columns: repeat(3, 400px); grid-template-rows: 380.35px 380.35px 347.35px 380.35px; margin: 0 auto; }
.award-card { width: 369.988px; height: 344.35px; align-self: center; justify-self: center; display: flex; flex-direction: column; padding: 39px 10px 38px; color: #232323; text-align: center; background: #fff; border: .8px solid #000; border-radius: 10px; }
.award-card--compact { height: 311.35px; }
.award-card__logo-slot { height: 187.75px; display: flex; align-items: flex-start; justify-content: center; }
.award-card__logo-slot img { width: 221px; height: 165.75px; object-fit: fill; }
.award-card h3 { width: 100%; min-height: 33px; margin: 0; font: 700 22px/33px var(--display); letter-spacing: 0; }
.award-card:not(.award-card--compact) h3 { min-height: 66px; }
.award-card__year { margin: 0; color: var(--pink); font: 700 22px/33px var(--display); }
.supporters { height: 418px; padding: 45px 15px 23px; }
.supporters__grid { width: 1462px; height: 330px; display: grid; grid-template-columns: repeat(5, 292.4px); grid-template-rows: repeat(3, 110px); margin: 0 auto; }
.support-card { width: 292.4px; height: 110px; display: grid; place-items: center; padding: 20px; overflow: hidden; background: #fff; border: .8px solid #e0e0e0; border-radius: 10px; box-shadow: 0 2px 10px rgb(0 0 0 / .07); }
.support-card img { width: 148.925px; height: 69.988px; object-fit: contain; }
.support-card--wide img { width: 250.75px; height: 37.963px; }

/* Financials */
.financial-main { min-height: 2370.6px; padding: 40px 0; }
.financial-report { height: 582.6px; padding: 30px 0 40px; background: #fff; }
.financial-report--impact { height: 570px; }
.financial-report__grid, .financial-archives__grid, .financial-gallery-header__grid { width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 600px); }
.financial-report__grid { height: 512.6px; }
.financial-report--impact .financial-report__grid { height: 500px; }
.financial-report__visual { display: flex; justify-content: center; }
.financial-report__visual img { width: 484.5px; height: 500px; object-fit: fill; border-radius: 10px; }
.financial-report__copy { position: relative; width: 540px; height: 512.6px; margin-left: 45px; color: #000; }
.financial-report--impact .financial-report__copy { height: 500px; padding-top: 8.7px; }
.financial-kicker { margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; text-transform: uppercase; }
.financial-report h1, .financial-report h2 { margin: 0; color: #232323; font: 700 36px/56px var(--display); letter-spacing: -.045em; }
.financial-report__copy header { height: 95.6px; }
.financial-report__body { margin-top: 15px; font: 400 16px/30px var(--body); }
.financial-report--annual .financial-report__body { height: 310px; }
.financial-report--impact .financial-report__body { height: 280px; }
.financial-report__body p { margin: 0; }
.financial-report__body p + p { margin-top: 20px; }
.financial-report__body strong, .financial-archives__copy strong { font-weight: 700; }
.financial-button { position: absolute; bottom: 30px; left: 0; width: 540px; height: 56px; display: grid; place-items: center; color: #fff; background: var(--pink); border: 1.6px solid var(--pink); border-radius: 28px; font: 700 14px/16.8px var(--display); }
.financial-report--impact .financial-button { bottom: 44px; }
.financial-archives { min-height: 449px; padding: 35px 0 50px; background: #fff url("assets/financial-reports-background.png") center / cover no-repeat; }
.financial-archives__grid { min-height: 414px; height: auto; align-items: start; }
.financial-archives__copy { width: 540px; margin: 24.3625px 0 0 45px; }
.financial-archives__copy h2 { margin: 0 0 14.2px; color: var(--pink); font: 700 53px/63.6px var(--accent); letter-spacing: 2.65px; text-transform: uppercase; }
.financial-archives__copy p { margin: 0; font: 400 16px/30px var(--body); }
.financial-archives__accordions { width: 570px; margin: 32px 15px 0; }
.financial-archives__accordions details + details { margin-top: 17px; }
.financial-archives__accordions summary { height: 49.2px; display: flex; align-items: center; justify-content: space-between; padding: 8px 19px 8px 23px; color: #000; border: 1.6px solid var(--pink); border-radius: 25px; font: 700 16px/30px var(--body); cursor: pointer; list-style: none; }
.financial-archives__accordions summary::-webkit-details-marker { display: none; }
.financial-archives__accordions summary span { color: var(--pink); font: 400 29px/1 var(--display); }
.financial-archives__accordions details[open] summary span { transform: rotate(45deg); }
.financial-archives__accordions details p { margin: 12px 23px 0; font: 400 14px/1.5 var(--body); }
.financial-download-list { display: grid; gap: 7px; margin: 12px 23px 0; padding: 0; list-style: none; }
.financial-download-list a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 7px 10px; color: #272727; border-radius: 5px; background: rgba(255,255,255,.74); font: 600 13px/1.35 var(--body); }
.financial-download-list a:hover, .financial-download-list a:focus-visible { color: #fff; background: var(--pink); outline: none; }
.financial-download-list small { flex: 0 0 auto; color: var(--pink); font: 700 10px/1 var(--display); letter-spacing: .6px; }
.financial-download-list a:hover small, .financial-download-list a:focus-visible small { color: #fff; }
.financial-gallery-header { height: 148.6px; padding-top: 45px; }
.financial-gallery-header__grid { height: 103.6px; }
.financial-gallery-header__grid > div { padding-left: 15px; }
.financial-gallery-header h2 { margin: 11.6px 0 0; color: #232323; font: 700 40px/56px var(--display); letter-spacing: -.045em; }
.financial-gallery-header .pill { width: 200.4px; height: 56px; min-height: 56px; justify-self: end; align-self: end; margin: 0 15px 2.6px 0; padding: 0; font-size: 14px; text-transform: lowercase; }
.financial-gallery { position: relative; height: 540.4px; overflow: hidden; }
.financial-gallery__strip { position: absolute; top: 35px; left: 0; width: 1492px; display: grid; grid-template-columns: repeat(5, 299px); }
.financial-gallery__strip img { width: 283px; margin: 0 8px; object-fit: fill; }
.financial-gallery__strip img:nth-child(-n+2) { height: 190px; }
.financial-gallery__strip img:nth-child(n+3) { height: 212px; }
.financial-gallery__dots { position: absolute; top: 507.8px; left: 50%; display: flex; gap: 10px; align-items: center; transform: translateX(-50%); }
.financial-gallery__dots span { width: 6px; height: 6px; display: block; background: var(--pink); border-radius: 99px; }
.financial-gallery__dots .is-active { width: 25px; }
.financial-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.financial-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

/* Homes */
.homes-main { min-height: 2469.7px; padding: 40px 0; }
.homes-top-gap { height: 10px; }
.homes-intro { width: 1200px; height: 369.075px; margin: 0 auto; padding: 0 15px; }
.homes-intro h1 { margin: 0 0 19.075px; color: #232323; font: 700 32px/46.08px var(--display); letter-spacing: -.045em; }
.homes-intro p { margin: 0; color: #000; font: 400 16px/30px var(--body); }
.homes-intro .homes-intro__lead { height: 90px; font-weight: 700; }
.homes-intro p + p { margin-top: 20px; }
.homes-intro__button { width: 96.8px; height: 40px; display: grid; place-items: center; margin-top: 41px; color: #fff; background: var(--pink); border: 1.6px solid var(--pink); border-radius: 6px; font: 700 14px/16.8px var(--display); }
.homes-heading { height: 128.5875px; padding-top: 28.1875px; text-align: center; }
.homes-heading h2 { margin: 0; color: var(--pink); font: 700 75px/90px var(--accent); letter-spacing: 3.75px; }
.homes-cards-row { height: 596.025px; padding-top: 15px; }
.homes-cards-row--three { height: 689.9875px; }
.homes-cards-grid { width: 1399.95px; display: grid; grid-template-columns: repeat(3, 466.65px); margin: 0 auto; }
.home-card { width: 436.65px; display: flex; flex-direction: column; align-items: center; margin: 0 15px; padding: 15px 15px 10px; overflow: hidden; color: #000; text-align: center; background: var(--pale-pink); border-radius: 14px; }
.home-card img { width: 406.65px; height: var(--home-image-height, 271.025px); flex: 0 0 auto; object-fit: fill; border-radius: 20px; }
.home-card h3 { width: 100%; height: 60px; flex: 0 0 60px; margin: 0; font: 700 22px/60px var(--display); }
.home-card p { margin: 0; color: #000; font: 400 16px/30px var(--body); text-align: center; }
.home-card--victory, .home-card--shekinah { height: 578.025px; }
.home-card--rainbow, .home-card--kathleen { height: 581.025px; }
.home-card--norma { height: 579.025px; }
.home-card--rena { --home-image-height: 284.4875px; height: 578.4875px; }
.home-card--verna { --home-image-height: 269px; height: 594px; }
.home-card--hope { --home-image-height: 304.9875px; height: 674.9875px; }
.home-card--roshni { --home-image-height: 284.4875px; height: 609.4875px; }
.home-card--rena p { margin-top: 0; }
.home-card__more { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: var(--pink); font: 700 16px/30px "Poppins", var(--display); }
.home-card__more span { width: 16px; height: 16px; display: grid; place-items: center; color: #fff; background: var(--pink); border-radius: 50%; font: 700 12px/1 sans-serif; }
.homes-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.homes-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

/* Community Centres (Figma node 24:7132) */
.community-main { min-height: 1741.9625px; padding: 40px 0; }
.community-top-gap { height: 10px; }
.community-intro { width: 1200px; height: 386.5875px; margin: 0 auto; padding: 0 15px; }
.community-intro h1 { height: 103.5875px; box-sizing: border-box; margin: 0; padding-top: 1.1875px; color: var(--pink); font: 700 75px/90px var(--accent); letter-spacing: 3.75px; text-align: center; }
.community-intro p { height: 180px; margin: 0; color: #000; font: 400 16px/30px var(--body); }
.community-intro__button { width: 96.8px; height: 40px; display: grid; place-items: center; box-sizing: border-box; margin-top: 40px; color: #fff; background: var(--pink); border: 1.6px solid var(--pink); border-radius: 6px; font: 700 14px/16.8px var(--display); }
.community-heading { height: 128.5875px; box-sizing: border-box; padding-top: 28.1875px; text-align: center; }
.community-heading h2 { margin: 0; color: var(--pink); font: 700 75px/90px var(--accent); letter-spacing: 3.75px; }
.community-cards-row { width: 100%; box-sizing: border-box; padding-top: 15px; }
.community-cards-row--one { height: 566.225px; }
.community-cards-row--two { height: 570.5625px; }
.community-cards-grid { width: 1399.95px; display: grid; grid-template-columns: repeat(3, 466.65px); margin: 0 auto; }
.community-card { width: 436.65px; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; margin: 0 15px; padding: 15px 15px 10px; overflow: hidden; color: #000; text-align: center; background: var(--pale-pink); border-radius: 14px; }
.community-card img { width: 406.65px; height: var(--community-image-height, 271.1px); flex: 0 0 auto; object-fit: fill; border-radius: 20px; }
.community-card h3 { width: 100%; height: var(--community-title-height, 60px); flex: 0 0 var(--community-title-height, 60px); margin: 0; font: 700 22px/60px var(--display); }
.community-card p { margin: 0; color: #000; font: 400 16px/30px var(--body); text-align: center; }
.community-card--alberts { --community-image-height: 305.5625px; height: 525.5625px; }
.community-card--tremara { --community-image-height: 271.225px; --community-title-height: 120px; height: 551.225px; }
.community-card--ashraya { height: 491.1px; }
.community-card--silvia { --community-image-height: 305.5625px; height: 555.5625px; }
.community-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.community-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

/* Daycare Centres (Figma node 24:8528) */
.daycare-main { min-height: 2169.975px; padding: 40px 0; }
.daycare-top-gap { height: 10px; }
.daycare-intro { width: 1200px; height: 749.075px; margin: 0 auto; padding: 0 15px; }
.daycare-intro h1 { margin: 0 0 20px; color: #232323; font: 700 32px/46.08px var(--display); letter-spacing: -.045em; }
.daycare-intro__copy { width: 1170px; height: 660px; }
.daycare-intro p { margin: 0; color: #000; font: 400 16px/30px var(--body); }
.daycare-intro p + p { margin-top: 20px; }
.daycare-intro p:last-child { margin-bottom: 20px; }
.daycare-heading { height: 128.5875px; box-sizing: border-box; padding-top: 28.1875px; text-align: center; }
.daycare-heading h2 { margin: 0; color: var(--pink); font: 700 75px/90px var(--accent); letter-spacing: 3.75px; }
.daycare-cards-row { width: 100%; box-sizing: border-box; padding-top: 15px; }
.daycare-cards-row--one { height: 584.3125px; }
.daycare-cards-row--two { height: 618px; }
.daycare-cards-grid { width: 1400px; display: grid; grid-template-columns: repeat(2, 700px); margin: 0 auto; }
.daycare-card { width: 670px; height: 569.3125px; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; margin: 0 15px; padding: 15px 15px 10px; overflow: hidden; color: #000; text-align: center; background: var(--pale-pink); border-radius: 14px; }
.daycare-card img { width: 500px; height: var(--daycare-image-height, 339.3125px); flex: 0 0 auto; object-fit: fill; border-radius: 20px; }
.daycare-card h3 { width: 100%; height: 60px; flex: 0 0 60px; margin: 0; font: 700 22px/60px var(--display); }
.daycare-card p { height: 90px; flex: 0 0 90px; margin: 0; color: #000; font: 400 16px/30px var(--body); text-align: center; }
.daycare-card__more { height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; box-sizing: border-box; margin-top: 15px; padding: 5px 10px; color: var(--pink); font: 700 16px/30px "Poppins", var(--display); }
.daycare-card__more span { width: 16px; height: 16px; display: grid; place-items: center; color: #fff; background: var(--pink); border-radius: 50%; font: 700 12px/1 sans-serif; }
.daycare-card--little { --daycare-image-height: 373px; width: 700px; height: 603px; margin: 0; padding-right: 15px; padding-left: 15px; }
.daycare-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.daycare-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

/* Education (Figma node 24:7832) */
.education-main { min-height: 1681.8375px; padding: 40px 0; }
.education-top-gap { height: 10px; }
.education-intro { width: 1200px; margin: 0 auto; padding: 0 15px; }
.education-intro--first { height: 259.075px; }
.education-intro--second { height: 349.075px; }
.education-intro h1, .education-intro h2, .education-school h2 { margin: 0 0 20px; color: #232323; font: 700 32px/46.08px var(--display); letter-spacing: -.045em; }
.education-intro p { width: 1170px; margin: 0; color: #000; font: 400 16px/30px var(--body); }
.education-intro__button { width: 96.8px; height: 40px; display: grid; place-items: center; box-sizing: border-box; margin-top: 20px; color: #fff; background: var(--pink); border: 1.6px solid var(--pink); border-radius: 6px; font: 700 14px/16.8px var(--display); }
.education-heading { height: 128.5875px; box-sizing: border-box; padding-top: 28.1875px; text-align: center; }
.education-heading h2 { margin: 0; color: var(--pink); font: 700 75px/90px var(--accent); letter-spacing: 3.75px; }
.education-cards-row { height: 546.025px; box-sizing: border-box; padding-top: 15px; }
.education-cards-grid { width: 1399.95px; display: grid; grid-template-columns: repeat(3, 466.65px); margin: 0 auto; }
.education-card { width: 436.65px; height: 501.025px; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; margin: 0 15px; padding: 15px 15px 10px; overflow: hidden; color: #000; text-align: center; background: var(--pale-pink); border-radius: 14px; }
.education-card img { width: 406.65px; height: 271.025px; flex: 0 0 auto; object-fit: fill; border-radius: 20px; }
.education-card h3 { width: 100%; height: 60px; flex: 0 0 60px; margin: 0; font: 700 22px/60px var(--display); }
.education-card p { height: 90px; flex: 0 0 90px; margin: 0; color: #000; font: 400 16px/30px var(--body); text-align: center; }
.education-card__more { height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; box-sizing: border-box; margin-top: 15px; padding: 5px 10px; color: var(--pink); font: 700 16px/30px "Poppins", var(--display); }
.education-card__more span { width: 16px; height: 16px; display: grid; place-items: center; color: #fff; background: var(--pink); border-radius: 50%; font: 700 12px/1 sans-serif; }
.education-school { width: 1200px; height: 309.075px; box-sizing: border-box; margin: 0 auto; padding: 40px 15px 0; }
.education-school h2 { margin-bottom: 20px; }
.education-school__copy { width: 1170px; }
.education-school p { margin: 0; color: #000; font: 400 16px/30px var(--body); }
.education-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.education-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

/* Advocacy (Figma node 25:9249) */
.advocacy-page .main-nav { position: relative; }
.advocacy-nav-menu { position: absolute; z-index: 30; top: 66px; left: 320px; width: 214px; padding: 14px 0; background: #fff; box-shadow: 0 8px 20px rgb(0 0 0 / .12); }
.advocacy-nav-menu a { display: block; padding: 10px 24px; color: #232323; font: 700 14px/1 var(--display); }
.advocacy-nav-menu a.is-current { color: var(--pink); }
.advocacy-main { min-height: 2826.05px; padding: 40px 0; }
.advocacy-top-gap { height: 10px; }
.advocacy-hero { width: 1200px; height: 503.0625px; display: grid; grid-template-columns: 600px 600px; margin: 0 auto; }
.advocacy-hero__copy { position: relative; width: 600px; }
.advocacy-hero h1 { width: 560px; height: 71.0625px; display: grid; place-items: start center; margin: 0 20.025px; padding-top: 2.6625px; color: var(--pink); font: 700 49px/58.8px var(--accent); letter-spacing: 2.45px; text-align: center; }
.advocacy-hero p { width: 570px; height: 360px; margin: 0 15px; color: #000; font: 400 16px/30px var(--body); }
.advocacy-hero__button { width: 120.825px; height: 39px; display: grid; place-items: center; margin: 10px 15px 0; color: #fff; background: var(--pink); border-radius: 11px; font: 400 15px/15px var(--body); }
.advocacy-hero__visual { padding-left: 20.7px; }
.advocacy-hero__visual img { width: 558.6px; height: 500px; object-fit: fill; border-radius: 10px; }
.advocacy-help { height: 182.9125px; box-sizing: border-box; padding-top: 25px; text-align: center; }
.advocacy-help__icon { height: 47.3125px; color: var(--pink); font: 700 40px/40.3125px var(--accent); }
.advocacy-help p { height: 47.6px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.advocacy-help h2 { height: 63px; margin: 0; color: #232323; font: 800 45px/63px var(--display); letter-spacing: 0; }
.advocacy-support { height: 531.7625px; box-sizing: border-box; padding-top: 15px; }
.advocacy-support__grid { width: 1300px; display: grid; grid-template-columns: repeat(4, 325px); margin: 0 auto; }
.advocacy-support-card { position: relative; width: 295px; height: 435.7625px; margin: 0 15px; padding: 20px 20px 50px; color: #232323; text-align: center; background: var(--pale-pink); border-radius: 20px; }
.advocacy-support-card img { width: 255px; height: 170.7625px; object-fit: fill; }
.advocacy-support-card h3 { height: 30px; margin: 31px 0 0; font: 700 20px/30px var(--display); }
.advocacy-support-card p { width: 223px; height: 120px; margin: 14px auto 0; color: #616161; font: 400 16px/30px var(--body); }
.advocacy-support-card .pill { position: absolute; top: 405.7625px; left: 50%; min-width: 154.8625px; min-height: 56px; padding: 0 20px; transform: translateX(-50%); text-transform: none; }
.advocacy-mission { height: 829.3125px; background: #fff url("assets/advocacy-mission-background.png") center / cover no-repeat; }
.advocacy-mission__inner { width: 1200px; height: 829.3125px; box-sizing: border-box; margin: 0 auto; padding: 50px 15px 0; }
.advocacy-mission header { height: 123.6px; padding-bottom: 20px; text-align: center; }
.advocacy-mission header p { height: 39.6px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.advocacy-mission header h2 { height: 64px; margin: 0; color: #232323; font: 700 42px/64px var(--display); letter-spacing: 0; }
.advocacy-tabs { height: 58.6px; display: flex; gap: 30px; margin-top: 13px; }
.advocacy-tabs button { height: 58.6px; padding: 0 20px; color: #232323; background: #fff; border: 1.6px solid var(--pink); border-radius: 30px; font: 700 18px/23.4px var(--display); }
.advocacy-tabs button:nth-child(1) { width: 206.35px; }
.advocacy-tabs button:nth-child(2) { width: 217.3875px; }
.advocacy-tabs button:nth-child(3) { width: 317.5125px; }
.advocacy-tabs button:nth-child(4) { width: 300px; }
.advocacy-tabs button.is-active { color: #fff; background: var(--pink); }
.advocacy-mission__panel { width: 1170px; height: 530.1125px; display: grid; grid-template-columns: 551.9625px 548.025px; box-sizing: border-box; margin-top: 39px; padding: 40px 30px 40px 40px; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.advocacy-mission__copy { width: 521.9625px; padding: 0 15px; }
.advocacy-mission__copy h3 { width: 522px; height: 126px; margin: 0; color: #232323; font: 700 30px/42px var(--display); }
.advocacy-mission__copy p { width: 522px; margin: 10px 0 0; color: #000; font: 400 16px/30px var(--body); }
.advocacy-mission__copy p + p { margin-top: 20px; }
.advocacy-mission__copy a { display: inline-block; margin-top: 23px; padding-bottom: 1px; color: #232323; border-bottom: 2px solid var(--pink); font: 700 16px/30px var(--display); text-transform: uppercase; }
.advocacy-mission__panel > img { width: 518.025px; height: 406px; margin-left: 15px; object-fit: fill; border-radius: 10px; }
.advocacy-gallery { position: relative; height: 689px; box-sizing: border-box; padding-top: 45px; }
.advocacy-gallery header { width: 1200px; height: 103.6px; display: flex; align-items: start; justify-content: space-between; margin: 0 auto; padding: 0 15px; }
.advocacy-gallery header p { height: 39.6px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.advocacy-gallery header h2 { height: 64px; margin: 0; color: #232323; font: 700 42px/64px var(--display); letter-spacing: 0; }
.advocacy-gallery header .pill { min-width: 169px; min-height: 56px; margin-top: 45px; padding-inline: 20px; font-size: 12px; }
.advocacy-gallery__strip { position: absolute; top: 191.6px; left: 0; display: grid; grid-template-columns: repeat(5, 283px); gap: 16px; width: 100%; padding-left: 8px; overflow: hidden; }
.advocacy-gallery__strip img { width: 283px; height: 212px; object-fit: fill; }
.advocacy-gallery__strip img:nth-child(4) { height: 187px; }
.advocacy-gallery__dots { position: absolute; top: 657px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.advocacy-gallery__dots i { width: 6px; height: 6px; display: block; background: var(--pink); border-radius: 50%; }
.advocacy-gallery__dots i.is-active { width: 25px; }
.advocacy-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.advocacy-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

/* Volunteer with us */
.volunteer-main { height: 3645.3376px; padding-top: 40px; }
.volunteer-layout { height: 3565.3376px; box-sizing: border-box; padding-top: 10px; }
.volunteer-hero { width: 1200px; height: 501.2px; display: grid; grid-template-columns: 600px 600px; margin: 0 auto; }
.volunteer-hero article { width: 600px; }
.volunteer-hero h1 { width: 570px; height: 139px; margin: 0 15px; color: #232323; font: 700 32px/46.08px var(--display); letter-spacing: 0; }
.volunteer-hero p { width: 570px; height: 300px; margin: 19.2px 15px 0; color: #000; font: 400 16px/30px var(--body); }
.volunteer-hero > img { width: 570px; height: 500px; margin-left: 15px; object-fit: fill; border-radius: 7px; }
.volunteer-programs { position: relative; width: 1200px; height: 183px; box-sizing: border-box; padding-top: 72.3px; margin: 0 auto; text-align: center; }
.volunteer-programs__icon { position: absolute; top: 0; left: calc(50% - 20px); width: 40px; height: 40.3px; color: var(--pink); font: 700 34px/40px var(--display); }
.volunteer-programs p { height: 36px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.volunteer-programs h2 { height: 63px; margin: 0; color: #232323; font: 700 45px/63px var(--display); letter-spacing: 0; }
.volunteer-program-cards { width: 1300px; height: 270px; display: grid; grid-template-columns: repeat(2, 650px); margin: 0 auto; padding-top: 15px; }
.volunteer-program-cards article { position: relative; width: 620px; height: 225px; margin-left: 15px; padding: 20px; text-align: center; background: var(--pale-pink); border-radius: 11px; }
.volunteer-program-cards h3 { height: 30px; margin: 0; color: #232323; font: 700 20px/30px var(--display); }
.volunteer-program-cards p { width: 580px; height: 60px; margin: 14px 0 0; color: #000; font: 400 16px/30px var(--body); }
.volunteer-program-cards .pill { position: absolute; top: 144px; left: 50%; min-width: 203.8375px; min-height: 56px; padding: 0 20px; transform: translateX(-50%); font-size: 14px; text-transform: none; }
.volunteer-program-cards article:nth-child(2) .pill { min-width: 206.25px; }
.volunteer-experiences { height: 489px; box-sizing: border-box; padding-top: 30px; background: #fff; }
.volunteer-experiences__inner { width: 1200px; height: 459px; margin: 0 auto; }
.volunteer-experiences h2 { width: 650px; height: 81.2px; margin: 0 auto; padding-top: 3.2px; color: var(--pink); font: 700 57px/68.4px var(--accent); letter-spacing: 2.85px; text-align: center; text-transform: uppercase; }
.volunteer-experiences__videos { width: 1170px; height: 337.8px; display: grid; grid-template-columns: 565px 565px; gap: 20px; padding: 10px; margin: 0 15px; }
.volunteer-experiences__videos div { width: 565px; height: 318px; background: #eee; }
.volunteer-skill { height: 596px; box-sizing: border-box; padding-top: 50px; }
.volunteer-skill__inner { width: 1200px; height: 496px; display: grid; grid-template-columns: 600px 600px; margin: 0 auto; }
.volunteer-skill__inner > img { width: 570px; height: 480px; margin: 8px 15px 0; object-fit: fill; border-radius: 9px; }
.volunteer-skill article { padding-left: 15px; }
.volunteer-skill h2 { width: 570px; height: 56px; margin: 0; color: #232323; font: 700 36px/56px var(--display); letter-spacing: 0; }
.volunteer-skill p { width: 570px; height: 420px; margin: 15px 0 0; color: #000; font: 400 16px/30px var(--body); }
.volunteer-contact { width: 1200px; height: 877px; box-sizing: border-box; padding-top: 50px; margin: 0 auto; }
.volunteer-contact__form { width: 1170px; height: 777.2px; padding: 45px 50px 32px; margin: 0 15px; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.volunteer-contact__form h2 { width: 1070px; height: 50px; margin: 0 0 20px; color: #232323; font: 700 36px/50px var(--display); letter-spacing: 0; }
.volunteer-contact__form label { display: block; margin: 0; color: #000; font: 400 16px/30px var(--body); }
.volunteer-contact__form em { color: #f56c6c; font-style: normal; }
.volunteer-contact__form input, .volunteer-contact__form select, .volunteer-contact__form textarea { display: block; width: 100%; padding: 0 15.8px; color: #232323; outline: none; background: #fff; border: 1px solid #dddde1; border-radius: 7px; font: 400 16px var(--body); }
.volunteer-contact__form input { height: 45.2px; margin-top: 5px; }
.volunteer-contact__form input::placeholder, .volunteer-contact__form textarea::placeholder { color: #868e96; opacity: 1; }
.volunteer-contact__names { width: 1070px; height: 100.2px; display: grid; grid-template-columns: 527.5px 527.5px; gap: 15px; }
.volunteer-contact__email { width: 1070px; height: 80.2px; }
.volunteer-contact__phone { width: 1070px; height: 100.2px; padding-top: 20px; }
.volunteer-contact__phone input { padding-left: 48px; }
.volunteer-contact__choose { width: 1070px; height: 114.6px; padding-top: 20px; }
.volunteer-contact__choose select { width: 185.2px; height: 39.6px; padding: 0 15px; margin-top: 5px; }
.volunteer-contact__message { width: 1070px; height: 145px; padding-top: 20px; }
.volunteer-contact__message textarea { height: 90px; padding-top: 11.8px; margin-top: 5px; resize: none; }
.volunteer-contact__form > .pill { min-width: 137.9px; min-height: 50px; padding: 0 20px; margin-top: 20px; border: 0; font-size: 16px; line-height: 24px; text-transform: none; }
.volunteer-gallery { position: relative; height: 639px; }
.volunteer-gallery header { width: 1200px; height: 99px; display: flex; align-items: flex-start; justify-content: space-between; margin: 0 auto; padding: 0 15px; }
.volunteer-gallery header p { height: 36px; margin: 0; padding-top: 1.8px; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.volunteer-gallery header h2 { height: 56px; margin: 9.8px 0 0; color: #232323; font: 700 40px/56px var(--display); letter-spacing: 0; }
.volunteer-gallery header .pill { min-width: 200.4px; min-height: 56px; padding: 0 20px; margin-top: 45px; font-size: 14px; text-transform: none; }
.volunteer-gallery__strip { position: absolute; top: 142px; left: 0; display: grid; grid-template-columns: repeat(5, 283px); gap: 16px; width: 100%; padding-left: 8px; overflow: hidden; }
.volunteer-gallery__strip img { width: 283px; height: 212px; object-fit: fill; }
.volunteer-gallery__strip img:nth-child(1) { height: 190px; }
.volunteer-gallery__strip img:nth-child(5) { height: 187px; }
.volunteer-gallery__dots { position: absolute; top: 607px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.volunteer-gallery__dots i { width: 6px; height: 6px; display: block; background: var(--pink); border-radius: 50%; }
.volunteer-gallery__dots i.is-active { width: 25px; }
.volunteer-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.volunteer-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 1120px) {
  .main-nav__links { gap: 0; }
  .main-nav__links a { padding-inline: 9px; font-size: 14px; }
  .programme-panel { padding-inline: 45px; }
  .programme-panel h3 { white-space: normal; }
  .contact__grid { grid-template-columns: 1fr 1.5fr; }
  .contact-card { padding: 32px; }
  .contact-card--details img { width: 100%; }
  .story-intro__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .story-intro img { width: 100%; }
  .overview-lead__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .overview-lead__images img { width: 100%; }
  .overview-impact__panel { grid-template-columns: 1fr 45%; padding: 35px; }
  .overview-impact__panel img { width: 100%; height: auto; }
  .overview-school__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .overview-school img { width: 100%; height: auto; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 620px); }
  .topbar { min-height: 57px; padding: 0 18px; }
  .topbar__date b { font-size: 23px; }
  .topbar__date { font-size: 9px; }
  .topbar__details > a:first-child, .topbar__social { display: none; }
  .topbar__details { gap: 0; font-size: 11px; }
  .topbar__details > a + a { padding-left: 0; border: 0; }
  .main-nav { position: relative; min-height: 79px; padding: 5px 20px; }
  .brand { flex-basis: 59px; }
  .brand img { width: 59px; height: 64px; }
  .menu-button { display: block; margin-left: auto; }
  .main-nav__links { position: absolute; z-index: 10; top: 100%; right: 0; left: 0; display: none; grid-template-columns: repeat(2, 1fr); padding: 12px 20px; background: #050505; border-top: 1px solid #333; }
  .main-nav__links.is-open { display: grid; }
  .main-nav__links a { padding: 11px 6px; color: #fff; font-size: 14px; }
  .main-nav__donate { display: none; }
  .hero { height: 560px; background-position: 57% center; }
  .hero h1 { font-size: clamp(3rem, 10vw, 4rem); }
  .impact { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .impact__item { min-height: 94px; gap: 10px; border-bottom: 1px solid rgb(255 255 255 / .25); }
  .impact__item:nth-child(2n) { border-right: 0; }
  .impact__item:nth-last-child(-n+2) { border-bottom: 0; }
  .impact__item b { font-size: 31px; }
  .impact__item span { font-size: 11px; }
  .four-tier__grid { grid-template-columns: 1fr; gap: 35px; }
  .four-tier__copy { max-width: none; padding: 0; text-align: center; }
  .four-tier__copy h2 { font-size: 31px; }
  .tier-art { max-width: 580px; margin: auto; }
  .donation-grid { grid-template-columns: repeat(2, 1fr); }
  .donation-card { min-height: 460px; }
  .programme-tabs { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .programmes__backdrop { width: 25%; }
  .programme-panel { grid-template-columns: 1fr; padding: 30px; }
  .programme-panel img { width: 100%; height: auto; }
  .purpose__grid { gap: 15px; }
  .purpose__grid article { padding: 20px; }
  .purpose__grid h3 { font-size: 22px; }
  .purpose__grid p { font-size: 15px; }
  .contact__grid { grid-template-columns: 1fr; }
  .gallery__masonry { grid-template-columns: repeat(3, 1fr); }
  .gallery__masonry figure { grid-row: span 1; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; padding-top: 40px; }
  .footer__bottom { display: block; font-size: 13px; }
  .footer__bottom span { display: block; margin: 5px 0; }
  .story-intro { padding-bottom: 40px; }
  .story-intro__grid { grid-template-columns: 1fr; }
  .story-intro__grid article { text-align: center; }
  .story-intro p { max-width: none; }
  .story-intro img { width: min(570px, 100%); margin: auto; }
  .story-film { height: 530px; }
  .story-film h2 { font-size: clamp(3.4rem, 10vw, 5rem); }
  .story-context { padding-bottom: 45px; }
  .context-card { min-height: 0; }
  .overview-lead__grid, .overview-impact__panel, .overview-school__grid { grid-template-columns: 1fr; }
  .overview-lead__grid article, .overview-school__grid article { text-align: center; }
  .overview-lead__images { grid-template-columns: 1fr 1fr; }
  .overview-lead__images img:first-child, .overview-lead__images img:last-child { height: auto; }
  .overview-impact__panel img { width: min(518px, 100%); margin: auto; }
  .team__grid { grid-template-columns: repeat(3, 1fr); }
  .approach-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .approach-hero__copy { max-width: none; padding-left: 0; text-align: center; }
  .approach-hero__art { max-width: 600px; margin: auto; }
  .approach-hero__art img { width: 100%; }
  .approach-scope > .container { width: min(1200px, calc(100% - 48px)); }
  .approach-scope__copy { width: auto; margin-left: 0; }
  .approach-scope__heading { width: auto; height: auto; margin-left: 0; }
  .approach-scope__heading h2 { width: auto; }
  .approach-scope__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .approach-accordion { width: auto; }
  .approach-scope__photo { height: auto; }
  .directory-grid, .team-page-news__grid { width: min(100%, 900px); grid-template-columns: repeat(3, 1fr); }
  .directory-grid { grid-template-rows: auto; height: auto; }
  .directory-card { width: calc(100% - 28px); margin: 14px; }
  .directory-card h2 { padding-inline: 20px; font-size: 20px; }
  .team-page-news__grid { height: auto; }
  .team-page-news__card { width: calc(100% - 28px); margin: 0 14px; }
  .policy-article { width: min(1170px, calc(100% - 48px)); }
  .awards-grid { width: min(100%, 1200px); grid-template-columns: repeat(3, 1fr); }
  .supporters__grid { width: 100%; grid-template-columns: repeat(5, 1fr); }
  .support-card { width: 100%; }
  .financial-report__grid, .financial-archives__grid, .financial-gallery-header__grid { width: min(100%, 1200px); grid-template-columns: repeat(2, 1fr); }
  .financial-report__copy { width: calc(100% - 45px); }
  .homes-intro { width: min(1200px, 100%); }
  .homes-cards-grid { width: min(100%, 1399.95px); grid-template-columns: repeat(3, 1fr); }
  .home-card { width: calc(100% - 30px); }
  .community-intro { width: min(1200px, 100%); }
  .community-cards-grid { width: min(100%, 1399.95px); grid-template-columns: repeat(3, 1fr); }
  .community-card { width: calc(100% - 30px); }
  .daycare-intro { width: min(1200px, 100%); }
  .daycare-cards-grid { width: min(100%, 1400px); grid-template-columns: repeat(2, 1fr); }
  .daycare-card { width: calc(100% - 30px); }
  .daycare-card--little { width: 100%; }
  .education-intro, .education-school { width: min(1200px, 100%); }
  .education-cards-grid { width: min(100%, 1399.95px); grid-template-columns: repeat(3, 1fr); }
  .education-card { width: calc(100% - 30px); }
  .advocacy-hero, .advocacy-mission__inner, .advocacy-gallery header { width: min(1200px, 100%); }
  .advocacy-support__grid { width: min(100%, 1300px); grid-template-columns: repeat(4, 1fr); }
  .advocacy-support-card { width: calc(100% - 30px); }
}

@media (max-width: 520px) {
  .section { padding: 42px 0; }
  .kicker { font-size: 1.55rem; }
  h2 { font-size: 29px; }
  .hero { height: 480px; }
  .hero h1 { margin-bottom: 28px; }
  .four-tier__copy h2 br { display: none; }
  .tier-art { gap: 10px; padding: 0; }
  .tier-art img { height: 135px; border-radius: 10px; }
  .donation-grid { grid-template-columns: 1fr; gap: 16px; }
  .donation-card { min-height: 0; }
  .donation-card p { margin-bottom: 24px; }
  .programme-tabs button { height: 50px; padding: 0 5px; font-size: 12px; }
  .programme-panel { padding: 23px; }
  .programme-panel p { font-size: 14px; }
  .purpose__intro { height: 92px; padding-top: 22px; }
  .purpose__grid { grid-template-columns: 1fr; }
  .contact-card { padding: 23px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-card--details img { height: auto; }
  .gallery__heading { align-items: start; flex-direction: column; gap: 10px; }
  .gallery__masonry { grid-template-columns: 1fr 1fr; grid-auto-rows: 115px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer-title h2 { font-size: 30px; }
  .story-intro h1 { font-size: 28px; }
  .story-film { height: 390px; }
  .story-film h2 { font-size: 3.1rem; }
  .context-label { height: 45px; font-size: 14px; }
  .context-card { padding: 25px 20px; }
  .context-card p { font-size: 14px; line-height: 1.7; }
  .context-card h3 { font-size: 19px; }
  .overview-lead h1 { font-size: 28px; }
  .overview-lead__images { grid-template-columns: 1fr; }
  .overview-impact__panel { padding: 25px; }
  .overview-impact__panel h3 { font-size: 25px; }
  .overview-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .overview-stats__grid article { min-height: 130px; }
  .overview-stats__grid span { font-size: 13px; }
  .team__grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .team__grid img { height: 230px; }
  .approach-hero { padding-top: 28px; }
  .approach-hero h1 { font-size: 30px; line-height: 1.35; }
  .approach-hero__art { gap: 12px; padding: 0; }
  .approach-hero__art img { height: auto; }
  .approach-scope { padding: 42px 0; }
  .approach-scope__grid { grid-template-columns: 1fr; }
  .approach-scope__photo { width: 100%; }
  .approach-gallery { min-height: 480px; }
  .approach-gallery__masonry { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; max-height: 270px; }
  .approach-gallery__masonry img { height: 130px; }
  .approach-updates { min-height: 0; }
  .approach-footer-spacer { height: 0; }
  .approach-updates .news-card__image { height: 220px; }
  .directory-section { padding-top: 35px; }
  .directory-heading { height: auto; margin-bottom: 18px; }
  .directory-heading h1 { font-size: 30px; }
  .directory-grid, .team-page-news__grid { width: min(100% - 36px, 450px); grid-template-columns: 1fr; }
  .directory-grid { gap: 16px; }
  .directory-card { width: 100%; height: auto !important; margin: 0; }
  .directory-card__media, .directory-card--ravi .directory-card__media, .directory-card--thomas .directory-card__media, .directory-card--robert .directory-card__media, .directory-card--sobha .directory-card__media, .directory-card--ben .directory-card__media, .directory-card--matthew .directory-card__media, .directory-card--kurian .directory-card__media { height: auto; }
  .directory-card__media img, .directory-card--ravi img, .directory-card--thomas img, .directory-card--robert img, .directory-card--sobha img, .directory-card--ben img, .directory-card--matthew img, .directory-card--kurian img { width: 100%; height: auto; }
  .team-page-news { padding-top: 48px; }
  .team-page-news__heading { height: auto; }
  .team-page-news__heading h2 { font-size: 30px; }
  .team-page-news__grid { gap: 18px; margin-top: 25px; }
  .team-page-news__card, .team-page-news__card--short { width: 100%; height: auto; margin: 0; }
  .team-page-news__copy { min-height: 210px; }
  .team-page-news__button { margin-top: 24px; }
  .team-page-spacer { height: 45px; }
  .whatsapp-float { right: 14px; width: 48px; height: 48px; font-size: 25px; }
  .policy-main { min-height: 0; }
  .policy-article { width: min(100% - 36px, 620px); padding: 35px 0 48px; }
  .policy-article h1, .policy-article h2 { font-size: 29px; line-height: 1.36; }
  .policy-article h2, .policy-article ul + h2, .policy-article p + h2 { margin-top: 32px; }
  .policy-article p, .policy-article li { font-size: 15px; line-height: 1.72; }
  .policy-article ul { padding-left: 18px; }
  .awards-main { min-height: 0; padding: 0; }
  .awards-intro { width: min(100% - 36px, 620px); height: auto; padding: 38px 0 35px; margin-top: 0; text-align: center; }
  .awards-intro h1 { margin-bottom: 16px; font-size: 28px; }
  .awards-intro p { font-size: 15px; line-height: 1.72; }
  .awards-section-title { height: auto; min-height: 105px; padding: 18px; }
  .awards-section-title h2 { font-size: 52px; line-height: 1.05; transform: none; }
  .awards-grid { width: min(100% - 36px, 450px); height: auto; grid-template-columns: 1fr; grid-template-rows: none; gap: 18px; }
  .award-card, .award-card--compact { width: 100%; height: auto; min-height: 295px; padding-block: 32px; }
  .award-card__logo-slot { height: 176px; }
  .award-card:not(.award-card--compact) h3 { min-height: 33px; }
  .awards-section-title--support { margin-top: 26px; }
  .supporters { width: min(100% - 36px, 450px); height: auto; padding: 0 0 42px; margin: 0 auto; }
  .supporters__grid { width: 100%; height: auto; grid-template-columns: repeat(2, 1fr); grid-template-rows: none; gap: 12px; }
  .support-card { width: 100%; height: 104px; }
  .support-card img { max-width: 100%; height: auto; }
  .support-card--wide img { width: 100%; height: auto; }
  .financial-main { min-height: 0; padding: 0; }
  .financial-report, .financial-report--impact { height: auto; padding: 44px 0; }
  .financial-report__grid, .financial-report--impact .financial-report__grid { width: min(100% - 36px, 620px); height: auto; grid-template-columns: 1fr; gap: 32px; }
  .financial-report--impact .financial-report__visual { grid-row: 1; }
  .financial-report--impact .financial-report__copy { grid-row: 2; }
  .financial-report__visual img { width: min(484.5px, 100%); height: auto; }
  .financial-report__copy, .financial-report--impact .financial-report__copy { width: 100%; height: auto; margin: 0; padding: 0; }
  .financial-report__copy header { height: auto; }
  .financial-kicker { font-size: 26px; line-height: 1.15; }
  .financial-report h1, .financial-report h2 { font-size: 29px; line-height: 1.35; }
  .financial-report__body, .financial-report--annual .financial-report__body, .financial-report--impact .financial-report__body { height: auto; margin: 18px 0 24px; font-size: 15px; line-height: 1.72; }
  .financial-report__body p + p { margin-top: 18px; }
  .financial-button, .financial-report--impact .financial-button { position: static; width: 100%; }
  .financial-archives { height: auto; padding: 42px 0; background-position: left center; }
  .financial-archives__grid { width: min(100% - 36px, 620px); height: auto; grid-template-columns: 1fr; gap: 25px; }
  .financial-archives__copy { width: 100%; margin: 0; }
  .financial-archives__copy h2 { margin-bottom: 10px; font-size: 46px; line-height: 1.1; }
  .financial-archives__copy p { font-size: 15px; line-height: 1.72; }
  .financial-archives__accordions { width: 100%; margin: 0; }
  .financial-archives__accordions summary { height: auto; min-height: 49px; padding-left: 18px; font-size: 14px; line-height: 1.35; }
  .financial-gallery-header { height: auto; padding: 42px 0 25px; }
  .financial-gallery-header__grid { width: min(100% - 36px, 620px); height: auto; grid-template-columns: 1fr; gap: 23px; }
  .financial-gallery-header__grid > div { padding: 0; }
  .financial-gallery-header h2 { margin-top: 7px; font-size: 31px; line-height: 1.35; }
  .financial-gallery-header .pill { justify-self: start; margin: 0; }
  .financial-gallery { height: auto; padding-bottom: 45px; overflow: visible; }
  .financial-gallery__strip { position: static; width: min(100% - 36px, 620px); grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0 auto; }
  .financial-gallery__strip img, .financial-gallery__strip img:nth-child(n) { width: 100%; height: 150px; margin: 0; object-fit: cover; }
  .financial-gallery__dots { position: static; margin: 24px auto 0; justify-content: center; transform: none; }
  .homes-main { min-height: 0; padding: 0 0 42px; }
  .homes-top-gap { display: none; }
  .homes-intro { width: min(100% - 36px, 620px); height: auto; padding: 40px 0; text-align: center; }
  .homes-intro h1 { margin-bottom: 17px; font-size: 28px; line-height: 1.35; }
  .homes-intro p, .homes-intro .homes-intro__lead { height: auto; font-size: 15px; line-height: 1.72; }
  .homes-intro p + p { margin-top: 18px; }
  .homes-intro__button { margin: 24px auto 0; }
  .homes-heading { height: auto; padding: 18px 0 30px; }
  .homes-heading h2 { font-size: 60px; line-height: 1; }
  .homes-cards-row, .homes-cards-row--three { width: min(100% - 36px, 450px); height: auto; padding: 0; margin: 0 auto; }
  .homes-cards-row + .homes-cards-row { margin-top: 18px; }
  .homes-cards-grid { width: 100%; grid-template-columns: 1fr; gap: 18px; }
  .home-card, .home-card[class] { width: 100%; height: auto; min-height: 0; margin: 0; padding: 15px 15px 22px; }
  .home-card img, .home-card[class] img { width: 100%; height: auto; }
  .home-card h3 { height: auto; min-height: 54px; padding-top: 14px; font-size: 20px; line-height: 1.35; }
  .home-card p { font-size: 15px; line-height: 1.7; }
  .home-card br { display: none; }
  .community-main { min-height: 0; padding: 0 0 42px; }
  .community-top-gap { display: none; }
  .community-intro { width: min(100% - 36px, 620px); height: auto; padding: 40px 0; text-align: center; }
  .community-intro h1 { height: auto; padding: 0; font-size: 58px; line-height: 1; letter-spacing: .03em; }
  .community-intro p { height: auto; margin-top: 20px; font-size: 15px; line-height: 1.72; }
  .community-intro__button { margin: 24px auto 0; }
  .community-heading { height: auto; padding: 18px 0 30px; }
  .community-heading h2 { font-size: 58px; line-height: 1; }
  .community-cards-row, .community-cards-row--one, .community-cards-row--two { width: min(100% - 36px, 450px); height: auto; padding: 0; margin: 0 auto; }
  .community-cards-row + .community-cards-row { margin-top: 18px; }
  .community-cards-grid { width: 100%; grid-template-columns: 1fr; gap: 18px; }
  .community-card, .community-card[class] { width: 100%; height: auto; min-height: 0; margin: 0; padding: 15px 15px 22px; }
  .community-card img, .community-card[class] img { width: 100%; height: auto; }
  .community-card h3 { height: auto; min-height: 54px; padding-top: 14px; font-size: 20px; line-height: 1.35; }
  .community-card p { font-size: 15px; line-height: 1.7; }
  .community-card br { display: none; }
  .daycare-main { min-height: 0; padding: 0 0 42px; }
  .daycare-top-gap { display: none; }
  .daycare-intro { width: min(100% - 36px, 620px); height: auto; padding: 40px 0; text-align: center; }
  .daycare-intro h1 { margin-bottom: 20px; font-size: 28px; line-height: 1.35; letter-spacing: normal; }
  .daycare-intro__copy { width: 100%; height: auto; }
  .daycare-intro p { font-size: 15px; line-height: 1.72; }
  .daycare-intro p + p { margin-top: 18px; }
  .daycare-intro p:last-child { margin-bottom: 0; }
  .daycare-heading { height: auto; padding: 18px 0 30px; }
  .daycare-heading h2 { font-size: 58px; line-height: 1; }
  .daycare-cards-row, .daycare-cards-row--one, .daycare-cards-row--two { width: min(100% - 36px, 450px); height: auto; padding: 0; margin: 0 auto; }
  .daycare-cards-row + .daycare-cards-row { margin-top: 18px; }
  .daycare-cards-grid { width: 100%; grid-template-columns: 1fr; gap: 18px; }
  .daycare-card, .daycare-card[class] { width: 100%; height: auto; min-height: 0; margin: 0; padding: 15px 15px 22px; }
  .daycare-card img, .daycare-card[class] img { width: 100%; height: auto; }
  .daycare-card h3 { height: auto; min-height: 54px; padding-top: 14px; font-size: 20px; line-height: 1.35; }
  .daycare-card p { height: auto; min-height: 0; font-size: 15px; line-height: 1.7; }
  .daycare-card br { display: none; }
  .daycare-card__more { margin-top: 15px; }
  .education-main { min-height: 0; padding: 0 0 42px; }
  .education-top-gap { display: none; }
  .education-intro, .education-intro--first, .education-intro--second { width: min(100% - 36px, 620px); height: auto; padding: 40px 0 0; text-align: center; }
  .education-intro--second { padding-bottom: 40px; }
  .education-intro h1, .education-intro h2, .education-school h2 { margin-bottom: 20px; font-size: 28px; line-height: 1.35; letter-spacing: normal; }
  .education-intro p { width: 100%; font-size: 15px; line-height: 1.72; }
  .education-intro__button { margin: 24px auto 0; }
  .education-heading { height: auto; padding: 18px 0 30px; }
  .education-heading h2 { font-size: 58px; line-height: 1; }
  .education-cards-row { width: min(100% - 36px, 450px); height: auto; padding: 0; margin: 0 auto; }
  .education-cards-grid { width: 100%; grid-template-columns: 1fr; }
  .education-card { width: 100%; height: auto; min-height: 0; margin: 0; padding: 15px 15px 22px; }
  .education-card img { width: 100%; height: auto; }
  .education-card h3 { height: auto; min-height: 54px; padding-top: 14px; font-size: 20px; line-height: 1.35; }
  .education-card p { height: auto; min-height: 0; font-size: 15px; line-height: 1.7; }
  .education-school { width: min(100% - 36px, 620px); height: auto; padding: 40px 0; text-align: center; }
  .education-school__copy { width: 100%; }
  .education-school p { font-size: 15px; line-height: 1.72; }
  .education-school p + p { margin-top: 18px; }
  .advocacy-nav-menu { display: none; }
  .advocacy-main { min-height: 0; padding: 0 0 42px; }
  .advocacy-top-gap { display: none; }
  .advocacy-hero { width: min(100% - 36px, 620px); height: auto; grid-template-columns: 1fr; gap: 30px; padding: 40px 0; text-align: center; }
  .advocacy-hero__copy, .advocacy-hero h1, .advocacy-hero p { width: 100%; height: auto; margin: 0; }
  .advocacy-hero h1 { display: block; padding: 0; font-size: 54px; line-height: 1; letter-spacing: .03em; }
  .advocacy-hero p { margin-top: 20px; font-size: 15px; line-height: 1.72; text-align: left; }
  .advocacy-hero__button { margin: 24px auto 0; }
  .advocacy-hero__visual { padding: 0; }
  .advocacy-hero__visual img { width: 100%; height: auto; }
  .advocacy-help { height: auto; padding: 20px 18px 30px; }
  .advocacy-help h2 { height: auto; font-size: 29px; line-height: 1.35; }
  .advocacy-help p { height: auto; font-size: 28px; line-height: 1.2; }
  .advocacy-support { width: min(100% - 36px, 450px); height: auto; padding: 0; margin: 0 auto; }
  .advocacy-support__grid { width: 100%; grid-template-columns: 1fr; gap: 35px; }
  .advocacy-support-card { width: 100%; height: 440px; margin: 0; }
  .advocacy-mission { height: auto; background-size: cover; }
  .advocacy-mission__inner { width: min(100% - 36px, 620px); height: auto; padding: 42px 0; }
  .advocacy-mission header { height: auto; text-align: center; }
  .advocacy-mission header h2 { height: auto; font-size: 30px; line-height: 1.35; }
  .advocacy-tabs { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
  .advocacy-tabs button, .advocacy-tabs button:nth-child(n) { width: 100%; height: 50px; font-size: 14px; }
  .advocacy-mission__panel { width: 100%; height: auto; grid-template-columns: 1fr; gap: 26px; margin-top: 24px; padding: 25px; }
  .advocacy-mission__copy { width: 100%; padding: 0; }
  .advocacy-mission__copy h3 { width: 100%; height: auto; font-size: 26px; line-height: 1.35; }
  .advocacy-mission__copy p { width: 100%; font-size: 15px; line-height: 1.72; }
  .advocacy-mission__panel > img { width: 100%; height: auto; margin: 0; }
  .advocacy-gallery { height: auto; padding: 42px 0; }
  .advocacy-gallery header { width: min(100% - 36px, 620px); height: auto; flex-direction: column; gap: 18px; padding: 0; }
  .advocacy-gallery header h2 { height: auto; font-size: 30px; line-height: 1.35; }
  .advocacy-gallery header .pill { margin: 0; }
  .advocacy-gallery__strip { position: static; width: min(100% - 36px, 620px); grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; margin: 24px auto 0; }
  .advocacy-gallery__strip img, .advocacy-gallery__strip img:nth-child(n) { width: 100%; height: 145px; object-fit: cover; }
  .advocacy-gallery__dots { position: static; justify-content: center; margin-top: 25px; transform: none; }
}

@media (max-width: 820px) {
  .volunteer-main { height: auto; padding: 0 0 42px; }
  .volunteer-layout { width: min(100% - 36px, 620px); height: auto; padding: 0; margin: 0 auto; }
  .volunteer-hero { width: 100%; height: auto; grid-template-columns: 1fr; gap: 30px; padding: 40px 0; }
  .volunteer-hero article, .volunteer-hero h1, .volunteer-hero p { width: 100%; height: auto; margin-left: 0; }
  .volunteer-hero h1 { font-size: 29px; line-height: 1.4; }
  .volunteer-hero p { margin-top: 18px; font-size: 15px; line-height: 1.72; }
  .volunteer-hero > img { width: 100%; height: auto; margin: 0; }
  .volunteer-programs { width: 100%; height: auto; padding: 22px 0 30px; }
  .volunteer-programs__icon { position: static; margin: 0 auto 8px; }
  .volunteer-programs p { height: auto; font-size: 27px; line-height: 1.2; }
  .volunteer-programs h2 { height: auto; margin-top: 8px; font-size: 30px; line-height: 1.35; }
  .volunteer-program-cards { width: 100%; height: auto; grid-template-columns: 1fr; gap: 20px; padding: 0; }
  .volunteer-program-cards article { width: 100%; height: 230px; margin: 0; }
  .volunteer-experiences { height: auto; padding: 42px 0; }
  .volunteer-experiences__inner { width: 100%; height: auto; }
  .volunteer-experiences h2 { width: 100%; height: auto; padding: 0; font-size: 47px; line-height: 1; }
  .volunteer-experiences__videos { width: 100%; height: auto; grid-template-columns: 1fr; gap: 16px; padding: 24px 0 0; margin: 0; }
  .volunteer-experiences__videos div { width: 100%; height: min(318px, 52vw); }
  .volunteer-skill { height: auto; padding: 42px 0; }
  .volunteer-skill__inner { width: 100%; height: auto; grid-template-columns: 1fr; gap: 28px; }
  .volunteer-skill__inner > img { width: 100%; height: auto; margin: 0; }
  .volunteer-skill article { padding: 0; }
  .volunteer-skill h2, .volunteer-skill p { width: 100%; height: auto; }
  .volunteer-skill h2 { font-size: 29px; line-height: 1.35; }
  .volunteer-skill p { margin-top: 16px; font-size: 15px; line-height: 1.72; }
  .volunteer-contact { width: 100%; height: auto; padding: 0; margin-top: 20px; }
  .volunteer-contact__form { width: 100%; height: auto; padding: 30px 24px; margin: 0; }
  .volunteer-contact__form h2 { width: 100%; height: auto; font-size: 29px; line-height: 1.35; }
  .volunteer-contact__names { width: 100%; height: auto; grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
  .volunteer-contact__email, .volunteer-contact__phone, .volunteer-contact__choose, .volunteer-contact__message { width: 100%; height: auto; padding-top: 0; margin-bottom: 16px; }
  .volunteer-contact__form input, .volunteer-contact__form textarea { margin-top: 5px; }
  .volunteer-contact__form > .pill { margin-top: 0; }
  .volunteer-gallery { height: auto; padding: 42px 0; }
  .volunteer-gallery header { width: 100%; height: auto; flex-direction: column; gap: 18px; padding: 0; }
  .volunteer-gallery header h2 { height: auto; margin-top: 8px; font-size: 30px; line-height: 1.35; }
  .volunteer-gallery header .pill { margin: 0; }
  .volunteer-gallery__strip { position: static; width: 100%; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; margin-top: 24px; }
  .volunteer-gallery__strip img, .volunteer-gallery__strip img:nth-child(n) { width: 100%; height: 145px; object-fit: cover; }
  .volunteer-gallery__dots { position: static; justify-content: center; margin-top: 25px; transform: none; }
}

/* Sponsor a child */
.sponsor-page .main-nav { position: relative; }
.sponsor-main { height: 3224px; padding-top: 40px; }
.sponsor-layout { height: 3144px; }
.sponsor-top-gap { height: 10px; }
.sponsor-hero { width: 1200px; height: 501.1px; display: grid; grid-template-columns: 600px 600px; margin: 0 auto; }
.sponsor-hero article { width: 600px; }
.sponsor-hero h1 { width: 570px; height: 93px; margin: 0 15px; color: #232323; font: 700 32px/46.08px var(--display); letter-spacing: 0; }
.sponsor-hero p { width: 570px; height: 270px; margin: 19.1px 15px 0; color: #000; font: 400 16px/30px var(--body); }
.sponsor-hero .pill { width: 570px; min-height: 56px; margin: 40.1px 15px 0; font-size: 14px; text-transform: uppercase; }
.sponsor-hero > img { width: 570px; height: 379.7625px; margin-left: 15px; object-fit: fill; }
.sponsor-mission { height: 849.3125px; background: #fff url("assets/sponsor-mission-background.png") center / cover no-repeat; }
.sponsor-mission__inner { width: 1200px; height: 849.3125px; box-sizing: border-box; padding: 50px 15px 0; margin: 0 auto; }
.sponsor-mission header { height: 123.6px; text-align: center; }
.sponsor-mission header p { height: 39.6px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.sponsor-mission header h2 { height: 64px; margin: 0; color: #232323; font: 700 42px/64px var(--display); letter-spacing: 0; }
.sponsor-tabs { height: 58.6px; display: flex; gap: 30px; margin-top: 13px; }
.sponsor-tabs button { height: 58.6px; padding: 0; color: #232323; background: #fff; border: 1.6px solid var(--pink); border-radius: 30px; font: 700 18px/23.4px var(--display); }
.sponsor-tabs button:nth-child(1) { width: 234.3px; }
.sponsor-tabs button:nth-child(2) { width: 245.4px; }
.sponsor-tabs button:nth-child(3) { width: 327.5px; }
.sponsor-tabs button:nth-child(4) { width: 242.9px; }
.sponsor-tabs button.is-active { color: #fff; background: var(--pink); }
.sponsor-mission__panel { width: 1170px; height: 530.1px; display: grid; grid-template-columns: 551.975px 548.025px; box-sizing: border-box; margin-top: 39px; padding: 40px 30px 40px 40px; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.sponsor-mission__panel > div { width: 521.975px; padding: 0 15px; }
.sponsor-mission__panel h3 { width: 522px; height: 126px; margin: 0; color: #232323; font: 700 30px/42px var(--display); }
.sponsor-mission__panel p { width: 522px; height: 120px; margin: 10px 0 0; color: #616161; font: 400 16px/30px var(--body); }
.sponsor-mission__panel p + p { margin-top: 20px; }
.sponsor-mission__panel a { display: inline-block; margin-top: 23px; padding-bottom: 1px; color: #232323; border-bottom: 2px solid var(--pink); font: 700 16px/30px var(--display); text-transform: uppercase; }
.sponsor-mission__panel > img { width: 518.025px; height: 406px; margin-left: 15px; object-fit: fill; border-radius: 10px; }
.sponsor-impact { height: 684px; box-sizing: border-box; padding-top: 35px; background: #fff; }
.sponsor-impact__inner { width: 1200px; height: 634px; margin: 0 auto; }
.sponsor-impact header { width: 1170px; height: 123.6px; margin: 0 15px; text-align: center; }
.sponsor-impact header p { height: 42.6px; margin: 0; padding-top: 1.8px; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.sponsor-impact header h2 { height: 61px; margin: 0; color: #232323; font: 700 42px/60.48px var(--display); letter-spacing: 0; }
.sponsor-impact__grid { width: 1170px; height: 505.5px; display: grid; grid-template-columns: repeat(3, 390px); grid-template-rows: 234px 271.5px; margin: 5px 15px 0; }
.sponsor-impact__grid article { width: 370px; height: 214px; display: flex; flex-direction: column; align-items: center; margin-left: 10px; background: #fff; box-shadow: 11px 10px 38px rgb(0 0 0 / .08); }
.sponsor-impact__grid article:nth-child(3) { height: 209.2px; }
.sponsor-impact__grid article:nth-child(5) { height: 252px; }
.sponsor-impact__grid img { width: 40px; height: 40px; margin-top: 39px; object-fit: contain; }
.sponsor-impact__grid h3 { margin: 10px 0 0; color: #232323; font: 700 25px/37.5px var(--display); letter-spacing: 0; text-align: center; }
.sponsor-impact__grid .sponsor-impact__meal { width: 30px; height: 45.2px; margin-top: 39px; }
.sponsor-impact__grid article:nth-child(3) h3 { margin-top: 0; }
.sponsor-impact__school h3 { margin-top: 10px; }
.sponsor-purpose { position: relative; height: 384px; overflow: hidden; background: var(--pale-pink); }
.sponsor-purpose::before { content: ""; position: absolute; z-index: 0; top: 98px; left: calc(50% - 445px); width: 450px; height: 368px; background: url("assets/sponsor-purpose-flower.png") top left / 450px 368px no-repeat; pointer-events: none; }
.sponsor-purpose::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--pink); }
.sponsor-purpose header { position: relative; z-index: 1; width: 1200px; height: 151px; box-sizing: border-box; padding-top: 30px; margin: 0 auto; }
.sponsor-purpose h2 { width: 650px; height: 81.2px; margin: 0 auto; padding-top: 3.2px; color: var(--pink); font: 700 57px/68.4px var(--accent); letter-spacing: 2.85px; text-align: center; }
.sponsor-purpose__cards { position: relative; z-index: 1; width: 1200px; height: 233px; display: grid; grid-template-columns: repeat(3, 400px); margin: 0 auto; }
.sponsor-purpose__cards article { width: 370px; height: 202px; box-sizing: border-box; padding-top: 25px; margin-left: 15px; text-align: center; background: #fff; }
.sponsor-purpose__cards article:nth-child(2) { height: 203px; }
.sponsor-purpose__cards h3 { height: 42px; margin: 0; color: #232323; font: 700 28px/42px var(--display); }
.sponsor-purpose__cards p { margin: 8px 20px 0; color: #232323; font: 400 18px/33.75px "Inter", sans-serif; }
.sponsor-gallery { position: relative; height: 704px; }
.sponsor-gallery header { width: 1200px; height: 164px; display: flex; align-items: flex-start; justify-content: space-between; box-sizing: border-box; padding: 60px 15px 0; margin: 0 auto; }
.sponsor-gallery header p { height: 36px; margin: 0; padding-top: 1.8px; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.sponsor-gallery header h2 { height: 56px; margin: 9.8px 0 0; color: #232323; font: 700 40px/56px var(--display); letter-spacing: 0; }
.sponsor-gallery header .pill { min-width: 200.4px; min-height: 56px; padding: 0 20px; margin-top: 45px; font-size: 14px; text-transform: none; }
.sponsor-gallery__strip { position: absolute; top: 206.3px; left: 0; display: grid; grid-template-columns: repeat(5, 283px); gap: 16px; width: 100%; padding-left: 8px; overflow: hidden; }
.sponsor-gallery__strip img { width: 283px; height: 212px; object-fit: fill; }
.sponsor-gallery__strip img:nth-child(1), .sponsor-gallery__strip img:nth-child(2) { height: 190px; }
.sponsor-gallery__dots { position: absolute; top: 671.3px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.sponsor-gallery__dots i { width: 6px; height: 6px; display: block; background: var(--pink); border-radius: 50%; }
.sponsor-gallery__dots i.is-active { width: 25px; }
.sponsor-bottom-gap { height: 12px; }
.sponsor-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.sponsor-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .sponsor-main { height: auto; padding: 0 0 42px; }
  .sponsor-layout { width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .sponsor-top-gap { display: none; }
  .sponsor-hero { width: 100%; height: auto; grid-template-columns: 1fr; gap: 30px; padding: 40px 0; }
  .sponsor-hero article, .sponsor-hero h1, .sponsor-hero p { width: 100%; height: auto; margin-left: 0; }
  .sponsor-hero h1 { font-size: 29px; line-height: 1.4; }
  .sponsor-hero p { margin-top: 18px; font-size: 15px; line-height: 1.72; }
  .sponsor-hero .pill { width: auto; margin: 24px 0 0; }
  .sponsor-hero > img { width: 100%; height: auto; margin: 0; }
  .sponsor-mission { height: auto; }
  .sponsor-mission__inner { width: 100%; height: auto; padding: 42px 0; }
  .sponsor-mission header { height: auto; }
  .sponsor-mission header h2 { height: auto; font-size: 30px; line-height: 1.35; }
  .sponsor-tabs { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
  .sponsor-tabs button, .sponsor-tabs button:nth-child(n) { width: 100%; height: 50px; font-size: 14px; }
  .sponsor-mission__panel { width: 100%; height: auto; grid-template-columns: 1fr; gap: 26px; margin-top: 24px; padding: 25px; }
  .sponsor-mission__panel > div { width: 100%; padding: 0; }
  .sponsor-mission__panel h3, .sponsor-mission__panel p { width: 100%; height: auto; }
  .sponsor-mission__panel h3 { font-size: 26px; line-height: 1.35; }
  .sponsor-mission__panel p { font-size: 15px; line-height: 1.72; }
  .sponsor-mission__panel > img { width: 100%; height: auto; margin: 0; }
  .sponsor-impact { width: 100vw; height: auto; padding: 42px 18px; margin-left: calc(50% - 50vw); }
  .sponsor-impact__inner, .sponsor-impact header, .sponsor-impact__grid { width: 100%; height: auto; margin: 0; }
  .sponsor-impact header h2 { height: auto; font-size: 29px; line-height: 1.35; }
  .sponsor-impact__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 14px; margin-top: 22px; }
  .sponsor-impact__grid article, .sponsor-impact__grid article:nth-child(n) { width: 100%; height: 180px; margin: 0; }
  .sponsor-impact__grid img { margin-top: 26px; }
  .sponsor-impact__grid h3 { font-size: 19px; line-height: 1.4; }
  .sponsor-purpose { width: 100vw; height: auto; margin-left: calc(50% - 50vw); }
  .sponsor-purpose header { width: 100%; height: auto; padding: 36px 18px 25px; }
  .sponsor-purpose h2 { width: 100%; height: auto; padding: 0; font-size: 48px; line-height: 1; }
  .sponsor-purpose::before { display: none; }
  .sponsor-purpose__cards { width: min(100% - 36px, 620px); height: auto; grid-template-columns: 1fr; gap: 14px; padding-bottom: 34px; }
  .sponsor-purpose__cards article, .sponsor-purpose__cards article:nth-child(n) { width: 100%; height: auto; min-height: 172px; margin: 0; padding: 24px 20px; }
  .sponsor-purpose__cards p { font-size: 16px; line-height: 1.65; }
  .sponsor-gallery { height: auto; padding: 42px 0; }
  .sponsor-gallery header { width: 100%; height: auto; flex-direction: column; gap: 18px; padding: 0; }
  .sponsor-gallery header h2 { height: auto; margin-top: 8px; font-size: 30px; line-height: 1.35; }
  .sponsor-gallery header .pill { margin: 0; }
  .sponsor-gallery__strip { position: static; width: 100%; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; margin-top: 24px; }
  .sponsor-gallery__strip img, .sponsor-gallery__strip img:nth-child(n) { width: 100%; height: 145px; object-fit: cover; }
  .sponsor-gallery__dots { position: static; justify-content: center; margin-top: 25px; transform: none; }
  .sponsor-bottom-gap { display: none; }
}

/* Leave a legacy */
.legacy-main { height: 4021px; padding-top: 40px; }
.legacy-layout { height: 3941px; }
.legacy-top-gap { height: 10px; }
.legacy-hero { width: 1300px; height: 567.4px; display: grid; grid-template-columns: 650px 650px; box-sizing: border-box; padding-top: 50px; margin: 0 auto; }
.legacy-hero > img { width: 620px; height: 460px; margin: 3.7px 15px 0; object-fit: fill; border-radius: 10px; }
.legacy-hero article { width: 620px; height: 467.4px; margin-left: 15px; }
.legacy-hero h1 { width: 620px; height: 56px; margin: 0; color: #232323; font: 700 36px/56px var(--display); letter-spacing: 0; }
.legacy-hero p { width: 620px; margin: 20px 0 0; color: #000; font: 400 16px/30px var(--body); }
.legacy-hero p:first-of-type { height: 120px; }
.legacy-hero p + p { height: 180px; margin-top: 20px; }
.legacy-hero .pill { width: 620px; min-height: 56.4px; margin-top: 15px; font-size: 14px; text-transform: none; }
.legacy-mission { height: 849.3125px; background: #fff url("assets/sponsor-mission-background.png") center / cover no-repeat; }
.legacy-mission__inner { width: 1200px; height: 849.3125px; box-sizing: border-box; padding: 50px 15px 0; margin: 0 auto; }
.legacy-mission header { height: 123.6px; text-align: center; }
.legacy-mission header p { height: 39.6px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.legacy-mission header h2 { height: 64px; margin: 0; color: #232323; font: 700 42px/64px var(--display); letter-spacing: 0; }
.legacy-tabs { height: 58.6px; display: flex; gap: 30px; margin-top: 13px; }
.legacy-tabs button { height: 58.6px; padding: 0; color: #232323; background: #fff; border: 1.6px solid var(--pink); border-radius: 30px; font: 700 18px/23.4px var(--display); }
.legacy-tabs button:nth-child(1) { width: 225.3px; }
.legacy-tabs button:nth-child(2) { width: 236.4px; }
.legacy-tabs button:nth-child(3) { width: 336.5px; }
.legacy-tabs button:nth-child(4) { width: 251.9px; }
.legacy-tabs button.is-active { color: #fff; background: var(--pink); }
.legacy-mission__panel { width: 1170px; height: 530.1px; display: grid; grid-template-columns: 551.975px 548.025px; box-sizing: border-box; margin-top: 39px; padding: 40px 30px 40px 40px; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.legacy-mission__panel > div { width: 521.975px; padding: 0 15px; }
.legacy-mission__panel h3 { width: 522px; height: 126px; margin: 0; color: #232323; font: 700 30px/42px var(--display); }
.legacy-mission__panel p { width: 522px; height: 120px; margin: 10px 0 0; color: #616161; font: 400 16px/30px var(--body); }
.legacy-mission__panel p + p { margin-top: 20px; }
.legacy-mission__panel a { display: inline-block; margin-top: 23px; padding-bottom: 1px; color: #232323; border-bottom: 2px solid var(--pink); font: 700 16px/30px var(--display); text-transform: uppercase; }
.legacy-mission__panel > img { width: 518.025px; height: 406px; margin-left: 15px; object-fit: fill; border-radius: 10px; }
.legacy-impact { height: 683.6px; box-sizing: border-box; padding-top: 35px; background: #fff; }
.legacy-impact__inner { width: 1200px; height: 633.6px; margin: 0 auto; }
.legacy-impact header { width: 1170px; height: 123.6px; margin: 0 15px; text-align: center; }
.legacy-impact header p { height: 42.6px; margin: 0; padding-top: 1.8px; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.legacy-impact header h2 { height: 61px; margin: 0; color: #232323; font: 700 42px/60.48px var(--display); letter-spacing: 0; }
.legacy-impact__grid { width: 1170px; height: 505.5px; display: grid; grid-template-columns: repeat(3, 390px); grid-template-rows: 234px 271.5px; margin: 5px 15px 0; }
.legacy-impact__grid article { width: 370px; height: 214px; display: flex; flex-direction: column; align-items: center; margin-left: 10px; background: #fff; box-shadow: 11px 10px 38px rgb(0 0 0 / .08); }
.legacy-impact__grid article:nth-child(3) { height: 209.2px; }
.legacy-impact__grid article:nth-child(5) { height: 252px; }
.legacy-impact__grid img { width: 40px; height: 40px; margin-top: 39px; object-fit: contain; }
.legacy-impact__grid h3 { margin: 10px 0 0; color: #232323; font: 700 25px/37.5px var(--display); letter-spacing: 0; text-align: center; }
.legacy-impact__grid .legacy-impact__meal { width: 30px; height: 45.2px; margin-top: 39px; }
.legacy-impact__grid article:nth-child(3) h3 { margin-top: 0; }
.legacy-impact__school h3 { margin-top: 10px; }
.legacy-purpose { position: relative; height: 384px; overflow: hidden; background: var(--pale-pink); }
.legacy-purpose::before { content: ""; position: absolute; z-index: 0; top: 98px; left: calc(50% - 445px); width: 450px; height: 368px; background: url("assets/sponsor-purpose-flower.png") top left / 450px 368px no-repeat; pointer-events: none; }
.legacy-purpose::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--pink); }
.legacy-purpose header { position: relative; z-index: 1; width: 1200px; height: 151px; box-sizing: border-box; padding-top: 30px; margin: 0 auto; }
.legacy-purpose h2 { width: 650px; height: 81.2px; margin: 0 auto; padding-top: 3.2px; color: var(--pink); font: 700 57px/68.4px var(--accent); letter-spacing: 2.85px; text-align: center; }
.legacy-purpose__cards { position: relative; z-index: 1; width: 1200px; height: 233px; display: grid; grid-template-columns: repeat(3, 400px); margin: 0 auto; }
.legacy-purpose__cards article { width: 370px; height: 202px; box-sizing: border-box; padding-top: 25px; margin-left: 15px; text-align: center; background: #fff; }
.legacy-purpose__cards article:nth-child(2) { height: 203px; }
.legacy-purpose__cards h3 { height: 42px; margin: 0; color: #232323; font: 700 28px/42px var(--display); }
.legacy-purpose__cards p { margin: 8px 20px 0; color: #232323; font: 400 18px/33.75px "Inter", sans-serif; }
.legacy-contact { width: 1200px; height: 807.9px; box-sizing: border-box; padding-top: 50px; margin: 0 auto; }
.legacy-contact__form { position: relative; width: 1170px; height: 707.9px; margin: 0 15px; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.legacy-contact__form h2 { position: absolute; top: 45px; left: 50px; width: 1070px; height: 50px; margin: 0; color: #232323; font: 700 36px/50px var(--display); letter-spacing: 0; }
.legacy-contact__form > p { position: absolute; top: 108px; left: 50px; width: 1070px; height: 27px; margin: 0; color: #000; font: 400 14px/26.25px var(--body); }
.legacy-contact__form label { display: block; margin: 0; color: #000; font: 400 16px/30px var(--body); }
.legacy-contact__form em { color: #f56c6c; font-style: normal; }
.legacy-contact__form input, .legacy-contact__form textarea { display: block; width: 100%; padding: 0 15.8px; color: #232323; outline: none; background: #fff; border: 1px solid #dddde1; border-radius: 7px; font: 400 16px var(--body); }
.legacy-contact__form input { height: 45.2px; margin-top: 5px; }
.legacy-contact__form input::placeholder, .legacy-contact__form textarea::placeholder { color: #868e96; opacity: 1; }
.legacy-contact__names { position: absolute; top: 161px; left: 50px; width: 1070px; height: 100.2px; display: grid; grid-template-columns: 527.5px 527.5px; gap: 15px; }
.legacy-contact__email { position: absolute; top: 261.2px; left: 50px; width: 1070px; height: 80.2px; }
.legacy-contact__phone { position: absolute; top: 341.4px; left: 50px; width: 1070px; height: 100.2px; padding-top: 20px; }
.legacy-contact__phone input { padding-left: 48px; }
.legacy-contact__message { position: absolute; top: 441.6px; left: 50px; width: 1070px; height: 145px; padding-top: 20px; }
.legacy-contact__message textarea { height: 90px; padding-top: 11.8px; margin-top: 5px; resize: none; }
.legacy-contact__form > .pill { position: absolute; top: 606.6px; left: 50px; min-width: 137.9px; min-height: 50px; padding: 0 20px; border: 0; font-size: 16px; line-height: 24px; text-transform: none; }
.legacy-gallery { position: relative; height: 639px; overflow: hidden; }
.legacy-gallery header { width: 1200px; height: 99px; display: flex; align-items: flex-start; justify-content: space-between; margin: 0 auto; padding: 0 15px; }
.legacy-gallery header p { height: 36px; margin: 0; padding-top: 1.8px; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.legacy-gallery header h2 { height: 56px; margin: 9.8px 0 0; color: #232323; font: 700 40px/56px var(--display); letter-spacing: 0; }
.legacy-gallery header .pill { min-width: 200.4px; min-height: 56px; padding: 0 20px; margin-top: 45px; font-size: 14px; text-transform: none; }
.legacy-gallery__edge { position: absolute; top: 141.6px; left: -265px; width: 283px; height: 190px; object-fit: fill; }
.legacy-gallery__strip { position: absolute; top: 141.6px; left: 42px; display: grid; grid-template-columns: repeat(5, 283px); gap: 16px; width: 1495px; }
.legacy-gallery__strip img { width: 283px; height: 212px; object-fit: fill; }
.legacy-gallery__strip img:nth-child(1) { height: 190px; }
.legacy-gallery__strip img:nth-child(5) { height: 187px; }
.legacy-gallery__dots { position: absolute; top: 607px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.legacy-gallery__dots i { width: 6px; height: 6px; display: block; background: var(--pink); border-radius: 50%; }
.legacy-gallery__dots i.is-active { width: 24px; }
.legacy-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.legacy-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .legacy-main { height: auto; padding: 0 0 42px; }
  .legacy-layout { width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .legacy-top-gap { display: none; }
  .legacy-hero { width: 100%; height: auto; grid-template-columns: 1fr; gap: 28px; padding: 40px 0; }
  .legacy-hero > img { width: 100%; height: auto; margin: 0; }
  .legacy-hero article, .legacy-hero h1, .legacy-hero p { width: 100%; height: auto; margin-left: 0; }
  .legacy-hero h1 { font-size: 29px; line-height: 1.35; }
  .legacy-hero p { margin-top: 18px; font-size: 15px; line-height: 1.72; }
  .legacy-hero p + p { margin-top: 18px; }
  .legacy-hero .pill { width: auto; margin-top: 24px; }
  .legacy-mission { height: auto; }
  .legacy-mission__inner { width: 100%; height: auto; padding: 42px 0; }
  .legacy-mission header { height: auto; }
  .legacy-mission header h2 { height: auto; font-size: 30px; line-height: 1.35; }
  .legacy-tabs { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
  .legacy-tabs button, .legacy-tabs button:nth-child(n) { width: 100%; height: 50px; font-size: 14px; }
  .legacy-mission__panel { width: 100%; height: auto; grid-template-columns: 1fr; gap: 26px; margin-top: 24px; padding: 25px; }
  .legacy-mission__panel > div { width: 100%; padding: 0; }
  .legacy-mission__panel h3, .legacy-mission__panel p { width: 100%; height: auto; }
  .legacy-mission__panel h3 { font-size: 26px; line-height: 1.35; }
  .legacy-mission__panel p { font-size: 15px; line-height: 1.72; }
  .legacy-mission__panel > img { width: 100%; height: auto; margin: 0; }
  .legacy-impact { width: 100vw; height: auto; padding: 42px 18px; margin-left: calc(50% - 50vw); }
  .legacy-impact__inner, .legacy-impact header, .legacy-impact__grid { width: 100%; height: auto; margin: 0; }
  .legacy-impact header h2 { height: auto; font-size: 29px; line-height: 1.35; }
  .legacy-impact__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 14px; margin-top: 22px; }
  .legacy-impact__grid article, .legacy-impact__grid article:nth-child(n) { width: 100%; height: 180px; margin: 0; }
  .legacy-impact__grid img { margin-top: 26px; }
  .legacy-impact__grid h3 { font-size: 19px; line-height: 1.4; }
  .legacy-purpose { width: 100vw; height: auto; margin-left: calc(50% - 50vw); }
  .legacy-purpose header { width: 100%; height: auto; padding: 36px 18px 25px; }
  .legacy-purpose h2 { width: 100%; height: auto; padding: 0; font-size: 48px; line-height: 1; }
  .legacy-purpose::before { display: none; }
  .legacy-purpose__cards { width: min(100% - 36px, 620px); height: auto; grid-template-columns: 1fr; gap: 14px; padding-bottom: 34px; }
  .legacy-purpose__cards article, .legacy-purpose__cards article:nth-child(n) { width: 100%; height: auto; min-height: 172px; margin: 0; padding: 24px 20px; }
  .legacy-purpose__cards p { font-size: 16px; line-height: 1.65; }
  .legacy-contact { width: 100%; height: auto; padding: 0; margin-top: 20px; }
  .legacy-contact__form { width: 100%; height: auto; min-height: 680px; padding: 30px 24px; margin: 0; }
  .legacy-contact__form h2, .legacy-contact__form > p, .legacy-contact__names, .legacy-contact__email, .legacy-contact__phone, .legacy-contact__message, .legacy-contact__form > .pill { position: static; width: 100%; height: auto; }
  .legacy-contact__form h2 { font-size: 29px; line-height: 1.35; }
  .legacy-contact__form > p { margin: 8px 0 22px; }
  .legacy-contact__names { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
  .legacy-contact__email, .legacy-contact__phone, .legacy-contact__message { padding-top: 0; margin-bottom: 16px; }
  .legacy-contact__form input, .legacy-contact__form textarea { margin-top: 5px; }
  .legacy-contact__form > .pill { margin-top: 0; }
  .legacy-gallery { height: auto; padding: 42px 0; overflow: visible; }
  .legacy-gallery header { width: 100%; height: auto; flex-direction: column; gap: 18px; padding: 0; }
  .legacy-gallery header h2 { height: auto; margin-top: 8px; font-size: 30px; line-height: 1.35; }
  .legacy-gallery header .pill { margin: 0; }
  .legacy-gallery__edge { display: none; }
  .legacy-gallery__strip { position: static; width: 100%; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
  .legacy-gallery__strip img, .legacy-gallery__strip img:nth-child(n) { width: 100%; height: 145px; object-fit: cover; }
  .legacy-gallery__dots { position: static; justify-content: center; margin-top: 25px; transform: none; }
}

/* Donate page */
.donate-main { height: 3005.2876px; box-sizing: border-box; padding-top: 40px; }
.donate-layout { height: 2925.2876px; }
.donate-top-gap { height: 10px; }
.donate-hero { height: 543.6px; background: #fff url("assets/sponsor-mission-background.png") center / cover no-repeat; }
.donate-hero__inner { width: 1200px; height: 543.6px; box-sizing: border-box; padding: 0 15px; margin: 0 auto; }
.donate-hero__heading { height: 84px; box-sizing: border-box; padding-top: 13px; text-align: center; }
.donate-hero h1 { height: 64px; margin: 0; color: #232323; font: 700 42px/64px var(--display); }
.donate-hero__subtitle { height: 70px; margin: 0; padding-bottom: 40px; color: #000; font: 400 16px/30px var(--body); text-align: center; }
.donate-selector { height: 376.6px; }
.donate-tabs { height: 58.6px; display: grid; grid-template-columns: 542.375px 567.625px; gap: 30px; }
.donate-tabs button { height: 58.6px; padding: 0; color: #232323; background: #fff; border: 1.6px solid var(--pink); border-radius: 19px; font: 700 18px/23.4px var(--display); }
.donate-tabs button.is-active { color: #fff; background: var(--pink); }
.donate-method { position: relative; height: 318px; }
.donate-method__card { position: absolute; top: 79px; left: 50%; width: 420px; height: 184px; box-sizing: border-box; padding: 0 15px; transform: translateX(-50%); background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.donate-method__card h2 { height: 30px; margin: 40px 0 0; color: #232323; font: 700 18px/30px var(--display); }
.donate-method__card p { width: 390px; height: 90px; margin: 0; color: #000; font: 400 16px/30px var(--body); }
.donate-method__card .pill { position: absolute; bottom: 0; left: 154.5875px; min-height: 44px; padding: 0 13.6px; font-size: 14px; text-transform: none; }
.donate-general { height: 583.8625px; box-sizing: border-box; padding: 30px 0 50px; }
.donate-general__inner { width: 1200px; height: 503.8625px; display: grid; grid-template-columns: 600px 600px; margin: 0 auto; }
.donate-general__inner > article { width: 570px; margin-left: 15px; }
.donate-general__kicker { height: 51.6px; margin: 2.6625px 0 14.6px; color: var(--pink); font: 700 43px/51.6px var(--accent); letter-spacing: 2.15px; }
.donate-general__inner > article > p:not(.donate-general__kicker) { width: 570px; margin: 0; color: #000; font: 400 16px/30px var(--body); }
.donate-general__inner > article > p:nth-child(2) { height: 180px; }
.donate-general__inner > article > p:nth-child(3) { height: 180px; margin-top: 20px; }
.donate-causes { width: 600px; height: 503.8625px; display: grid; grid-template-columns: 270px 270px; grid-template-rows: 217.2px 217.2px; gap: 0 30px; padding: 20px 15px 0; }
.donate-causes img { width: 270px; height: 187px; display: block; box-sizing: content-box; padding-bottom: 10px; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.donate-impact { height: 683.575px; box-sizing: border-box; padding: 35px 0 15px; }
.donate-impact__inner { width: 1200px; height: 633.575px; margin: 0 auto; }
.donate-impact header { width: 1170px; height: 123.6px; margin: 0 15px; text-align: center; }
.donate-impact header p { height: 42.6px; box-sizing: border-box; padding-top: 1.8px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.donate-impact header h2 { height: 61px; margin: 0; color: #232323; font: 700 42px/60.48px var(--display); }
.donate-impact__grid { width: 1170px; height: 505.5px; display: grid; grid-template-columns: repeat(3, 390px); grid-template-rows: 234px 271.5px; margin: 5px 15px 0; }
.donate-impact__grid article { width: 370px; height: 214px; display: flex; flex-direction: column; align-items: center; margin-left: 10px; background: #fff; border-radius: 10px; box-shadow: 0 15px 38px rgb(0 0 0 / .1); }
.donate-impact__grid article:nth-child(3) { height: 209.2px; }
.donate-impact__grid article:nth-child(5) { height: 252px; }
.donate-impact__grid img { width: 40px; height: 40px; margin-top: 39px; object-fit: contain; }
.donate-impact__grid h3 { margin: 10px 0 0; color: #232323; font: 700 25px/37.5px var(--display); text-align: center; }
.donate-impact__grid .donate-impact__meal { width: 30px; height: 45.2px; }
.donate-impact__grid article:nth-child(3) h3 { margin-top: 0; }
.donate-ngo-title { height: 151.1875px; box-sizing: border-box; padding-top: 30px; text-align: center; }
.donate-ngo-title h2 { width: 650px; height: 81.1875px; box-sizing: border-box; padding-top: 3.1875px; margin: 0 auto; color: var(--pink); font: 700 57px/68.4px var(--accent); letter-spacing: 2.85px; }
.donate-purpose { position: relative; height: 231.25px; overflow: hidden; }
.donate-purpose::before { content: ""; position: absolute; top: -53.1875px; left: calc(50% - 467.5px); width: 450px; height: 368px; background: url("assets/donate-purpose-flower.png") top left / 450px 368px no-repeat; }
.donate-purpose__cards { position: relative; z-index: 1; width: 1200px; height: 231.25px; display: grid; grid-template-columns: repeat(3, 400px); margin: 0 auto; }
.donate-purpose__cards article { width: 370px; height: 202px; box-sizing: border-box; padding: 25px 20px; margin-left: 15px; text-align: center; background: #fdf1fa; }
.donate-purpose__cards h2 { height: 42px; margin: 0; color: #232323; font: 700 28px/42px var(--display); }
.donate-purpose__cards p { margin: 8px 0 0; color: #000; font: 400 18px/33.75px var(--body); }
.donate-team-heading { height: 126.4375px; box-sizing: border-box; padding-top: 35px; text-align: center; }
.donate-team-heading p { height: 39.6px; box-sizing: border-box; padding-top: 1.8px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.donate-team-heading h2 { height: 52px; margin: 0; color: #232323; font: 700 36px/51.84px var(--display); }
.donate-team { position: relative; height: 595.375px; overflow: hidden; }
.donate-team__track { width: 1522px; display: grid; grid-template-columns: repeat(5, 302px); padding-top: 20px; margin-left: -15px; }
.donate-team-card { position: relative; width: 272px; height: 450px; box-sizing: border-box; margin-left: 15px; overflow: visible; background: #fff; border-radius: 10px; box-shadow: 6px 5px 14px rgb(0 0 0 / .1); }
.donate-team-card--first { height: 480px; }
.donate-team-card img { width: 205px; height: 266px; display: block; margin: 0 auto; object-fit: fill; }
.donate-team-card--first img { width: 272px; height: 351px; }
.donate-team-card h2 { height: 30px; margin: 0; padding: 0 30px; color: #232323; font: 700 24px/30px var(--display); }
.donate-team-card--first h2 { margin-top: 0; }
.donate-team-card p { height: 37px; box-sizing: border-box; padding-top: 10px; margin: 24px 30px 0; color: #616161; border-top: 1px solid #eee; font: 700 14px/26.25px var(--display); text-transform: uppercase; }
.donate-team-card:not(:last-child)::after { content: "↪"; position: absolute; z-index: 2; top: 165px; right: -23px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--pink); background: #fff; border: 3px solid var(--pink); border-radius: 50%; font: 700 25px/1 var(--display); }
.donate-team__dots { position: absolute; bottom: 35px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.donate-team__dots i { width: 6px; height: 6px; display: block; background: var(--pink); border-radius: 50%; }
.donate-team__dots i.is-active { width: 24px; }
.donate-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.donate-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .donate-main { height: auto; padding: 0 0 42px; }
  .donate-layout { width: 100%; height: auto; }
  .donate-top-gap { display: none; }
  .donate-hero { height: auto; padding: 40px 18px; }
  .donate-hero__inner { width: min(100%, 620px); height: auto; padding: 0; }
  .donate-hero__heading, .donate-hero__subtitle, .donate-selector { height: auto; padding: 0; }
  .donate-hero h1 { height: auto; font-size: 31px; line-height: 1.35; }
  .donate-hero__subtitle { margin: 12px 0 24px; }
  .donate-tabs { height: auto; grid-template-columns: 1fr; gap: 12px; }
  .donate-tabs button { width: 100%; height: 52px; }
  .donate-method { height: 250px; }
  .donate-method__card { top: 25px; width: 100%; height: 200px; padding: 22px; }
  .donate-method__card h2 { margin: 0; }
  .donate-method__card p { width: 100%; height: auto; font-size: 14px; line-height: 1.6; }
  .donate-method__card .pill { right: 22px; bottom: 18px; left: auto; }
  .donate-general, .donate-impact, .donate-ngo-title, .donate-purpose, .donate-team-heading, .donate-team { height: auto; }
  .donate-general { padding: 42px 18px; }
  .donate-general__inner { width: min(100%, 620px); height: auto; grid-template-columns: 1fr; gap: 30px; }
  .donate-general__inner > article, .donate-general__inner > article > p:not(.donate-general__kicker) { width: 100%; margin-left: 0; height: auto; }
  .donate-general__kicker { margin-top: 0; }
  .donate-causes { width: 100%; height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 15px; padding: 0; }
  .donate-causes img { width: 100%; height: auto; }
  .donate-impact { padding: 42px 18px; }
  .donate-impact__inner, .donate-impact header, .donate-impact__grid { width: 100%; height: auto; margin: 0; }
  .donate-impact header h2 { height: auto; font-size: 30px; line-height: 1.3; }
  .donate-impact__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 14px; margin-top: 22px; }
  .donate-impact__grid article, .donate-impact__grid article:nth-child(n) { width: 100%; height: 175px; margin: 0; }
  .donate-impact__grid img { margin-top: 25px; }
  .donate-impact__grid h3 { font-size: 19px; line-height: 1.4; }
  .donate-ngo-title { padding: 35px 0 24px; }
  .donate-ngo-title h2 { width: 100%; height: auto; font-size: 48px; line-height: 1; }
  .donate-purpose { padding: 0 18px 35px; }
  .donate-purpose::before { display: none; }
  .donate-purpose__cards { width: min(100%, 620px); height: auto; grid-template-columns: 1fr; gap: 14px; }
  .donate-purpose__cards article { width: 100%; height: auto; min-height: 172px; margin: 0; }
  .donate-team-heading { padding: 42px 0 24px; }
  .donate-team { padding: 0 18px 58px; overflow: visible; }
  .donate-team__track { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0; margin: 0; }
  .donate-team-card, .donate-team-card--first { width: 100%; height: auto; min-height: 0; margin: 0; }
  .donate-team-card img, .donate-team-card--first img { width: 100%; height: auto; }
  .donate-team-card h2 { padding: 12px 16px 0; font-size: 19px; }
  .donate-team-card p { margin: 12px 16px 0; }
  .donate-team-card::after { display: none; }
  .donate-team__dots { bottom: 25px; }
}

/* Gallery page */
.gallery-page-main { height: 2098.65015px; box-sizing: border-box; padding-top: 40px; }
.gallery-page-layout { height: 2018.65002px; }
.gallery-page-gap { height: 3px; }
.gallery-page-heading { width: 1200px; height: 103.075px; box-sizing: border-box; padding: 0 15px; margin: 0 auto; text-align: center; }
.gallery-page-heading p { height: 42.6px; box-sizing: border-box; padding-top: 1.8px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.gallery-page-heading h1 { height: 61px; margin: 0; color: #232323; font: 700 42px/60.48px var(--display); letter-spacing: 0; }
.gallery-page-spacer { height: 16px; }
.gallery-page-intro { width: 650px; height: 87.5px; box-sizing: border-box; padding: 0 15px; margin: 0 auto; }
.gallery-page-intro p { width: 620px; height: 68px; margin: 0; color: #000; font: 400 18px/33.75px var(--body); text-align: center; }
.gallery-stage { height: 1759.075px; }
.gallery-stage__inner { position: relative; top: -10px; width: 1200px; height: 1799.075px; margin: 0 auto; }
.gallery-filters { width: 1170px; height: 55.6px; display: flex; align-items: start; justify-content: center; gap: 20px; margin: 0 15px; padding-top: 10px; }
.gallery-filters button { width: 120px; height: 35.6px; padding: 0; color: #232323; background: #fff; border: .8px solid #eee; border-radius: 18px; font: 700 14px/22px var(--display); text-transform: uppercase; }
.gallery-filters button.is-active { width: 120.975px; color: #fff; background: var(--pink); border-color: var(--pink); }
.gallery-tiles { position: relative; width: 1200px; height: 1743.475px; }
.gallery-tile { position: absolute; display: block; width: 370px; overflow: hidden; border-radius: 10px; }
.gallery-tile img { display: block; width: 370px; object-fit: fill; }
.gallery-tile--1 { top: 0; left: 15px; height: 247px; }
.gallery-tile--2 { top: 0; left: 415px; height: 555px; }
.gallery-tile--3 { top: 0; left: 815px; height: 555px; }
.gallery-tile--4 { top: 276.55px; left: 15px; height: 555px; }
.gallery-tile--5 { top: 585.1875px; left: 415px; height: 555px; }
.gallery-tile--6 { top: 585.1875px; left: 815px; height: 555px; }
.gallery-tile--7 { top: 861.7375px; left: 15px; height: 247px; }
.gallery-tile--8 { top: 1138.2875px; left: 15px; height: 555px; }
.gallery-tile--9 { top: 1170.375px; left: 415px; height: 516px; }
.gallery-tile--1 img, .gallery-tile--7 img { height: 247px; }
.gallery-tile--2 img, .gallery-tile--3 img, .gallery-tile--4 img, .gallery-tile--5 img, .gallery-tile--6 img, .gallery-tile--8 img { height: 555px; }
.gallery-tile--9 img { height: 516px; }
.gallery-page-tail { height: 50px; }
.gallery-nav__involved { position: relative; }
.gallery-nav__involved > a { display: block; }
.get-involved-dropdown { position: absolute; z-index: 30; top: 43px; left: -20px; width: 240px; padding: 12px 0; background: #fff; border-radius: 10px; box-shadow: 0 8px 18px rgb(0 0 0 / .16); }
.main-nav__links .get-involved-dropdown a { display: block; padding: 6px 20px; font-size: 14px; line-height: 16px; }

/* Contact */
.contact-main { height: 1792.6875px; padding: 40px 0; overflow: hidden; }
.contact-intro { height: 597.4375px; padding: 20px 0 40px; }
.contact-intro__inner { width: 1200px; height: 537.4375px; display: grid; grid-template-columns: 672px 528px; margin: 0 auto; }
.contact-form-column { padding: 0 15px; }
.contact-native-form { width: 642px; padding-bottom: 20px; }
.contact-native-form label { display: flex; flex-wrap: wrap; height: 100.2px; margin: 0; padding-top: 20px; color: #616161; font: 500 16px/30px var(--body); }
.contact-native-form label:first-child { height: 80.2px; padding-top: 0; }
.contact-native-form label b { margin-left: 2px; color: #f56c6c; font-weight: 500; }
.contact-native-form input, .contact-native-form textarea { width: 100%; margin-top: 5px; padding: 11px 15px; color: #606266; background: #fff; border: .8px solid #dadbdd; border-radius: 7px; outline: none; font: 400 16px/16px var(--body); }
.contact-native-form input { height: 45.2px; }
.contact-native-form textarea { height: 90px; resize: none; }
.contact-native-form label:nth-of-type(4) { height: 145px; }
.contact-native-form input:focus, .contact-native-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgb(238 43 221 / .1); }
.contact-native-form button { width: 93.8125px; height: 50px; margin-top: 20px; padding: 0; color: #fff; background: #e12ed0; border: 0; border-radius: 7px; font: 500 16px/24px var(--display); }
.contact-native-form .form-status { min-height: 0; display: inline; margin: 0 0 0 10px; font-size: 13px; }
.contact-intro__details { padding-left: 15px; }
.contact-intro__details header { height: 94.6px; }
.contact-intro__details header p { height: 42.6px; margin: 0; padding-top: 1.8px; color: #e12ed0; font: 700 30px/36px var(--accent); text-transform: uppercase; }
.contact-intro__details h1 { margin: 0; color: #232323; font: 700 36px/51.84px var(--display); letter-spacing: -.05em; }
.contact-intro__copy { width: 498px; height: 90px; margin: 19.8375px 0 0 15px; color: #000; font: 400 16px/30px var(--body); }
.contact-detail-list { width: 498px; margin-left: 15px; padding-top: 39.9995px; }
.contact-detail { height: 115px; display: grid; grid-template-columns: 79px 419px; padding-bottom: 20px; border-bottom: 2px solid #f7f7f7; }
.contact-detail + .contact-detail { padding-top: 2px; }
.contact-detail--short { height: 63px; padding-bottom: 0; border: 0; }
.contact-detail__icon { width: 54px; height: 55.6px; margin-top: 4px; background: #fff; box-shadow: 0 13px 25px rgb(0 0 0 / .08); }
.contact-detail h2 { height: 30px; margin: 0; color: #232323; font: 700 20px/30px var(--display); letter-spacing: -.05em; }
.contact-detail p { margin: 3px 0 0; color: #616161; font: 400 16px/30px var(--body); }
.contact-detail p a { color: #ee2bdd; font-weight: 700; }

.contact-coordinators { height: 675.25px; }
.contact-coordinators__heading { width: 1200px; height: 96px; margin: 0 auto; padding-top: 40px; text-align: center; }
.contact-coordinators__heading h2 { height: 56px; margin: 0; color: #232323; font: 700 36px/56px var(--display); letter-spacing: -.05em; }
.contact-coordinators__grid { width: 1300px; height: 479.25px; display: grid; grid-template-columns: repeat(3, 433.325px); margin: 0 auto; }
.contact-coordinator-column { height: 479.25px; padding: 0 15px; }
.contact-office { padding-left: 17px; }
.contact-office h3 { height: 50px; margin: 0; color: #222; font: 500 17px/50px "Jost", sans-serif; }
.contact-office p { margin: 4px 0 0; color: #000; font: 400 15px/28.125px "Jost", sans-serif; }
.contact-office--uk { height: 216.5px; }
.contact-office--norway { height: 214.625px; }
.contact-office--usa { height: 252.75px; }
.contact-office--europe { height: 102.125px; }
.contact-office--sweden { height: 208.375px; padding-bottom: 70px; }
.contact-office--germany { height: 270.875px; }
.contact-map { height: 480px; background: #eee; }

@media (max-width: 760px) {
  .contact-main { height: auto; padding: 24px 0 0; overflow: visible; }
  .contact-intro { height: auto; padding: 0 24px 45px; }
  .contact-intro__inner { width: 100%; height: auto; display: block; }
  .contact-form-column, .contact-intro__details { padding: 0; }
  .contact-native-form, .contact-intro__copy, .contact-detail-list { width: 100%; }
  .contact-intro__details { margin-top: 35px; }
  .contact-coordinators { height: auto; padding: 0 24px 45px; }
  .contact-coordinators__heading { width: 100%; height: auto; padding: 0 0 24px; }
  .contact-coordinators__heading h2 { height: auto; font-size: 27px; line-height: 1.25; }
  .contact-coordinators__grid { width: 100%; height: auto; display: block; }
  .contact-coordinator-column { width: 100%; height: auto; padding: 0; }
  .contact-office, .contact-office--uk, .contact-office--norway, .contact-office--usa, .contact-office--europe, .contact-office--sweden, .contact-office--germany { height: auto; padding: 0 0 20px; }
  .contact-map { height: 280px; }
}
.gallery-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.gallery-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .gallery-page-main { height: auto; padding: 0 0 42px; }
  .gallery-page-layout { width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .gallery-page-gap, .gallery-page-spacer { display: none; }
  .gallery-page-heading { width: 100%; height: auto; padding: 40px 0 18px; }
  .gallery-page-heading h1 { height: auto; font-size: 32px; line-height: 1.3; }
  .gallery-page-intro { width: 100%; height: auto; padding: 0 0 28px; }
  .gallery-page-intro p { width: 100%; height: auto; font-size: 16px; line-height: 1.7; }
  .gallery-stage { width: 100vw; height: auto; margin-left: calc(50% - 50vw); }
  .gallery-stage__inner { position: static; width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .gallery-filters { width: 100%; height: auto; margin: 0; padding: 0 0 24px; }
  .gallery-tiles { width: 100%; height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .gallery-tile, .gallery-tile[class] { position: static; width: 100%; height: auto; }
  .gallery-tile img, .gallery-tile[class] img { width: 100%; height: auto; object-fit: cover; }
  .gallery-page-tail { display: none; }
  .get-involved-dropdown { display: none; }
}

/* Updates */
.updates-main { height: 2068.0376px; box-sizing: border-box; padding-top: 40px; }
.updates-layout { width: 1200px; height: 1988.0375px; margin: 0 auto; }
.updates-heading { width: 1170px; height: 102.325px; box-sizing: border-box; padding-top: 12.525px; margin: 0 15px; text-align: center; }
.updates-heading h1 { height: 74.4px; margin: 0; color: var(--pink); font: 700 62px/74.4px var(--accent); letter-spacing: 3.1px; }
.updates-section { width: 1170px; height: 1865.7125px; box-sizing: border-box; padding-top: 30px; margin: 0 15px; }
.updates-grid { position: relative; width: 1200px; height: 1825.7125px; }
.updates-card { position: absolute; width: 370px; overflow: hidden; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.updates-card--1 { top: 0; left: 0; height: 308.1626px; }
.updates-card--2 { top: 0; left: 400px; height: 398.1625px; }
.updates-card--3 { top: 0; left: 800px; height: 308.1626px; }
.updates-card--4 { top: 438.1625px; left: 0; height: 537.6626px; }
.updates-card--5 { top: 438.1625px; left: 400px; height: 505.2251px; }
.updates-card--6 { top: 438.1625px; left: 800px; height: 449.8125px; }
.updates-card--7 { top: 1029.0249px; left: 0; height: 729.0625px; }
.updates-card--8 { top: 1029.0249px; left: 400px; height: 753.4876px; }
.updates-card--9 { top: 1029.0249px; left: 800px; height: 560.1626px; }
.updates-card__image { position: relative; display: block; width: 370px; background: #fff; }
.updates-card__image img { display: block; width: 370px; object-fit: fill; }
.updates-card--4 .updates-card__image img { height: 277.5px; }
.updates-card--5 .updates-card__image img { height: 245.0625px; }
.updates-card--6 .updates-card__image img { height: 214.85px; }
.updates-card--7 .updates-card__image img { height: 494.1px; }
.updates-card--8 .updates-card__image img { height: 493.325px; }
.updates-card--9 .updates-card__image img { width: 240px; height: 300px; }
.updates-card__image span, .updates-card__tagline span { min-height: 25.7px; display: inline-flex; align-items: center; padding: 1.6px 10.6px 0; color: #fff; background: var(--pink); border-radius: 14px; font: 700 12px/22.5px var(--display); white-space: nowrap; }
.updates-card__image span { position: absolute; top: 30px; left: 29px; }
.updates-card__content { box-sizing: border-box; padding: 20px 30px 0; }
.updates-card__date { height: 39px; margin: 0; color: var(--pink); font: 700 24px/38.4px var(--accent); letter-spacing: 1px; }
.updates-card h2 { width: 310px; margin: 0; color: #232323; font: 700 24px/31.2px var(--display); letter-spacing: 0; }
.updates-card__read { display: inline-block; margin-top: 10.9125px; padding-bottom: 1px; color: #232323; border-bottom: 2px solid #616161; font: 700 16px/30px var(--display); }
.updates-card--plain .updates-card__content { padding-top: 20px; }
.updates-card__tagline { height: 48px; }
.updates-card footer { position: absolute; right: 0; bottom: 0; left: 0; width: 370px; height: 48.05px; display: flex; align-items: center; padding: 0 30px; color: #616161; border-top: 1px solid #eee; font: 700 12px/27px var(--body); text-transform: uppercase; }
.updates-card footer b { margin-left: auto; font: 700 12px/29px var(--body); }
.updates-tail { height: 20px; }
.updates-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.updates-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .updates-main { height: auto; padding: 0 0 42px; }
  .updates-layout { width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .updates-heading { width: 100%; height: auto; padding: 40px 0 28px; margin: 0; }
  .updates-heading h1 { height: auto; font-size: clamp(42px, 11vw, 62px); line-height: 1.1; }
  .updates-section { width: 100%; height: auto; padding: 0; margin: 0; }
  .updates-grid { width: 100%; height: auto; display: grid; grid-template-columns: 1fr; gap: 18px; }
  .updates-card, .updates-card[class] { position: static; width: 100%; height: auto; min-height: 0; }
  .updates-card__image, .updates-card__image img, .updates-card--9 .updates-card__image img { width: 100%; height: auto !important; }
  .updates-card__content { min-height: 0; padding: 20px 24px 70px; }
  .updates-card h2 { width: 100%; font-size: 22px; }
  .updates-card footer { width: 100%; padding: 0 24px; }
  .updates-tail { display: none; }
}

/* Stories of change */
.stories-main { height: 2158.625px; box-sizing: border-box; padding-top: 40px; }
.stories-layout { width: 1200px; height: 2078.625px; margin: 0 auto; }
.stories-heading { width: 1170px; height: 102.325px; box-sizing: border-box; padding-top: 12.525px; margin: 0 15px; text-align: center; }
.stories-heading h1 { height: 74.4px; margin: 0; color: var(--pink); font: 700 62px/74.4px var(--accent); letter-spacing: 3.1px; }
.stories-section { width: 1170px; height: 1956.3px; box-sizing: border-box; padding-top: 10px; margin: 0 15px; }
.stories-grid { position: relative; width: 1200px; height: 1841.1px; }
.story-card { position: absolute; width: 370px; overflow: hidden; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.story-card--1 { top: 0; left: 0; height: 458.8876px; }
.story-card--2 { top: 0; left: 400px; height: 458.9001px; }
.story-card--3 { top: 0; left: 800px; height: 427.9001px; }
.story-card--4 { top: 512.1px; left: 0; height: 427.9001px; }
.story-card--5 { top: 512.1px; left: 400px; height: 423.7501px; }
.story-card--6 { top: 512.1px; left: 800px; height: 427.7751px; }
.story-card--7 { top: 989.05px; left: 0; height: 456.3001px; }
.story-card--8 { top: 989.05px; left: 400px; height: 791.4501px; }
.story-card--9 { top: 989.05px; left: 800px; height: 458.6251px; }
.story-card__image { position: relative; display: block; width: 370px; }
.story-card__image img { display: block; width: 370px; object-fit: fill; }
.story-card--1 .story-card__image img { height: 246.775px; }
.story-card--2 .story-card__image img, .story-card--3 .story-card__image img, .story-card--4 .story-card__image img { height: 246.7875px; }
.story-card--5 .story-card__image img { height: 211.6375px; }
.story-card--6 .story-card__image img { height: 246.6625px; }
.story-card--7 .story-card__image img { height: 275.1875px; }
.story-card--8 .story-card__image img { height: 548.3375px; }
.story-card--9 .story-card__image img { height: 246.5125px; }
.story-card__image span { position: absolute; top: 30px; left: 29px; min-height: 25.7px; display: flex; align-items: center; padding: 1.6px 10.6px 0; color: #fff; background: var(--pink); border-radius: 14px; font: 700 12px/22.5px var(--display); white-space: nowrap; }
.story-card__content { box-sizing: border-box; padding: 20px 30px; }
.story-card__date { height: 39px; margin: 0; color: var(--pink); font: 700 24px/38.4px var(--accent); letter-spacing: 1px; }
.story-card h2 { width: 310px; margin: 0; color: #232323; font: 700 24px/31.2px var(--display); letter-spacing: 0; }
.story-card__read { display: inline-block; margin-top: 10.9125px; padding-bottom: 1px; color: #232323; border-bottom: 2px solid var(--pink); font: 700 16px/30px var(--display); }
.stories-load { width: 1170px; height: 75.2px; box-sizing: border-box; padding-top: 0; margin-top: 10px; text-align: center; }
.stories-load button { width: 138.0875px; height: 55.2px; padding: 0; color: #232323; background: #fff; border: 1.6px solid #51c56b; border-radius: 28px; font: 700 14px/28px var(--display); text-transform: uppercase; }
.stories-tail { height: 20px; }
.stories-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.stories-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .stories-main { height: auto; padding: 0 0 42px; }
  .stories-layout { width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .stories-heading { width: 100%; height: auto; padding: 40px 0 28px; margin: 0; }
  .stories-heading h1 { height: auto; font-size: clamp(42px, 11vw, 62px); line-height: 1.1; }
  .stories-section { width: 100%; height: auto; padding: 0; margin: 0; }
  .stories-grid { width: 100%; height: auto; display: grid; grid-template-columns: 1fr; gap: 18px; }
  .story-card, .story-card[class] { position: static; width: 100%; height: auto; min-height: 0; }
  .story-card__image, .story-card__image img { width: 100%; height: auto !important; }
  .story-card__content { padding: 20px 24px 42px; }
  .story-card h2 { width: 100%; font-size: 22px; }
  .stories-load { width: 100%; height: auto; margin-top: 28px; }
  .stories-tail { display: none; }
}

/* Corporate partners */
.corporate-main { height: 1020.66254px; box-sizing: border-box; padding-top: 40px; }
.corporate-layout { height: 940.66254px; }
.corporate-top-gap { height: 10px; }
.corporate-intro { width: 1170px; height: 209.075px; margin: 0 auto; }
.corporate-intro h1 { width: 1170px; height: 47px; margin: 0; color: #232323; font: 700 32px/46.08px var(--display); letter-spacing: 0; }
.corporate-intro p { width: 1170px; height: 120px; margin: 19.075px 0 0; color: #000; font: 400 16px/30px var(--body); }
.corporate-heading { height: 128.5875px; box-sizing: border-box; padding-top: 28.1875px; text-align: center; }
.corporate-heading h2 { width: 1170px; height: 90px; margin: 0 auto; color: var(--pink); font: 700 75px/90px var(--accent); letter-spacing: 3.75px; }
.corporate-partners { height: 593px; box-sizing: border-box; padding: 45px 15px 0; }
.corporate-partners__grid { width: 1462px; height: 505px; display: grid; grid-template-columns: repeat(3, 482.45px); grid-template-rows: repeat(5, 101px); }
.corporate-partners__grid img { justify-self: center; align-self: start; object-fit: fill; }
.corporate-partners__grid img:nth-child(1), .corporate-partners__grid img:nth-child(3), .corporate-partners__grid img:nth-child(4), .corporate-partners__grid img:nth-child(6), .corporate-partners__grid img:nth-child(7), .corporate-partners__grid img:nth-child(12) { width: 251px; height: 38px; }
.corporate-partners__grid img:nth-child(2), .corporate-partners__grid img:nth-child(5), .corporate-partners__grid img:nth-child(8), .corporate-partners__grid img:nth-child(9), .corporate-partners__grid img:nth-child(10), .corporate-partners__grid img:nth-child(11), .corporate-partners__grid img:nth-child(13) { width: 183px; height: 86px; }
.corporate-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.corporate-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .corporate-main { height: auto; padding: 0 0 42px; }
  .corporate-layout { width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .corporate-top-gap { display: none; }
  .corporate-intro { width: 100%; height: auto; padding: 40px 0 24px; }
  .corporate-intro h1, .corporate-intro p { width: 100%; height: auto; }
  .corporate-intro h1 { font-size: 29px; line-height: 1.35; }
  .corporate-intro p { margin-top: 18px; font-size: 15px; line-height: 1.72; }
  .corporate-heading { width: 100vw; height: auto; padding: 20px 18px 36px; margin-left: calc(50% - 50vw); }
  .corporate-heading h2 { width: 100%; height: auto; font-size: clamp(38px, 11vw, 65px); line-height: 1; letter-spacing: .05em; }
  .corporate-partners { width: 100vw; height: auto; padding: 0 18px 35px; margin-left: calc(50% - 50vw); }
  .corporate-partners__grid { width: 100%; height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: 25px 12px; }
  .corporate-partners__grid img { max-width: 100%; height: auto !important; object-fit: contain; }
}

/* Fundraise for children */
.fundraise-main { height: 2122px; padding-top: 40px; }
.fundraise-layout { height: 2092.3125px; }
.fundraise-top-gap { height: 10px; }
.fundraise-hero { width: 1200px; height: 425.15px; display: grid; grid-template-columns: 600px 600px; margin: 0 auto; }
.fundraise-hero article { width: 570px; height: 425.15px; margin-left: 15px; }
.fundraise-hero h1 { width: 570px; height: 93px; margin: 0; color: #232323; font: 700 32px/46.08px var(--display); letter-spacing: 0; }
.fundraise-hero p { width: 570px; height: 270px; margin: 19.15px 0 0; color: #000; font: 400 16px/30px var(--body); }
.fundraise-hero aside { width: 600px; height: 425.15px; padding-top: 26px; }
.fundraise-hero__embed { width: 600px; height: 338px; background: #eee; border-radius: 12px; }
.fundraise-mission { height: 849.3125px; background: #fff url("assets/sponsor-mission-background.png") center / cover no-repeat; }
.fundraise-mission__inner { width: 1200px; height: 849.3125px; box-sizing: border-box; padding: 50px 15px 0; margin: 0 auto; }
.fundraise-mission header { height: 123.6px; text-align: center; }
.fundraise-mission header p { height: 39.6px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.fundraise-mission header h2 { height: 64px; margin: 0; color: #232323; font: 700 42px/64px var(--display); letter-spacing: 0; }
.fundraise-tabs { height: 58.6px; display: flex; gap: 30px; margin-top: 13px; }
.fundraise-tabs button { height: 58.6px; padding: 0; color: #232323; background: #fff; border: 1.6px solid var(--pink); border-radius: 30px; font: 700 18px/23.4px var(--display); }
.fundraise-tabs button:nth-child(1) { width: 225.3px; }
.fundraise-tabs button:nth-child(2) { width: 236.4px; }
.fundraise-tabs button:nth-child(3) { width: 336.5px; }
.fundraise-tabs button:nth-child(4) { width: 251.9px; }
.fundraise-tabs button.is-active { color: #fff; background: var(--pink); }
.fundraise-mission__panel { width: 1170px; height: 530.1px; display: grid; grid-template-columns: 551.975px 548.025px; box-sizing: border-box; margin-top: 39px; padding: 40px 30px 40px 40px; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.fundraise-mission__panel > div { width: 521.975px; padding: 0 15px; }
.fundraise-mission__panel h3 { width: 522px; height: 126px; margin: 0; color: #232323; font: 700 30px/42px var(--display); }
.fundraise-mission__panel p { width: 522px; height: 120px; margin: 10px 0 0; color: #616161; font: 400 16px/30px var(--body); }
.fundraise-mission__panel p + p { margin-top: 20px; }
.fundraise-mission__panel a { display: inline-block; margin-top: 23px; padding-bottom: 1px; color: #232323; border-bottom: 2px solid var(--pink); font: 700 16px/30px var(--display); text-transform: uppercase; }
.fundraise-mission__panel > img { width: 518.025px; height: 406px; margin-left: 15px; object-fit: fill; border-radius: 10px; }
.fundraise-contact { width: 1200px; height: 807.85004px; box-sizing: border-box; padding-top: 50px; margin: 0 auto; }
.fundraise-contact__form { position: relative; width: 1170px; height: 707.85004px; margin: 0 15px; background: #fff; border-radius: 10px; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.fundraise-contact__form h2 { position: absolute; top: 45px; left: 50px; width: 1070px; height: 50px; margin: 0; color: #232323; font: 700 36px/50px var(--display); letter-spacing: 0; }
.fundraise-contact__form > p { position: absolute; top: 108px; left: 50px; width: 1070px; height: 27px; margin: 0; color: #000; font: 400 14px/26.25px var(--body); }
.fundraise-contact__form label { display: block; margin: 0; color: #000; font: 400 16px/30px var(--body); }
.fundraise-contact__form em { color: #f56c6c; font-style: normal; }
.fundraise-contact__form input, .fundraise-contact__form textarea { display: block; width: 100%; padding: 0 15.8px; color: #232323; outline: none; background: #fff; border: 1px solid #dddde1; border-radius: 7px; font: 400 16px var(--body); }
.fundraise-contact__form input { height: 45.2px; margin-top: 5px; }
.fundraise-contact__form input::placeholder, .fundraise-contact__form textarea::placeholder { color: #868e96; opacity: 1; }
.fundraise-contact__names { position: absolute; top: 161px; left: 50px; width: 1070px; height: 100.2px; display: grid; grid-template-columns: 527.5px 527.5px; gap: 15px; }
.fundraise-contact__email { position: absolute; top: 261.2px; left: 50px; width: 1070px; height: 80.2px; }
.fundraise-contact__phone { position: absolute; top: 341.4px; left: 50px; width: 1070px; height: 100.2px; padding-top: 20px; }
.fundraise-contact__phone input { padding-left: 48px; }
.fundraise-contact__message { position: absolute; top: 441.6px; left: 50px; width: 1070px; height: 145px; padding-top: 20px; }
.fundraise-contact__message textarea { height: 90px; padding-top: 11.8px; margin-top: 5px; resize: none; }
.fundraise-contact__form > .pill { position: absolute; top: 606.6px; left: 50px; min-width: 137.9px; min-height: 50px; padding: 0 20px; border: 0; font-size: 16px; line-height: 24px; text-transform: none; }
.fundraise-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.fundraise-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .fundraise-main { height: auto; padding: 0 0 42px; }
  .fundraise-layout { width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .fundraise-top-gap { display: none; }
  .fundraise-hero { width: 100%; height: auto; grid-template-columns: 1fr; gap: 28px; padding: 40px 0; }
  .fundraise-hero article, .fundraise-hero h1, .fundraise-hero p, .fundraise-hero aside, .fundraise-hero__embed { width: 100%; height: auto; margin-left: 0; }
  .fundraise-hero h1 { font-size: 29px; line-height: 1.35; }
  .fundraise-hero p { margin-top: 18px; font-size: 15px; line-height: 1.72; }
  .fundraise-hero aside { padding-top: 0; }
  .fundraise-hero__embed { aspect-ratio: 600 / 338; }
  .fundraise-mission { width: 100vw; height: auto; margin-left: calc(50% - 50vw); }
  .fundraise-mission__inner { width: min(100% - 36px, 620px); height: auto; padding: 42px 0; }
  .fundraise-mission header { height: auto; }
  .fundraise-mission header h2 { height: auto; font-size: 30px; line-height: 1.35; }
  .fundraise-tabs { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
  .fundraise-tabs button, .fundraise-tabs button:nth-child(n) { width: 100%; height: 50px; font-size: 14px; }
  .fundraise-mission__panel { width: 100%; height: auto; grid-template-columns: 1fr; gap: 26px; margin-top: 24px; padding: 25px; }
  .fundraise-mission__panel > div, .fundraise-mission__panel h3, .fundraise-mission__panel p, .fundraise-mission__panel > img { width: 100%; height: auto; padding: 0; margin-left: 0; }
  .fundraise-mission__panel h3 { font-size: 26px; line-height: 1.35; }
  .fundraise-mission__panel p { font-size: 15px; line-height: 1.72; }
  .fundraise-contact { width: 100%; height: auto; padding: 0; margin-top: 20px; }
  .fundraise-contact__form { width: 100%; height: auto; min-height: 680px; padding: 30px 24px; margin: 0; }
  .fundraise-contact__form h2, .fundraise-contact__form > p, .fundraise-contact__names, .fundraise-contact__email, .fundraise-contact__phone, .fundraise-contact__message, .fundraise-contact__form > .pill { position: static; width: 100%; height: auto; }
  .fundraise-contact__form h2 { font-size: 29px; line-height: 1.35; }
  .fundraise-contact__form > p { margin: 8px 0 22px; }
  .fundraise-contact__names { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
  .fundraise-contact__email, .fundraise-contact__phone, .fundraise-contact__message { padding-top: 0; margin-bottom: 16px; }
  .fundraise-contact__form input, .fundraise-contact__form textarea { margin-top: 5px; }
  .fundraise-contact__form > .pill { margin-top: 0; }
}

/* Social advocacy */
.social-main { height: 2677px; padding-top: 40px; }
.social-layout { height: 2597px; }
.social-intro { height: 510px; background: #fff; }
.social-intro__inner { width: 1200px; height: 460px; display: grid; grid-template-columns: 600px 600px; margin: 0 auto; }
.social-intro article { width: 552px; margin-left: 15px; }
.social-intro h1 { width: 552px; height: 70px; margin: 0; color: #232323; font: 700 26px/35px var(--display); letter-spacing: 0; }
.social-intro p { width: 552px; margin: 15px 0 0; color: #000; font: 400 16px/30px var(--body); }
.social-intro p:first-of-type { height: 240px; }
.social-intro p + p { height: 60px; margin-top: 20px; }
.social-intro aside { width: 600px; }
.social-intro aside > img { width: 580px; height: 166.5125px; margin: 10px; object-fit: fill; }
.social-intro ul { width: 570px; height: 160px; padding: 0; margin: 0 0 0 30px; list-style: none; }
.social-intro li { height: 40px; display: flex; align-items: center; gap: 5px; }
.social-intro li span { width: 20px; color: #000; font: 700 14px/20px var(--display); text-align: center; }
.social-intro li a { height: 40px; padding-left: 5px; color: #1b00f9; font: 400 16px/40px var(--body); }
.social-scope { height: 652.8px; box-sizing: border-box; padding-top: 30px; }
.social-scope__inner { width: 1217px; height: 572.8px; display: grid; grid-template-columns: 608.5px 608.5px; margin: 0 auto; }
.social-scope article { width: 559.8px; box-sizing: border-box; padding-top: 25px; margin-left: 12.2px; }
.social-kicker { height: 25.2px; margin: 0; color: var(--pink); font: 700 21px/25.2px var(--accent); letter-spacing: 1.05px; }
.social-scope h2 { width: 559.8px; height: 70px; margin: 5.6px 0 0; color: #232323; font: 700 26px/35px var(--display); letter-spacing: 0; }
.social-scope article > p:not(.social-kicker) { width: 559.8px; color: #000; font: 400 16px/30px var(--body); }
.social-scope article > p:nth-of-type(2) { height: 300px; margin: 17px 0 0; }
.social-scope article > p:nth-of-type(3) { height: 90px; margin: 20px 0 0; }
.social-scope > .social-scope__inner > img { width: 608.5px; height: 572.8px; object-fit: fill; border-radius: 10px; }
.social-gallery { position: relative; height: 689px; box-sizing: border-box; padding-top: 45px; }
.social-gallery header { width: 1200px; height: 103.6px; display: flex; align-items: start; justify-content: space-between; padding: 0 15px; margin: 0 auto; }
.social-gallery header p { height: 39.6px; margin: 0; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.social-gallery header h2 { height: 64px; margin: 0; color: #232323; font: 700 40px/56px var(--display); letter-spacing: 0; }
.social-gallery header .pill { min-width: 200.4px; min-height: 56px; padding: 0 20px; margin-top: 45px; font-size: 14px; text-transform: none; }
.social-gallery__strip { position: absolute; top: 191.6px; left: 0; display: grid; grid-template-columns: repeat(5, 283px); gap: 16px; width: 100%; padding-left: 8px; overflow: hidden; }
.social-gallery__strip img { width: 283px; height: 212px; object-fit: fill; }
.social-gallery__strip img:nth-child(1) { height: 190px; }
.social-gallery__strip img:nth-child(5) { height: 187px; }
.social-gallery__dots { position: absolute; top: 656.6px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.social-gallery__dots i { width: 6px; height: 6px; display: block; background: var(--pink); border-radius: 50%; }
.social-gallery__dots i.is-active { width: 25px; }
.social-news-heading { height: 124.4px; box-sizing: border-box; padding-top: 30px; text-align: center; background: #fff; }
.social-news-heading p { height: 42.6px; margin: 0; padding-top: 1.8px; color: var(--pink); font: 700 30px/36px var(--accent); letter-spacing: 1.5px; }
.social-news-heading h2 { height: 52px; margin: 0; color: #232323; font: 700 36px/51.84px var(--display); letter-spacing: 0; }
.social-news { height: 620.6px; box-sizing: border-box; padding-top: 21px; background: #fff; }
.social-news__grid { width: 1200px; height: 599.6px; display: grid; grid-template-columns: repeat(3, 400px); margin: 0 auto; }
.social-news-card { position: relative; width: 370px; margin-left: 15px; background: #fff; box-shadow: 11px 10px 38px rgb(0 0 0 / .1); }
.social-news-card--one { height: 451px; }
.social-news-card--two { height: 540px; }
.social-news-card--three { height: 484px; }
.social-news-card__image { position: relative; width: 370px; overflow: hidden; }
.social-news-card--one .social-news-card__image { height: 208px; }
.social-news-card--two .social-news-card__image { height: 260px; }
.social-news-card--three .social-news-card__image { height: 278px; }
.social-news-card__image img { width: 370px; height: 100%; object-fit: fill; }
.social-news-card__image span { position: absolute; top: 29.9px; left: 29px; min-height: 26px; padding: 1px 11px 0; color: #fff; background: var(--pink); border-radius: 14px; font: 700 12px/22.5px var(--display); }
.social-news-card__copy { width: 310px; margin-left: 30px; }
.social-news-card__date { height: 39px; margin: 20px 0 0; color: var(--pink); font: 700 24px/38.4px var(--accent); letter-spacing: 1.2px; text-transform: uppercase; }
.social-news-card h3 { width: 310px; margin: 0; color: #232323; font: 700 24px/32px var(--display); letter-spacing: 0; }
.social-news-card footer { position: absolute; right: 0; bottom: 0; left: 0; width: 370px; height: 51px; display: flex; align-items: center; padding: 0 30px; color: var(--pink); background: #fff; font: 700 17px/1 var(--display); }
.social-news-card footer span { padding-left: 12px; color: #616161; font: 700 14px/26.25px var(--display); text-transform: uppercase; }
.social-news-card footer b { margin-left: auto; color: #616161; font-size: 14px; }
.social-page .footer__social-row { display: flex; gap: 10px; margin-top: 14px; }
.social-page .footer__social-row a { width: 28px; height: 28px; display: grid; place-items: center; margin: 0; color: #fff; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; font: 700 10px/1 var(--display); }

@media (max-width: 820px) {
  .social-main { height: auto; padding: 0 0 42px; }
  .social-layout { width: min(100% - 36px, 620px); height: auto; margin: 0 auto; }
  .social-intro { height: auto; padding: 40px 0; }
  .social-intro__inner { width: 100%; height: auto; grid-template-columns: 1fr; gap: 28px; }
  .social-intro article, .social-intro h1, .social-intro p { width: 100%; height: auto; margin-left: 0; }
  .social-intro h1 { font-size: 29px; line-height: 1.35; }
  .social-intro p { margin-top: 18px; font-size: 15px; line-height: 1.72; }
  .social-intro p + p { margin-top: 18px; }
  .social-intro aside, .social-intro aside > img, .social-intro ul { width: 100%; }
  .social-intro aside > img { height: auto; margin: 0; }
  .social-intro ul { margin: 12px 0 0; }
  .social-scope { height: auto; padding: 42px 0; }
  .social-scope__inner { width: 100%; height: auto; grid-template-columns: 1fr; gap: 28px; }
  .social-scope article, .social-scope h2, .social-scope article > p:not(.social-kicker) { width: 100%; height: auto; margin-left: 0; }
  .social-scope article { padding-top: 0; }
  .social-scope h2 { margin-top: 7px; font-size: 29px; line-height: 1.35; }
  .social-scope article > p:nth-of-type(n) { margin-top: 18px; font-size: 15px; line-height: 1.72; }
  .social-scope > .social-scope__inner > img { width: 100%; height: auto; }
  .social-gallery { height: auto; padding: 42px 0; }
  .social-gallery header { width: 100%; height: auto; flex-direction: column; gap: 18px; padding: 0; }
  .social-gallery header h2 { height: auto; font-size: 30px; line-height: 1.35; }
  .social-gallery header .pill { margin: 0; }
  .social-gallery__strip { position: static; width: 100%; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; margin-top: 24px; }
  .social-gallery__strip img, .social-gallery__strip img:nth-child(n) { width: 100%; height: 145px; object-fit: cover; }
  .social-gallery__dots { position: static; justify-content: center; margin-top: 25px; transform: none; }
  .social-news-heading { height: auto; padding: 42px 0 25px; }
  .social-news-heading h2 { height: auto; font-size: 30px; line-height: 1.35; }
  .social-news { height: auto; padding: 0; }
  .social-news__grid { width: 100%; height: auto; grid-template-columns: 1fr; gap: 18px; }
  .social-news-card, .social-news-card[class] { width: 100%; height: auto; min-height: 0; margin: 0; }
  .social-news-card__image, .social-news-card__image img { width: 100%; height: 220px !important; object-fit: cover; }
  .social-news-card__copy { width: calc(100% - 48px); margin-left: 24px; padding-bottom: 82px; }
  .social-news-card h3 { width: 100%; font-size: 21px; }
  .social-news-card footer { width: 100%; }
}

/* Shared navigation dropdowns */
.main-nav__links > .nav-dropdown { position: relative; display: flex; align-items: center; }
.main-nav__links > .nav-dropdown > .nav-dropdown__toggle { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.main-nav__links > .nav-dropdown > .nav-dropdown__toggle span { margin-top: -3px; font-size: 16px; line-height: 1; transition: transform .18s ease; }
.main-nav__links > .nav-dropdown.is-active > .nav-dropdown__toggle { color: var(--pink); }
.main-nav__links > .nav-dropdown.is-open > .nav-dropdown__toggle span { transform: rotate(180deg); }
.nav-dropdown__menu { position: absolute; z-index: 60; top: calc(100% + 8px); left: 50%; width: max-content; min-width: 222px; padding: 10px 0; visibility: hidden; background: #fff; border: 1px solid #f1edf0; border-radius: 9px; box-shadow: 0 12px 28px rgb(0 0 0 / .14); opacity: 0; transform: translate(-50%, -8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-dropdown.is-open .nav-dropdown__menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.main-nav__links .nav-dropdown__menu a { display: block; padding: 8px 18px; color: var(--black); font: 700 14px/1.25 var(--display); white-space: nowrap; }
.main-nav__links .nav-dropdown__menu a:hover, .main-nav__links .nav-dropdown__menu a.is-active { color: var(--pink); background: var(--pale-pink); }

@media (max-width: 820px) {
  .main-nav__links > .nav-dropdown { display: block; }
  .main-nav__links > .nav-dropdown > .nav-dropdown__toggle { width: 100%; justify-content: space-between; }
  .nav-dropdown__menu { position: static; width: 100%; min-width: 0; display: none; padding: 3px 0 8px; visibility: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; opacity: 1; transform: none; }
  .nav-dropdown.is-open .nav-dropdown__menu { display: block; transform: none; }
  .main-nav__links .nav-dropdown__menu a { padding: 8px 12px 8px 20px; color: #fff; font-size: 13px; }
  .main-nav__links .nav-dropdown__menu a:hover, .main-nav__links .nav-dropdown__menu a.is-active { background: rgb(255 255 255 / .1); }
}

/* Chevron affordance and touch-first mobile navigation */
.main-nav__links > .nav-dropdown > .nav-dropdown__toggle::after { content: ""; width: 6px; height: 6px; margin: -4px 0 0 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; opacity: .58; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.main-nav__links > .nav-dropdown.is-open > .nav-dropdown__toggle::after { margin-top: 3px; transform: rotate(225deg); }

@media (max-width: 820px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .main-nav { min-height: 72px; padding: 4px 18px; }
  .brand { flex-basis: 58px; }
  .brand img { width: 58px; height: 62px; }
  .menu-button { width: 44px; height: 44px; display: grid !important; place-content: center; padding: 4px; color: #232323; }
  .menu-button span { width: 24px; height: 2px; margin: 5px auto; }
  .main-nav__links { z-index: 90; grid-template-columns: 1fr; max-height: calc(100vh - 72px); padding: 0 20px 16px; overflow-y: auto; background: #fff; border-top: 1px solid #eeeeee; box-shadow: 0 14px 22px rgb(0 0 0 / .09); }
  .main-nav__links.is-open { display: grid; }
  .main-nav__links > a, .main-nav__links > .nav-dropdown > .nav-dropdown__toggle { min-height: 57px; padding: 0 6px; color: #232323; border-bottom: 1px solid #eeeeee; font: 700 14px/57px var(--display); }
  .main-nav__links > .nav-dropdown > .nav-dropdown__toggle { display: flex; align-items: center; justify-content: space-between; line-height: 1.2; }
  .main-nav__links > .nav-dropdown > .nav-dropdown__toggle::after { width: 7px; height: 7px; margin: -4px 3px 0 0; color: #7a7a7a; }
  .main-nav__links > .nav-dropdown.is-open > .nav-dropdown__toggle::after { margin-top: 4px; }
  .nav-dropdown__menu { padding: 0 0 8px; }
  .main-nav__links .nav-dropdown__menu a { min-height: 43px; padding: 12px 16px 12px 22px; color: #616161; border-bottom: 0; font: 700 13px/19px var(--display); }
  .main-nav__links .nav-dropdown__menu a:hover, .main-nav__links .nav-dropdown__menu a.is-active { color: var(--pink); background: var(--pale-pink); }
  .whatsapp-float { right: 14px; bottom: 18px; top: auto; width: 48px; height: 48px; }
}

/* Formspree submission feedback */
.formspree-status { min-height: 24px; margin: 10px 0 0; font: 600 14px/20px var(--body); }
.formspree-status[data-state="sending"] { color: #616161; }
.formspree-status[data-state="success"] { color: #148a52; }
.formspree-status[data-state="error"] { color: #c63b3b; }
form [type="submit"]:disabled { cursor: wait; opacity: .7; }

/* Shared layout refinement: remove Figma's fixed-height constraints in live pages. */
.contact-form {
  gap: 2px;
  border: 1px solid #f1eef1;
  box-shadow: 0 14px 34px rgb(27 18 31 / .12);
}
.contact-form h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.2; }
.contact-form label { gap: 9px; margin-bottom: 18px; font-weight: 600; }
.contact-form input, .contact-form textarea, .contact-form select {
  border-color: #d9d6dc;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-form input, .contact-form select { min-height: 46px; }
.contact-form textarea { min-height: 112px; }
.contact-form .pill { min-width: 147px; padding-inline: 24px; }

/* Meet Our Team: one consistent card treatment on the homepage and team directory. */
.team { min-height: 0; padding: 70px 0; }
.team__grid {
  width: min(1200px, calc(100% - 36px));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-inline: auto;
}
.team__grid article { height: 100%; overflow: hidden; border-radius: 14px; box-shadow: 0 10px 28px rgb(20 13 24 / .12); }
.team__grid img, .team__grid article:nth-child(3) img { width: 100%; height: auto; aspect-ratio: .84; object-fit: cover; object-position: center top; }
.team__grid h3 { min-height: 66px; display: grid; place-items: center; margin: 0; padding: 12px; font-size: 20px; text-align: center; }
.directory-section { padding: 70px 0; background: linear-gradient(180deg, #fff 0, #fff7fc 100%); }
.directory-heading { width: min(720px, calc(100% - 36px)); height: auto; margin: 0 auto 28px; }
.directory-heading h1 { font-size: clamp(34px, 4vw, 48px); line-height: 1.2; }
.directory-grid {
  width: min(1200px, calc(100% - 36px));
  height: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 26px;
  margin: 0 auto;
}
.directory-card,
.directory-card--ravi,
.directory-card--thomas,
.directory-card--robert,
.directory-card--sobha,
.directory-card--ben,
.directory-card--matthew,
.directory-card--kurian { width: auto; height: auto; min-height: 0; margin: 0; border-radius: 14px; box-shadow: 0 12px 30px rgb(20 13 24 / .12); }
.directory-card__media,
.directory-card--ravi .directory-card__media,
.directory-card--thomas .directory-card__media,
.directory-card--robert .directory-card__media,
.directory-card--sobha .directory-card__media,
.directory-card--ben .directory-card__media,
.directory-card--matthew .directory-card__media,
.directory-card--kurian .directory-card__media { height: auto; aspect-ratio: 1.08; align-items: center; justify-content: center; background: #f8f4f7; }
.directory-card__media img,
.directory-card--ravi img,
.directory-card--thomas img,
.directory-card--robert img,
.directory-card--sobha img,
.directory-card--ben img,
.directory-card--matthew img,
.directory-card--kurian img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.directory-card h2 { min-height: 64px; height: auto; justify-content: center; padding: 14px 18px; font-size: 22px; text-align: center; }
.team-page-news, .team-page-spacer { padding-top: 0; height: auto; }
.team-page-news__grid { width: min(1200px, calc(100% - 36px)); height: auto; gap: 24px; margin: 24px auto 0; }
.team-page-news__card, .team-page-news__card--short { width: auto; height: auto; min-height: 0; margin: 0; }

/* Keep all common galleries compact and balanced instead of leaving a blank second row. */
.gallery { min-height: 0; padding: 64px 0; }
.gallery__masonry {
  width: min(1400px, calc(100% - 36px));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 220px;
  margin: 0 auto;
  overflow: visible;
  max-height: none;
  transform: none;
}
.gallery__masonry figure { grid-row: auto; min-height: 0; overflow: hidden; border-radius: 3px; }
.gallery__masonry figcaption { font-size: 16px; }
.overview-gallery__masonry, .approach-gallery__masonry { max-height: none; }
.approach-gallery, .approach-footer-spacer { min-height: 0; height: auto; }
.approach-gallery { padding: 56px 0; }
.approach-gallery__masonry { grid-auto-rows: 220px; }
.approach-gallery__masonry img { height: 100%; }

/* Our Approach needs breathing room below the header and a focused accordion. */
.approach-hero { min-height: 0; padding: 58px 0 72px; }
.approach-hero__grid { min-height: 0; align-items: center; gap: clamp(32px, 5vw, 72px); }
.approach-hero__copy { padding-top: 0; }
.approach-hero__art { gap: 20px; }
.approach-hero__art img { width: 100%; height: auto; aspect-ratio: 1.44; }
.approach-scope { min-height: 0; padding: 64px 0; }
.approach-accordion details[open] { padding-bottom: 6px; }
.approach-accordion summary { transition: background .18s ease, transform .18s ease; }
.approach-accordion summary:hover { background: #d823ca; }
.approach-footer-spacer { display: none; }

/* Readable policy page with clear visual hierarchy. */
.policy-main { min-height: 0; padding: 64px 18px; background: #fff7fc; }
.policy-article { width: min(1040px, 100%); margin: 0 auto; padding: clamp(30px, 5vw, 64px); background: #fff; border: 1px solid #f0e7ed; border-radius: 18px; box-shadow: 0 14px 36px rgb(32 20 32 / .08); }
.policy-article h1 { padding-bottom: 22px; color: var(--pink); border-bottom: 3px solid #f8d7f3; font-size: clamp(30px, 4vw, 46px); line-height: 1.25; }
.policy-article h2 { margin-top: 48px; padding-left: 16px; border-left: 4px solid var(--pink); font-size: clamp(24px, 3vw, 34px); line-height: 1.3; }
.policy-article p, .policy-article li { font-size: 16px; line-height: 1.85; }
.policy-article p + p { margin-top: 16px; }
.policy-article ul { padding: 20px 0 0 24px; }
.policy-article li + li { margin-top: 12px; }
.policy-download { display: inline-flex; margin-top: 12px; padding: 11px 18px; color: #fff; background: var(--pink); border-radius: 999px; font-weight: 700; }

/* Awards and partner logos scale gracefully at every screen width. */
.awards-main { min-height: 0; padding: 64px 0 72px; }
.awards-intro { width: min(920px, calc(100% - 36px)); height: auto; margin: 0 auto 38px; text-align: center; }
.awards-intro h1 { font-size: clamp(28px, 4vw, 42px); }
.awards-section-title { width: min(1200px, calc(100% - 36px)); height: auto; margin: 46px auto 26px; }
.awards-section-title h2 { font-size: clamp(46px, 7vw, 74px); line-height: 1; }
.awards-grid { width: min(1200px, calc(100% - 36px)); height: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; gap: 22px; }
.award-card, .award-card--compact { width: auto; height: auto; min-height: 290px; align-self: stretch; padding: 28px 20px; border: 1px solid #ece5ea; box-shadow: 0 8px 20px rgb(30 16 29 / .07); }
.award-card__logo-slot { height: 160px; align-items: center; }
.award-card__logo-slot img, .award-card--compact .award-card__logo-slot img { width: min(220px, 100%); height: 130px; object-fit: contain; }
.award-card h3 { min-height: 0; font-size: 20px; line-height: 1.35; }
.supporters { height: auto; padding: 0 18px 20px; }
.supporters__grid { width: min(1400px, 100%); height: auto; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-rows: none; gap: 12px; }
.support-card { width: auto; height: 104px; padding: 16px; }
.support-card img, .support-card--wide img { width: 100%; height: 64px; object-fit: contain; }

/* Programme cards use fluid grids so their copy cannot escape a fixed box. */
.community-main, .daycare-main, .education-main { min-height: 0; padding: 64px 0 72px; }
.community-top-gap, .daycare-top-gap, .education-top-gap { display: none; }
.community-intro, .daycare-intro, .education-intro, .education-school { width: min(1120px, calc(100% - 36px)); height: auto; margin: 0 auto; padding: 0; }
.community-intro p, .daycare-intro__copy, .education-intro p, .education-school__copy { width: auto; height: auto; }
.community-intro h1, .daycare-intro h1, .education-intro h1, .education-intro h2, .education-school h2 { height: auto; font-size: clamp(30px, 4vw, 44px); line-height: 1.25; }
.community-intro p, .daycare-intro p, .education-intro p, .education-school p { font-size: 16px; line-height: 1.85; }
.community-heading, .daycare-heading, .education-heading { height: auto; padding: 64px 18px 30px; }
.community-heading h2, .daycare-heading h2, .education-heading h2 { font-size: clamp(46px, 7vw, 74px); line-height: 1; }
.community-cards-row, .community-cards-row--one, .community-cards-row--two, .daycare-cards-row, .daycare-cards-row--one, .daycare-cards-row--two, .education-cards-row { width: min(1200px, calc(100% - 36px)); height: auto; margin: 0 auto; padding: 0; }
.community-cards-grid, .daycare-cards-grid, .education-cards-grid { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.daycare-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.education-cards-grid { grid-template-columns: minmax(0, 420px); justify-content: center; }
.community-card, .daycare-card, .education-card { width: auto; height: auto; min-height: 0; margin: 0; padding: 16px 16px 24px; border: 1px solid #f4d7ee; box-shadow: 0 10px 24px rgb(34 21 32 / .08); }
.community-card img, .daycare-card img, .education-card img { width: 100%; height: auto; aspect-ratio: 1.46; object-fit: cover; border-radius: 12px; }
.community-card h3, .daycare-card h3, .education-card h3 { width: auto; height: auto; min-height: 64px; flex: 0 0 auto; padding: 14px 0 8px; line-height: 1.3; }
.community-card p, .daycare-card p, .education-card p { width: auto; height: auto; flex: 0 0 auto; font-size: 15px; line-height: 1.7; }
.advocacy-nav-menu { display: none !important; }

@media (max-width: 900px) {
  .team__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery__masonry { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 200px; }
  .awards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .supporters__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .community-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .phone-input { grid-template-columns: 112px minmax(0, 1fr); }
  .team { padding: 54px 0; }
  .team__grid, .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .team__grid h3 { min-height: 56px; font-size: 16px; }
  .directory-section { padding: 52px 0; }
  .directory-card h2 { min-height: 54px; padding: 10px; font-size: 17px; }
  .gallery { padding: 48px 0; }
  .gallery__heading { align-items: flex-start; gap: 16px; }
  .gallery__heading h2 { font-size: 32px; }
  .gallery__heading .pill, .gallery__heading .under-link { flex: 0 0 auto; }
  .gallery__masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 145px; gap: 10px; }
  .gallery__masonry figcaption { padding: 8px 5px; font-size: 13px; }
  .approach-hero { padding: 42px 0 54px; }
  .approach-hero__grid { gap: 30px; }
  .approach-scope { padding: 48px 0; }
  .policy-main { padding: 42px 18px; }
  .policy-article { padding: 28px 22px; border-radius: 12px; }
  .policy-article h2 { margin-top: 36px; padding-left: 12px; }
  .awards-main { padding: 48px 0; }
  .awards-grid { grid-template-columns: 1fr; }
  .award-card, .award-card--compact { min-height: 250px; }
  .supporters__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-card { height: 86px; padding: 10px; }
  .community-main, .daycare-main, .education-main { padding: 44px 0 54px; }
  .community-heading, .daycare-heading, .education-heading { padding-top: 50px; }
  .community-cards-grid, .daycare-cards-grid, .education-cards-grid { grid-template-columns: 1fr; }
}

/* External media embeds */
.volunteer-experiences__videos > div, .fundraise-hero__embed { overflow: hidden; background: #171218; border-radius: 12px; box-shadow: 0 10px 24px rgb(26 16 25 / .13); }
.volunteer-experiences__videos iframe, .fundraise-hero__embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.youtube-preview { position: relative; }
.youtube-preview a { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; color: #fff; background: #252326; }
.youtube-preview img { width: 100%; height: 100%; display: block; object-fit: cover; opacity: .86; }
.youtube-preview::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgb(0 0 0 / .12), rgb(0 0 0 / .45)); }
.youtube-preview__play { position: absolute; z-index: 1; top: 50%; left: 50%; width: 66px; height: 48px; display: grid; place-items: center; padding-left: 3px; color: #fff; background: #f00; border-radius: 13px; font-size: 22px; transform: translate(-50%, -50%); }
.youtube-preview__label { position: absolute; z-index: 1; right: 16px; bottom: 14px; font: 700 14px/1 var(--display); }

/* Remove the desktop-only empty area below reusable gallery strips. */
.financial-gallery, .advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .social-gallery { height: auto; min-height: 0; padding: 56px 0; overflow: visible; }
.advocacy-gallery header, .volunteer-gallery header, .sponsor-gallery header, .legacy-gallery header, .social-gallery header { width: min(1400px, calc(100% - 36px)); height: auto; align-items: flex-end; margin: 0 auto; padding: 0; }
.advocacy-gallery header .pill, .volunteer-gallery header .pill, .sponsor-gallery header .pill, .legacy-gallery header .pill, .social-gallery header .pill { margin-top: 0; }
.advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip, .financial-gallery__strip { position: static; width: min(1400px, calc(100% - 36px)); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 28px auto 0; padding: 0; overflow: hidden; }
.advocacy-gallery__strip img, .volunteer-gallery__strip img, .sponsor-gallery__strip img, .legacy-gallery__strip img, .social-gallery__strip img, .financial-gallery__strip img, .financial-gallery__strip img:nth-child(n) { width: 100%; height: 210px; margin: 0; object-fit: cover; }
.advocacy-gallery__dots, .volunteer-gallery__dots, .sponsor-gallery__dots, .legacy-gallery__dots, .social-gallery__dots, .financial-gallery__dots { position: static; justify-content: center; margin-top: 24px; transform: none; }
.legacy-gallery__edge { display: none; }

/* Donation residence selector and trusted payment destinations. */
.donate-method__card[hidden] { display: none; }
.donate-method__card--foreign { min-height: 210px; }
.donate-method__uk-file { position: absolute; right: 26px; bottom: 14px; color: var(--pink); font: 700 13px/1.25 var(--display); text-decoration: underline; }

/* A calm, usable contact page with real icons and responsive office cards. */
.contact-main { height: auto; padding: 72px 0 0; overflow: visible; }
.contact-intro { height: auto; padding: 0 0 72px; }
.contact-intro__inner { width: min(1200px, calc(100% - 36px)); height: auto; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 54px; }
.contact-form-column, .contact-intro__details { padding: 0; }
.contact-native-form { width: auto; display: grid; gap: 16px; padding: clamp(26px, 4vw, 46px); background: #fff; border: 1px solid #f0e4ed; border-radius: 18px; box-shadow: 0 14px 34px rgb(26 16 25 / .11); }
.contact-native-form h2 { margin: 0; color: #232323; font: 700 clamp(28px, 3vw, 38px)/1.2 var(--display); }
.contact-native-form__intro { margin: -6px 0 4px; color: #606066; font: 400 16px/1.65 var(--body); }
.contact-native-form label, .contact-native-form label:first-child, .contact-native-form label:nth-of-type(4) { height: auto; display: grid; gap: 7px; padding: 0; color: #303033; font-weight: 600; line-height: 1.35; }
.contact-native-form input, .contact-native-form textarea { width: 100%; min-height: 48px; height: auto; margin: 0; padding: 12px 14px; border: 1px solid #dad4db; border-radius: 9px; font: 400 16px/1.35 var(--body); }
.contact-native-form textarea { min-height: 128px; resize: vertical; }
.contact-native-form button { width: auto; min-width: 154px; height: 52px; margin: 3px 0 0; border-radius: 999px; font-weight: 700; }
.contact-native-form .form-status { min-height: 20px; display: block; margin: 0; }
.contact-intro__details { align-self: center; }
.contact-intro__details header { height: auto; }
.contact-intro__details header p { height: auto; padding: 0; font-size: 28px; line-height: 1.15; }
.contact-intro__details h1 { font-size: clamp(34px, 4vw, 48px); line-height: 1.18; }
.contact-intro__copy { width: auto; height: auto; margin: 22px 0 28px; font-size: 17px; line-height: 1.75; }
.contact-detail-list { width: auto; margin: 0; padding: 0; }
.contact-detail, .contact-detail--short { height: auto; grid-template-columns: 58px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid #eee7ec; }
.contact-detail__icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 0; color: var(--pink); background: #fff6fc; border-radius: 50%; box-shadow: none; }
.contact-detail__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.contact-detail h2 { height: auto; font-size: 21px; line-height: 1.25; }
.contact-detail p { margin: 5px 0 0; font-size: 15px; line-height: 1.65; }
.contact-coordinators { height: auto; padding: 66px 18px; background: #fff7fc; }
.contact-coordinators__heading { width: min(900px, 100%); height: auto; padding: 0 0 30px; }
.contact-coordinators__heading h2 { height: auto; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; }
.contact-coordinators__grid { width: min(1200px, 100%); height: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.contact-coordinator-column { height: auto; padding: 0; display: grid; gap: 20px; align-content: start; }
.contact-office, .contact-office--uk, .contact-office--norway, .contact-office--usa, .contact-office--europe, .contact-office--sweden, .contact-office--germany { height: auto; min-height: 150px; padding: 24px; background: #fff; border: 1px solid #f0e4ed; border-radius: 14px; box-shadow: 0 8px 20px rgb(26 16 25 / .06); }
.contact-office h3 { height: auto; margin: 0 0 10px; color: var(--pink); font: 700 18px/1.3 var(--display); }
.contact-office p { margin: 0; color: #3e3c42; font: 400 15px/1.68 var(--body); }
.contact-map { height: 420px; background: #f3eef2; }
.contact-map iframe { width: 100%; height: 100%; display: block; border: 0; filter: saturate(.72) contrast(.95); }

@media (max-width: 820px) {
  .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip, .financial-gallery__strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-intro__inner { grid-template-columns: 1fr; gap: 42px; }
  .contact-coordinators__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .social-gallery, .financial-gallery { padding: 44px 0; }
  .advocacy-gallery header, .volunteer-gallery header, .sponsor-gallery header, .legacy-gallery header, .social-gallery header { align-items: flex-start; }
  .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip, .financial-gallery__strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
  .advocacy-gallery__strip img, .volunteer-gallery__strip img, .sponsor-gallery__strip img, .legacy-gallery__strip img, .social-gallery__strip img, .financial-gallery__strip img, .financial-gallery__strip img:nth-child(n) { height: 142px; }
  .donate-method__uk-file { position: static; display: inline-block; margin: 16px 0 0; }
  .contact-main { padding-top: 46px; }
  .contact-intro { padding-bottom: 50px; }
  .contact-native-form { padding: 26px 22px; }
  .contact-coordinators { padding: 50px 18px; }
  .contact-coordinators__grid { grid-template-columns: 1fr; }
  .contact-map { height: 300px; }
}

/* Financial report library */
.financial-archives { padding: 68px 0; background: #fcf7fb; }
.financial-archives__grid { align-items: center; }
.financial-archives__accordions { margin-top: 0; }
.financial-archives__accordions details { overflow: hidden; background: #fff; border: 1px solid #eee4eb; border-radius: 15px; box-shadow: 0 8px 22px rgb(32 18 30 / .07); transition: box-shadow .2s ease, border-color .2s ease; }
.financial-archives__accordions details + details { margin-top: 14px; }
.financial-archives__accordions details[open] { border-color: #f0c8e9; box-shadow: 0 14px 30px rgb(32 18 30 / .11); }
.financial-archives__accordions summary { position: relative; min-height: 84px; height: auto; padding: 16px 54px 34px 25px; color: #242128; background: #fff; border: 0; border-radius: 0; font: 700 24px/1.2 var(--display); }
.financial-archives__accordions summary::after { position: absolute; bottom: 14px; left: 25px; color: #66616a; font: 600 13px/1 var(--body); letter-spacing: .01em; }
.financial-archives__accordions details:nth-child(1) summary::after { content: "2014–2025  •  11 documents"; }
.financial-archives__accordions details:nth-child(2) summary::after { content: "2018–2025  •  5 documents"; }
.financial-archives__accordions details:nth-child(3) summary::after { content: "2016–2024  •  8 documents"; }
.financial-archives__accordions details:nth-child(4) summary::after { content: "2021–2026  •  10 documents"; }
.financial-archives__accordions details:nth-child(5) summary::after { content: "Certificates and statutory documents  •  10 files"; }
.financial-archives__accordions summary span { position: absolute; top: 25px; right: 25px; width: 22px; height: 22px; color: transparent; font-size: 0; }
.financial-archives__accordions summary span::before { content: "+"; display: block; color: #f4c419; font: 500 30px/20px var(--display); text-align: center; }
.financial-archives__accordions details[open] summary span { transform: none; }
.financial-archives__accordions details[open] summary span::before { content: "−"; }
.financial-download-list { max-height: 365px; display: grid; gap: 0; margin: 0; padding: 2px 18px 16px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: #c3c0c4 #faf9fa; scrollbar-width: thin; }
.financial-download-list::-webkit-scrollbar { width: 7px; }
.financial-download-list::-webkit-scrollbar-track { background: #faf9fa; border-radius: 99px; }
.financial-download-list::-webkit-scrollbar-thumb { background: #c3c0c4; border-radius: 99px; }
.financial-download-list li + li { border-top: 1px solid #f0edf0; }
.financial-download-list a { min-height: 52px; display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 9px 7px; color: #302c34; background: transparent; border-radius: 7px; font: 600 17px/1.3 var(--body); }
.financial-download-list a::before { content: ""; width: 6px; height: 6px; background: #f4c419; border-radius: 50%; }
.financial-download-list a small { margin-left: 12px; color: transparent; font-size: 0; }
.financial-download-list a small::after { content: "⇩  Download"; color: #e4ad00; font: 700 14px/1 var(--display); }
.financial-download-list a:hover, .financial-download-list a:focus-visible { color: #242128; background: #fff9e8; }
.financial-download-list a:hover small, .financial-download-list a:focus-visible small { color: transparent; }
.financial-download-list a:hover small::after, .financial-download-list a:focus-visible small::after { color: #bf8c00; }

@media (max-width: 620px) {
  .financial-archives { padding: 50px 0; }
  .financial-archives__accordions summary { min-height: 76px; padding: 14px 46px 32px 18px; font-size: 20px; }
  .financial-archives__accordions summary::after { bottom: 12px; left: 18px; font-size: 12px; }
  .financial-archives__accordions summary span { top: 22px; right: 18px; }
  .financial-download-list { max-height: 330px; padding: 0 12px 12px; }
  .financial-download-list a { grid-template-columns: 7px minmax(0, 1fr); gap: 10px; padding: 12px 5px; font-size: 14px; }
  .financial-download-list a small { grid-column: 2; margin: 0; }
  .financial-download-list a small::after { font-size: 13px; }
}

/* Financial library: align with the El Shaddai pink design system. */
.financial-archives { padding: 76px 0; background: linear-gradient(135deg, #fff8fd 0%, #fdf1fa 100%); }
.financial-archives__grid { width: min(1240px, calc(100% - 48px)); grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: start; }
.financial-archives__copy { width: auto; margin: 0; padding: 20px 34px 0 15px; }
.financial-archives__copy h2 { color: var(--pink); text-shadow: none; }
.financial-archives__accordions { width: auto; margin: 0; }
.financial-archives__accordions details { border-color: #f0dcec; box-shadow: 0 10px 24px rgb(56 20 50 / .06); }
.financial-archives__accordions details[open] { border-color: #efb7e7; box-shadow: 0 16px 32px rgb(56 20 50 / .11); }
.financial-archives__accordions summary { color: #26222a; }
.financial-archives__accordions details[open] summary { background: #fff5fc; box-shadow: inset 4px 0 0 var(--pink); }
.financial-archives__accordions summary span::before { color: var(--pink); }
.financial-download-list { background: #fff; scrollbar-color: #e9b7e3 #fff8fd; }
.financial-download-list::-webkit-scrollbar-track { background: #fff8fd; }
.financial-download-list::-webkit-scrollbar-thumb { background: #e9b7e3; }
.financial-download-list a::before { background: var(--pink); }
.financial-download-list a small::after { color: var(--pink); }
.financial-download-list a:hover, .financial-download-list a:focus-visible { color: #26222a; background: #fff0fb; }
.financial-download-list a:hover small::after, .financial-download-list a:focus-visible small::after { color: #c71db9; }

@media (max-width: 820px) {
  .financial-archives__grid { width: min(100% - 36px, 720px); grid-template-columns: 1fr; gap: 34px; }
  .financial-archives__copy { padding: 0; }
}

/* Homepage carousel, card links, and volunteer form */
.hero { display: block; background: #242228; }
.hero__slide { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--hero-image) center / cover no-repeat; opacity: 0; pointer-events: none; transition: opacity .7s ease; }
.hero__slide.is-active { opacity: 1; pointer-events: auto; }
.hero__slide .hero__content { z-index: 1; }
.hero__slide h1, .hero__slide h2 { margin: 8px 0 42px; color: #fff; font: 700 clamp(3.5rem, 6vw, 5rem)/1.17 var(--display); letter-spacing: -.04em; }
.hero__controls { position: absolute; z-index: 3; right: 50px; bottom: 42px; display: flex; align-items: center; gap: 16px; color: #fff; }
.hero__button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: #fff; background: rgb(255 255 255 / .15); border: 1px solid rgb(255 255 255 / .65); border-radius: 50%; font-size: 20px; transition: background .2s; }
.hero__button:hover, .hero__button:focus-visible { background: var(--pink); border-color: var(--pink); }
.hero__counter { min-width: 51px; font: 700 16px/1 var(--display); letter-spacing: .06em; text-align: center; }
.hero__counter i { padding: 0 2px; font-style: normal; opacity: .68; }
.news-card { display: block; color: var(--black); transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgb(0 0 0 / .18); }
.phone-input { display: grid; grid-template-columns: 124px 1fr; gap: 10px; }
.contact-form .phone-input .country-code { width: 124px; }
.phone-input input { min-width: 0; }

@media (max-width: 820px) {
  .hero__slide h1, .hero__slide h2 { font-size: clamp(3rem, 10vw, 4rem); }
  .hero__controls { right: 20px; bottom: 24px; gap: 10px; }
  .hero__button { width: 38px; height: 38px; }
  .phone-input { grid-template-columns: 112px 1fr; }
  .contact-form .phone-input .country-code { width: 112px; }
}

/* Embedded supporter videos */
.volunteer-experiences { height: auto; padding: 54px 0 64px; }
.volunteer-experiences__inner { width: min(1200px, calc(100% - 36px)); height: auto; }
.volunteer-experiences h2 { width: auto; height: auto; padding: 0; margin-bottom: 22px; font-size: clamp(42px, 5vw, 57px); line-height: 1; }
.volunteer-experiences__videos { width: 100%; height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 0; margin: 0; }
.volunteer-experiences__videos div, .fundraise-hero__embed { width: 100%; height: auto; overflow: hidden; background: #171319; border-radius: 12px; box-shadow: 0 10px 26px rgb(23 15 22 / .13); }
.volunteer-experiences__videos div { aspect-ratio: 16 / 9; }
.volunteer-experiences__videos iframe, .fundraise-hero__embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.fundraise-hero__embed { aspect-ratio: 16 / 9; }

/* Donation destination cards and UK account-details download. */
.donate-method { height: 330px; }
.donate-method__card { min-height: 184px; height: auto; padding: 34px 26px 28px; text-align: center; }
.donate-method__card h2 { height: auto; margin: 0 0 9px; }
.donate-method__card p { width: auto; height: auto; margin: 0 auto 22px; line-height: 1.65; }
.donate-method__card .pill { position: static; margin: 0 auto; }
.donate-method__uk-file { display: block; margin-top: 14px; color: var(--pink); font: 700 13px/1.35 var(--display); text-decoration: underline; }

/* Contact page: readable card layout and meaningful, consistent icons. */
.contact-main { height: auto; min-height: 0; padding: 70px 0 0; overflow: visible; }
.contact-intro { height: auto; padding: 0 0 70px; }
.contact-intro__inner { width: min(1200px, calc(100% - 36px)); height: auto; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 52px; align-items: start; }
.contact-form-column, .contact-intro__details { padding: 0; }
.contact-native-form { width: 100%; box-sizing: border-box; padding: clamp(28px, 4vw, 46px); background: #fff; border: 1px solid #f0e7ed; border-radius: 16px; box-shadow: 0 14px 34px rgb(31 18 29 / .11); }
.contact-native-form h2 { margin: 0 0 7px; color: var(--black); font: 700 clamp(28px, 3vw, 38px)/1.2 var(--display); }
.contact-native-form__intro { margin: 0 0 22px; color: #67616a; font: 400 16px/1.6 var(--body); }
.contact-native-form label, .contact-native-form label:first-child, .contact-native-form label:nth-of-type(4) { display: flex; width: 100%; height: auto; flex-wrap: wrap; gap: 3px; margin: 0 0 16px; padding: 0; color: #342c34; font-weight: 600; }
.contact-native-form input, .contact-native-form textarea { width: 100%; min-height: 48px; margin-top: 5px; border: 1px solid #dcd8df; border-radius: 8px; font-size: 16px; line-height: 1.4; }
.contact-native-form textarea { min-height: 120px; resize: vertical; }
.contact-native-form button { width: auto; height: auto; min-height: 50px; margin-top: 4px; padding-inline: 24px; border-radius: 999px; font-weight: 700; }
.contact-native-form .form-status { display: block; margin: 12px 0 0; }
.contact-intro__details { padding-top: 14px; }
.contact-intro__details header { height: auto; }
.contact-intro__details header p { height: auto; padding: 0; }
.contact-intro__details h1 { font-size: clamp(32px, 4vw, 46px); line-height: 1.15; }
.contact-intro__copy { width: auto; height: auto; margin: 18px 0 0; font-size: 17px; line-height: 1.75; }
.contact-detail-list { width: auto; margin: 30px 0 0; padding: 0; }
.contact-detail, .contact-detail--short { height: auto; grid-template-columns: 58px minmax(0, 1fr); gap: 15px; padding: 18px 0; border-bottom: 1px solid #eee6ec; }
.contact-detail__icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0; color: #fff; background: var(--pink); border-radius: 50%; box-shadow: 0 8px 18px rgb(225 46 208 / .24); }
.contact-detail__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-detail h2 { height: auto; font-size: 21px; line-height: 1.25; }
.contact-detail p { margin: 5px 0 0; line-height: 1.65; }
.contact-coordinators { height: auto; padding: 62px 0; background: #fff7fc; }
.contact-coordinators__heading { width: min(1100px, calc(100% - 36px)); height: auto; padding: 0 0 28px; }
.contact-coordinators__heading h2 { height: auto; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; }
.contact-coordinators__grid { width: min(1200px, calc(100% - 36px)); height: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.contact-coordinator-column { height: auto; display: grid; align-content: start; gap: 22px; padding: 0; }
.contact-office, .contact-office--uk, .contact-office--norway, .contact-office--usa, .contact-office--europe, .contact-office--sweden, .contact-office--germany { height: auto; min-height: 0; padding: 24px; background: #fff; border: 1px solid #f1e3ee; border-radius: 12px; box-shadow: 0 8px 20px rgb(31 18 29 / .06); }
.contact-office h3 { height: auto; margin: 0 0 8px; color: var(--pink); font: 700 19px/1.3 var(--display); }
.contact-office p { margin: 0; color: #4e4850; font: 400 15px/1.7 var(--body); }
.contact-map { height: 210px; background: linear-gradient(105deg, #242027, #4b2146 55%, #e12ed0); }

/* Gallery strips use their content height — no blank area before the next section. */
:is(.financial-gallery, .advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .social-gallery) { position: relative; height: auto; min-height: 0; padding: 54px 0 46px; overflow: visible; }
.financial-gallery { padding-top: 0; }
:is(.advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .social-gallery) header { width: min(1200px, calc(100% - 36px)); height: auto; align-items: end; padding: 0; }
:is(.advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .social-gallery) header h2 { height: auto; }
:is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) { position: static; width: min(1400px, calc(100% - 36px)); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 26px auto 0; padding: 0; overflow: hidden; }
:is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) img, :is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) img:nth-child(n) { width: 100%; height: 205px; margin: 0; object-fit: cover; }
:is(.financial-gallery__dots, .advocacy-gallery__dots, .volunteer-gallery__dots, .sponsor-gallery__dots, .legacy-gallery__dots, .social-gallery__dots) { position: static; justify-content: center; margin-top: 22px; transform: none; }
.legacy-gallery__edge { display: none; }

@media (max-width: 820px) {
  .volunteer-experiences__videos { grid-template-columns: 1fr; }
  .contact-main { padding-top: 46px; }
  .contact-intro { padding-bottom: 46px; }
  .contact-intro__inner { grid-template-columns: 1fr; gap: 38px; }
  .contact-coordinators__grid { grid-template-columns: 1fr; }
  .contact-map { height: 150px; }
  :is(.advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .social-gallery) header { align-items: flex-start; gap: 18px; }
  :is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  :is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) img, :is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) img:nth-child(n) { height: 135px; }
}

/* Keep the embedded Google map full-width even if an older page rule is cached. */
.contact-map { min-height: 210px; overflow: hidden; }
.contact-map > iframe { display: block !important; width: 100% !important; height: 100% !important; min-height: inherit; border: 0 !important; }

@media (max-width: 820px) {
  .contact-map { min-height: 150px; }
}

/* Foreign donation options: keep UK and US actions separate and unclipped. */
.donate-main, .donate-layout { height: auto; }
.donate-hero, .donate-hero__inner, .donate-selector { height: auto; }
.donate-hero__inner { padding-bottom: 40px; }
.donate-method { height: 300px; transition: height .22s ease; }
.donate-method.is-foreign { height: 510px; }
.donate-method__card { top: 30px; width: min(520px, calc(100% - 36px)); min-height: 0; padding: 30px 38px; }
.donate-method__card--foreign { width: min(630px, calc(100% - 36px)); display: grid; gap: 26px; padding: 34px 50px; text-align: left; }
.donate-method__entry + .donate-method__entry { padding-top: 24px; border-top: 1px solid #eee6ec; }
.donate-method__entry h2 { margin-bottom: 8px; text-decoration: underline; }
.donate-method__entry p { margin: 0 0 16px; text-align: left; }
.donate-method__entry .pill { display: inline-flex; margin: 0; }
.donate-method__actions { display: flex; flex-wrap: wrap; gap: 13px 18px; align-items: center; }
.donate-method__uk-file { display: inline-flex; margin: 0; }

@media (max-width: 620px) {
  .donate-hero__inner { padding-bottom: 28px; }
  .donate-method { height: 292px; }
  .donate-method.is-foreign { height: 540px; }
  .donate-method__card, .donate-method__card--foreign { width: calc(100% - 8px); padding: 28px 24px; }
  .donate-method__card--foreign { gap: 20px; }
  .donate-method__entry + .donate-method__entry { padding-top: 20px; }
}

/* Donation-page team carousel */
.donate-team { height: auto; padding: 20px 0 54px; overflow: hidden; }
.donate-team__track { width: min(1200px, calc(100% - 36px)); display: flex; gap: 24px; padding: 0; margin: 0 auto; transition: transform .38s ease; will-change: transform; }
.donate-team-card, .donate-team-card--first { width: auto; height: auto; min-height: 0; flex: 0 0 calc((100% - 48px) / 3); margin: 0; overflow: hidden; border-radius: 14px; box-shadow: 0 10px 24px rgb(29 17 27 / .12); }
.donate-team-card img, .donate-team-card--first img { width: 100%; height: auto; aspect-ratio: .93; margin: 0; object-fit: cover; object-position: center top; }
.donate-team-card h2, .donate-team-card--first h2 { height: auto; min-height: 68px; display: grid; place-items: center; margin: 0; padding: 14px 18px; font-size: 23px; text-align: center; }
.donate-team-card p { display: none; }
.donate-team-card:not(:last-child)::after { display: none; }
.donate-team__dots { position: static; display: flex; justify-content: center; gap: 9px; margin: 28px 0 0; transform: none; }
.donate-team__dots button { width: 8px; height: 8px; display: block; padding: 0; background: #ebc9e7; border: 0; border-radius: 999px; cursor: pointer; transition: width .2s ease, background .2s ease; }
.donate-team__dots button:hover, .donate-team__dots button:focus-visible, .donate-team__dots button.is-active { width: 28px; background: var(--pink); outline: none; }

@media (max-width: 960px) {
  .donate-team-card, .donate-team-card--first { flex-basis: calc((100% - 24px) / 2); }
}

@media (max-width: 620px) {
  .donate-team { padding-bottom: 44px; }
  .donate-team__track { width: min(420px, calc(100% - 36px)); }
  .donate-team-card, .donate-team-card--first { flex-basis: 100%; }
  .donate-team-card h2, .donate-team-card--first h2 { min-height: 60px; font-size: 21px; }
}

/* Shared floating WhatsApp action */
.whatsapp-float { position: fixed; z-index: 100; right: 28px; bottom: 28px; top: auto; width: 58px; height: 58px; display: grid; place-items: center; padding: 0; color: #fff; background: #25d366; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 10px 26px rgb(0 0 0 / .22); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { color: #fff; background: #1fbd5a; box-shadow: 0 14px 32px rgb(0 0 0 / .27); outline: none; transform: translateY(-3px); }
.whatsapp-float svg { width: 32px; height: 32px; fill: currentColor; }

@media (max-width: 620px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsapp-float svg { width: 30px; height: 30px; }
}

/* Mobile system: compact header, touch carousels, and fluid content. */
.whatsapp-float { padding: 4px; overflow: hidden; background: #fff; border-color: #fff; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { background: #fff; }
.whatsapp-float img { width: 100%; height: 100%; object-fit: contain; }
.overview-stats__grid .impact-stat__icon { width: 44px; height: 44px; margin: 0 0 9px; object-fit: contain; }
.overview-stats__grid i { display: none; }

@media (max-width: 680px) {
  html { scroll-padding-top: 108px; }
  body { overflow-x: clip; }
  main, main * { min-width: 0; }
  /* Preserve authored heading breaks: several source headings rely on them for word spacing. */
  main h1 br, main h2 br, main h3 br { display: initial; }
  main p, main li, main a, main h1, main h2, main h3 { overflow-wrap: anywhere; }
  main img, main iframe { max-width: 100%; }

  /* Matches the compact logo, prominent donation action, and hamburger reference. */
  .topbar { display: none; }
  .site-header { position: relative; z-index: 110; }
  .main-nav { min-height: 106px; display: block; padding: 10px 19px; }
  .brand { position: absolute; top: 10px; left: 19px; order: initial; flex: none; }
  .brand img { width: 80px; height: 86px; }
  .main-nav__donate { position: absolute; top: 50%; right: 67px; max-width: calc(100% - 170px); order: initial; flex: none; display: inline-flex; min-height: 49px; margin: 0; padding: 0 18px; border-radius: 999px; font-size: 14px; letter-spacing: .01em; white-space: nowrap; transform: translateY(-50%); }
  .main-nav__donate::after { content: "♥"; margin-left: 9px; font-size: 15px; line-height: 1; }
  .menu-button { position: absolute; top: 50%; right: 13px; order: initial; width: 45px; height: 49px; margin: 0; transform: translateY(-50%); }
  .menu-button span { width: 27px; height: 2px; margin: 5px auto; }
  .main-nav__links { top: 100%; max-height: calc(100vh - 106px); }

  .hero { height: 500px; }
  .hero__slide .hero__content { width: calc(100% - 36px); margin: 0; }
  .hero__slide .kicker { white-space: normal; font-size: clamp(1.25rem, 6vw, 1.75rem); line-height: 1.08; }
  .hero__slide h1, .hero__slide h2 { margin: 10px 0 28px; font-size: clamp(2.55rem, 12vw, 3.25rem); line-height: 1.12; }
  .hero h1 br, .hero h2 br { display: block; }
  .hero__controls { right: 16px; bottom: 18px; }
  .impact__item { flex-direction: column; gap: 4px; min-height: 80px; padding: 10px 6px; text-align: center; }
  .impact__item b { font-size: 27px; }
  .impact__item span { font-size: 9px; line-height: 1.2; }

  /* Every photo gallery and What's New list becomes a thumb-friendly swipe carousel. */
  .gallery { padding: 42px 0; }
  .gallery__heading { margin-bottom: 20px; }
  .gallery__heading h2 { font-size: clamp(29px, 8vw, 34px); }
  .gallery__heading .pill { min-height: 45px; padding-inline: 18px; font-size: 11px; }
  .gallery__masonry,
  :is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) {
    width: auto !important;
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-rows: unset !important;
    gap: 12px;
    margin: 0 -18px !important;
    padding: 0 18px 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    transform: none !important;
  }
  .gallery__masonry::-webkit-scrollbar,
  :is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip)::-webkit-scrollbar,
  .news-grid::-webkit-scrollbar { display: none; }
  .gallery__masonry > img,
  .gallery__masonry > figure,
  :is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) > img {
    flex: 0 0 min(78vw, 300px);
    width: min(78vw, 300px) !important;
    height: 205px !important;
    min-height: 0;
    margin: 0 !important;
    overflow: hidden;
    scroll-snap-align: start;
    border-radius: 10px;
  }
  .gallery__masonry > figure img,
  .gallery__masonry > img,
  :is(.financial-gallery__strip, .advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .social-gallery__strip) > img { width: 100% !important; height: 100% !important; object-fit: cover; }
  :is(.financial-gallery__dots, .advocacy-gallery__dots, .volunteer-gallery__dots, .sponsor-gallery__dots, .legacy-gallery__dots, .social-gallery__dots) { margin-top: 10px; }

  .updates { min-height: 0; padding: 42px 0; overflow: hidden; }
  .updates .center-heading h2 { margin-bottom: 22px; font-size: clamp(29px, 8vw, 34px); }
  .news-grid,
  .team-page-news__grid,
  .social-news__grid {
    width: auto !important;
    height: auto !important;
    display: flex !important;
    grid-template-columns: none !important;
    gap: 16px;
    margin: 0 -18px !important;
    padding: 0 18px 15px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .news-card,
  .team-page-news__card,
  .team-page-news__card--short,
  .social-news-card,
  .social-news-card[class] {
    flex: 0 0 min(84vw, 330px);
    width: min(84vw, 330px) !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    scroll-snap-align: start;
  }
  .news-card__image { height: 190px; }
  .news-card__date { margin: 17px 20px 6px; font-size: 21px; }
  .news-card h3 { margin-inline: 20px; padding-bottom: 22px; font-size: 20px; }

  /* Remove fixed decorative spacing around the purpose, vision, and mission cards. */
  :is(.purpose, .sponsor-purpose, .legacy-purpose, .donate-purpose) { width: 100%; height: auto !important; min-height: 0 !important; padding: 40px 0 !important; }
  :is(.purpose, .sponsor-purpose, .legacy-purpose, .donate-purpose)::before { display: none; }
  .purpose__intro, :is(.sponsor-purpose, .legacy-purpose) header { width: 100%; height: auto !important; padding: 0 18px 22px !important; }
  .purpose__intro h2 { display: block; margin: 5px 0 0; font-size: 30px; line-height: 1.2; }
  :is(.sponsor-purpose, .legacy-purpose) h2 { width: auto !important; height: auto !important; margin: 0; padding: 0; font-size: 42px; line-height: 1; }
  .purpose__grid, .sponsor-purpose__cards, .legacy-purpose__cards, .donate-purpose__cards { width: min(100% - 36px, 520px); height: auto !important; grid-template-columns: 1fr; gap: 14px; padding: 0 !important; }
  .purpose__grid article, .sponsor-purpose__cards article, .legacy-purpose__cards article, .donate-purpose__cards article { width: 100% !important; min-height: 0 !important; height: auto !important; margin: 0 !important; padding: 22px 20px !important; }
  .purpose__grid p, .sponsor-purpose__cards p, .legacy-purpose__cards p, .donate-purpose__cards p { margin: 8px 0 0; font-size: 16px; line-height: 1.65; }

  /* Form controls stay readable without dominating the contact page. */
  .contact-main { padding-top: 32px; }
  .contact-intro { padding-bottom: 38px; }
  .contact-intro__inner { width: min(100% - 32px, 520px); gap: 30px; }
  .contact-native-form { padding: 23px 18px; border-radius: 12px; }
  .contact-native-form h2 { font-size: 27px; }
  .contact-native-form__intro { margin-bottom: 17px; font-size: 14px; }
  .contact-native-form label { margin-bottom: 12px; font-size: 14px; }
  .contact-native-form input, .contact-native-form textarea { min-height: 44px; font-size: 15px; }
  .contact-native-form textarea { min-height: 96px; }
  .contact-native-form button { min-height: 46px; padding-inline: 20px; font-size: 14px; }
  .contact-intro__details { padding-top: 0; }
  .contact-intro__details h1 { font-size: 31px; }
  .contact-intro__copy { margin-top: 13px; font-size: 15px; line-height: 1.65; }
  .contact-detail, .contact-detail--short { grid-template-columns: 45px minmax(0, 1fr); gap: 12px; padding: 14px 0; }
  .contact-detail__icon { width: 40px; height: 40px; }
  .contact-detail h2 { font-size: 18px; }
  .contact-detail p { font-size: 14px; line-height: 1.55; }
  .contact-coordinators { padding: 42px 0; }
  .contact-coordinators__grid { width: min(100% - 32px, 520px); gap: 14px; }
  .contact-office, .contact-office--uk, .contact-office--norway, .contact-office--usa, .contact-office--europe, .contact-office--sweden, .contact-office--germany { padding: 20px; }
  .contact-map { min-height: 130px; }

  .overview-stats { min-height: 0; padding: 42px 0; }
  .overview-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .overview-stats__grid article { min-height: 146px; padding: 16px 10px; }
  .overview-stats__grid .impact-stat__icon { width: 38px; height: 38px; margin-bottom: 7px; }
  .overview-stats__grid b { font-size: 22px; }
  .overview-stats__grid span { font-size: 11px; line-height: 1.3; }

  /* Remove legacy empty blocks and fixed widths that create mobile overflow. */
:is(.footer-spacer, .approach-footer-spacer, .sponsor-bottom-gap, .team-page-spacer, .gallery-page-spacer) { display: none !important; width: 0 !important; height: 0 !important; min-height: 0 !important; }
  :is(.community-intro, .daycare-intro, .education-intro, .education-school, .homes-intro, .advocacy-hero, .advocacy-mission__inner, .financial-report__grid, .financial-archives__grid, .financial-gallery-header__grid) { width: min(100% - 36px, 620px) !important; height: auto !important; }
  :is(.community-card, .daycare-card, .education-card, .advocacy-support-card, .donation-card) { max-width: 100%; }
}

/* Article cards are whole-card links on interior pages as well as the homepage. */
a.team-page-news__card,
a.social-news-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

a.team-page-news__card:hover,
a.team-page-news__card:focus-visible,
a.social-news-card:hover,
a.social-news-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 8px 14px 26px rgb(0 0 0 / .16);
}

@media (max-width: 390px) {
  .main-nav { padding-inline: 14px; }
  .brand { top: 13px; left: 14px; }
  .brand img { width: 67px; height: 80px; }
  .main-nav__donate { right: 58px; max-width: calc(100% - 145px); min-height: 46px; padding-inline: 14px; font-size: 12px; }
  .menu-button { right: 9px; width: 40px; }
  .menu-button span { width: 25px; }
}

/* Shared certification row shown before the footer on every page. */
.trust-section { padding: 62px 0; background: #fff; border-top: 1px solid #f3e7f0; }
.trust-section__inner { width: min(1400px, calc(100% - 48px)); margin: 0 auto; }
.trust-section h2 { margin: 0 0 30px; font-size: clamp(30px, 3vw, 42px); line-height: 1.15; text-align: center; text-transform: uppercase; }
.trust-section__track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; gap: clamp(18px, 2.8vw, 46px); }
.trust-section__mark { height: 196px; display: grid; place-items: center; margin: 0; }
.trust-section__mark img { width: 100%; max-width: 205px; height: 100%; max-height: 190px; object-fit: contain; }
.trust-section__mark:last-child img { max-width: 184px; max-height: 184px; }

@media (max-width: 680px) {
  .trust-section { padding: 46px 0; overflow: hidden; }
  .trust-section__inner { width: min(100% - 36px, 620px); }
  .trust-section h2 { margin-bottom: 23px; font-size: 29px; }
  .trust-section__track { display: flex; gap: 14px; margin: 0 -18px; padding: 2px 18px 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 18px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .trust-section__track::-webkit-scrollbar { display: none; }
  .trust-section__mark { flex: 0 0 min(68vw, 260px); width: min(68vw, 260px); height: 184px; padding: 4px; scroll-snap-align: start; background: #fff; border: 1px solid #f1e5ee; border-radius: 14px; box-shadow: 0 8px 20px rgb(30 15 27 / .06); }
  .trust-section__mark img { max-width: 100%; max-height: 166px; }
  .trust-section__mark:last-child img { max-width: 166px; max-height: 166px; }
}

@media (prefers-reduced-motion: reduce) {
  .trust-section__track { scroll-behavior: auto; }
}

/* Progressive Stories and Updates listings */
:is(.stories-main, .updates-main) { height: auto; min-height: 0; padding: 40px 0 72px; }
:is(.stories-layout, .updates-layout) { width: min(1200px, calc(100% - 48px)); height: auto; margin: 0 auto; }
:is(.stories-heading, .updates-heading) { width: 100%; height: auto; padding: 12px 0 26px; margin: 0; text-align: center; }
:is(.stories-heading, .updates-heading) h1 { width: auto; height: auto; margin: 0; }
:is(.stories-section, .updates-section) { width: 100%; height: auto; padding: 0; margin: 0; }
:is(.stories-grid, .updates-grid) { position: static; width: 100%; height: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
:is(.story-card, .updates-card), :is(.story-card, .updates-card)[class] { position: relative; inset: auto; width: auto; height: auto; min-height: 0; }
:is(.story-card, .updates-card)[hidden] { display: none !important; }
.story-card { display: flex; flex-direction: column; }
.story-card__image, .story-card .story-card__image img { width: 100% !important; height: 220px !important; object-fit: cover; }
.story-card__content { display: flex; flex: 1; flex-direction: column; padding: 20px 26px 28px; }
.story-card h2 { width: 100%; }
.story-card__read { margin-top: auto; align-self: flex-start; }
.updates-card { display: flex; flex-direction: column; min-height: 300px; }
.updates-card__image, .updates-card .updates-card__image img { width: 100% !important; height: 215px !important; object-fit: cover; }
.updates-card__content, .updates-card--plain .updates-card__content { display: flex; flex: 1; flex-direction: column; padding: 20px 26px 24px; }
.updates-card h2 { width: 100%; }
.updates-card__read { margin-top: auto; align-self: flex-start; }
.updates-card footer { position: static; width: 100%; height: auto; min-height: 48px; padding: 10px 26px; margin-top: auto; }
:is(.stories-load, .updates-load) { width: 100%; height: auto; padding: 0; margin: 36px 0 0; text-align: center; }
:is(.stories-load, .updates-load) button { min-width: 148px; min-height: 52px; padding: 0 26px; color: #fff; background: var(--pink); border: 1px solid var(--pink); border-radius: 28px; font: 700 14px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
:is(.stories-load, .updates-load) button:hover, :is(.stories-load, .updates-load) button:focus-visible { background: #cf1dc2; border-color: #cf1dc2; transform: translateY(-2px); }
:is(.stories-tail, .updates-tail) { display: none; }

@media (max-width: 820px) {
  :is(.stories-main, .updates-main) { padding: 0 0 46px; }
  :is(.stories-layout, .updates-layout) { width: min(100% - 36px, 620px); }
  :is(.stories-heading, .updates-heading) { padding: 40px 0 26px; }
  :is(.stories-grid, .updates-grid) { grid-template-columns: 1fr; gap: 18px; }
  .story-card__image, .story-card .story-card__image img { height: 210px !important; }
  .updates-card__image, .updates-card .updates-card__image img { height: 205px !important; }
  :is(.stories-load, .updates-load) { margin-top: 28px; }
}

/* Shared Meet Our Team carousel */
.team-carousel { position: relative; width: min(1200px, calc(100% - 36px)); height: auto; min-height: 0; display: block; padding: 10px 0 14px; margin: 28px auto 0; overflow: hidden; }
.directory-section .team-carousel { margin-top: 0; }
.donate-team.team-carousel { padding: 20px 0 54px; margin: 0 auto; }
.team-carousel__viewport { padding: 4px 4px 12px; overflow: hidden; }
.team-carousel__track { display: flex; align-items: stretch; gap: 24px; transition: transform .42s ease; will-change: transform; }
.team-carousel__card { flex: 0 0 calc((100% - 48px) / 3); display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #fff; border: 1px solid #f2e7ef; border-radius: 16px; box-shadow: 0 12px 28px rgb(28 17 26 / .12); }
.team-carousel__card img { width: 100%; aspect-ratio: .92; display: block; object-fit: cover; object-position: center top; background: #f8f4f7; }
.team-carousel__card h3 { min-height: 74px; display: grid; place-items: center; margin: 0; padding: 14px 18px; color: var(--black); font: 700 clamp(19px, 2vw, 24px)/1.2 var(--display); text-align: center; }
.team-carousel__controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 18px; }
.team-carousel__arrow { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; color: var(--pink); background: #fff; border: 1px solid #ecc6e7; border-radius: 50%; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.team-carousel__arrow:hover, .team-carousel__arrow:focus-visible { color: #fff; background: var(--pink); border-color: var(--pink); outline: none; transform: translateY(-2px); }
.team-carousel__arrow svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.25; }
.team-carousel__dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.team-carousel__dots button { width: 8px; height: 8px; display: block; padding: 0; background: #e9c9e6; border: 0; border-radius: 999px; cursor: pointer; transition: width .2s ease, background .2s ease; }
.team-carousel__dots button:hover, .team-carousel__dots button:focus-visible, .team-carousel__dots button.is-active { width: 26px; background: var(--pink); outline: none; }

@media (max-width: 960px) {
  .team-carousel__card { flex-basis: calc((100% - 24px) / 2); }
}

@media (max-width: 620px) {
  .team-carousel { width: min(420px, calc(100% - 36px)); padding-top: 4px; }
  .donate-team.team-carousel { padding-bottom: 44px; }
  .team-carousel__card { flex-basis: 100%; }
  .team-carousel__card img { aspect-ratio: .95; }
  .team-carousel__card h3 { min-height: 64px; font-size: 21px; }
  .team-carousel__controls { gap: 13px; margin-top: 16px; }
  .team-carousel__arrow { width: 38px; height: 38px; }
}

/* Smart sticky navigation: slide away during a downward scroll, then return. */
.site-header { position: sticky; z-index: 110; top: 0; transition: transform .26s ease, box-shadow .26s ease; will-change: transform; }
.site-header.is-scroll-hidden { pointer-events: none; transform: translateY(-100%); }
.site-header:not(.is-scroll-hidden) { box-shadow: 0 5px 18px rgb(26 17 25 / .08); }

@media (prefers-reduced-motion: reduce) {
  .site-header { transition: none; }
}

/* Final responsive foundation: fluid tablets and resilient phone layouts. */
@media (max-width: 1100px) {
  html { scroll-padding-top: 96px; }
  html, body { max-width: 100%; overflow-x: clip; }
  main, main * { min-width: 0; }
  main :is(h1, h2, h3, p, li, a) { overflow-wrap: anywhere; }
  main :is(img, video, iframe, svg) { max-width: 100%; }
  main[id="main"] { height: auto !important; min-height: 0 !important; }
  main :is([class$="-layout"], [class$="__inner"]) { max-width: 100%; }

  /* A compact navigation pattern prevents the full desktop menu from crowding tablets. */
  .topbar { display: none; }
  .main-nav { position: relative; min-height: 94px; display: block; padding: 8px 28px; }
  .brand { position: absolute; top: 8px; left: 28px; width: 70px; }
  .brand img { width: 70px; height: 78px; }
  .main-nav__donate { position: absolute; top: 50%; right: 84px; min-height: 46px; margin: 0; padding-inline: 20px; transform: translateY(-50%); }
  .menu-button { position: absolute; top: 50%; right: 25px; width: 46px; height: 46px; display: grid !important; place-content: center; padding: 4px; color: var(--black); transform: translateY(-50%); }
  .menu-button span { width: 26px; height: 2px; margin: 5px auto; }
  .main-nav__links { position: absolute; z-index: 90; top: 100%; right: 0; left: 0; display: none; grid-template-columns: 1fr; max-height: calc(100vh - 94px); padding: 0 28px 16px; overflow-y: auto; background: #fff; border-top: 1px solid #eee; box-shadow: 0 14px 22px rgb(0 0 0 / .09); }
  .main-nav__links.is-open { display: grid; }
  .main-nav__links > a, .main-nav__links > .nav-dropdown > .nav-dropdown__toggle { min-height: 55px; padding: 0 6px; color: var(--black); border-bottom: 1px solid #eee; font: 700 14px/55px var(--display); }
  .main-nav__links > .nav-dropdown { display: block; }
  .main-nav__links > .nav-dropdown > .nav-dropdown__toggle { display: flex; align-items: center; justify-content: space-between; line-height: 1.2; }
  .main-nav__links .nav-dropdown__menu { position: static; display: none; min-width: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .main-nav__links > .nav-dropdown.is-open .nav-dropdown__menu { display: block; }
  .main-nav__links .nav-dropdown__menu a { min-height: 43px; padding: 12px 16px 12px 22px; color: #616161; font: 700 13px/19px var(--display); white-space: normal; }
  .main-nav__links .nav-dropdown__menu a:hover, .main-nav__links .nav-dropdown__menu a.is-active { color: var(--pink); background: var(--pale-pink); }

  :is(.homes-intro, .community-intro, .daycare-intro, .education-intro, .education-school, .advocacy-hero, .advocacy-mission__inner, .advocacy-mission__panel, .volunteer-hero, .volunteer-programs, .volunteer-program-cards, .volunteer-experiences__inner, .volunteer-experiences__videos, .volunteer-skill__inner, .sponsor-hero, .sponsor-mission__inner, .sponsor-mission__panel, .sponsor-impact__inner, .legacy-hero, .legacy-mission__inner, .legacy-mission__panel, .legacy-impact__inner, .fundraise-hero, .fundraise-mission__inner, .fundraise-mission__panel, .social-intro__inner, .social-scope__inner, .contact-intro__inner, .corporate-intro, .financial-report__grid, .financial-archives__grid, .financial-gallery-header__grid) { width: min(100% - 48px, 1000px) !important; height: auto !important; min-height: 0 !important; }
  :is(.advocacy-hero, .advocacy-mission__panel, .volunteer-hero, .volunteer-skill__inner, .sponsor-hero, .sponsor-mission__panel, .legacy-hero, .legacy-mission__panel, .fundraise-hero, .fundraise-mission__panel, .social-intro__inner, .social-scope__inner, .contact-intro__inner, .donate-general__inner) { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: clamp(20px, 4vw, 38px) !important; }
  :is(.donation-grid, .advocacy-support__grid, .awards-grid, .supporters__grid, .contact-coordinators__grid, .corporate-partners__grid, .sponsor-impact__grid, .legacy-impact__grid, .donate-impact__grid) { width: min(100% - 48px, 1000px) !important; height: auto !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; grid-template-rows: none !important; gap: 20px !important; margin-inline: auto !important; }
  :is(.donation-card, .advocacy-support-card, .award-card, .support-card, .contact-office, .corporate-partners__grid > *, .sponsor-impact__grid > *, .legacy-impact__grid > *, .donate-impact__grid > *) { width: auto !important; height: auto !important; min-height: 0; margin: 0 !important; }
  :is(.gallery-page-heading, .gallery-stage__inner, .gallery-tiles, .gallery-filters, .contact-coordinators__heading, .corporate-heading, .financial-gallery__strip) { max-width: calc(100% - 48px); height: auto !important; }
  .gallery-filters { flex-wrap: wrap; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 106px; }
  .main-nav { min-height: 86px; padding-inline: 20px; }
  .brand { left: 20px; }
  .main-nav__donate { right: 72px; max-width: calc(100% - 164px); }
  .menu-button { right: 15px; }
  .main-nav__links { max-height: calc(100vh - 86px); padding-inline: 20px; }

  :is(.homes-intro, .community-intro, .daycare-intro, .education-intro, .education-school, .advocacy-hero, .advocacy-mission__inner, .advocacy-mission__panel, .volunteer-hero, .volunteer-programs, .volunteer-program-cards, .volunteer-experiences__inner, .volunteer-experiences__videos, .volunteer-skill__inner, .sponsor-hero, .sponsor-mission__inner, .sponsor-mission__panel, .sponsor-impact__inner, .legacy-hero, .legacy-mission__inner, .legacy-mission__panel, .legacy-impact__inner, .fundraise-hero, .fundraise-mission__inner, .fundraise-mission__panel, .social-intro__inner, .social-scope__inner, .contact-intro__inner, .donate-general__inner) { width: min(100% - 36px, 640px) !important; grid-template-columns: 1fr !important; gap: 24px !important; padding-inline: 0 !important; }
  :is(.advocacy-hero, .volunteer-hero, .sponsor-hero, .legacy-hero, .fundraise-hero, .social-intro__inner, .contact-intro__inner) > img { width: 100% !important; height: auto !important; }
  :is(.advocacy-mission__panel, .sponsor-mission__panel, .legacy-mission__panel, .fundraise-mission__panel) { padding: 26px !important; }
  :is(.advocacy-mission__panel img, .sponsor-mission__panel img, .legacy-mission__panel img, .fundraise-mission__panel img) { width: 100% !important; height: auto !important; }
  :is(.advocacy-support__grid, .donation-grid, .daycare-cards-grid, .volunteer-program-cards, .awards-grid, .supporters__grid, .contact-coordinators__grid, .corporate-partners__grid, .sponsor-impact__grid, .legacy-impact__grid, .donate-impact__grid) { width: min(100% - 36px, 640px) !important; }
  :is(.daycare-cards-grid, .volunteer-program-cards) { grid-template-columns: 1fr !important; height: auto !important; }

  /* All long-form enquiry forms switch from positioned desktop fields to a natural flow. */
  :is(.volunteer-contact, .fundraise-contact, .legacy-contact) { width: min(100% - 36px, 640px) !important; height: auto !important; padding: 42px 0 !important; margin: 0 auto !important; }
  :is(.volunteer-contact__form, .fundraise-contact__form, .legacy-contact__form) { position: static !important; width: 100% !important; height: auto !important; display: grid !important; gap: 16px; padding: 26px 20px !important; margin: 0 !important; }
  :is(.volunteer-contact__form, .fundraise-contact__form, .legacy-contact__form) > :is(h2, p, label, div, button, .form-status), :is(.volunteer-contact__names, .fundraise-contact__names, .legacy-contact__names) { position: static !important; top: auto !important; left: auto !important; width: 100% !important; height: auto !important; padding: 0 !important; margin: 0 !important; }
  :is(.volunteer-contact__names, .fundraise-contact__names, .legacy-contact__names) { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
  :is(.volunteer-contact__form, .fundraise-contact__form, .legacy-contact__form) label { display: grid; gap: 8px; }
  :is(.volunteer-contact__form, .fundraise-contact__form, .legacy-contact__form) :is(input, select, textarea) { width: 100% !important; min-height: 46px; }
  :is(.volunteer-contact__form, .fundraise-contact__form, .legacy-contact__form) textarea { min-height: 112px; }
  :is(.volunteer-contact__form, .fundraise-contact__form, .legacy-contact__form) button { position: static !important; justify-self: start; }
}

@media (max-width: 620px) {
  main :is(h1, h2) { line-height: 1.15; }
  main h1 { font-size: clamp(30px, 9vw, 42px) !important; }
  main h2 { font-size: clamp(26px, 7vw, 34px) !important; }
  main h3 { font-size: clamp(20px, 5.8vw, 26px) !important; }
  main p, main li { font-size: 15px !important; line-height: 1.65 !important; }
  :is(.donation-grid, .advocacy-support__grid, .awards-grid, .supporters__grid, .contact-coordinators__grid, .corporate-partners__grid, .sponsor-impact__grid, .legacy-impact__grid, .donate-impact__grid) { grid-template-columns: 1fr !important; gap: 14px !important; }
  :is(.volunteer-contact__names, .fundraise-contact__names, .legacy-contact__names) { grid-template-columns: 1fr !important; }
  :is(.gallery-filters, .programme-tabs, .fundraise-tabs, .sponsor-tabs, .legacy-tabs, .advocacy-tabs) { max-width: 100%; }
  :is(.gallery-filters, .programme-tabs, .fundraise-tabs, .sponsor-tabs, .legacy-tabs, .advocacy-tabs) button { max-width: 100%; white-space: normal; }
}

@media (max-width: 680px) {
  /* Preserve the approved compact mobile header proportions. */
  .main-nav { min-height: 106px; padding: 10px 19px; }
  .brand { top: 10px; left: 19px; width: 80px; }
  .brand img { width: 80px; height: 86px; }
  .main-nav__donate { right: 67px; min-height: 49px; padding-inline: 18px; }
  .menu-button { right: 13px; width: 45px; height: 49px; }
  .main-nav__links { max-height: calc(100vh - 106px); }
  .hero h1, .hero h2 { font-size: clamp(2.55rem, 12vw, 3.25rem) !important; }
}

/* Make the original page-specific desktop canvases fluid before the phone breakpoint.
   These pages were initially laid out with 1200–1400px fixed grids, which left the
   middle tablet range with cropped cards and copy. */
@media (max-width: 1100px) {
  main { height: auto !important; min-height: 0 !important; }
  main :is([class$="-layout"], [class*="__copy"], [class*="__content"], [class*="__visual"], [class*="__media"], [class*="__card"]) { max-width: 100%; }
  main :is([class$="-layout"], [class*="__card"], .homes-cards-row, .community-cards-row, .daycare-cards-row, .education-cards-row, .volunteer-programs, .volunteer-experiences, .volunteer-skill, .sponsor-impact, .legacy-impact, .donate-impact) { height: auto !important; min-height: 0 !important; }

  :is(.homes-cards-grid, .community-cards-grid, .education-cards-grid, .daycare-cards-grid, .volunteer-program-cards, .sponsor-purpose__cards, .legacy-purpose__cards) {
    width: min(100% - 48px, 1000px) !important;
    height: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  :is(.home-card, .community-card, .daycare-card, .education-card, .volunteer-program-cards article, .sponsor-purpose__cards article, .legacy-purpose__cards article) {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
  }
  :is(.home-card, .community-card, .daycare-card, .education-card) img { width: 100% !important; height: auto !important; aspect-ratio: 1.5 / 1; object-fit: cover; }
  :is(.home-card, .community-card, .daycare-card, .education-card) h3 { height: auto !important; min-height: 60px; padding: 12px 8px; line-height: 1.35; }
  :is(.volunteer-program-cards article, .sponsor-purpose__cards article, .legacy-purpose__cards article) { padding: 24px 20px !important; }
  .volunteer-program-cards p { width: auto !important; height: auto !important; margin: 12px 0 20px; }
  .volunteer-program-cards .pill { position: static; min-width: 0; margin: 0 auto; transform: none; }

  :is(.volunteer-hero, .sponsor-hero, .legacy-hero, .fundraise-hero, .advocacy-hero) :is(article, h1, p, .pill),
  :is(.volunteer-skill, .sponsor-mission, .legacy-mission, .fundraise-mission, .advocacy-mission) :is(h2, h3, p, [class*="__copy"], [class*="__panel"] > div) {
    width: auto !important;
    height: auto !important;
  }
  :is(.volunteer-hero, .sponsor-hero, .legacy-hero, .fundraise-hero, .advocacy-hero) > img,
  :is(.volunteer-hero, .sponsor-hero, .legacy-hero, .fundraise-hero, .advocacy-hero) [class*="__visual"] img,
  :is(.volunteer-skill, .sponsor-mission, .legacy-mission, .fundraise-mission, .advocacy-mission) [class*="__panel"] > img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: cover;
  }

  :is(.advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .fundraise-gallery, .social-gallery, .financial-gallery) { height: auto !important; min-height: 0 !important; padding: 42px 0 !important; }
  :is(.advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .fundraise-gallery, .social-gallery, .financial-gallery) header {
    width: min(100% - 48px, 1000px) !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
  :is(.advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .fundraise-gallery__strip, .social-gallery__strip, .financial-gallery__strip) {
    position: static !important;
    width: min(100% - 48px, 1000px) !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 24px auto 0 !important;
    overflow: visible !important;
  }
  :is(.advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .fundraise-gallery__strip, .social-gallery__strip, .financial-gallery__strip) img,
  :is(.advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .fundraise-gallery__strip, .social-gallery__strip, .financial-gallery__strip) img:nth-child(n) {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.35 / 1;
    margin: 0 !important;
    object-fit: cover;
  }
  :is(.advocacy-gallery__dots, .volunteer-gallery__dots, .sponsor-gallery__dots, .legacy-gallery__dots, .fundraise-gallery__dots, .social-gallery__dots, .financial-gallery__dots) { position: static !important; margin-top: 18px !important; transform: none !important; }
}

@media (max-width: 680px) {
  /* Typography and key homepage blocks should wrap before reaching an edge. */
  .hero__content { width: min(100% - 36px, 390px); }
  .hero h1, .hero h2 { max-width: 100%; font-size: clamp(2rem, 9vw, 2.6rem) !important; line-height: 1.12; }
  .hero h1 br, .hero h2 br { display: block; }
  .impact { padding: 0; }
  .impact__item { min-width: 0; padding: 8px; }
  .impact__item b { font-size: clamp(25px, 8vw, 31px); }
  .impact__item span { max-width: 72px; font-size: 10px; text-align: center; }
  .four-tier__copy h2 { max-width: 100%; padding-inline: 4px; }

  :is(.homes-cards-grid, .community-cards-grid, .education-cards-grid, .daycare-cards-grid, .volunteer-program-cards, .sponsor-purpose__cards, .legacy-purpose__cards) {
    width: min(100% - 36px, 620px) !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  :is(.advocacy-gallery, .volunteer-gallery, .sponsor-gallery, .legacy-gallery, .fundraise-gallery, .social-gallery, .financial-gallery) header {
    width: min(100% - 36px, 620px) !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  :is(.advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .fundraise-gallery__strip, .social-gallery__strip, .financial-gallery__strip) {
    width: auto !important;
    display: flex !important;
    gap: 14px !important;
    padding: 2px 18px 14px !important;
    margin: 20px -18px 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  :is(.advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .fundraise-gallery__strip, .social-gallery__strip, .financial-gallery__strip) img,
  :is(.advocacy-gallery__strip, .volunteer-gallery__strip, .sponsor-gallery__strip, .legacy-gallery__strip, .fundraise-gallery__strip, .social-gallery__strip, .financial-gallery__strip) img:nth-child(n) {
    flex: 0 0 min(78vw, 340px);
    width: min(78vw, 340px) !important;
    scroll-snap-align: start;
  }
}
