@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&display=swap');

:root{
  --navy-deep:#0D2136;
  --navy:#14304A;
  --navy-soft:#1F425F;
  --orange:#E08E2B;
  --orange-soft:#F2B15C;
  --teal:#2E9AA3;
  --teal-soft:#6FC2C8;
  --paper:#F7F4EC;
  --ink:#17222B;
  --ink-soft:#4B5760;
  --white:#FFFFFF;
  --line: rgba(20,48,74,0.12);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'Source Serif 4', serif;
  font-size:18px;
  line-height:1.6;
}
h1,h2,h3,.eyebrow,.nav a,.btn,.letter-word{
  font-family:'Space Grotesk', sans-serif;
}
a{color:inherit;}
img{max-width:100%;display:block;}
.wrap{max-width:1600px;margin:0 auto;padding:0 56px;}
section{padding:96px 0;}
@media (max-width:1400px){ .wrap{padding:0 40px;} }
@media (max-width:640px){ section{padding:64px 0;} .wrap{padding:0 20px;} }

.eyebrow{
  text-transform:uppercase;
  letter-spacing:0.14em;
  font-size:13px;
  font-weight:600;
  color:var(--orange);
  margin:0 0 14px 0;
}
h2{font-size:clamp(1.7rem, 3vw, 2.3rem); font-weight:700; color:var(--navy); margin:0 0 20px 0; line-height:1.15;}
p{margin:0 0 16px 0; color:var(--ink-soft);}
.lede{font-size:1.15rem; color:var(--ink);}

/* Header */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(13,33,54,0.94);
  backdrop-filter:blur(6px);
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.header-inner{
  max-width:1600px;margin:0 auto;padding:18px 56px;
  display:flex;align-items:center;justify-content:space-between;
}
@media (max-width:1400px){ .header-inner{padding:18px 40px;} }
@media (max-width:640px){ .header-inner{padding:16px 20px;} }
.brand{display:flex;align-items:center;gap:12px;color:var(--white);text-decoration:none;}
.logo-badge{
  background:var(--white); border-radius:10px; padding:4px;
  display:flex; align-items:center; justify-content:center;
  width:48px; height:48px; flex-shrink:0;
}
.brand-mark{width:100%;height:100%;object-fit:contain;}
.brand-name{font-weight:700;font-size:19px;letter-spacing:0.02em;}
nav.nav{display:flex;gap:28px;}
.nav a{color:rgba(255,255,255,0.82);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s ease;}
.nav a:hover, .nav a:focus-visible{color:var(--orange-soft);}
.nav a:focus-visible{outline:2px solid var(--orange-soft);outline-offset:4px;border-radius:2px;}
.nav a.active{color:var(--orange-soft);}
.nav-toggle{display:none;}
@media (max-width:800px){
  nav.nav{display:none;}
}

/* Buttons */
.cta-row{display:flex; gap:16px; flex-wrap:wrap;}
.btn{
  display:inline-block;
  font-weight:600; font-size:15px;
  padding:14px 26px;
  border-radius:6px;
  text-decoration:none;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:focus-visible{outline:2px solid var(--navy); outline-offset:3px;}
.btn-primary{background:var(--orange); color:var(--navy-deep);}
.btn-primary:hover{background:var(--orange-soft); transform:translateY(-1px);}
.btn-ghost{border:1px solid rgba(255,255,255,0.4); color:var(--white);}
.btn-ghost:hover{background:rgba(255,255,255,0.08);}
.btn-ghost.on-light{border:1px solid var(--navy); color:var(--navy);}
.btn-ghost.on-light:hover{background:rgba(20,48,74,0.06);}

/* Page hero (interior pages) */
.page-hero{
  background:
    radial-gradient(ellipse at 15% -20%, rgba(46,154,163,0.22), transparent 55%),
    radial-gradient(ellipse at 90% 0%, rgba(224,142,43,0.18), transparent 50%),
    linear-gradient(180deg, var(--navy-deep), var(--navy) 130%);
  color:var(--white);
  padding:88px 0 72px;
}
.page-hero h1{font-size:clamp(2.1rem, 4.4vw, 3.2rem); font-weight:700; margin:0 0 16px 0; line-height:1.1; max-width:18ch;}
.page-hero .hero-sub{font-family:'Source Serif 4', serif; font-size:1.1rem; color:rgba(255,255,255,0.82); max-width:52ch; margin:0;}

/* Full hero (home) */
.hero{
  background:
    radial-gradient(ellipse at 20% -10%, rgba(46,154,163,0.25), transparent 55%),
    radial-gradient(ellipse at 90% 0%, rgba(224,142,43,0.20), transparent 50%),
    linear-gradient(180deg, var(--navy-deep), var(--navy) 120%);
  color:var(--white);
  padding:120px 0 0;
  position:relative;
  overflow:hidden;
}
.hero .wrap{position:relative; z-index:2;}
.hero-top{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; margin-bottom:64px;}
@media (max-width:800px){
  .hero-top{grid-template-columns:1fr; gap:36px; margin-bottom:40px; text-align:center;}
  .hero-top .pillars, .hero-top .cta-row{justify-content:center;}
}
.hero-logo-card{
  background:var(--white); border-radius:28px; padding:48px;
  box-shadow:0 24px 64px rgba(0,0,0,0.35);
  justify-self:end; width:100%; max-width:640px;
}
@media (max-width:800px){ .hero-logo-card{justify-self:center; max-width:320px; padding:28px;} }
.hero-logo-card img{width:100%; height:auto; display:block;}
.hero-arc{position:absolute; right:-120px; top:-80px; width:520px; height:520px; border-radius:50%; border:1px solid rgba(255,255,255,0.08);}
.hero-arc.two{right:-200px; top:-160px; width:680px; height:680px; border-color:rgba(255,255,255,0.05);}
.hero h1{font-size:clamp(2.4rem, 5vw, 4rem); line-height:1.06; font-weight:700; margin:0 0 24px 0; max-width:15ch;}
.hero-sub{font-family:'Source Serif 4', serif; font-size:1.2rem; color:rgba(255,255,255,0.82); max-width:46ch; margin:0 0 40px 0;}
.pillars{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:44px;}
.pillar{font-size:13px; font-weight:600; letter-spacing:0.04em; padding:8px 16px; border-radius:100px; border:1px solid rgba(255,255,255,0.25); color:rgba(255,255,255,0.9);}
.hero-photo{
  margin-top:0; border-radius:18px 18px 0 0; overflow:hidden;
  height:340px; position:relative;
}
.hero-photo img{width:100%; height:100%; object-fit:cover; display:block;}
.hero-photo::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(13,33,54,0) 40%, rgba(13,33,54,0.55));
}

