:root{
  --purple-900:#3a1252;
  --purple-700:#54208a;
  --purple-600:#6b2ba8;
  --teal-700:#1f7a6c;
  --teal-600:#278f7e;
  --gold-500:#e2a63b;
  --gold-600:#c98f28;
  --ink:#221c2b;
  --muted:#65606c;
  --bg:#faf9fb;
  --card:#ffffff;
  --border:#eae6ee;
  --cream:#faf3e3;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  color:var(--ink);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.brand{font-family:'Poppins',sans-serif;}
img{max-width:100%;display:block;}
a{color:inherit;}
.wrap{max-width:1180px;margin:0 auto;padding:0 1.5rem;}
.btn{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.8rem 1.5rem;border-radius:999px;
  font-weight:600;font-size:.95rem;text-decoration:none;
  border:2px solid transparent;cursor:pointer;transition:transform .15s ease, background .15s ease;
}
.btn:hover{transform:translateY(-1px);}
.btn-purple{background:var(--purple-700);color:#fff;}
.btn-purple:hover{background:var(--purple-900);}
.btn-gold{background:var(--gold-500);color:#2a1c04;}
.btn-gold:hover{background:var(--gold-600);}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.6);}
.btn-outline:hover{background:rgba(255,255,255,.12);}

/* Header */
header.site{
  position:sticky;top:0;z-index:50;
  background:#fff;border-bottom:1px solid var(--border);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0;}
.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--purple-700);}
.brand svg{width:42px;height:42px;flex:none;}
.brand-text{line-height:1.15;}
.brand-text strong{display:block;font-size:1.05rem;color:var(--purple-700);}
.brand-text span{display:block;font-size:.7rem;letter-spacing:.06em;color:var(--gold-600);font-weight:600;text-transform:uppercase;}
nav.links{display:flex;align-items:center;gap:1.6rem;}
nav.links a{
  text-decoration:none;color:var(--ink);font-weight:500;font-size:.93rem;
  padding-bottom:.3rem;border-bottom:2px solid transparent;
}
nav.links a.active,nav.links a:hover{border-color:var(--gold-500);color:var(--purple-700);}
.nav-right{display:flex;align-items:center;gap:1.4rem;}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem;}
.nav-toggle svg{width:26px;height:26px;color:var(--purple-700);}

