:root{
  --teal:#0b6f69;--teal-dark:#07534f;--mint:#8fe1d1;--purple:#9253aa;
  --plum:#702d7b;--cream:#fbf8f2;--ink:#17302e;--muted:#61706e;--white:#fff;
  --gold:#d6a74b;--line:#dfe9e6;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",system-ui,sans-serif;color:var(--ink);background:var(--white);line-height:1.6}
a{color:inherit;text-decoration:none}
.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);position:sticky;top:0;z-index:30;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(11,111,105,.08)}
.brand,.footer-brand{display:flex;gap:12px;align-items:center}.brand strong,.footer-brand strong{display:block;font-family:"Playfair Display",serif;font-size:18px}.brand small,.footer-brand small{display:block;color:var(--purple);font-size:12px}
.balloon-mark{position:relative;width:44px;height:48px;display:inline-block}.b{position:absolute;width:20px;height:26px;border-radius:55% 55% 50% 50%;top:2px}.b:after{content:"";position:absolute;width:1px;height:20px;background:#718681;left:10px;top:24px;transform:rotate(10deg)}.b1{left:2px;background:var(--purple);transform:rotate(-8deg)}.b2{left:14px;top:0;background:#b56bd0;z-index:2}.b3{left:26px;background:var(--mint);transform:rotate(8deg)}
.nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:600}.nav a:hover{color:var(--teal)}.nav-cta{background:var(--teal);color:white!important;padding:10px 16px;border-radius:999px}.menu-btn{display:none;background:none;border:0;font-size:26px}
.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding:70px clamp(24px,7vw,110px) 82px;background:linear-gradient(135deg,#fff 0%,#f5fbf9 54%,#faf5fb 100%);overflow:hidden}
.hero-copy{max-width:690px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--teal)}.eyebrow{display:inline-block;background:#e9f6f3;border:1px solid #cae8e1;border-radius:999px;padding:8px 13px;margin-bottom:20px}
h1,h2{font-family:"Playfair Display",serif;line-height:1.02;margin:0 0 22px}h1{font-size:clamp(47px,5.6vw,82px);letter-spacing:-.035em}h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.025em}em{font-style:italic;color:var(--purple)}
.hero-copy p{font-size:18px;color:var(--muted);max-width:640px}.hero-actions,.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--teal);color:white}.secondary{border:1px solid var(--teal);color:var(--teal);background:white}.white{background:white;color:var(--teal-dark)}
.hero-art{min-height:490px;position:relative}.arch{position:absolute;inset:10px 0 0 0}.orb{position:absolute;border-radius:50%;box-shadow:inset -10px -10px 20px rgba(0,0,0,.05),0 15px 35px rgba(20,80,75,.1)}.o1{width:120px;height:120px;left:12%;top:7%;background:#9ee8da}.o2{width:105px;height:105px;left:31%;top:0;background:#fff;border:1px solid #e4efec}.o3{width:94px;height:94px;left:49%;top:5%;background:#b989c8}.o4{width:115px;height:115px;left:64%;top:16%;background:#85dacb}.o5{width:82px;height:82px;left:78%;top:28%;background:#fff;border:1px solid #e4efec}.o6{width:88px;height:88px;left:6%;top:29%;background:#b77ac8}.o7{width:76px;height:76px;left:23%;top:23%;background:#fff;border:1px solid #e4efec}.o8{width:68px;height:68px;left:45%;top:22%;background:#78d3c4}.o9{width:72px;height:72px;left:62%;top:37%;background:#a463b6}.o10{width:92px;height:92px;left:5%;top:49%;background:#84dacb}.o11{width:68px;height:68px;left:18%;top:58%;background:#fff;border:1px solid #e4efec}.o12{width:78px;height:78px;left:78%;top:48%;background:#92dfd1}.o13{width:64px;height:64px;left:69%;top:60%;background:#fff;border:1px solid #e4efec}.o14{width:72px;height:72px;left:86%;top:60%;background:#b881c7}.o15{width:62px;height:62px;left:2%;top:70%;background:#fff;border:1px solid #e4efec}
.hero-card{position:absolute;left:29%;top:36%;width:57%;background:rgba(255,255,255,.95);border-radius:24px;padding:26px;box-shadow:0 28px 70px rgba(43,80,75,.18);border:1px solid rgba(255,255,255,.9)}.hero-card .mini{font-size:11px;letter-spacing:.15em;color:var(--purple);font-weight:800}.hero-card strong{display:block;font-family:"Playfair Display";font-size:38px;color:var(--teal);margin:4px 0}.hero-card p{margin:0;color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--teal);color:white;padding:30px clamp(20px,7vw,110px)}.stats article{text-align:center;border-right:1px solid rgba(255,255,255,.22)}.stats article:last-child{border-right:0}.stats strong{display:block;font-family:"Playfair Display";font-size:38px}.stats span{font-size:13px;opacity:.9}
.section{padding:100px clamp(24px,7vw,110px)}.section-kicker{margin-bottom:20px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.two-col>div>p,.impact-grid p{color:var(--muted);font-size:17px}
.cards{display:grid;gap:20px;margin-top:54px}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.card,.step{background:var(--cream);border:1px solid #eee9df;border-radius:20px;padding:28px}.card h3,.step h3{margin:14px 0 8px}.card p,.step p{color:var(--muted);margin:0}.icon{width:46px;height:46px;border-radius:14px;background:white;display:grid;place-items:center;font-size:22px;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.quote-band{background:linear-gradient(120deg,var(--plum),var(--purple));padding:70px 24px;color:white;text-align:center}.quote-band blockquote{font-family:"Playfair Display";font-size:clamp(28px,3.2vw,46px);max-width:900px;margin:0 auto 12px;line-height:1.2}.quote-band span{opacity:.82}
.impact{background:#f4faf8}.impact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.milestones{display:flex;flex-direction:column;gap:14px}.milestone{display:flex;gap:18px;align-items:center;background:white;border-radius:18px;padding:20px;border:1px solid var(--line)}.milestone>span{font-family:"Playfair Display";font-size:28px;color:var(--purple);min-width:42px}.milestone strong{font-size:17px}.milestone p{margin:1px 0 0!important;font-size:14px!important}.milestone.upcoming{border-color:#96d8ce;background:#ecf8f5}
.step b{font-family:"Playfair Display";font-size:26px;color:var(--purple)}.program>h2{max-width:700px}
.give{padding:100px 24px;background:var(--teal-dark);color:white;text-align:center;position:relative;overflow:hidden}.give:before,.give:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.04)}.give:before{width:420px;height:420px;left:-150px;top:-150px}.give:after{width:520px;height:520px;right:-210px;bottom:-250px}.give-inner{position:relative;z-index:1;max-width:820px;margin:auto}.section-kicker.light{color:#bce9df}.give h2{font-size:clamp(46px,5vw,68px)}.give p{font-size:18px;opacity:.9}.thanks{margin:30px 0}.give small{display:block;margin-top:16px;opacity:.66}
.contact-box{border-left:3px solid var(--mint);padding-left:28px}.contact-box>a{font-size:20px;color:var(--teal);font-weight:700}.text-link{color:var(--purple);font-weight:700;display:inline-flex;align-items:center;padding:13px 0}
footer{padding:55px clamp(24px,7vw,110px);background:#142d2b;color:#dce7e5;display:grid;grid-template-columns:1fr 1.3fr;gap:40px;align-items:center}footer p{margin:0;opacity:.78}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:24px;font-size:12px}.footer-brand small{color:#c89fd2}
@media(max-width:900px){
  .nav{display:none;position:absolute;top:85px;left:0;right:0;background:white;padding:20px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-btn{display:block}.hero{grid-template-columns:1fr;padding-top:50px}.hero-art{min-height:430px}.stats{grid-template-columns:1fr 1fr;gap:0}.stats article{padding:16px 8px;border-bottom:1px solid rgba(255,255,255,.18)}.stats article:nth-child(2){border-right:0}.two-col,.impact-grid{grid-template-columns:1fr;gap:26px}.three,.four{grid-template-columns:1fr 1fr}.impact-grid{gap:40px}footer{grid-template-columns:1fr}
}
@media(max-width:560px){
  .site-header{height:76px}.brand strong{font-size:15px}.brand small{font-size:10px}.hero{padding:44px 20px 60px}.hero-art{min-height:350px}.hero-card{left:20%;width:70%;top:34%}.hero-card strong{font-size:30px}.section{padding:75px 20px}.stats{padding:18px 8px}.stats strong{font-size:30px}.stats span{font-size:11px}.three,.four{grid-template-columns:1fr}.give{padding:80px 20px}.contact-box{padding-left:18px}.cards{margin-top:36px}
}

.brand-logo{width:255px;max-height:72px;object-fit:contain;object-position:left center}
.footer-logo{width:280px;max-width:100%;background:#fff;border-radius:12px;padding:8px}
.gallery{background:#fff}
.gallery-note{max-width:700px;color:var(--muted);font-size:17px}
@media(max-width:560px){.brand-logo{width:190px;max-height:62px}}

/* Real program photography */
.hero-photo-wrap{
  min-height:500px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-photo{
  width:100%;
  height:500px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 30px 80px rgba(31,77,72,.18);
  border:8px solid rgba(255,255,255,.9);
}
.hero-photo-wrap .hero-card{
  left:auto;
  right:-18px;
  top:auto;
  bottom:24px;
  width:min(330px,72%);
}
.gallery-heading{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:end;
  margin-bottom:42px;
}
.gallery-heading p{
  color:var(--muted);
  font-size:17px;
}
.photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.photo-grid figure{
  margin:0;
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(28,74,70,.08);
}
.photo-grid figure.photo-wide{
  grid-column:span 2;
}
.photo-grid img{
  display:block;
  width:100%;
  height:340px;
  object-fit:cover;
}
.photo-grid .photo-wide img{
  height:390px;
}
.photo-grid figcaption{
  padding:14px 16px 16px;
  color:var(--muted);
  font-size:14px;
  font-weight:600;
}
@media(max-width:900px){
  .gallery-heading{grid-template-columns:1fr;gap:10px}
  .photo-grid{grid-template-columns:1fr 1fr}
  .photo-grid figure.photo-wide{grid-column:span 2}
}
@media(max-width:560px){
  .hero-photo-wrap{min-height:390px}
  .hero-photo{height:390px;border-radius:20px;border-width:5px}
  .hero-photo-wrap .hero-card{right:10px;bottom:14px;width:78%}
  .photo-grid{grid-template-columns:1fr}
  .photo-grid figure.photo-wide{grid-column:span 1}
  .photo-grid img,.photo-grid .photo-wide img{height:280px}
}
