/* ============================================================
   The Green Dialogue Africa — shared site styles
   Design system per GDA Brand Guide v1.0
   Forest #0B5E3C · Gold #F4C430 · Playfair Display + Montserrat
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;0,900;1,600&display=swap");

:root {
  --forest: #0b5e3c;
  --forest-deep: #063820;
  --mid-green: #2e7d32;
  --gold: #f4c430;
  --navy: #0d1b2a;
  --off-white: #f5f7f6;
  --paper: #fbfcfb;
  --ink: #10231b;
  --muted: #5b6a62;
  --line: rgba(11, 94, 60, 0.14);
  --csff: #1a4a1a;
  --vslp: #0d4f6c;
  --rdif: #5c3d11;
  --gds: #2a1a00;
  --sfm: #0e6b7a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .18s ease, transform .22s ease, box-shadow .22s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease, gap .18s ease; }
h1, h2, h3, h4, blockquote { margin-top: 0; font-family: "Playfair Display", Georgia, serif; line-height: 1.06; letter-spacing: -0.01em; }
p { margin-top: 0; line-height: 1.7; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; }

/* ===== Kicker / overline ===== */
.kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--mid-green); }
.kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.kicker.center { justify-content: center; }
.kicker.on-dark { color: var(--gold); }
.kicker.on-dark::before { background: var(--gold); }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 30px; border-radius: 999px; font-weight: 800; font-size: 14px; border: 1.5px solid transparent; cursor: pointer; font-family: inherit; }
.btn.primary { background: var(--forest); color: #fff; box-shadow: 0 16px 30px rgba(6,56,32,.18); }
.btn.primary:hover { background: var(--forest-deep); transform: translateY(-2px); box-shadow: 0 22px 40px rgba(6,56,32,.26); }
.btn.gold { background: var(--gold); color: var(--forest-deep); box-shadow: 0 16px 30px rgba(244,196,48,.28); }
.btn.gold:hover { transform: translateY(-2px); box-shadow: 0 22px 40px rgba(244,196,48,.36); }
.btn.ghost { background: transparent; color: var(--forest); border-color: rgba(11,94,60,.35); }
.btn.ghost:hover { background: rgba(11,94,60,.06); transform: translateY(-2px); }
.btn.ghost-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.6); }
.btn.ghost-light:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-weight: 800; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.text-link:hover { gap: 14px; color: var(--mid-green); }
.text-link svg { width: 16px; height: 16px; }

/* ===== Header ===== */
.site-header { position: fixed; inset: 0 0 auto; z-index: 40; display: flex; align-items: center; justify-content: flex-start; gap: 22px; padding: 11px clamp(16px, 3.5vw, 48px); background: rgba(251,252,251,.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 34px; height: 34px; object-fit: contain; border-radius: 50%; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.brand b { font-family: "Playfair Display", serif; font-size: clamp(14px, 1.15vw, 16.5px); font-weight: 900; color: var(--forest-deep); line-height: 1; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 22px); font-size: 13px; font-weight: 600; color: var(--ink); margin-left: auto; }
.nav a { position: relative; }
.nav a:hover, .nav a.active { color: var(--forest); }
.nav a.active { font-weight: 700; }
.nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2.5px; border-radius: 3px; background: var(--gold); }
.header-cta { display: inline-flex; align-items: center; gap: 12px; }
.header-cta .btn { min-height: 40px; padding: 0 18px; font-size: 13px; }
/* Mobile menu toggle (hidden checkbox + hamburger label) */
.nav-toggle { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.nav-burger { display: none; }

/* ===== Section shell ===== */
section { padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 56px); }
.section-head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { font-size: clamp(32px, 4.4vw, 60px); font-weight: 900; color: var(--forest-deep); margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: clamp(16px, 1.3vw, 18px); }

/* ============================================================
   HOMEPAGE — hero
   ============================================================ */
