:root{
  --primary:#182db7;--primary-dark:#101f87;--accent:#e52b2f;--accent-dark:#bd1d25;
  --ink:#152033;--muted:#667085;--soft:#f7f8fc;--white:#fff;--line:#e6e9f1;
  --shadow:0 14px 35px rgba(18,36,97,.11);--radius:18px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--primary);color:#fff;font-size:13px}.topbar-row{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-links{display:flex;align-items:center;gap:20px}.topbar a{color:#fff}
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 4px 18px rgba(10,25,74,.05)}.header-row{min-height:92px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto;min-width:260px}.brand img{width:67px;height:67px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand b{font-size:13px;color:var(--primary);text-transform:uppercase}.brand strong{font-size:20px;color:var(--primary-dark);margin:3px 0}.brand small{font-size:11px;color:var(--muted);letter-spacing:.3px}.nav{display:flex;align-items:center;justify-content:center;gap:23px}.nav a{font-size:14px;font-weight:700;position:relative;padding:34px 0;color:#283047}.nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:23px;height:3px;background:var(--accent);border-radius:5px;transition:.25s}.nav a:hover,.nav a.active{color:var(--accent)}.nav a:hover:after,.nav a.active:after{left:0;right:0}.header-cta{background:var(--accent);color:#fff;padding:11px 16px;border-radius:7px;font-weight:800;font-size:13px;white-space:nowrap;transition:.2s}.header-cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.menu-btn{display:none;border:0;background:var(--primary);color:#fff;border-radius:7px;padding:7px 11px;font-size:23px;line-height:1}
.hero{min-height:610px;position:relative;display:grid;align-items:center;background-size:cover;background-position:center}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,18,73,.84) 0%,rgba(10,33,103,.62) 48%,rgba(0,0,0,.20) 100%)}.hero-content{position:relative;color:#fff;max-width:760px;padding:95px 0}.eyebrow{display:inline-flex;align-items:center;background:var(--accent);padding:7px 13px;border-radius:4px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px}.hero h1{font-size:clamp(42px,5.5vw,68px);line-height:1.04;margin:18px 0 18px;letter-spacing:-1px}.hero p{font-size:18px;line-height:1.7;max-width:720px;color:#f7f8ff;margin:0}.btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:7px;font-weight:800;transition:.2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px)}.btn-light{background:#fff;color:var(--primary)}.btn-light:hover{transform:translateY(-2px)}
.section{padding:78px 0}.section.alt{background:var(--soft)}.section-head{max-width:760px;margin-bottom:34px}.section-head.center{text-align:center;margin:0 auto 38px}.kicker{display:inline-block;color:var(--accent);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.6px}.section h2{font-size:clamp(30px,4vw,45px);line-height:1.14;margin:8px 0 13px;color:var(--primary-dark)}.lead{font-size:18px;color:var(--muted)}.two-col{display:grid;grid-template-columns:1.03fr .97fr;gap:52px;align-items:center}.image-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative}.image-card img{width:100%;height:430px;object-fit:cover}.image-card:after{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.75);border-radius:12px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 7px 20px rgba(18,36,97,.07);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;height:220px;object-fit:cover}.card-body{padding:22px}.card h3{margin:0 0 8px;font-size:20px;color:var(--primary-dark)}.card p{margin:0;color:var(--muted)}.card .more{display:inline-block;margin-top:15px;color:var(--accent);font-weight:800}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:#fff;border-top:4px solid var(--accent);box-shadow:var(--shadow);padding:25px 18px;border-radius:12px;text-align:center}.stat strong{display:block;font-size:35px;color:var(--primary);line-height:1.2}.stat span{font-size:13px;color:var(--muted)}
.subhero{min-height:390px;position:relative;background-image:var(--hero);background-size:cover;background-position:center;display:flex;align-items:flex-end}.subhero:before,.subhero .overlay{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,21,78,.83),rgba(18,45,125,.48),rgba(0,0,0,.12))}.subhero-inner{position:relative;color:#fff;padding:92px 0 58px}.subhero h1{font-size:clamp(38px,5vw,58px);line-height:1.05;margin:0 0 11px}.subhero p{max-width:730px;margin:0;color:#f0f3ff;font-size:17px}
.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}.prose h2{font-size:31px;margin-top:0;color:var(--primary-dark)}.prose h3{font-size:22px;color:var(--primary);margin-top:28px}.prose p,.prose li{color:#475467}.checklist{padding-left:20px}.checklist li{margin:8px 0}.sidebar{background:var(--soft);padding:26px;border-radius:14px;border-top:4px solid var(--accent);align-self:start}.sidebar h3{margin-top:0;color:var(--primary-dark)}.side-links a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-weight:700;color:var(--primary)}.side-links a:hover{color:var(--accent)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery a{display:block;border-radius:12px;overflow:hidden;background:#eee}.gallery img{width:100%;height:235px;object-fit:cover;transition:.25s}.gallery a:hover img{transform:scale(1.04)}.team{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.person{border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:11px;padding:18px;background:#fff}.person b{display:block;font-size:18px;color:var(--primary-dark)}.person span{color:var(--muted)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact-card{padding:30px;border-radius:15px;background:var(--soft);border:1px solid var(--line)}.contact-card h3{margin-top:0;color:var(--primary-dark)}.contact-card a{color:var(--primary);font-weight:800}.cta{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:18px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.cta h2{margin:0 0 8px;color:#fff}.cta p{margin:0;color:#e9edff;max-width:700px}.project-banner{padding:24px;background:#f0f2ff;border-left:5px solid var(--accent);border-radius:10px;margin:24px 0}
.footer{background:var(--primary);color:#e9edff;padding-top:58px}.footer-grid{display:grid;grid-template-columns:1.35fr .65fr .85fr 1fr;gap:36px;padding-bottom:48px}.footer h4{color:#fff;margin:0 0 17px;font-size:17px}.footer a{display:block;margin:7px 0;color:#eef0ff}.footer a:hover{color:#fff;text-decoration:underline}.footer p{font-size:14px;color:#dde2ff}.footer-brand-lockup{display:flex!important;align-items:center;gap:12px;margin-bottom:15px!important}.footer-brand-lockup img{width:65px;height:65px;object-fit:contain;background:#fff;border-radius:50%;padding:4px}.footer-brand-lockup div{display:flex;flex-direction:column}.footer-brand-lockup strong{color:#fff;font-size:17px;line-height:1.2}.footer-brand-lockup span{font-size:12px;color:#dde2ff}.footer-bottom{background:var(--accent);color:#fff;padding:16px 0}.footer-bottom-row{display:flex;justify-content:space-between;gap:20px;font-size:13px}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.90);display:none;align-items:center;justify-content:center;z-index:200;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:95vw;max-height:88vh;border-radius:10px}.lightbox button{position:absolute;top:18px;right:20px;border:0;background:#fff;color:#111;border-radius:50%;width:42px;height:42px;font-size:25px;cursor:pointer}
@media(max-width:1050px){.header-cta{display:none}.brand{min-width:235px}.nav{gap:18px}.nav a{font-size:13px}}
@media(max-width:900px){.topbar-row{justify-content:center}.topbar-row>div:first-child{display:none}.menu-btn{display:block;margin-left:auto}.header-cta{display:none}.header-row{min-height:78px}.brand{min-width:0;margin-right:0}.brand img{width:56px;height:56px}.brand strong{font-size:17px}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:10px 22px 20px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0;border-top:1px solid var(--line)}.nav.open{display:flex}.nav a{padding:12px 2px;border-bottom:1px solid #eef0f5;font-size:14px}.nav a:after{display:none}.two-col,.content-grid,.contact-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:560px}.subhero{min-height:345px}}
@media(max-width:600px){.container{width:min(100% - 24px,1180px)}.topbar{font-size:11px}.topbar-row{min-height:34px}.topbar-links{gap:12px;flex-wrap:wrap;justify-content:center}.header-row{min-height:72px;gap:10px}.brand img{width:49px;height:49px}.brand b{font-size:10px}.brand strong{font-size:15px}.brand small{font-size:9px}.menu-btn{font-size:20px}.nav{top:72px}.hero{min-height:525px;background-position:center}.hero-content{padding:68px 0}.hero h1{font-size:39px;line-height:1.07}.hero p{font-size:15.5px}.btn{width:100%}.section{padding:54px 0}.section h2{font-size:30px}.two-col{gap:30px}.image-card img{height:300px}.cards,.stats,.team,.footer-grid{grid-template-columns:1fr}.card img{height:210px}.gallery{grid-template-columns:repeat(2,1fr);gap:8px}.gallery img{height:155px}.cta{padding:28px 22px;display:block}.cta .btn{margin-top:18px}.subhero{min-height:315px;background-position:center}.subhero-inner{padding:65px 0 38px}.subhero h1{font-size:35px}.subhero p{font-size:15px}.footer{padding-top:42px}.footer-grid{gap:25px;padding-bottom:35px}.footer-bottom-row{flex-direction:column;text-align:center;gap:4px}.footer-brand-lockup img{width:57px;height:57px}}


/* ===== Final SOWER-style header + hero refinements ===== */
.site-header{top:0;background:#fff;box-shadow:0 4px 18px rgba(10,25,74,.08)}
.header-row{min-height:104px;display:grid;grid-template-columns:minmax(310px,1fr) auto minmax(230px,1fr);align-items:center;gap:24px}
.brand{margin:0;min-width:0;justify-self:start;gap:14px}
.brand img{width:76px;height:76px}
.brand b{font-size:14px;letter-spacing:.1px;text-transform:none}
.brand strong{font-size:22px;line-height:1.05}
.brand small{font-size:12px;color:var(--accent);font-weight:700}
.nav{justify-self:center;gap:31px}
.nav a{font-size:15px;padding:40px 0;font-weight:800;text-transform:uppercase;color:#0f1d50;white-space:nowrap}
.nav a:after{bottom:27px;height:2px}
.header-actions{justify-self:end;display:flex;align-items:center;gap:12px}
.header-call,.header-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:12px 16px;font-size:13px;font-weight:800;white-space:nowrap;transition:.2s}
.header-call{background:var(--primary-dark);color:#fff}
.header-call:hover{background:#0b176c;transform:translateY(-1px)}
.header-cta{background:var(--accent);color:#fff}
.header-cta:hover{background:var(--accent-dark);transform:translateY(-1px)}
.hero{min-height:625px;background-position:center 38%}
.hero:before{background:linear-gradient(90deg,rgba(4,23,66,.92) 0%,rgba(6,32,82,.76) 35%,rgba(8,26,72,.36) 65%,rgba(0,0,0,.14) 100%)}
.hero-content{max-width:690px;padding:92px 0}
.hero h1{font-size:clamp(47px,5.3vw,72px);max-width:680px}
.hero p{max-width:590px}
.subhero{min-height:375px;background-position:center 42%}
.subhero:before,.subhero .overlay{background:linear-gradient(90deg,rgba(5,22,68,.88),rgba(10,42,105,.58),rgba(0,0,0,.25))}
.subhero-inner{padding:104px 0 60px}
.subhero h1{text-shadow:0 2px 12px rgba(0,0,0,.2)}
.footer{background:#102a72}
.footer-bottom{background:var(--accent)}

@media(max-width:1180px){
  .header-row{grid-template-columns:minmax(270px,1fr) auto minmax(185px,1fr);gap:16px}
  .nav{gap:20px}.nav a{font-size:13px}.brand strong{font-size:19px}.brand b{font-size:12px}
  .header-call,.header-cta{padding:10px 12px;font-size:12px}
}
@media(max-width:980px){
  .header-row{min-height:82px;display:flex;gap:12px}
  .brand{margin-right:auto}.brand img{width:60px;height:60px}.brand strong{font-size:17px}.brand b{font-size:11px}.brand small{font-size:10px}
  .menu-btn{display:block;margin-left:auto;background:transparent;color:var(--primary-dark);padding:6px 8px;font-size:27px}
  .header-actions{display:none}
  .nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:8px 22px 20px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0;border-top:1px solid var(--line)}
  .nav.open{display:flex}.nav a{padding:13px 2px;border-bottom:1px solid #eef0f5;font-size:14px;text-transform:none}.nav a:after{display:none}
  .hero{min-height:555px}.hero-content{padding:72px 0}.subhero{min-height:330px}.subhero-inner{padding:82px 0 46px}
}
@media(max-width:600px){
  .topbar{display:none}
  .header-row{min-height:76px}.brand img{width:52px;height:52px}.brand{gap:9px}.brand b{font-size:10px}.brand strong{font-size:15px}.brand small{font-size:9px}.nav{top:76px}
  .hero{min-height:545px;background-position:center center}.hero-content{padding:66px 0}.hero h1{font-size:38px;line-height:1.08}.hero p{font-size:15px;line-height:1.6}.eyebrow{font-size:10px;padding:6px 10px;letter-spacing:1px}
  .subhero{min-height:290px;background-position:center}.subhero-inner{padding:74px 0 35px}.subhero h1{font-size:34px}.subhero p{font-size:14px}
}


/* ===== Reference-match professional redesign ===== */
:root{--header-max:1540px;--hero-max:1460px}
body{overflow-x:hidden}
.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e8ebf2;box-shadow:0 2px 13px rgba(12,31,85,.07)}
.header-shell{width:min(var(--header-max),calc(100% - 44px));min-height:104px;margin:auto;display:grid;grid-template-columns:minmax(325px,1fr) auto minmax(250px,1fr);align-items:center;gap:28px}
.brand{justify-self:start;display:flex;align-items:center;gap:14px;margin:0;min-width:0}
.brand img{width:76px;height:76px;object-fit:contain;flex:0 0 76px}
.brand span{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.brand b{font-size:15px;line-height:1.15;color:#102a72;text-transform:none;letter-spacing:0;font-weight:800}
.brand strong{font-size:22px;line-height:1.08;color:#102a72;margin:4px 0;font-weight:800}
.brand small{font-size:12px;line-height:1.2;color:#e32b31;font-weight:700;letter-spacing:0}
.nav{justify-self:center;display:flex;align-items:center;gap:34px}
.nav a{font-size:15px;font-weight:800;text-transform:uppercase;color:#10204d;padding:41px 0;white-space:nowrap;letter-spacing:.1px}
.nav a:after{bottom:26px;height:2px;background:#e52b2f}
.nav a.active,.nav a:hover{color:#e52b2f}
.header-actions{justify-self:end;display:flex;align-items:center;gap:12px}
.header-call,.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:7px;color:#fff;font-size:14px;font-weight:800;white-space:nowrap;box-shadow:none}
.header-call{background:#102a72}.header-call:hover{background:#0b1d55}
.header-cta{background:#e52b2f}.header-cta:hover{background:#bd1d25}
.menu-btn,.mobile-nav-actions{display:none}

.hero{min-height:520px;display:flex;align-items:center;background-size:cover;background-position:center 48%;position:relative}
.hero:before{background:linear-gradient(90deg,rgba(3,30,69,.96) 0%,rgba(3,34,76,.89) 27%,rgba(4,37,83,.70) 45%,rgba(8,32,66,.30) 67%,rgba(0,0,0,.08) 100%)}
.hero .container{width:min(var(--hero-max),calc(100% - 90px));margin:auto}
.hero-content{max-width:610px;padding:72px 0 76px;color:#fff}
.eyebrow{font-size:13px;padding:8px 14px;border-radius:5px;letter-spacing:1.1px}
.hero h1{font-size:clamp(48px,4.5vw,66px);line-height:1.05;letter-spacing:-1.5px;margin:18px 0 14px;max-width:610px}
.hero p{font-size:18px;line-height:1.55;max-width:500px;color:#fff}
.hero .btns{margin-top:26px}
.hero .btn{width:auto;min-width:125px;padding:13px 17px;border-radius:6px;font-size:14px;gap:18px}
.hero .btn span{font-size:20px;line-height:1}

.subhero{min-height:300px;align-items:center;background-position:center 42%;border-bottom:1px solid rgba(0,0,0,.05)}
.subhero:before,.subhero .overlay{background:linear-gradient(90deg,rgba(5,25,72,.84),rgba(7,41,101,.56),rgba(0,0,0,.20))}
.subhero .container{width:min(1380px,calc(100% - 80px));margin:auto}
.subhero-inner{padding:62px 0 58px}
.subhero h1{font-size:clamp(40px,4vw,56px);margin-bottom:8px;text-shadow:0 2px 12px rgba(0,0,0,.28)}
.subhero p{font-size:16px;max-width:720px}

.footer{background:#102a72}.footer .container{width:min(1320px,calc(100% - 64px))}
.footer-grid{grid-template-columns:1.4fr .7fr .95fr 1fr;gap:42px}
.footer-brand-lockup img{width:70px;height:70px}.footer-bottom{background:#e52b2f}

@media(max-width:1280px){
 .header-shell{width:min(1220px,calc(100% - 32px));grid-template-columns:minmax(285px,1fr) auto minmax(220px,1fr);gap:18px}
 .brand img{width:66px;height:66px;flex-basis:66px}.brand b{font-size:13px}.brand strong{font-size:19px}.brand small{font-size:10.5px}
 .nav{gap:22px}.nav a{font-size:13px}.header-call,.header-cta{min-height:42px;padding:0 14px;font-size:12px}
 .hero .container{width:min(1180px,calc(100% - 54px))}
}
@media(max-width:1030px){
 .header-shell{min-height:82px;width:calc(100% - 28px);display:flex;gap:12px}
 .brand{margin-right:auto}.brand img{width:58px;height:58px;flex-basis:58px}.brand b{font-size:11.5px}.brand strong{font-size:17px}.brand small{font-size:9.5px}
 .menu-btn{display:block;border:0;background:transparent;color:#102a72;font-size:28px;padding:7px 8px;margin-left:auto;cursor:pointer}
 .header-actions{display:none}
 .nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;box-shadow:0 16px 30px rgba(15,39,92,.14);padding:10px 22px 20px;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #e9edf4}
 .nav.open{display:flex}.nav a{padding:14px 4px;border-bottom:1px solid #edf0f5;font-size:14px;text-transform:none}.nav a:after{display:none}
 .mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:14px}.mobile-call,.mobile-donate{display:flex!important;align-items:center;justify-content:center!important;padding:12px!important;color:#fff!important;border:0!important;border-radius:6px}.mobile-call{background:#102a72}.mobile-donate{background:#e52b2f}
 .hero{min-height:520px}.hero .container{width:calc(100% - 44px)}.hero-content{padding:68px 0;max-width:560px}.hero h1{font-size:52px}
 .subhero .container{width:calc(100% - 44px)}
}
@media(max-width:640px){
 .header-shell{min-height:76px;width:calc(100% - 20px)}
 .brand{gap:8px}.brand img{width:50px;height:50px;flex-basis:50px}.brand b{font-size:10px}.brand strong{font-size:15px;margin:2px 0}.brand small{font-size:8.5px}
 .nav{top:76px;padding-left:16px;padding-right:16px}
 .hero{min-height:525px;background-position:58% center}.hero:before{background:linear-gradient(90deg,rgba(3,25,65,.95) 0%,rgba(3,29,72,.87) 50%,rgba(3,25,65,.58) 100%)}
 .hero .container{width:calc(100% - 28px)}.hero-content{padding:72px 0 58px;max-width:100%}.eyebrow{font-size:10px;padding:6px 9px;letter-spacing:.8px}.hero h1{font-size:39px;line-height:1.07;letter-spacing:-.6px;margin-top:15px}.hero p{font-size:15px;line-height:1.55;max-width:92%}.hero .btn{width:auto;min-width:122px;padding:12px 15px;font-size:13px}
 .subhero{min-height:260px;background-position:center}.subhero .container{width:calc(100% - 28px)}.subhero-inner{padding:54px 0 40px}.subhero h1{font-size:36px}.subhero p{font-size:14px;line-height:1.5}
 .footer .container{width:calc(100% - 30px)}
}

/* ===== Hero visibility, left alignment and animated impact counters ===== */
.hero .hero-content{
  width:min(var(--hero-max),calc(100% - 90px));
  max-width:var(--hero-max);
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.subhero .overlay{display:none}
.subhero:before{
  background:linear-gradient(90deg,rgba(5,25,72,.78) 0%,rgba(7,41,101,.43) 52%,rgba(0,0,0,.08) 100%);
  pointer-events:none;
}
.stats-section{background:linear-gradient(180deg,#fff 0%,#f7f8fc 100%)}
.stats-heading{margin-bottom:32px}
.stats-heading h2{max-width:720px;margin-left:auto;margin-right:auto}
.stat{
  min-height:215px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-top:0;
  position:relative;
  overflow:hidden;
}
.stat:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--accent)}
.stat-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:13px;
  border-radius:50%;
  color:var(--accent);
  background:#fff0f1;
}
.stat-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.stat strong{font-size:40px;font-variant-numeric:tabular-nums}
.stat span{margin-top:5px;font-size:14px;line-height:1.4}
@media(max-width:1030px){
  .hero .hero-content{width:calc(100% - 44px);max-width:none}
}
@media(max-width:640px){
  .hero .hero-content{width:calc(100% - 28px);max-width:none;margin-left:auto;margin-right:auto;text-align:left}
  .hero h1{max-width:100%;overflow-wrap:anywhere}
  .hero p{max-width:100%}
  .subhero h1,.section h2{overflow-wrap:anywhere}
  .subhero:before{background:linear-gradient(90deg,rgba(4,24,66,.82),rgba(5,33,82,.55),rgba(0,0,0,.16))}
  .stats-heading{margin-bottom:25px}
  .stat{min-height:190px;padding:23px 16px}
  .stat-icon{width:48px;height:48px;margin-bottom:10px}
  .stat strong{font-size:36px}
}
@media(prefers-reduced-motion:reduce){.counter{transition:none}}

/* ===== Programs dropdown navigation ===== */
.nav-dropdown{position:relative;align-self:stretch;display:flex;align-items:center}
.nav-dropdown-toggle{display:flex;align-items:center;gap:6px}
.nav-dropdown-toggle span{width:7px;height:7px;margin-top:-4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;font-size:0;transform:rotate(45deg);transition:transform .2s ease}
.nav-submenu{position:absolute;z-index:1100;top:calc(100% - 16px);left:50%;width:340px;padding:10px;background:#fff;border:1px solid #e7eaf1;border-top:3px solid var(--accent);border-radius:0 0 10px 10px;box-shadow:0 18px 35px rgba(10,29,78,.16);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.nav-submenu a{display:block;padding:13px 14px;border-radius:6px;color:#10204d;font-size:15px;line-height:1.35;font-weight:800;text-transform:uppercase;letter-spacing:.1px;white-space:normal}
.nav-submenu a:after{display:none}
.nav-submenu a:hover,.nav-submenu a.active{color:var(--accent);background:#fff1f2}
.nav-dropdown:hover .nav-submenu,.nav-dropdown:focus-within .nav-submenu,.nav-dropdown.open .nav-submenu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.nav-dropdown:hover .nav-dropdown-toggle span,.nav-dropdown:focus-within .nav-dropdown-toggle span,.nav-dropdown.open .nav-dropdown-toggle span{margin-top:4px;transform:rotate(225deg)}

/* Keep the photos clearly visible while retaining readable white text. */
.subhero{background-color:transparent;background-repeat:no-repeat}
.subhero:before{background:linear-gradient(90deg,rgba(4,20,57,.68) 0%,rgba(4,24,64,.34) 48%,rgba(0,0,0,.06) 100%)}
.subhero h1,.subhero p{text-shadow:0 2px 12px rgba(0,0,0,.48)}

@media(max-width:1030px){
  .nav-dropdown{display:block;align-self:auto}
  .nav-dropdown-toggle{justify-content:space-between}
  .nav-submenu{position:static;width:100%;max-height:0;padding:0 0 0 12px;overflow:hidden;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;transition:max-height .3s ease,padding .3s ease}
  .nav-dropdown.open .nav-submenu{max-height:390px;padding-top:6px;padding-bottom:7px;transform:none}
  .nav-submenu a{padding:12px!important;border-bottom:1px solid #edf0f5!important;font-size:14px!important;font-weight:800;text-transform:none;letter-spacing:0}
  .nav-dropdown.open .nav-dropdown-toggle{color:var(--accent)}
}
@media(max-width:640px){
  .subhero{background-position:center center}
  .subhero:before{background:linear-gradient(90deg,rgba(4,20,57,.72),rgba(4,27,68,.38),rgba(0,0,0,.08))}
}

/* Subtle homepage-only overlay: readable copy without hiding the photograph. */
.hero:before{background:linear-gradient(90deg,rgba(4,22,55,.48) 0%,rgba(4,24,58,.28) 44%,rgba(4,24,58,.08) 76%,transparent 100%)}
.hero h1,.hero p{text-shadow:0 2px 14px rgba(0,0,0,.72)}
@media(max-width:640px){
  .hero:before{background:linear-gradient(90deg,rgba(4,22,55,.43) 0%,rgba(4,24,58,.26) 62%,rgba(4,24,58,.14) 100%)}
}

/* Footer contact address icon */
.footer-grid>div:last-child>p{position:relative;padding-left:27px}
.footer-grid>div:last-child>p:before{
  content:"";
  position:absolute;
  top:3px;
  left:0;
  width:18px;
  height:18px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

/* ===== Professional footer finish ===== */
.footer{position:relative;background:linear-gradient(135deg,#102a72 0%,#0a205d 100%)}
.footer-grid{padding-top:4px}
.footer h4{position:relative;padding-bottom:12px;margin-bottom:15px;letter-spacing:.2px}
.footer h4:after{content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;border-radius:2px;background:var(--accent)}
.footer h4 a{display:inline-block;margin:0;color:#fff;transition:color .2s ease}
.footer h4 a:hover{color:var(--accent);text-decoration:none}
.footer-grid>div:not(.footer-about)>a{transition:color .2s ease,transform .2s ease}
.footer-grid>div:not(.footer-about)>a:hover{color:var(--accent);transform:translateX(3px);text-decoration:none}
.footer-bottom{padding:0;background:var(--accent);border-top:0}
.footer-bottom-row{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;font-size:15px;font-weight:700}
.footer-copyright{line-height:1.5}
.footer-credit{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;white-space:nowrap}
.footer-credit a{display:inline-block;margin:0;color:#fff;font-weight:800;letter-spacing:.2px;border-bottom:2px solid rgba(255,255,255,.9);transition:color .2s ease,border-color .2s ease}
.footer-credit a:hover{color:#102a72;border-color:#102a72;text-decoration:none}
@media(max-width:900px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
}
@media(max-width:640px){
  .footer-grid{grid-template-columns:1fr;gap:27px;padding-bottom:34px}
  .footer h4{padding-bottom:9px;margin-bottom:12px}
  .footer-bottom-row{min-height:82px;flex-direction:column;justify-content:center;gap:5px;padding:14px 0;text-align:center}
  .footer-bottom-row{font-size:14px;line-height:1.55}
  .footer-credit{justify-content:center;white-space:normal}
}

/* Footer social links */
.footer-social{margin-top:21px}
.footer-social-label{display:block;margin-bottom:10px;color:#fff;font-size:13px;font-weight:800;letter-spacing:.3px}
.footer-social-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.footer-social-links a{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin:0;
  border:1px solid var(--accent);
  border-radius:50%;
  color:#fff;
  background:var(--accent);
  box-shadow:0 6px 14px rgba(229,43,47,.22);
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.footer-social-links a:hover{color:#fff;background:#2447d8;border-color:#2447d8;box-shadow:0 7px 16px rgba(36,71,216,.3);transform:translateY(-3px);text-decoration:none}
.footer-social-links svg{width:19px;height:19px;fill:currentColor;stroke:none}
.footer-social-links a[aria-label="Instagram"] svg,.footer-social-links a[aria-label="WhatsApp"] svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-social-links .social-dot{fill:currentColor;stroke:none}
.footer-social-links .social-play{fill:var(--accent)}
.footer-social-links a:hover .social-play{fill:#2447d8}
@media(max-width:640px){
  .footer-social{margin-top:18px}
  .footer-social-links a{width:42px;height:42px}
}

/* Slightly larger small section subtitles across the site. */
.kicker{font-size:14px;line-height:1.4;letter-spacing:1.8px}
@media(max-width:640px){.kicker{font-size:13px;letter-spacing:1.5px}}

/* Keep section headings prominent without overpowering the content. */
.section h2{font-size:clamp(25px,2.4vw,32px);line-height:1.22;letter-spacing:-.2px}
@media(max-width:640px){.section h2{font-size:24px;line-height:1.24;letter-spacing:0}}

/* Centre the final row when a program grid contains exactly five cards. */
@media(min-width:901px){
  .cards:has(> .card:nth-child(5):last-child){grid-template-columns:repeat(6,minmax(0,1fr));row-gap:36px}
  .cards:has(> .card:nth-child(5):last-child)>.card{grid-column:span 2}
  .cards:has(> .card:nth-child(5):last-child)>.card:nth-child(4){grid-column:2/span 2}
  .cards:has(> .card:nth-child(5):last-child)>.card:nth-child(5){grid-column:4/span 2}
}

/* Stronger impact-card icons and labels. */
.stat-icon{width:62px;height:62px}
.stat-icon svg{width:32px;height:32px}
.stat span{color:#111827;font-size:15px;font-weight:700}
@media(max-width:640px){
  .stat-icon{width:56px;height:56px}
  .stat-icon svg{width:30px;height:30px}
  .stat span{font-size:14px}
}

/* ===== Clean homepage hero matching the inner-page style ===== */
.hero{min-height:520px;overflow:hidden;isolation:isolate;background-position:center 46%}
.hero:before{z-index:0;background:linear-gradient(90deg,rgba(5,25,72,.72) 0%,rgba(7,41,101,.42) 48%,rgba(0,0,0,.08) 100%)}
.hero .hero-content{
  z-index:1;
  width:min(var(--hero-max),calc(100% - 90px));
  max-width:var(--hero-max);
  margin-left:auto;
  margin-right:auto;
  padding:78px 0 82px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.hero .eyebrow{padding:8px 14px;border-radius:5px;box-shadow:none}
.hero h1{max-width:650px;margin:17px 0 14px;font-size:clamp(43px,4.2vw,58px);line-height:1.05;letter-spacing:-1px;text-shadow:0 3px 15px rgba(0,0,0,.42)}
.hero p{max-width:590px;font-size:17px;line-height:1.58;text-shadow:0 2px 10px rgba(0,0,0,.42)}
.hero .btns{margin-top:24px}
.hero .btn{min-width:145px;padding:12px 17px;border-radius:6px;gap:16px;box-shadow:0 8px 18px rgba(229,43,47,.24)}
.hero .btn span{display:inline;font-size:20px;width:auto;height:auto;border-radius:0;background:transparent;transition:transform .2s ease}
.hero .btn:hover span{background:transparent;transform:translateX(3px)}
@media(max-width:1030px){
  .hero .hero-content{width:calc(100% - 44px);max-width:none;margin-left:auto;padding:68px 0 72px}
  .hero h1{font-size:46px}
}
@media(max-width:640px){
  .hero{min-height:525px;background-position:58% center}
  .hero:before{background:linear-gradient(90deg,rgba(4,20,57,.76),rgba(4,27,68,.48),rgba(0,0,0,.14))}
  .hero .hero-content{width:calc(100% - 28px);max-width:none;margin-left:auto;padding:65px 0 58px}
  .hero .eyebrow{padding:7px 10px;border-radius:4px}
  .hero h1{font-size:35px;line-height:1.08;letter-spacing:-.4px;margin:15px 0 13px}
  .hero p{font-size:15px;line-height:1.55;max-width:94%}
  .hero .btns{margin-top:21px}
  .hero .btn{min-width:138px;padding:11px 15px}
}

/* Keep the impact heading on one line where the viewport has room. */
@media(min-width:901px){
  .stats-heading{max-width:1100px}
  .stats-heading h2{max-width:none;white-space:nowrap}
}

/* Compact long prose headings such as the full organisation name. */
.section .prose h2{font-size:28px;line-height:1.24}
@media(max-width:640px){.section .prose h2{font-size:22px;line-height:1.3}}

/* ===== Professional contact page ===== */
.contact-section{background:#f2f6fa}
.contact-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:stretch}
.contact-panel{padding:42px;background:#fff;border:1px solid #e9eef5;border-radius:22px;box-shadow:0 18px 45px rgba(19,44,91,.1)}
.contact-panel .kicker{margin-bottom:7px}
.contact-panel h2{margin:0 0 13px;color:var(--primary-dark)}
.contact-information h3{margin:0;color:var(--primary);font-size:23px;line-height:1.3}
.contact-subtitle{margin:3px 0 28px;color:var(--accent);font-weight:800}
.contact-list{display:grid;gap:21px}
.contact-item{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:start}
.contact-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#fff;background:var(--accent);box-shadow:0 7px 16px rgba(229,43,47,.2)}
.contact-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.contact-item strong{display:block;margin:0 0 3px;color:#101f54;font-size:15px}
.contact-item p{margin:0;color:#344054;line-height:1.65}
.contact-item a{display:block;width:max-content;max-width:100%;margin:2px 0;color:#0b6b87;font-weight:700;overflow-wrap:anywhere}
.contact-item a:hover{color:var(--accent)}
.contact-map{height:310px;margin-top:29px;overflow:hidden;border:1px solid #dce4ee;border-radius:14px;background:#e9eef4}
.contact-map iframe{width:100%;height:100%;border:0}
.contact-form-panel h2{margin-bottom:11px}
.contact-intro{max-width:610px;margin:0 0 29px;color:#475467;font-size:16px;line-height:1.7}
.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 20px}
.form-field{display:flex;flex-direction:column;gap:8px}
.form-field-wide{grid-column:1/-1}
.form-field label{color:#b80059;font-size:14px;font-weight:800}
.form-field input,.form-field textarea{width:100%;border:1px solid #ccd6e3;border-radius:10px;background:#fff;color:#172033;font:inherit;font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.form-field input{height:56px;padding:0 16px}
.form-field textarea{min-height:178px;padding:14px 16px;line-height:1.6;resize:vertical}
.form-field input::placeholder,.form-field textarea::placeholder{color:#98a2b3}
.form-field input:focus,.form-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(24,45,183,.1)}
.contact-submit{width:auto;min-width:165px;border:0;cursor:pointer;gap:13px;font-size:15px}
.contact-submit span{font-size:19px;transition:transform .2s ease}
.contact-submit:hover span{transform:translateX(3px)}
.contact-submit:disabled{cursor:wait;opacity:.72}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{padding:13px 16px;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:800;line-height:1.5}
.form-status.is-success{color:#116329;background:#edf9f0;border-color:#b9e4c4}
.form-status.is-error{color:#9f1c22;background:#fff1f1;border-color:#f1c2c4}
@media(max-width:980px){
  .contact-layout{grid-template-columns:1fr;max-width:760px}
}
@media(max-width:640px){
  .contact-section{padding-top:44px}
  .contact-layout{width:calc(100% - 24px)}
  .contact-panel{padding:27px 22px;border-radius:16px}
  .contact-information h3{font-size:20px}
  .contact-item{grid-template-columns:42px 1fr;gap:12px}
  .contact-icon{width:40px;height:40px}
  .contact-icon svg{width:20px;height:20px}
  .contact-map{height:245px;margin-top:24px}
  .contact-intro{margin-bottom:23px;font-size:15px}
  .contact-form{grid-template-columns:1fr;gap:17px}
  .form-field-wide{grid-column:auto}
  .form-field input{height:52px}
  .form-field textarea{min-height:150px}
  .contact-submit{width:100%}
}

/* Highlight the project sidebar title. */
.sidebar>h3{color:var(--accent);font-weight:800}

/* ===== Full-width bento galleries for project pages ===== */
.project-gallery-block{margin-top:64px;padding-top:50px;border-top:1px solid #e5eaf2}
.project-gallery-head{display:block;margin-bottom:27px}
.project-gallery-head h2{margin-bottom:0}
.project-gallery-head p{max-width:none;margin:8px 0 0;color:#667085;text-align:left;white-space:nowrap}
.project-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:185px;gap:16px}
.project-gallery a{position:relative;grid-column:span 3;min-width:0;height:100%;border-radius:18px;box-shadow:0 10px 24px rgba(17,37,78,.1)}
.project-gallery a:first-child{grid-column:span 6;grid-row:span 2}
.project-gallery a:nth-child(4),.project-gallery a:nth-child(5){grid-column:span 3}
.project-gallery a:nth-child(n+6){grid-column:span 4}
.project-gallery a:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(4,20,57,.28));opacity:.55;transition:opacity .25s ease}
.project-gallery a:hover:after{opacity:.2}
.project-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.project-gallery a:hover img{transform:scale(1.045);filter:saturate(1.06)}
@media(max-width:900px){
  .project-gallery-block{margin-top:52px;padding-top:42px}
  .project-gallery-head{align-items:flex-start;flex-direction:column;gap:8px}
  .project-gallery-head p{text-align:left;white-space:normal}
  .project-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:230px;gap:14px}
  .project-gallery a,.project-gallery a:first-child,.project-gallery a:nth-child(4),.project-gallery a:nth-child(5),.project-gallery a:nth-child(n+6){grid-column:span 1;grid-row:span 1}
}
@media(max-width:640px){
  .project-gallery-block{margin-top:44px;padding-top:36px}
  .project-gallery-head{margin-bottom:20px}
  .project-gallery{grid-template-rows:230px;grid-auto-rows:160px;column-gap:10px;row-gap:16px}
  .project-gallery a{border-radius:12px}
  .project-gallery a:first-child{grid-column:1/-1;grid-row:1;height:100%;margin-bottom:0}
  .project-gallery a:last-child{grid-column:1/-1}
}

/* Mobile-only full-width flip menu. */
@media(max-width:640px){
  body.mobile-menu-open{overflow:hidden}
  .site-header .menu-btn{position:relative;z-index:1301}
  .site-header .nav{
    display:flex;
    position:fixed;
    z-index:1300;
    top:76px;
    left:0;
    right:0;
    width:100%;
    height:auto;
    max-height:calc(100dvh - 76px);
    padding:18px 20px 28px;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:#fff;
    border-top:1px solid #e6eaf2;
    border-radius:0;
    box-shadow:0 24px 44px rgba(7,27,74,.2);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:perspective(900px) rotateX(-10deg) translateY(-14px) scale(.985);
    transform-origin:top center;
    backface-visibility:hidden;
    transition:opacity .24s ease,transform .3s cubic-bezier(.2,.75,.25,1),visibility .24s ease;
  }
  .site-header .nav.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:perspective(900px) rotateX(0) translateY(0) scale(1);
  }
  .site-header .nav>a,.site-header .nav-dropdown-toggle{padding:15px 6px;font-size:15px}
  .site-header .mobile-nav-actions{margin-top:0;padding-top:16px}
}

@media(max-width:640px) and (prefers-reduced-motion:reduce){
  .site-header .nav{transition:none;transform:none}
}

/* Desktop-only hero crop: reveal more of the children in the lower frame. */
@media(min-width:641px){
  .hero{background-position:center 72%}
}