/* Photo captions / credit */
.photo-block{position:relative; border-radius:14px; overflow:hidden; background:var(--navy-soft);}
.photo-block img{width:100%; height:100%; object-fit:cover;}
.photo-tag{
  position:absolute; left:14px; bottom:14px;
  background:rgba(13,33,54,0.75); color:var(--white);
  font-family:'Space Grotesk',sans-serif; font-size:11.5px; font-weight:600;
  letter-spacing:0.04em; padding:6px 12px; border-radius:100px;
  text-transform:uppercase;
}

/* Split layout */
.split{display:grid; grid-template-columns:0.9fr 1.1fr; gap:64px; align-items:start;}
@media (max-width:800px){ .split{grid-template-columns:1fr; gap:32px;} }
.split.photo-left{grid-template-columns:1fr 1.1fr;}
.split.photo-right{grid-template-columns:1.1fr 1fr;}
@media (max-width:800px){ .split.photo-left, .split.photo-right{grid-template-columns:1fr;} }

.tag-list{display:flex; flex-wrap:wrap; gap:10px; margin-top:8px;}
.tag{font-family:'Space Grotesk', sans-serif; font-size:13.5px; font-weight:500; padding:9px 16px; border-radius:8px; background:var(--white); border:1px solid var(--line); color:var(--navy);}