/* Page hero (interior pages) */
.page-hero{
  background:linear-gradient(120deg,var(--purple-900),var(--purple-700));color:#fff;
  padding:3.4rem 0;text-align:center;position:relative;overflow:hidden;
}
.page-hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background-image:radial-gradient(rgba(255,255,255,.09) 1.5px, transparent 1.5px);
  background-size:22px 22px;
  mask-image:radial-gradient(ellipse at center, rgba(0,0,0,.6), transparent 75%);
  -webkit-mask-image:radial-gradient(ellipse at center, rgba(0,0,0,.6), transparent 75%);
}
.page-hero::after{
  content:"";position:absolute;pointer-events:none;z-index:0;border-radius:50%;
  width:280px;height:280px;border:2px dashed rgba(255,255,255,.18);
  top:-140px;right:-90px;
}
.page-hero .wrap{position:relative;z-index:1;}
.page-hero h1{margin:0 0 .5rem;font-size:2.1rem;}
.page-hero p{margin:0 auto;color:#e6dcf0;max-width:56ch;line-height:1.6;}
.hero-icon{
  width:60px;height:60px;border-radius:50%;margin:0 auto 1.1rem;
  background:rgba(255,255,255,.14);box-shadow:0 0 0 1px rgba(255,255,255,.2) inset;
  display:flex;align-items:center;justify-content:center;
}
.hero-icon svg{width:28px;height:28px;color:var(--gold-500);}
@media (prefers-reduced-motion: no-preference){
  .page-hero::after{animation:spinSlow 30s linear infinite;}
}

/* Hero */
.hero{background:linear-gradient(180deg,#fff, #fbf8fc);}
.hero .wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:2.5rem;align-items:center;padding-top:3rem;padding-bottom:3rem;}
.hero h1{font-size:2.6rem;line-height:1.15;margin:0 0 .4rem;color:var(--purple-700);}
.hero .tagline{font-size:1.5rem;font-weight:700;color:var(--teal-700);margin:0 0 1rem;font-family:'Poppins',sans-serif;}
.hero p{color:var(--muted);font-size:1.02rem;line-height:1.6;margin:0 0 1.6rem;max-width:46ch;}
.hero .cta{display:flex;gap:.9rem;flex-wrap:wrap;}
.hero-photo{border-radius:16px;overflow:hidden;box-shadow:0 18px 40px -18px rgba(58,18,82,.35);}
.hero-photo img{width:100%;height:100%;object-fit:cover;}

/* Mission banner */
.mission{background:linear-gradient(120deg,var(--purple-900),var(--purple-700));color:#fff;position:relative;overflow:hidden;}
.pattern-dots::before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background-image:radial-gradient(rgba(255,255,255,.09) 1.5px, transparent 1.5px);
  background-size:22px 22px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,.15));
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,.15));
}
.mission .wrap{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:center;padding:3.2rem 1.5rem;
}
.mission-content{display:flex;flex-direction:column;gap:1rem;}
.mission .icon{
  width:56px;height:56px;border-radius:14px;background:rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.mission .icon svg{width:30px;height:30px;color:var(--gold-500);}
.mission-title{display:flex;align-items:center;gap:1.2rem;}
.mission-title h2{margin:0;font-size:1.4rem;}
.mission-body{font-size:.98rem;line-height:1.6;color:#ece6f4;margin:0;}
.mission-quote{
  border-left:2px solid rgba(255,255,255,.3);padding-left:1.4rem;margin:0;
  font-style:italic;color:var(--gold-500);font-weight:600;font-size:1rem;line-height:1.65;
}

/* Mission visual panel */
.mission-visual{position:relative;min-height:250px;display:flex;align-items:center;justify-content:center;}
.mission-visual .ring{position:absolute;border-radius:50%;border:2px solid rgba(255,255,255,.2);}
.mission-visual .ring-outer{width:220px;height:220px;border-style:dashed;}
.mission-visual .ring-mid{width:168px;height:168px;border-color:rgba(255,255,255,.3);}
.mission-badge-icon{
  position:relative;z-index:1;width:116px;height:116px;border-radius:50%;
  background:rgba(255,255,255,.14);box-shadow:0 0 0 1px rgba(255,255,255,.18) inset;
  display:flex;align-items:center;justify-content:center;
}
.mission-badge-icon svg{width:54px;height:54px;color:var(--gold-500);}
.mission-chip{
  position:absolute;display:flex;align-items:center;gap:.4rem;z-index:2;
  background:#fff;color:var(--purple-700);font-weight:700;font-size:.72rem;
  padding:.45rem .8rem;border-radius:999px;box-shadow:0 10px 20px -8px rgba(0,0,0,.4);
  white-space:nowrap;
}
.mission-chip svg{width:14px;height:14px;color:var(--gold-600);flex:none;}
.mission-chip.chip-1{top:2%;left:-4%;}
.mission-chip.chip-2{bottom:14%;left:-2%;}
.mission-chip.chip-3{bottom:-2%;right:-2%;}
@media (prefers-reduced-motion: no-preference){
  .mission-visual .ring-outer{animation:spinSlow 28s linear infinite;}
  .mission-visual .ring-mid{animation:spinSlow 20s linear infinite reverse;}
  .mission-chip{animation:chipFloat 4.2s ease-in-out infinite;}
  .mission-chip.chip-2{animation-delay:.6s;}
  .mission-chip.chip-3{animation-delay:1.2s;}
}
@keyframes spinSlow{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

/* Section heading */
.section{padding:3.6rem 0;}
.section-head{text-align:center;margin-bottom:2.2rem;}
.section-head h2{
  color:var(--purple-700);font-size:1.7rem;margin:0 0 .5rem;display:inline-block;position:relative;
}
.section-head h2::after{
  content:"";display:block;width:56px;height:3px;background:var(--gold-500);
  margin:.5rem auto 0;border-radius:2px;
}
.section-head p{color:var(--muted);margin:0;max-width:60ch;margin-left:auto;margin-right:auto;}

/* Programs grid */
.programs{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;}
.programs.programs-compact{grid-template-columns:repeat(4,1fr);}
.program-card{
  background:var(--card);border:1px solid var(--border);border-radius:14px;
  padding:1.5rem 1.2rem;text-align:center;transition:box-shadow .15s ease, transform .15s ease;
}
.program-card:hover{box-shadow:0 14px 30px -18px rgba(58,18,82,.35);transform:translateY(-2px);}
.badge{
  width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  margin:0 auto .9rem;color:#fff;
}
.badge svg{width:24px;height:24px;}
.bg-purple{background:var(--purple-700);}
.bg-teal{background:var(--teal-700);}
.bg-gold{background:var(--gold-500);color:#2a1c04;}
.program-card h3{margin:0 0 .4rem;font-size:1.02rem;color:var(--ink);}
.program-card p{margin:0;font-size:.85rem;color:var(--muted);line-height:1.5;}

/* Impact stats */
.impact{background:linear-gradient(120deg,var(--teal-700),var(--teal-600));color:#fff;}
.impact .wrap{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2.6rem 1.5rem;text-align:center;
}
.impact .stat svg{width:34px;height:34px;margin-bottom:.6rem;opacity:.9;}
.impact .stat strong{display:block;font-size:1.7rem;font-family:'Poppins',sans-serif;}
.impact .stat span{font-size:.85rem;opacity:.9;}

/* Why it matters */
.why{background:var(--cream);}
.why .wrap{display:grid;grid-template-columns:1fr 1.15fr .8fr;gap:1.8rem;align-items:center;padding:3.4rem 1.5rem;}
.why img{border-radius:14px;width:100%;height:100%;object-fit:cover;}
.why h2{color:var(--purple-700);font-size:1.5rem;margin:0 0 .7rem;}
.why > .wrap > div:nth-child(2) p{color:var(--muted);line-height:1.6;margin:0 0 1rem;}
.why ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem;}
.why li{display:flex;gap:.6rem;align-items:flex-start;font-size:.94rem;}
.why li svg{width:18px;height:18px;color:var(--teal-700);flex:none;margin-top:.15rem;}
.why-box{
  background:var(--teal-700);color:#fff;border-radius:16px;padding:1.8rem;text-align:center;
  font-family:'Poppins',sans-serif;font-weight:700;font-size:1.1rem;line-height:1.5;
}
.why-box svg{width:26px;height:26px;color:var(--gold-500);margin-top:.8rem;}

/* Events */
.events{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;margin-bottom:2rem;}
.event-card{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;}
.event-media{position:relative;}
.event-media img{height:110px;width:100%;object-fit:cover;}
.event-date{
  position:absolute;left:.7rem;bottom:-.6rem;background:var(--purple-700);color:#fff;
  border-radius:8px;padding:.35rem .55rem;text-align:center;font-family:'Poppins',sans-serif;
  line-height:1.05;box-shadow:0 6px 14px -6px rgba(0,0,0,.4);
}
.event-date .d{font-size:1rem;font-weight:700;}
.event-date .m{font-size:.6rem;letter-spacing:.05em;text-transform:uppercase;}
.event-date.ongoing{background:var(--teal-700);font-size:.62rem;padding:.5rem .5rem;}
.event-body{padding:1.4rem .9rem .9rem;}
.event-body h4{margin:0 0 .3rem;font-size:.95rem;color:var(--ink);}
.event-body .when{font-size:.75rem;color:var(--gold-600);font-weight:600;margin:0 0 .4rem;}
.event-body p{margin:0;font-size:.8rem;color:var(--muted);line-height:1.45;}
.events-cta{text-align:center;}

/* Promise steps */
.promise-head{text-align:center;margin-bottom:2.2rem;}
.promise-head h2{color:var(--purple-700);font-size:1.5rem;margin:0 0 .2rem;}
.promise-head .sub{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.05rem;}
.promise-head .sub .d1{color:var(--purple-700);}
.promise-head .sub .d2{color:var(--teal-700);}
.promise-head .sub .d3{color:var(--gold-600);}
.promise{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:1rem;align-items:center;}
.promise-card{border-radius:16px;padding:1.6rem;}
.promise-card.dream{background:#efe6f7;}
.promise-card.discover{background:#e2f2ee;}
.promise-card.develop{background:#fbedd4;}
.promise-card .icon{width:38px;height:38px;margin-bottom:.7rem;}
.promise-card.dream .icon{color:var(--purple-700);}
.promise-card.discover .icon{color:var(--teal-700);}
.promise-card.develop .icon{color:var(--gold-600);}
.promise-card h4{margin:0 0 .4rem;font-size:.95rem;letter-spacing:.03em;text-transform:uppercase;}
.promise-card p{margin:0;font-size:.85rem;color:var(--muted);line-height:1.5;}
.promise-arrow{color:var(--muted);width:22px;height:22px;}

/* Voices */
.voices{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;}
.voice-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;position:relative;overflow:hidden;}
.voice-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold-500),var(--purple-700));}
.voice-top{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;}
.voice-top img{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:none;}
.voice-quote-mark{color:var(--purple-700);font-size:1.6rem;font-family:Georgia,serif;line-height:1;}
.voice-card p{margin:0 0 .7rem;color:var(--ink);font-size:.92rem;line-height:1.55;}
.voice-card .who{font-size:.8rem;color:var(--muted);font-weight:600;}

/* Generic content cards (resources, get-involved) */
.info-card{
  background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.6rem;
  position:relative;overflow:hidden;transition:transform .25s ease, box-shadow .25s ease;
}
.info-card::before{
  content:"";position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--purple-700),var(--teal-600));
}
.cols-3 > *:nth-child(3n+2)::before{background:linear-gradient(90deg,var(--teal-600),var(--gold-500));}
.cols-3 > *:nth-child(3n)::before{background:linear-gradient(90deg,var(--gold-500),var(--purple-700));}
.info-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px -18px rgba(58,18,82,.3);}
.info-card h3{margin:0 0 .5rem;color:var(--purple-700);font-size:1.05rem;}
.info-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55;}
.cols-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;}
.cols-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}
.note{
  background:var(--cream);border:1px dashed var(--gold-600);border-radius:12px;
  padding:1rem 1.2rem;font-size:.85rem;color:#6b4f18;line-height:1.55;
}

