*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--bg-alt:#f8f7ff;--bg-warm:#fdf9f6;--text:#1a1826;--text-muted:#6b6b80;--accent:#5b4fcf;--accent-dark:#4338ca;--accent-light:#ede9fe;--pink:#db2777;--border:#e8e5f0;--nav-h:72px;--radius:12px;--container:1160px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.img-placeholder{border-radius:var(--radius);background:#e8e4f0;width:100%;display:block}.btn{letter-spacing:.02em;cursor:pointer;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-size:.88rem;font-weight:500;transition:all .25s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px);box-shadow:0 8px 24px #5b4fcf47}.btn-ghost{color:var(--accent);background:0 0;border-color:#0000}.btn-ghost:hover{color:var(--accent-dark)}.btn-outline-white{color:#fff;background:0 0;border-color:#fff9}.btn-outline-white:hover{background:#ffffff1f;border-color:#fff}.btn-white{color:var(--accent);background:#fff;border-color:#fff}.btn-white:hover{background:var(--accent-light);transform:translateY(-1px);box-shadow:0 8px 24px #00000026}.btn-lg{padding:1rem 2.5rem;font-size:1rem}.section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.72rem;font-weight:600;display:inline-block}.section-tag.light{color:#ffffffb3}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.nav{z-index:500;height:var(--nav-h);background:#fff0;justify-content:space-between;align-items:center;padding:0 2.5rem;transition:background .35s,box-shadow .35s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{box-shadow:0 1px 0 var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7}.nav-logo{color:#fff;font-family:Lora,serif;font-size:1.5rem;font-weight:700;transition:color .35s}.nav.scrolled .nav-logo{color:var(--text)}.logo-dot,.nav.scrolled .logo-dot{color:var(--accent)}.nav-links{gap:2.5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:#fffc;font-size:.85rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#fff}.nav.scrolled .nav-links a{color:var(--text-muted)}.nav.scrolled .nav-links a:hover{color:var(--text)}.nav-donate{font-size:.82rem}.hamburger{flex-direction:column;gap:4px;padding:4px;display:none}.hamburger span{background:#fff;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s,background .35s;display:block}.nav.scrolled .hamburger span{background:var(--text)}.hamburger.active span:first-child{transform:translateY(6px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-menu{top:var(--nav-h);border-bottom:1px solid var(--border);z-index:499;background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem 2rem 2rem;transition:transform .35s;display:flex;position:fixed;left:0;right:0;transform:translateY(-110%);box-shadow:0 8px 32px #00000014}.mobile-menu.open{transform:translateY(0)}.mobile-menu a{color:var(--text-muted);font-size:1rem;font-weight:500}.mobile-menu a:hover{color:var(--text)}.mm-donate{color:var(--accent)!important;font-weight:600!important}.hero{justify-content:center;align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-img-wrap{z-index:0;position:absolute;inset:0}.hero-bg-img{background:linear-gradient(135deg,#c7d2fe 0%,#a5b4fc 30%,#93c5fd 60%,#bfdbfe 100%);border-radius:0;width:100%;height:100%}.hero-overlay{z-index:1;background:linear-gradient(#1a18268c 0%,#1a182673 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:800px;padding:calc(var(--nav-h) + 2rem) 2rem 4rem;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Lora,serif;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:700;line-height:1.1}.hero-title em{font-style:italic;font-weight:400}.hero-sub{color:#ffffffbf;max-width:580px;margin:0 auto 2rem;font-size:1rem;font-weight:300;line-height:1.85}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-scroll{z-index:2;letter-spacing:.16em;text-transform:uppercase;color:#ffffff73;font-size:.7rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.mission{background:var(--bg);border-bottom:1px solid var(--border);padding:7rem 0}.mission-inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.mission-title{letter-spacing:-.02em;margin-top:.5rem;font-family:Lora,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.08}.mission-title em{color:var(--accent);font-style:italic;font-weight:400}.mission-body{color:var(--text-muted);margin-bottom:1rem;font-size:.92rem;line-height:1.9}.mission-actions{align-items:center;gap:1rem;margin-top:2rem;display:flex}.pillars{background:var(--bg-alt);padding:7rem 0}.pillars-header{text-align:center;margin-bottom:4rem}.pillars-title{letter-spacing:-.02em;font-family:Lora,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.pillars-title em{color:var(--accent);font-style:italic;font-weight:400}.pillars-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.pillar-card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:2rem 1.75rem 2.25rem;transition:box-shadow .3s,transform .3s}.pillar-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #5b4fcf1a}.pillar-num{letter-spacing:.2em;color:var(--accent);margin-bottom:1rem;font-size:.65rem;font-weight:700;display:block}.pillar-icon-wrap{margin-bottom:1.25rem}.pillar-icon{border-radius:12px;width:48px;height:48px}.pillar-title{margin-bottom:.75rem;font-family:Lora,serif;font-size:1.05rem;font-weight:700;line-height:1.3}.pillar-body{color:var(--text-muted);font-size:.82rem;line-height:1.8}.cb-row{grid-template-columns:1fr 1fr;min-height:560px;display:grid}.cb-row:nth-child(odd){background:var(--bg)}.cb-row:nth-child(2n){background:var(--bg-warm)}.cb-img{overflow:hidden}.cb-img .img-placeholder{border-radius:0;width:100%;height:100%}.cb-row-reverse .cb-img{order:2}.cb-row-reverse .cb-text{order:1}.cb-text{flex-direction:column;justify-content:center;padding:5rem 4.5rem;display:flex}.cb-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Lora,serif;font-size:clamp(1.8rem,3vw,2.75rem);font-weight:700;line-height:1.2}.cb-title em{color:var(--accent);font-style:italic;font-weight:400}.cb-body{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem;line-height:1.9}.cb-text .btn{align-self:flex-start;margin-top:1.5rem}.team{background:var(--bg-alt);padding:7rem 0}.team-header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:4rem;display:flex}.team-title{letter-spacing:-.02em;font-family:Lora,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.team-title em{color:var(--accent);font-style:italic;font-weight:400}.team-sub{color:var(--text-muted);text-align:center;max-width:500px;font-size:.9rem;line-height:1.8}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.team-card{text-align:center}.team-photo{aspect-ratio:1;background:linear-gradient(135deg,#ddd6fe,#c4b5fd);border-radius:50%;max-width:160px;margin:0 auto 1rem}.team-name{margin-bottom:.25rem;font-family:Lora,serif;font-size:1rem;font-weight:700}.team-role{color:var(--text-muted);letter-spacing:.04em;font-size:.78rem}.vision{color:#fff;background:linear-gradient(135deg,#4338ca 0%,#5b4fcf 50%,#7c3aed 100%);padding:7rem 0}.vision-inner{text-align:center;max-width:720px;margin:0 auto 4rem}.vision-quote{color:#fff;margin-bottom:1.5rem;font-family:Lora,serif;font-size:clamp(1.5rem,3.5vw,2.8rem);font-style:italic;font-weight:700;line-height:1.3}.vision-body{color:#ffffffb3;font-size:.92rem;line-height:1.85}.vision-gallery{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.vg-a{aspect-ratio:4/3;border-radius:var(--radius)}.vg-b{aspect-ratio:4/3;border-radius:var(--radius);margin-top:-2rem}.vg-c{aspect-ratio:4/3;border-radius:var(--radius)}.impact{background:var(--bg);padding:7rem 0}.impact-header{text-align:center;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.impact-title{letter-spacing:-.02em;margin-bottom:1rem;font-family:Lora,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.impact-title em{color:var(--accent);font-style:italic;font-weight:400}.impact-sub{color:var(--text-muted);font-size:.9rem;line-height:1.85}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stat-card{background:var(--bg-alt);border-radius:var(--radius);border:1px solid var(--border);text-align:center;padding:2.5rem 2rem;transition:box-shadow .3s,transform .3s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #5b4fcf1a}.stat-icon{border-radius:14px;width:52px;height:52px;margin:0 auto 1.5rem}.stat-num{color:var(--accent);margin-bottom:.5rem;font-family:Lora,serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1;display:block}.stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text);margin-bottom:1rem;font-size:.78rem;font-weight:600;display:block}.stat-body{color:var(--text-muted);font-size:.82rem;line-height:1.75}.donate-cta{text-align:center;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4c1d95 100%);padding:7rem 0}.donate-inner{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.donate-title{color:#fff;letter-spacing:-.02em;font-family:Lora,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1}.donate-title em{color:#a5b4fc;font-style:italic;font-weight:400}.donate-sub{color:#ffffffa6;max-width:520px;font-size:.92rem;line-height:1.85}.footer{background:var(--text);color:#ffffffb3;padding:5rem 0 0}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 1fr 1.6fr;gap:4rem;padding-bottom:4rem;display:grid}.footer .nav-logo{color:#fff;margin-bottom:1rem;font-size:1.4rem;display:block}.footer .logo-dot{color:var(--accent)}.footer-tagline{color:#ffffff80;font-size:.82rem;line-height:1.8}.footer-links{gap:3rem;display:flex}.footer-col{flex-direction:column;gap:.6rem;display:flex}.footer-col h5{letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-size:.72rem;font-weight:600}.footer-col a{color:#ffffff80;font-size:.82rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-newsletter h5{letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-size:.72rem;font-weight:600}.footer-newsletter p{color:#ffffff80;margin-bottom:1rem;font-size:.82rem;line-height:1.7}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:50px;outline:none;flex:1;padding:.7rem 1rem;font-family:Inter,sans-serif;font-size:.82rem;transition:border-color .2s}.newsletter-form input::placeholder{color:#ffffff59}.newsletter-form input:focus{border-color:var(--accent)}.newsletter-form .btn{flex-shrink:0;padding:.7rem 1.25rem;font-size:.78rem}.newsletter-thanks{color:#86efac;margin-top:.75rem;font-size:.8rem;display:none}.newsletter-thanks.show{display:block}.footer-bottom{color:#ffffff4d;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.75rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:#ffffff4d;transition:color .2s}.footer-legal a:hover{color:#ffffffb3}@media (width<=1024px){.pillars-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.footer-newsletter{grid-column:span 2}}@media (width<=768px){.nav-links,.nav-donate{display:none}.hamburger{display:flex}.mission-inner,.stats-grid,.vision-gallery{grid-template-columns:1fr}.cb-row{grid-template-columns:1fr;min-height:auto}.cb-row-reverse .cb-img,.cb-row-reverse .cb-text{order:unset}.cb-img{height:280px}.cb-text{padding:3rem 2rem}.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-newsletter{grid-column:span 1}.footer-links{flex-wrap:wrap}.newsletter-form{flex-direction:column}}@media (width<=560px){.container{padding:0 1.25rem}.pillars-grid,.team-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}.mission-actions{flex-direction:column;align-items:flex-start}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem}.footer-legal{justify-content:center}}
