:root {
  --navy: #112c3a;
  --navy-deep: #0c222d;
  --teal: #2e8179;
  --teal-dark: #1f665f;
  --coral: #f17f63;
  --sand: #f2e8d5;
  --cream: #fbf8f1;
  --ink: #18333d;
  --muted: #66747a;
  --line: rgba(24, 51, 61, 0.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.topline { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 34px; padding: 7px 20px; background: var(--coral); color: #fffaf3; font-size: 12px; letter-spacing: .03em; }
.topline a { margin-left: 15px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.topline-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff4dc; }
.site-header { position: absolute; z-index: 5; top: 34px; left: 0; right: 0; color: #fff; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 84px; border-bottom: 1px solid rgba(255,255,255,.26); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 28px; height: 28px; }
.brand-copy { display: flex; flex-direction: column; gap: 0; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .2em; opacity: .78; }
.nav-links { display: flex; align-items: center; gap: 33px; margin-left: auto; margin-right: 42px; font-size: 13px; }
.nav-links a, .mobile-nav a { opacity: .86; transition: opacity .2s ease; }
.nav-links a:hover, .mobile-nav a:hover { opacity: 1; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; padding: 14px 22px; font-size: 14px; font-weight: 700; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 17px; font-size: 12px; }
.button-teal { background: var(--teal); color: white; }
.button-teal:hover { background: var(--teal-dark); }
.button-coral { background: var(--coral); color: white; }
.button-coral:hover { background: #df694f; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; padding: 9px 0 9px 9px; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; }
.mobile-nav { padding: 0 0 19px; flex-direction: column; gap: 17px; border-bottom: 1px solid rgba(255,255,255,.26); }
.mobile-nav[hidden] { display: none; }

.hero { position: relative; min-height: 790px; background: var(--navy); color: white; overflow: hidden; }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url("https://images.squarespace-cdn.com/content/v1/62992f76f9492a01ccec8208/436c9cb6-6a03-400a-afe7-5f8c0e12df0d/join-hero.jpeg") center 42% / cover no-repeat; filter: saturate(.82); transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(8, 32, 43, .91) 0%, rgba(12, 36, 46, .74) 42%, rgba(12, 36, 46, .25) 100%), linear-gradient(0deg, rgba(8, 25, 32, .47), transparent 50%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: center; gap: 80px; padding-top: 143px; min-height: 700px; }
.hero-copy { max-width: 680px; padding-bottom: 42px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--teal-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 25px; height: 1px; background: currentColor; }
.eyebrow-light { color: #b5d8d0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; line-height: 1.05; }
h1 { max-width: 730px; margin-bottom: 27px; font-size: clamp(3.8rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.8rem, 4.3vw, 4.3rem); }
h1 em, h2 em, .give-aside em { color: var(--coral); font-style: italic; }
.hero-lede { max-width: 525px; margin-bottom: 36px; color: rgba(255,255,255,.85); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-link span { font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link-light { color: #fff; border-bottom-color: rgba(255,255,255,.55); }
.hero-note { align-self: center; margin-top: 86px; padding: 25px 27px 29px; border: 1px solid rgba(255,255,255,.32); background: rgba(14, 46, 58, .39); backdrop-filter: blur(7px); }
.note-icon { color: var(--coral); font-size: 23px; }
.note-kicker { margin: 9px 0 21px; color: #b5d8d0; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.note-quote { margin-bottom: 24px; font-family: var(--serif); font-size: 22px; line-height: 1.25; letter-spacing: -.03em; }
.note-rule { height: 1px; margin-bottom: 17px; background: rgba(255,255,255,.3); }
.note-meta { margin: 0; color: white; font-size: 11px; line-height: 1.65; }
.note-meta span { color: rgba(255,255,255,.6); }
.hero-scroll { position: absolute; z-index: 1; bottom: 27px; left: 50%; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-line { width: 45px; height: 1px; background: rgba(255,255,255,.55); }

.section-pad { padding: 125px 0; }
.intro { background: var(--cream); }
.intro-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.intro h2, .contact h2 { margin-bottom: 0; }
.intro-copy { max-width: 465px; padding-top: 16px; }
.lead { color: var(--ink); font-family: var(--serif); font-size: 22px; line-height: 1.35; letter-spacing: -.03em; }
.intro-copy > p:not(.lead), .contact-copy > p:not(.lead) { color: var(--muted); font-size: 16px; }
.intro-copy .text-link { margin-top: 18px; color: var(--teal-dark); }
.region-note { display: flex; align-items: flex-start; gap: 13px; max-width: 405px; margin-top: 35px; padding: 16px 18px; border-left: 2px solid var(--coral); background: rgba(230, 212, 181, .38); }
.region-note-mark { color: var(--coral); font-size: 18px; line-height: 1.2; }
.region-note p { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 17px; line-height: 1.25; letter-spacing: -.02em; }
.region-note p span { color: var(--muted); font-family: var(--sans); font-size: 12px; letter-spacing: 0; }

.numbers { background: var(--sand); color: white; }
.numbers-shell { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding: 66px; background: var(--navy); }
.numbers-heading { max-width: 420px; }
.numbers-heading h2 { margin-bottom: 22px; }
.numbers-heading > p:not(.eyebrow):not(.placeholder-note) { max-width: 350px; margin-bottom: 22px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }
.placeholder-note { margin: 0; color: rgba(255,255,255,.42); font-size: 12px; line-height: 1.45; }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.metric { min-height: 180px; padding: 21px 18px 0 0; border-top: 1px solid rgba(255,255,255,.34); }
.metric strong { display: block; margin-bottom: 22px; font-family: var(--serif); font-size: clamp(3.3rem, 5vw, 5.2rem); font-weight: 600; line-height: .95; letter-spacing: -.06em; }
.metric strong span { color: var(--coral); }
.metric-label { display: block; max-width: 120px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.35; }

.focus { background: var(--sand); }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-intro { max-width: 335px; margin: 0 0 8px; color: #617071; font-size: 16px; line-height: 1.6; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.focus-card { position: relative; display: flex; min-height: 400px; flex-direction: column; padding: 30px 31px 28px; overflow: hidden; }
.focus-card-dark { background: var(--navy); color: white; }
.focus-card-sand { background: #e6d4b5; color: var(--ink); }
.focus-card-coral { background: var(--coral); color: white; }
.focus-card.has-photo { padding: 0; }
.focus-card-photo { min-height: 145px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.card-photo-families { background-image: linear-gradient(180deg, rgba(17,44,58,.04), rgba(17,44,58,.12)), url("https://www.dandc.eu/sites/default/files/article_images/mo-sb-soziale_sicherung-web.jpg"); }
.card-photo-learning { background-image: linear-gradient(180deg, rgba(17,44,58,.02), rgba(17,44,58,.1)), url("https://www.unicef.org/tanzania/sites/unicef.org.tanzania/files/styles/open_graph_image/public/UNICEF%20Tanzania%202018%2002-0776.JPG.jpeg?itok=uDi6mq0M"); }
.focus-card-body { position: relative; display: flex; min-height: 255px; flex: 1; flex-direction: column; padding: 24px 31px 28px; }
.has-photo .card-icon { margin-bottom: 22px; }
.has-photo .card-number { top: 24px; right: 29px; }
.focus-card-water { padding: 0; background: var(--navy); color: white; }
.water-card-photo { min-height: 145px; background: linear-gradient(180deg, rgba(17,44,58,.02), rgba(17,44,58,.15)), url("https://www.worldbank.org/content/dam/photos/780x439/2018/mar-3/tz-sustainable-development-goals-era-is-new-opportunity-for-tanzania-to-push-wash-agenda-forward-780x439.jpg") center / cover no-repeat; }
.water-card-body { position: relative; display: flex; min-height: 255px; flex: 1; flex-direction: column; padding: 24px 31px 28px; }
.focus-card-water .card-icon { margin-bottom: 22px; color: #b7ddd5; }
.focus-card-water .card-number { top: 24px; right: 29px; }
.focus-card-water p { color: rgba(255,255,255,.72); }
.card-number { position: absolute; top: 27px; right: 29px; font-size: 11px; font-weight: 700; opacity: .58; letter-spacing: .1em; }
.card-icon { width: 54px; height: 54px; margin-bottom: 59px; color: var(--coral); }
.focus-card-sand .card-icon { color: var(--teal-dark); }
.focus-card-coral .card-icon { color: #fff3df; }
.card-icon svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.focus-card h3 { max-width: 220px; margin-bottom: 12px; font-family: var(--serif); font-size: 27px; font-weight: 600; letter-spacing: -.04em; line-height: 1.1; }
.focus-card p { max-width: 270px; margin-bottom: 24px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }
.focus-card-sand p { color: #52636a; }
.focus-card-coral p { color: rgba(255,255,255,.82); }
.card-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; font-size: 13px; font-weight: 700; }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 106px; }
.story-visual { position: relative; min-height: 515px; }
.story-photo { position: absolute; inset: 0 38px 0 0; background: url("https://images.unsplash.com/photo-1583911201153-aa17989fb7f4?auto=format&fit=crop&fm=jpg&q=82&w=1600") center / cover no-repeat; }
.story-visual::after { position: absolute; right: 0; bottom: 30px; width: 107px; height: 160px; background: var(--teal); content: ""; z-index: 0; }
.story-photo { z-index: 1; }
.story-stamp { position: absolute; z-index: 2; right: 13px; bottom: 61px; display: flex; width: 130px; height: 130px; flex-direction: column; justify-content: center; padding: 17px; border-radius: 50%; background: var(--coral); color: white; transform: rotate(-10deg); }
.story-stamp span { margin-bottom: 4px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.story-stamp strong { font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
.story-copy { max-width: 440px; }
.story-copy h2 { margin-bottom: 25px; }
.story-copy .lead { margin-bottom: 21px; }
.story-copy > p:not(.lead) { color: var(--muted); font-size: 16px; }
.signature { display: flex; align-items: center; gap: 15px; margin-top: 30px; color: var(--muted); font-family: var(--serif); font-size: 14px; line-height: 1.35; }
.signature strong { color: var(--ink); font-size: 15px; }
.signature-line { display: inline-block; width: 42px; height: 1px; background: var(--coral); }

.approach { background: #dcebe7; }
.approach-head { margin-bottom: 73px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.step { position: relative; padding-right: 27px; }
.step-line { position: absolute; top: 24px; right: -18px; width: 35px; height: 1px; background: rgba(24,51,61,.28); }
.step:last-child .step-line { display: none; }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 59px; color: var(--teal-dark); }
.step-index { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.step-symbol { font-size: 28px; line-height: 1; }
.step h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 27px; font-weight: 600; letter-spacing: -.04em; }
.step p { max-width: 285px; margin-bottom: 0; color: #5f7374; font-size: 15px; line-height: 1.65; }

.give { background: var(--cream); }
.give-card { display: grid; grid-template-columns: 1.13fr .87fr; min-height: 490px; background: var(--navy); color: white; }
.give-copy { padding: 63px 68px; }
.give-copy h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 4.2vw, 4.3rem); }
.give-copy > p:not(.eyebrow) { max-width: 445px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 16px; }
.give-aside { display: flex; flex-direction: column; justify-content: center; padding: 52px; background: var(--teal); }
.give-mark { margin-bottom: 34px; color: #b8ded8; font-size: 27px; }
.give-aside-title { margin-bottom: 33px; font-family: var(--serif); font-size: 34px; line-height: 1.08; letter-spacing: -.05em; }
.give-divider { width: 100%; height: 1px; margin-bottom: 23px; background: rgba(255,255,255,.38); }
.give-aside-note { max-width: 255px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.6; }

.contact { background: var(--sand); }
.contact-copy { max-width: 500px; padding-top: 14px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; margin-top: 34px; padding: 25px; border: 1px solid rgba(24,51,61,.18); background: rgba(255,255,255,.32); }
.contact-label { display: block; margin-bottom: 7px; color: var(--teal-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-card strong { display: block; font-family: var(--serif); font-size: 20px; line-height: 1.15; letter-spacing: -.03em; }
.contact-email { display: block; color: var(--teal-dark); font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.15; letter-spacing: -.03em; text-decoration: underline; text-decoration-color: rgba(46,129,121,.4); text-underline-offset: 4px; }
.contact-card .button { grid-column: 1 / -1; justify-self: start; margin-top: 5px; }
.small-note { margin: 13px 0 0; color: #8b7c68; font-size: 12px; line-height: 1.45; }

.footer { padding: 54px 0 22px; background: var(--navy-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1.5fr; align-items: start; gap: 50px; padding-bottom: 56px; }
.brand-footer { align-self: start; }
.footer-grid > p { margin: 0; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.55; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; color: rgba(255,255,255,.74); font-size: 13px; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.4); font-size: 11px; }

@media (max-width: 900px) {
  .shell { width: min(100% - 46px, 680px); }
  .nav-links, .nav > .button { display: none; }
  .menu-toggle { display: block; }
  .nav { height: 72px; }
  .hero { min-height: 770px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; padding-top: 150px; }
  .hero-copy { padding-bottom: 20px; }
  .hero-note { display: none; }
  .hero-scroll { width: calc(100% - 46px); justify-content: flex-start; }
  .intro-grid, .contact-grid, .story-grid, .give-card { grid-template-columns: 1fr; gap: 50px; }
  .intro-copy, .contact-copy, .story-copy { max-width: none; }
  .numbers-shell { grid-template-columns: 1fr; gap: 55px; }
  .numbers-shell { padding: 48px 45px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 25px; }
  .section-intro { max-width: 520px; margin: 0; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 330px; }
  .card-icon { margin-bottom: 40px; }
  .story-visual { min-height: 470px; }
  .steps-grid { gap: 58px; }
  .step-line { right: auto; top: auto; bottom: -30px; left: 0; width: 100%; }
  .step:last-child .step-line { display: none; }
  .give-copy { padding: 54px 45px; }
  .give-aside { min-height: 285px; padding: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { grid-column: 2; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 36px); }
  .topline { justify-content: space-between; gap: 6px; padding: 7px 12px; font-size: 10px; }
  .topline a { margin-left: 6px; }
  .topline-dot { display: none; }
  .hero { min-height: 735px; }
  .hero-grid { padding-top: 125px; min-height: 650px; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.1rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-pad { padding: 86px 0; }
  .intro-grid, .contact-grid { gap: 35px; }
  .numbers-shell { gap: 42px; padding: 38px 24px; }
  .metrics-grid { gap: 12px; }
  .metric { min-height: 145px; padding-right: 8px; }
  .metric strong { font-size: clamp(2.5rem, 13vw, 4rem); }
  .lead { font-size: 20px; }
  .story-visual { min-height: 350px; }
  .story-photo { right: 22px; }
  .story-stamp { right: 0; bottom: 29px; width: 106px; height: 106px; padding: 15px; }
  .story-stamp strong { font-size: 15px; }
  .give-copy { padding: 45px 29px; }
  .give-aside { padding: 40px 29px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card .button { grid-column: auto; justify-self: stretch; }
  .footer { padding-top: 43px; }
  .footer-grid { display: flex; flex-direction: column; gap: 25px; padding-bottom: 35px; }
  .footer-links { flex-wrap: wrap; gap: 15px 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}
