:root{
  --cwi-blue:#0b4fa3;
  --cwi-deep:#062b55;
  --cwi-sky:#38a8ff;
  --cwi-green:#21a957;
  --cwi-teal:#0f9f9a;
  --cwi-gold:#f2a51a;
  --cwi-soft:#f4f9ff;
  --cwi-soft-green:#effaf4;
  --cwi-text:#15233b;
  --cwi-muted:#627089;
  --cwi-border:#dbeafe;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--cwi-text);
  overflow-x:hidden;
  background:#fff;
}
a{color:var(--cwi-blue);}
img{max-width:100%;height:auto;}
.topbar{background:var(--cwi-deep);color:#d9ecff;font-size:.92rem;}
.navbar{box-shadow:0 8px 24px rgba(6,43,85,.08);}
.navbar-brand img{width:200px;height:42px;object-fit:contain;}
.nav-link{font-weight:700;color:#1d355d!important;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .75rem!important;border-radius:999px;transition:.2s ease;}
.nav-link:hover{color:var(--cwi-blue)!important;background:rgba(11,79,163,.06);}
.nav-link.current-page{color:var(--cwi-blue)!important;background:linear-gradient(135deg,rgba(11,79,163,.10),rgba(33,169,87,.12));box-shadow:inset 0 0 0 1px rgba(11,79,163,.12);}
.btn-cwi{
  background:linear-gradient(135deg,var(--cwi-green),#35c996);
  border:0;color:white;font-weight:800;padding:.85rem 1.25rem;border-radius:999px;
  box-shadow:0 10px 24px rgba(33,169,87,.24);
}
.btn-cwi:hover{color:#fff;filter:brightness(.96);transform:translateY(-1px);}
.btn-outline-cwi{
  border:2px solid var(--cwi-blue);color:var(--cwi-blue);font-weight:800;padding:.78rem 1.2rem;border-radius:999px;background:#fff;
}
.btn-outline-cwi:hover{background:var(--cwi-blue);color:#fff;}
.btn-white-outline{border:2px solid rgba(255,255,255,.8);color:#fff;font-weight:800;padding:.78rem 1.2rem;border-radius:999px;}
.btn-white-outline:hover{background:#fff;color:var(--cwi-deep);}
.section-pad{padding:96px 0;}
.section-kicker{font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--cwi-green);font-size:.85rem;}
.section-title{font-size:clamp(2rem,3.4vw,3.6rem);font-weight:900;letter-spacing:-.04em;color:var(--cwi-deep);line-height:1.04;}
.text-muted-cwi{color:var(--cwi-muted);}
.hero-about{
  position:relative;min-height:700px;display:flex;align-items:center;overflow:hidden;color:#fff;
  background-image:linear-gradient(90deg,rgba(3,26,54,.93) 0%,rgba(5,48,95,.78) 52%,rgba(5,48,95,.35) 100%),url('../images/about-hero.svg');
  background-size:cover;background-position:center;
}
.hero-about:after{content:"";position:absolute;inset:auto 0 0 0;height:140px;background:linear-gradient(0deg,#fff,rgba(255,255,255,0));}
.hero-content{position:relative;z-index:2;max-width:820px;}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.45rem .8rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;color:#d9ecff;}
.hero-about h1{font-size:clamp(2.8rem,6vw,5.7rem);line-height:.98;font-weight:900;letter-spacing:-.06em;margin:1.2rem 0;color:#fff;}
.hero-about h1 span{color:#62beff;}
.hero-about p{font-size:clamp(1.06rem,1.55vw,1.28rem);line-height:1.75;color:#edf8ff;max-width:730px;}
.hero-mini-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);border-radius:24px;padding:1rem;margin-top:1.5rem;max-width:760px;}
.quick-item{display:flex;align-items:center;gap:.8rem;color:#fff;}
.quick-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(56,168,255,.16);border:1px solid rgba(98,190,255,.4);font-size:1.35rem;color:#62beff;flex:0 0 auto;}
.quick-icon.green{background:rgba(33,169,87,.18);border-color:rgba(53,201,150,.5);color:#56e2a4;}
.quick-icon.gold{background:rgba(242,165,26,.18);border-color:rgba(242,165,26,.5);color:#ffc75a;}
.soft-card{height:100%;padding:2rem;border-radius:28px;border:1px solid #e4edf7;background:#fff;box-shadow:0 16px 50px rgba(6,43,85,.08);}
.soft-card:hover{box-shadow:0 20px 60px rgba(6,43,85,.12);}
.image-card{border-radius:36px;overflow:hidden;box-shadow:0 24px 70px rgba(6,43,85,.16);background:#fff;border:1px solid #e4edf7;}
.image-card img{width:100%;height:100%;object-fit:cover;display:block;}
.mission-card{background:var(--cwi-soft);border-radius:36px;padding:3rem;border:1px solid #dbeafe;height:100%;}
.mission-card.green{background:var(--cwi-soft-green);border-color:#caecd7;}
.mission-icon{width:66px;height:66px;border-radius:20px;display:grid;place-items:center;font-size:2rem;background:#fff;color:var(--cwi-blue);box-shadow:0 12px 35px rgba(6,43,85,.08);margin-bottom:1.2rem;}
.value-card{height:100%;padding:2rem;border-radius:28px;border:1px solid #e4edf7;background:#fff;box-shadow:0 16px 50px rgba(6,43,85,.08);transition:.2s ease;}
.value-card:hover{transform:translateY(-6px);box-shadow:0 22px 70px rgba(6,43,85,.14);}
.value-card .icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:1.7rem;background:var(--cwi-soft);color:var(--cwi-blue);margin-bottom:1.1rem;}
.value-card .icon.green{background:var(--cwi-soft-green);color:var(--cwi-green);}
.value-card .icon.gold{background:#fff8ea;color:var(--cwi-gold);}
.value-card .icon.teal{background:#e9fbfb;color:var(--cwi-teal);}
.value-card h3,.work-card h3{font-size:1.25rem;font-weight:900;color:var(--cwi-deep);}
.leadership-section{background:linear-gradient(180deg,#fff 0%,#f5fbff 100%);}
.leader-card{height:100%;border:1px solid #e4edf7;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 18px 55px rgba(6,43,85,.1);}
.leader-photo-wrap{position:relative;aspect-ratio:4/3;background:#edf7ff;overflow:hidden;}
.leader-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;}
.leader-body{padding:1.6rem;}
.leader-role{font-weight:900;color:var(--cwi-green);font-size:.96rem;text-transform:uppercase;letter-spacing:.04em;}
.leader-name{font-size:1.45rem;font-weight:900;color:var(--cwi-deep);margin:.35rem 0 .7rem;}
.leader-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;}
.leader-meta span{background:#f0f7ff;border:1px solid #dbeafe;color:#164373;border-radius:999px;padding:.45rem .75rem;font-weight:700;font-size:.85rem;}
.work-card{height:100%;border-radius:28px;overflow:hidden;border:1px solid #e4edf7;background:#fff;box-shadow:0 16px 50px rgba(6,43,85,.08);transition:.2s ease;}
.work-card:hover{transform:translateY(-5px);box-shadow:0 22px 70px rgba(6,43,85,.14);}
.work-card img{width:100%;height:180px;object-fit:cover;background:#f4f9ff;}
.work-body{padding:1.6rem;}
.work-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--cwi-soft);color:var(--cwi-blue);font-size:1.4rem;margin-bottom:1rem;}
.impact-wrap{background:linear-gradient(135deg,var(--cwi-deep),#0e62bd);border-radius:36px;color:white;padding:3rem;box-shadow:0 28px 80px rgba(6,43,85,.22);}
.impact-number{font-size:clamp(2.1rem,4vw,3.8rem);font-weight:900;letter-spacing:-.05em;color:#fff;}
.impact-label{color:#dceeff;font-weight:700;}
.quote-panel{background-image:linear-gradient(90deg,rgba(6,43,85,.94),rgba(11,79,163,.88)),url('../images/quote-water.svg');background-size:cover;background-position:center;border-radius:36px;color:#fff;padding:4rem 3rem;box-shadow:0 24px 70px rgba(6,43,85,.22);}
.quote-mark{font-size:4rem;line-height:1;color:#62beff;font-weight:900;}
.donation-cta{background:linear-gradient(135deg,#0c3d78,#0b4fa3 55%,#21a957);border-radius:36px;color:white;padding:4rem 3rem;position:relative;overflow:hidden;}
.donation-cta:before{content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.11);}
.donation-cta>*{position:relative;z-index:2;}
footer{background:#041d39;color:#cfe7ff;}
footer a{color:#eaf6ff;text-decoration:none;}
footer a:hover{color:#fff;text-decoration:underline;}
.footer-logo{width:200px;height:42px;object-fit:contain;background:#fff;border-radius:12px;padding:3px 8px;}
@media (max-width:991.98px){
  .hero-about{min-height:680px;background-image:linear-gradient(90deg,rgba(3,26,54,.94),rgba(5,48,95,.74)),url('../images/about-hero.svg');}
  .hero-mini-card .row{row-gap:1rem;}
  .section-pad{padding:72px 0;}
  .impact-wrap,.mission-card,.quote-panel,.donation-cta{padding:2rem;}
}
@media (max-width:575.98px){
  .navbar-brand img{width:180px;height:auto;}
  .hero-about{min-height:760px;}
  .hero-about h1{font-size:3rem;}
  .hero-about .d-flex.gap-3{flex-direction:column;align-items:stretch;}
  .btn-cwi,.btn-outline-cwi,.btn-white-outline{text-align:center;}
  .leader-body,.work-body{padding:1.25rem;}
}