/* Meaning band */
.meaning{background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.meaning-chain{list-style:none; margin:0; padding:0;}
.meaning-chain li{padding:14px 0; border-bottom:1px solid var(--line); display:flex; gap:14px; align-items:baseline;}
.meaning-chain li:last-child{border-bottom:none;}
.meaning-chain .dot{width:8px; height:8px; border-radius:50%; background:var(--teal); flex-shrink:0; transform:translateY(-2px);}

/* VALUE signature belt */
.value-section{background:var(--navy-deep); color:var(--white);}
.value-section .eyebrow{color:var(--teal-soft);}
.value-section h2{color:var(--white);}
.value-intro{color:rgba(255,255,255,0.75); max-width:60ch; margin-bottom:56px;}
.value-belt{display:grid; grid-template-columns:repeat(5,1fr); gap:1px; background:rgba(255,255,255,0.1); border-radius:14px; overflow:hidden;}
@media (max-width:900px){ .value-belt{grid-template-columns:1fr;} }
.value-cell{padding:36px 24px; background:var(--navy); transition:transform .2s ease;}
.value-cell:hover, .value-cell:focus-within{transform:translateY(-6px);}
.value-cell:nth-child(1){background:#123047;}
.value-cell:nth-child(2){background:#1a3a2f;}
.value-cell:nth-child(3){background:#123047;}
.value-cell:nth-child(4){background:#1a3a2f;}
.value-cell:nth-child(5){background:#123047;}
.value-letter{font-size:3.2rem; font-weight:700; line-height:1; margin-bottom:14px;}
.value-cell:nth-child(odd) .value-letter{color:var(--teal-soft);}
.value-cell:nth-child(even) .value-letter{color:var(--orange-soft);}
.letter-word{font-size:1rem; font-weight:600; margin-bottom:8px;}
.value-cell p{font-family:'Source Serif 4', serif; font-size:15px; color:rgba(255,255,255,0.72); margin:0;}

/* Core values pills */
.core-values{display:flex; flex-wrap:wrap; gap:12px; margin-top:8px;}
.core-pill{font-family:'Space Grotesk', sans-serif; font-weight:600; font-size:14px; padding:10px 18px; border-radius:100px; color:var(--white); background:linear-gradient(135deg, var(--navy), var(--teal));}

/* Programs */
.programs-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:48px;}
@media (max-width:900px){ .programs-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:640px){ .programs-grid{grid-template-columns:1fr;} }
.program-card{background:var(--white); border:1px solid var(--line); border-radius:14px; overflow:hidden; display:flex; flex-direction:column;}
.program-photo{height:150px; overflow:hidden;}
.program-photo img{width:100%; height:100%; object-fit:cover;}
.program-body{padding:26px;}
.program-icon{width:44px; height:44px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin-bottom:18px;}
.program-card h3{margin:0 0 6px 0; color:var(--navy); font-size:1.15rem; font-weight:700;}
.program-tagline{color:var(--orange); font-weight:600; font-size:13.5px; margin-bottom:14px;}
.program-list{list-style:none; margin:0; padding:0; font-size:14.5px; color:var(--ink-soft);}
.program-list li{padding:5px 0; border-top:1px solid var(--line);}
.program-list li:first-child{border-top:none;}

/* Impact */
.impact{background:var(--paper);}
.impact-flow{display:flex; align-items:stretch; gap:0; margin-top:48px; flex-wrap:wrap;}
.impact-step{flex:1; min-width:220px; background:var(--white); border:1px solid var(--line); border-radius:14px; padding:30px 26px;}
.impact-step + .impact-step{margin-left:24px;}
@media (max-width:800px){ .impact-step + .impact-step{margin-left:0; margin-top:24px;} }
.impact-num{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:13px; color:var(--teal); letter-spacing:0.08em; margin-bottom:12px; text-transform:uppercase;}
.impact-step h3{margin:0 0 8px 0; color:var(--navy); font-size:1.1rem;}
.impact-step p{margin:0; font-size:15px;}

.stat-row{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:56px;}
@media (max-width:700px){ .stat-row{grid-template-columns:1fr;} }
.stat-card{background:var(--white); border:1px solid var(--line); border-radius:14px; padding:28px; text-align:center;}
.stat-num{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:2.4rem; color:var(--navy);}
.stat-label{font-size:13.5px; color:var(--ink-soft); margin-top:6px; text-transform:uppercase; letter-spacing:0.06em;}

/* Help / get involved */
.help{background:var(--navy); color:var(--white);}
.help .eyebrow{color:var(--orange-soft);}
.help h2{color:var(--white);}
.help-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:40px;}
@media (max-width:800px){ .help-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:560px){ .help-grid{grid-template-columns:1fr;} }
.help-item{border:1px solid rgba(255,255,255,0.15); border-radius:12px; padding:22px; font-family:'Space Grotesk',sans-serif; font-weight:500; font-size:15px;}
.help-note{margin-top:40px; color:rgba(255,255,255,0.7); font-size:15px;}

.ways-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:48px;}
@media (max-width:700px){ .ways-grid{grid-template-columns:1fr;} }
.way-card{background:var(--white); border:1px solid var(--line); border-radius:14px; overflow:hidden;}
.way-photo{height:180px;}
.way-photo img{width:100%; height:100%; object-fit:cover;}
.way-body{padding:26px;}
.way-body h3{margin:0 0 8px 0; color:var(--navy);}

/* Closing */
.closing{background:var(--white); text-align:center; padding:110px 0;}
.closing h2{font-size:clamp(1.8rem, 4vw, 2.6rem); color:var(--navy); max-width:22ch; margin:0 auto 18px;}
.closing .accent{color:var(--orange);}
.closing-sub{color:var(--ink-soft); font-size:1.1rem; max-width:40ch; margin:0 auto 36px;}

.footer-logo-badge{
  background:var(--white); border-radius:12px; padding:6px;
  width:52px; height:52px; margin:0 auto 16px;
  display:flex; align-items:center; justify-content:center;
}
.footer-logo{width:100%; height:100%; object-fit:contain;}
.closing-logo{width:72px; height:72px; object-fit:contain; margin:0 auto 24px;}

footer{background:var(--navy-deep); color:rgba(255,255,255,0.6); text-align:center; padding:36px 0; font-family:'Space Grotesk',sans-serif; font-size:13.5px;}
footer .foot-links{margin-top:10px; display:flex; gap:18px; justify-content:center; flex-wrap:wrap;}
footer a{color:rgba(255,255,255,0.6); text-decoration:none;}
footer a:hover{color:var(--orange-soft);}

@media (prefers-reduced-motion: reduce){
  *{transition:none !important; scroll-behavior:auto !important;}
}