.hero { position: relative; overflow: hidden; padding: clamp(140px, 17vw, 190px) clamp(18px, 5vw, 56px) clamp(70px, 8vw, 110px); background: linear-gradient(180deg, #fdfefd 0%, var(--off-white) 100%); }
.dot { position: absolute; border-radius: 50%; z-index: 1; }
.dot.gold { background: var(--gold); }
.dot.green { background: var(--mid-green); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.hero h1 { font-size: clamp(42px, 6.4vw, 88px); font-weight: 900; color: var(--forest-deep); margin-bottom: 24px; max-width: 12ch; }
.hero h1 .accent { color: var(--gold); -webkit-text-stroke: 0.5px rgba(11,94,60,.15); }
.hero-copy { max-width: 46ch; font-size: clamp(16px, 1.4vw, 19px); color: var(--muted); margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-meta div { line-height: 1.15; }
.hero-meta b { font-family: "Playfair Display", serif; font-size: 30px; font-weight: 900; color: var(--forest); display: block; }
.hero-meta span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.cluster { position: relative; height: clamp(380px, 42vw, 560px); }
.cluster-map { position: absolute; inset: -4% -2%; width: 104%; height: 108%; object-fit: contain; opacity: .16; z-index: 0; pointer-events: none; }
.cluster figure { position: absolute; margin: 0; border-radius: 50%; overflow: hidden; border: 5px solid #fff; box-shadow: 0 20px 46px rgba(13,27,42,.18); background: var(--forest-deep); }
.cluster figure img { width: 100%; height: 100%; object-fit: cover; }
.cl1 { width: 55%; aspect-ratio: 1; top: 0; right: 4%; z-index: 3; }
.cl2 { width: 40%; aspect-ratio: 1; top: 34%; left: 0; z-index: 4; }
.cl3 { width: 34%; aspect-ratio: 1; bottom: 2%; right: 16%; z-index: 5; }
.cl4 { width: 26%; aspect-ratio: 1; bottom: 20%; left: 30%; z-index: 2; }
.cluster .badge { position: absolute; z-index: 6; bottom: 6%; right: 0; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: var(--forest); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 14px 30px rgba(6,56,32,.28); }
.cluster .badge b { color: var(--gold); }

/* ===== Programs (icon cards) ===== */
.programs { background: var(--off-white); }
.prog-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.prog-card { display: flex; flex-direction: column; gap: 10px; padding: 24px 18px 22px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(13,27,42,.06); }
.prog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(6,56,32,.12); border-color: rgba(11,94,60,.25); }
.icon-badge { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: 0 10px 24px rgba(13,27,42,.14); }
.icon-badge svg { width: 24px; height: 24px; }
.icon-badge.csff { background: var(--csff); }
.icon-badge.vslp { background: var(--vslp); }
.icon-badge.rdif { background: var(--rdif); }
.icon-badge.gds  { background: var(--forest); }
.icon-badge.sfm  { background: var(--sfm); }
.prog-card .abbr { font-size: 9.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); background: var(--forest-deep); align-self: flex-start; padding: 3px 8px; border-radius: 5px; }
.prog-card h3 { font-size: 17px; line-height: 1.15; font-weight: 700; color: var(--forest-deep); margin: 0; }
.prog-card .tagline { font-family: "Playfair Display", serif; font-style: italic; font-size: 12.5px; color: var(--mid-green); margin: 0; }
.prog-card p { font-size: 12.5px; line-height: 1.5; color: #47554e; margin: 0; flex: 1; }
.prog-card .text-link { font-size: 11px; letter-spacing: .02em; }

/* ===== Story split (overlapping photos) ===== */
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.story-photos { position: relative; height: clamp(400px, 44vw, 560px); }
.story-photos figure { position: absolute; margin: 0; overflow: hidden; border: 6px solid #fff; box-shadow: 0 22px 50px rgba(13,27,42,.16); background: var(--forest-deep); }
.story-photos img { width: 100%; height: 100%; object-fit: cover; }
.sp1 { width: 66%; aspect-ratio: 4/5; border-radius: 140px 140px 24px 24px; top: 0; left: 0; z-index: 2; }
.sp2 { width: 46%; aspect-ratio: 1; border-radius: 50%; bottom: 4%; right: 2%; z-index: 3; }
.sp3 { width: 30%; aspect-ratio: 1; border-radius: 50%; top: 8%; right: 8%; z-index: 4; }
.story-photos .stat-chip { position: absolute; z-index: 5; left: 4%; bottom: 8%; background: var(--gold); color: var(--forest-deep); border-radius: 16px; padding: 14px 20px; box-shadow: 0 18px 40px rgba(244,196,48,.34); }
.story-photos .stat-chip b { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 900; display: block; line-height: 1; }
.story-photos .stat-chip span { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.story-text h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 900; color: var(--forest-deep); margin-bottom: 22px; }
.story-text p { color: var(--muted); margin-bottom: 18px; }
.story-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ===== Video feature ===== */
.watch { background: var(--forest-deep); color: #fff; }
.watch-panel { position: relative; overflow: hidden; border-radius: 30px; min-height: clamp(320px, 42vw, 480px); display: grid; place-items: center; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.watch-panel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.watch-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,56,32,.28), rgba(6,56,32,.72)); }
.watch-inner { position: relative; z-index: 2; text-align: center; padding: 34px; }
.play { width: 92px; height: 92px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--forest); display: grid; place-items: center; margin: 0 auto 22px; font-size: 30px; box-shadow: 0 16px 40px rgba(0,0,0,.3); }
.watch-inner h2 { color: #fff; font-size: clamp(26px, 3.4vw, 44px); margin-bottom: 10px; }
.watch-inner p { color: rgba(255,255,255,.82); max-width: 52ch; margin: 0 auto; }

/* ===== Impact / campaign cards ===== */
.impact { background: radial-gradient(rgba(11,94,60,.06) 1.2px, transparent 1.2px) 0 0 / 24px 24px, var(--off-white); }
.impact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.impact-card { overflow: hidden; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(13,27,42,.07); display: flex; flex-direction: column; }
.impact-card:hover { transform: translateY(-4px); box-shadow: 0 26px 56px rgba(6,56,32,.13); }
.impact-media { position: relative; aspect-ratio: 3/2; overflow: hidden; }
.impact-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.impact-card:hover .impact-media img { transform: scale(1.05); }
.impact-media .tag { position: absolute; top: 14px; left: 14px; padding: 7px 13px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--forest-deep); font-size: 10.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.impact-body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.impact-body .loc { color: var(--rdif); font-size: 11.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.impact-body h3 { font-size: 24px; font-weight: 700; color: var(--forest-deep); margin: 0; }
.impact-body p { font-size: 14px; color: #47554e; margin: 0; flex: 1; }
.meter { margin-top: 6px; }
.meter-top { display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.meter-track { height: 8px; border-radius: 999px; background: rgba(11,94,60,.1); overflow: hidden; }
.meter-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--forest), var(--mid-green)); }

/* ===== Founder / quote band ===== */
.founder { background: var(--forest); color: #fff; }
.founder-grid { display: grid; grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.founder-photo { border-radius: 28px; overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 30px 70px rgba(0,0,0,.3); border: 5px solid rgba(255,255,255,.12); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder blockquote { font-family: "Playfair Display", serif; font-style: italic; font-weight: 600; font-size: clamp(22px, 2.7vw, 34px); color: #fff; margin: 0 0 24px; line-height: 1.3; }
.founder .who b { font-size: 18px; display: block; }
.founder .who span { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* ===== Get involved ===== */
.involved { background: var(--paper); }
.involve-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.involve-card { display: flex; flex-direction: column; gap: 16px; padding: clamp(30px, 3.4vw, 46px); border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(13,27,42,.06); min-height: 300px; }
.involve-card:hover { transform: translateY(-4px); box-shadow: 0 26px 56px rgba(6,56,32,.12); }
.involve-card.featured { background: linear-gradient(150deg, var(--forest-deep), #12502e); color: #fff; border-color: transparent; }
.involve-card.featured h3 { color: #fff; }
.involve-card.featured p { color: rgba(255,255,255,.8); }
.involve-card.featured .text-link { color: var(--gold); }
.involve-icon { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; background: rgba(11,94,60,.09); color: var(--forest); }
.featured .involve-icon { background: rgba(244,196,48,.14); color: var(--gold); }
.involve-icon svg { width: 28px; height: 28px; }
.involve-card h3 { font-size: 26px; font-weight: 700; color: var(--forest-deep); margin: 0; }
.involve-card p { color: #47554e; margin: 0; flex: 1; }

/* ===== Closing CTA ===== */
.cta { background: var(--paper); }
.cta-panel { position: relative; overflow: hidden; border-radius: 32px; min-height: 440px; display: grid; place-items: center; text-align: center; box-shadow: 0 30px 80px rgba(13,27,42,.18); }
.cta-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(6,56,32,.72), rgba(11,94,60,.82)); }
.cta-inner { position: relative; z-index: 2; padding: 44px; color: #fff; }
.cta-inner h2 { color: #fff; font-size: clamp(28px, 4vw, 52px); max-width: 20ch; margin: 0 auto 26px; }

/* ===== Footer ===== */
.footer { background: var(--forest-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .5fr) minmax(200px, .4fr); gap: clamp(36px, 5vw, 80px); padding: clamp(64px, 8vw, 100px) clamp(18px, 5vw, 56px) 40px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand img { width: 56px; height: 56px; border-radius: 50%; background: #fff; object-fit: contain; }
.footer-brand b { font-family: "Playfair Display", serif; font-size: 26px; font-weight: 900; }
.footer-tag { color: var(--gold); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 13px; margin-bottom: 16px; }
.footer p { color: rgba(255,255,255,.72); max-width: 44ch; font-size: 15px; }
.footer h4 { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin: 0 0 16px; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { color: rgba(255,255,255,.82); font-size: 15px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 22px clamp(18px, 5vw, 56px) 40px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.socials { display: flex; gap: 12px; }
.socials a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; }
.socials a:hover { background: var(--gold); color: var(--forest-deep); border-color: var(--gold); }
.socials svg { width: 18px; height: 18px; }

/* ============================================================
   INNER PAGES — shared components
   ============================================================ */
/* Page hero (compact, light, Ghana-map watermark) */
.page-hero { position: relative; overflow: hidden; padding: clamp(102px, 12vw, 124px) clamp(18px, 5vw, 56px) clamp(22px, 3vw, 34px); background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero .ghana { position: absolute; top: 50%; right: -3%; transform: translateY(-50%); width: min(460px, 42vw); opacity: .07; pointer-events: none; z-index: 0; }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero .back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.page-hero .back:hover { color: var(--forest); gap: 12px; }
.page-hero .kicker { margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(30px, 4vw, 48px); font-weight: 900; color: var(--forest-deep); max-width: 22ch; margin-bottom: 12px; }
.page-hero .lead { max-width: 66ch; font-size: clamp(15px, 1.2vw, 17px); color: var(--muted); }
.page-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* Generic content split */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.split.text-first { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.prose h2 { font-size: clamp(28px, 3.6vw, 48px); font-weight: 900; color: var(--forest-deep); margin-bottom: 20px; }
.prose h3 { font-size: clamp(22px, 2.4vw, 30px); color: var(--forest-deep); margin-bottom: 14px; }
.prose p { color: var(--muted); margin-bottom: 16px; font-size: clamp(15px, 1.2vw, 17px); }
.prose .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.media-frame { border-radius: 28px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 24px 56px rgba(13,27,42,.14); background: var(--forest-deep); aspect-ratio: 4/3; }
.media-frame.tall { aspect-ratio: 4/5; }
.media-frame img, .media-frame video { width: 100%; height: 100%; object-fit: cover; }
.media-round { border-radius: 30px 30px 120px 30px; }

/* Generic cards grid (3 / 4 up) */
.cards { display: grid; gap: 24px; }
.cards.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards.c4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards.c2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { display: flex; flex-direction: column; gap: 14px; padding: 32px 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(13,27,42,.06); min-width: 0; overflow-wrap: break-word; }
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(6,56,32,.12); border-color: rgba(11,94,60,.22); }
.card h3 { font-size: 22px; font-weight: 700; color: var(--forest-deep); margin: 0; }
.card p { font-size: 14.5px; color: #47554e; margin: 0; flex: 1; }
.card .chip { align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); background: var(--forest-deep); padding: 4px 10px; border-radius: 6px; }
.card.dark { background: linear-gradient(150deg, var(--forest-deep), #12502e); color: #fff; border-color: transparent; }
.card.dark h3 { color: #fff; }
.card.dark p { color: rgba(255,255,255,.8); }
.card.dark .text-link { color: var(--gold); }

/* Round icon container (brand: filled circular) */
.ricon { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: 0 10px 24px rgba(13,27,42,.14); }
.ricon svg { width: 28px; height: 28px; }
.ricon.green { background: var(--forest); }
.ricon.gold { background: var(--gold); color: var(--forest-deep); }
.ricon.teal { background: var(--vslp); }
.ricon.brown { background: var(--rdif); }
.ricon.soft { background: rgba(11,94,60,.09); color: var(--forest); box-shadow: none; }

/* Stat band (dark) */
.band { background: var(--forest); color: #fff; text-align: center; }
.band .stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; max-width: 1000px; margin: 0 auto; }
.band .stat { padding: 8px; }
.band .stat b { font-family: "Playfair Display", serif; font-size: clamp(38px, 5vw, 58px); font-weight: 900; color: var(--gold); display: block; line-height: 1; margin-bottom: 10px; }
.band .stat span { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.82); }

/* Timeline / steps */
.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; position: relative; }
.step { display: grid; justify-items: center; text-align: center; gap: 14px; position: relative; }
.step .num { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: var(--gold); font-family: "Playfair Display", serif; font-weight: 900; font-size: 22px; position: relative; z-index: 2; box-shadow: 0 10px 24px rgba(6,56,32,.2); }
.step h3 { font-size: 20px; color: var(--forest-deep); margin: 0; }
.step p { font-size: 13.5px; color: var(--muted); max-width: 22ch; margin: 0; }
.steps.on-dark .step h3 { color: #fff; }
.steps.on-dark .step p { color: rgba(255,255,255,.7); }
.steps.on-dark .step .num { background: rgba(255,255,255,.06); border: 1px solid rgba(244,196,48,.3); }

/* Contact routes / info tiles */
.routes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.route { display: flex; flex-direction: column; gap: 12px; padding: 32px 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(13,27,42,.06); }
.route:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(6,56,32,.12); }
.route h3 { font-size: 20px; color: var(--forest-deep); margin: 0; }
.route p { font-size: 14px; color: var(--muted); margin: 0; flex: 1; }
.route a.value { color: var(--forest); font-weight: 700; font-size: 15px; word-break: break-word; }
.route a.value:hover { color: var(--mid-green); }

/* Donation tiers */
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tier { display: flex; flex-direction: column; gap: 12px; padding: 34px 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(13,27,42,.06); }
.tier.featured { background: linear-gradient(150deg, var(--forest-deep), #12502e); color: #fff; border-color: transparent; }
.tier.featured h3, .tier.featured p { color: #fff; }
.tier .amt { font-family: "Playfair Display", serif; font-size: 40px; font-weight: 900; color: var(--forest); }
.tier.featured .amt { color: var(--gold); }
.tier h3 { font-size: 20px; color: var(--forest-deep); margin: 0; }
.tier p { font-size: 14px; color: var(--muted); margin: 0; flex: 1; }

/* Forms */
.form-wrap { background: var(--off-white); }
.form-card { max-width: 720px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: clamp(28px, 4vw, 48px); box-shadow: 0 24px 60px rgba(13,27,42,.08); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--forest-deep); }
.field input, .field select, .field textarea { font-family: inherit; font-size: 15px; color: var(--ink); padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--paper); transition: border-color .18s ease, box-shadow .18s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(11,94,60,.12); }
.field textarea { min-height: 140px; resize: vertical; }
.form-card .btn { margin-top: 4px; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; }

/* Dark section helper */
.sec-dark { background: var(--forest-deep); color: #fff; }
.sec-dark .section-head h2 { color: #fff; }
.sec-dark .section-head p { color: rgba(255,255,255,.75); }

/* Founder bio paragraphs (on green band) */
.founder .bio { color: rgba(255,255,255,.82); font-size: 15px; margin-top: 12px; max-width: 60ch; }

/* Numbered principle card */
.card .pnum { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(11,94,60,.09); color: var(--forest); font-family: "Playfair Display", serif; font-weight: 900; font-size: 18px; }

/* Utility */
.center { text-align: center; }
.mt-0 { margin-top: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .brand { margin-right: auto; }
  .header-cta { order: 4; }
  .nav-burger { order: 5; display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 40px; padding: 9px 10px; border-radius: 10px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
  .nav-burger span { display: block; width: 100%; height: 2.5px; border-radius: 2px; background: var(--forest-deep); transition: transform .25s ease, opacity .2s ease; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; margin-left: 0; background: rgba(251,252,251,.98); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(0,0,0,.1); max-height: 0; overflow: hidden; opacity: 0; pointer-events: none; padding: 0 clamp(16px, 3.5vw, 48px); transition: max-height .3s ease, opacity .2s ease, padding .3s ease; }
  .nav-toggle:checked ~ .nav { max-height: 70vh; overflow-y: auto; opacity: 1; pointer-events: auto; padding: 6px clamp(16px, 3.5vw, 48px) 16px; }
  .nav a { width: 100%; padding: 14px 2px; font-size: 15px; font-weight: 600; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .nav a.active::after { display: none; }
  .hero-grid, .story-grid, .founder-grid, .split, .split.text-first { grid-template-columns: 1fr; }
  .cluster { height: 420px; max-width: 520px; }
  .impact-grid, .cards.c4, .cards.c3, .routes, .tiers, .band .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .prog-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero .ghana { opacity: .05; }
}
@media (max-width: 640px) {
  .brand b { display: none; }
  .header-cta .btn.ghost { display: none; }
  .impact-grid, .involve-grid, .cards.c4, .cards.c3, .cards.c2, .routes, .tiers, .form-grid, .steps, .band .stat-grid { grid-template-columns: 1fr; }
  .prog-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .cluster { height: 340px; }
  .story-photos { height: 380px; }
  .hero-meta { gap: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