/* Cream section with soft blob decoration */
.section-cream{background:var(--cream);position:relative;overflow:hidden;}
.section-cream::before{
  content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none;
  width:340px;height:340px;background:radial-gradient(circle,rgba(84,32,138,.07),transparent 70%);
  top:-120px;left:-100px;
}
.section-cream::after{
  content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none;
  width:260px;height:260px;background:radial-gradient(circle,rgba(31,122,108,.08),transparent 70%);
  bottom:-100px;right:-80px;
}
.section-cream .wrap{position:relative;z-index:1;}

/* Photo strip (Events page) */
.photo-strip{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap;margin-top:1.6rem;}
.photo-strip img{
  width:96px;height:96px;object-fit:cover;border-radius:12px;border:3px solid rgba(255,255,255,.85);
  box-shadow:0 12px 24px -10px rgba(0,0,0,.5);transform:rotate(var(--r,0deg));
}
.photo-strip img:nth-child(1){--r:-6deg;}
.photo-strip img:nth-child(2){--r:4deg;}
.photo-strip img:nth-child(3){--r:-3deg;}
.photo-strip img:nth-child(4){--r:5deg;}
@media (prefers-reduced-motion: no-preference){
  .photo-strip img{transition:transform .3s ease;}
  .photo-strip img:hover{transform:rotate(0) scale(1.08) translateY(-4px);}
}

/* Contact page */
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2.2rem;align-items:start;}
.contact-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.6rem;}
.contact-card ul{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.7rem;font-size:.92rem;}
.contact-card li{display:flex;gap:.7rem;align-items:flex-start;}
.contact-card svg{width:18px;height:18px;flex:none;margin-top:.15rem;color:var(--teal-700);}
.contact-card iframe{width:100%;border:0;border-radius:10px;margin-top:.5rem;}
.form-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.6rem;}
.form-row{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;}
.form-row label{font-size:.85rem;font-weight:600;color:var(--ink);}
.form-row input,.form-row textarea{
  padding:.7rem .9rem;border-radius:8px;border:1px solid var(--border);font-size:.9rem;
  font-family:inherit;background:#fff;color:var(--ink);
}
.form-row textarea{resize:vertical;min-height:120px;}
.form-msg{font-size:.85rem;color:var(--teal-700);margin-top:.6rem;min-height:1em;}

/* Footer */
footer.site{background:linear-gradient(160deg,var(--purple-900),#2c0e40);color:#efe9f5;position:relative;overflow:hidden;}
footer.site::before{
  content:"";position:absolute;left:0;right:0;bottom:0;height:110px;pointer-events:none;z-index:0;
  opacity:.5;background-repeat:repeat-x;background-position:bottom;background-size:340px 110px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='110' viewBox='0 0 340 110'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Crect x='10' y='40' width='26' height='70'/%3E%3Crect x='42' y='20' width='22' height='90'/%3E%3Crect x='70' y='55' width='30' height='55'/%3E%3Crect x='108' y='10' width='20' height='100'/%3E%3Crect x='134' y='45' width='26' height='65'/%3E%3Crect x='168' y='30' width='22' height='80'/%3E%3Crect x='196' y='60' width='30' height='50'/%3E%3Crect x='232' y='15' width='20' height='95'/%3E%3Crect x='258' y='48' width='26' height='62'/%3E%3Crect x='290' y='25' width='22' height='85'/%3E%3Crect x='316' y='58' width='18' height='52'/%3E%3C/g%3E%3C/svg%3E");
}
footer.site .wrap,footer.site .foot-bottom{position:relative;z-index:1;}
footer.site .wrap{
  display:grid;grid-template-columns:1.2fr 1fr 1.2fr;gap:2.5rem;padding:3rem 1.5rem 2rem;
}
.foot-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:.9rem;}
.foot-brand svg{width:40px;height:40px;}
.foot-brand strong{display:block;font-family:'Poppins',sans-serif;font-size:1.05rem;color:#fff;}
.foot-brand span{display:block;font-size:.7rem;color:var(--gold-500);letter-spacing:.05em;}
footer.site h5{margin:0 0 1rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:#d8cee8;}
.socials{display:flex;gap:.6rem;margin-bottom:1.2rem;}
.socials a{
  width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;text-decoration:none;
}
.socials a svg{width:17px;height:17px;color:#fff;}
.socials a:hover{background:var(--gold-500);}
.foot-actions{display:flex;gap:.7rem;flex-wrap:wrap;}
.foot-actions .btn-gold{padding:.6rem 1.1rem;font-size:.85rem;}
.foot-actions .btn-teal{background:var(--teal-600);color:#fff;padding:.6rem 1.1rem;font-size:.85rem;}
.foot-actions .btn-teal:hover{background:var(--teal-700);}
footer.site p{font-size:.85rem;line-height:1.6;color:#d8cee8;margin:0 0 1.2rem;}
.subscribe{display:flex;gap:.5rem;}
.subscribe input{
  flex:1;padding:.65rem .9rem;border-radius:8px;border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);color:#fff;font-size:.85rem;
}
.subscribe input::placeholder{color:#cabbdb;}
.subscribe button{
  background:var(--purple-600);color:#fff;border:none;border-radius:8px;padding:.65rem 1rem;
  font-weight:600;cursor:pointer;font-size:.85rem;
}
.subscribe button:hover{background:var(--purple-700);}
.subscribe-msg{font-size:.78rem;color:var(--gold-500);margin-top:.5rem;min-height:1em;}
.contact-list{list-style:none;margin:0;padding:0;font-size:.85rem;color:#d8cee8;display:flex;flex-direction:column;gap:.5rem;}
.contact-list li{display:flex;gap:.6rem;align-items:flex-start;}
.contact-list svg{width:16px;height:16px;flex:none;margin-top:.15rem;color:var(--gold-500);}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);}
.foot-bottom .wrap{
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;padding:1.1rem 1.5rem;
  font-size:.78rem;color:#b9a9cd;
}
.foot-bottom a{text-decoration:none;color:#b9a9cd;margin-left:1rem;}
.foot-bottom a:hover{color:#fff;}

/* Mobile */
@media (max-width: 960px){
  .hero .wrap{grid-template-columns:1fr;padding-top:2rem;}
  .hero-photo{order:-1;}
  .programs{grid-template-columns:repeat(2,1fr);}
  .events{grid-template-columns:repeat(2,1fr);}
  .why .wrap{grid-template-columns:1fr;}
  .promise{grid-template-columns:1fr;}
  .promise-arrow{transform:rotate(90deg);margin:0 auto;animation:none;}
  .voices{grid-template-columns:1fr;}
  .cols-3{grid-template-columns:1fr 1fr;}
  .cols-2{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .steps{grid-template-columns:1fr 1fr;}
  footer.site .wrap{grid-template-columns:1fr;}

  .mission .wrap{grid-template-columns:1fr;padding:2.2rem 1.5rem;}
  .mission-visual{order:-1;min-height:200px;}
  .mission-visual .ring-outer{width:170px;height:170px;}
  .mission-visual .ring-mid{width:128px;height:128px;}
  .mission-badge-icon{width:92px;height:92px;}
  .mission-badge-icon svg{width:42px;height:42px;}

  nav.links{
    position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;
    align-items:flex-start;padding:1rem 1.5rem 1.5rem;border-bottom:1px solid var(--border);
    display:none;gap:.8rem;
  }
  nav.links.open{display:flex;}
  .nav-right .btn{display:none;}
  .nav-toggle{display:block;}
}
@media (max-width: 720px){
  .hero h1{font-size:2rem;}
  .page-hero h1{font-size:1.6rem;}
  .programs{grid-template-columns:1fr 1fr;}
  .events{grid-template-columns:1fr 1fr;}
  .mission-quote{border-left:none;padding-left:0;border-top:2px solid rgba(255,255,255,.3);padding-top:1rem;}
  .steps{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .section{padding:2.4rem 0;}
  .section-head{margin-bottom:1.6rem;}
  .hero .wrap{padding-top:1.5rem;padding-bottom:2rem;gap:1.5rem;}
  .page-hero{padding:2.2rem 0;}
  .mission .wrap{padding:1.4rem 1.5rem;gap:1.2rem;}
  .why .wrap{padding:2.2rem 1.5rem;gap:1.4rem;}
  .impact .wrap{padding:1.8rem 1.5rem;gap:1.4rem 1rem;}
  .promise-head{margin-bottom:1.6rem;}
  .promise{gap:.8rem;}
  .promise-arrow{margin:.2rem auto;}
  .cols-3{grid-template-columns:1fr;}
  footer.site .wrap{padding:2.2rem 1.5rem 1.5rem;gap:1.8rem;}
  .foot-bottom .wrap{padding:1rem 1.5rem;flex-direction:column;align-items:flex-start;}
  .foot-bottom a{margin-left:0;margin-right:1rem;}
}
@media (max-width: 480px){
  .programs{grid-template-columns:1fr;}
  .events{grid-template-columns:1fr;}
  .impact .wrap{grid-template-columns:1fr 1fr;}
}

/* ===== Icon detail & motion ===== */
.badge{position:relative;transition:transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;}
.badge::after{
  content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid currentColor;
  opacity:0;transform:scale(.8);transition:opacity .35s ease, transform .35s ease;
}
.badge svg{transition:transform .35s ease;}
.program-card:hover .badge{transform:scale(1.12) rotate(-6deg);box-shadow:0 10px 20px -8px rgba(0,0,0,.35);}
.program-card:hover .badge::after{opacity:.35;transform:scale(1);}
.program-card:hover .badge svg{transform:scale(1.08);}

.why li svg{stroke-dasharray:30;stroke-dashoffset:30;transition:stroke-dashoffset .6s ease;}
.why.is-visible li svg{stroke-dashoffset:0;}
.why.is-visible li:nth-child(2) svg{transition-delay:.15s;}
.why.is-visible li:nth-child(3) svg{transition-delay:.3s;}

.socials a{transition:transform .25s ease, background .25s ease;}
.socials a:hover{transform:translateY(-3px) rotate(-6deg);}

.event-card{transition:transform .25s ease, box-shadow .25s ease;}
.event-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px -18px rgba(58,18,82,.35);}

@media (prefers-reduced-motion: no-preference){
  .promise-card .icon{animation:iconFloat 3.2s ease-in-out infinite;}
  .promise-card.discover .icon{animation-delay:.3s;}
  .promise-card.develop .icon{animation-delay:.6s;}
  .impact .stat svg{animation:softPulse 2.8s ease-in-out infinite;}
  .impact .stat:nth-child(2) svg{animation-delay:.4s;}
  .impact .stat:nth-child(3) svg{animation-delay:.8s;}
  .impact .stat:nth-child(4) svg{animation-delay:1.2s;}
  .promise-arrow{animation:arrowNudge 1.6s ease-in-out infinite;}
}
@keyframes iconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes softPulse{0%,100%{transform:scale(1);opacity:.9}50%{transform:scale(1.12);opacity:1}}
@keyframes arrowNudge{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}

/* ===== Scroll reveal ===== */
.program-card,.event-card,.voice-card,.promise-card,.info-card,.contact-card,.form-card,
.section-head,.mission-visual,.timeline-item,.role-card,.step,.why{
  opacity:0;transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
.program-card.is-visible,.event-card.is-visible,.voice-card.is-visible,.promise-card.is-visible,
.info-card.is-visible,.contact-card.is-visible,.form-card.is-visible,.section-head.is-visible,
.mission-visual.is-visible,.timeline-item.is-visible,.role-card.is-visible,.step.is-visible,.why.is-visible{
  opacity:1;transform:translateY(0);
}
.programs .program-card:nth-child(2),.events .event-card:nth-child(2),.voices .voice-card:nth-child(2),.cols-3 > *:nth-child(2){transition-delay:.08s;}
.programs .program-card:nth-child(3),.events .event-card:nth-child(3),.voices .voice-card:nth-child(3),.cols-3 > *:nth-child(3){transition-delay:.16s;}
.programs .program-card:nth-child(4),.events .event-card:nth-child(4){transition-delay:.24s;}
.programs .program-card:nth-child(5){transition-delay:.32s;}
.programs .program-card:nth-child(6){transition-delay:.4s;}
.programs .program-card:nth-child(7){transition-delay:.48s;}
.programs .program-card:nth-child(8){transition-delay:.56s;}

/* ===== Timeline (About) ===== */
.timeline{position:relative;margin:0;padding:0;list-style:none;max-width:640px;margin:0 auto;}
.timeline::before{content:"";position:absolute;left:18px;top:4px;bottom:4px;width:2px;background:var(--border);}
.timeline-item{position:relative;padding:0 0 1.8rem 3rem;}
.timeline-item:last-child{padding-bottom:0;}
.timeline-item::before{
  content:"";position:absolute;left:10px;top:2px;width:18px;height:18px;border-radius:50%;
  background:var(--gold-500);border:3px solid var(--card);box-shadow:0 0 0 2px var(--gold-500);
}
.timeline-item .year{font-family:'Poppins',sans-serif;font-weight:700;color:var(--purple-700);font-size:.9rem;margin:0 0 .25rem;}
.timeline-item p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55;}

/* ===== Steps ===== */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;counter-reset:step;}
.step::before{
  counter-increment:step;content:counter(step);
  width:34px;height:34px;border-radius:50%;background:var(--purple-700);color:#fff;
  display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:700;
  margin-bottom:.8rem;font-size:.9rem;
}
.step{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.6rem 1.4rem;}
.step h4{margin:0 0 .4rem;font-size:.98rem;color:var(--ink);}
.step p{margin:0;font-size:.85rem;color:var(--muted);line-height:1.5;}

/* ===== FAQ ===== */
.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.7rem;}
.faq details{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem 1.2rem;}
.faq summary{cursor:pointer;font-weight:600;font-size:.95rem;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";font-size:1.3rem;color:var(--purple-700);transition:transform .25s ease;flex:none;}
.faq details[open] summary::after{transform:rotate(45deg);}
.faq p{margin:.7rem 0 0;color:var(--muted);font-size:.88rem;line-height:1.55;}

/* ===== Role cards (team placeholder) ===== */
.role-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.6rem;text-align:center;position:relative;overflow:hidden;}
.role-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--teal-600),var(--purple-700));}
.role-avatar{
  width:64px;height:64px;border-radius:50%;margin:0 auto .9rem;
  background:linear-gradient(135deg,var(--purple-700),var(--teal-700));
  display:flex;align-items:center;justify-content:center;color:#fff;
}
.role-avatar svg{width:28px;height:28px;}
.role-card h4{margin:0 0 .2rem;font-size:.95rem;color:var(--ink);}
.role-card .role{font-size:.75rem;color:var(--gold-600);font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;}
.role-card p{margin:0;font-size:.82rem;color:var(--muted);line-height:1.5;}

/* ===== Event tags ===== */
.tag{
  display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  padding:.25rem .55rem;border-radius:999px;margin:0 0 .5rem;
}
.tag-workshop{background:#efe6f7;color:var(--purple-700);}
.tag-community{background:#fbedd4;color:var(--gold-600);}
.tag-career{background:#e2f2ee;color:var(--teal-700);}
.tag-ongoing{background:var(--teal-700);color:#fff;}

/* ===== Office hours ===== */
.hours-list{list-style:none;margin:0;padding:0;font-size:.9rem;color:var(--muted);display:flex;flex-direction:column;gap:.5rem;}
.hours-list li{display:flex;justify-content:space-between;border-bottom:1px dashed var(--border);padding-bottom:.5rem;}
.hours-list li span:last-child{color:var(--ink);font-weight:600;}

@media (max-width: 720px){
  .steps{grid-template-columns:1fr;}
}

@media (prefers-color-scheme: dark){
  body{background:#171018;color:#efe9f2;}
  .program-card,.event-card,.voice-card,.info-card,.contact-card,.form-card,.step,.role-card{background:#231a29;border-color:#382b40;}
  .program-card h3,.event-body h4,.voice-card p,.info-card h3,.form-row label,.step h4,.role-card h4,.timeline-item p{color:#efe9f2;}
  .form-row input,.form-row textarea{background:#1c1420;color:#efe9f2;border-color:#382b40;}
  .why{background:#241a2c;}
  .why-box{background:var(--teal-700);}
  header.site{background:#1c1420;border-color:#382b40;}
  nav.links a{color:#efe9f2;}
  nav.links{background:#1c1420;}
  .hero{background:linear-gradient(180deg,#1c1420,#171018);}
  .note{background:#2a2016;color:#e8c98a;}
  .faq details{background:#231a29;border-color:#382b40;}
  .faq summary{color:#efe9f2;}
  .timeline::before{background:#382b40;}
  .timeline-item::before{border-color:#1c1420;}
  .hours-list li{border-color:#382b40;}
  .hours-list li span:last-child{color:#efe9f2;}
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;}
}
