@media (max-width:576px){.container{padding:0 var(--space-xs)}}@media (max-width:768px){.section-padding{padding:var(--space-mobile-lg) 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-actions{gap:1rem;width:100%}.hero-actions .custom-btn{justify-content:center;width:100%}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.navbar{z-index:1000;background:var(--white);border-bottom:1px solid #0000;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 4px 20px #00000014}.navbar-container{background:var(--white);width:100%}.navbar-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{z-index:1002;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo-img{width:60px;height:auto;transition:transform .3s;display:block}.logo:hover .logo-img{transform:scale(1.05)}.nav-wrapper{flex:1;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.nav-menu{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{position:relative}.nav-link{font-family:var(--font-body);color:var(--grey-800);text-transform:none;letter-spacing:.01em;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-link:hover{color:var(--primary-blue);background:#307fe20d}.nav-link.active{color:var(--primary-blue);background:#307fe21a;font-weight:700}.has-dropdown .nav-link{padding-right:1rem}.dropdown-toggle{justify-content:space-between;width:100%}.dropdown-arrow{flex-shrink:0;width:16px;height:16px;transition:transform .3s}.nav-item.dropdown-active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{background:var(--white);opacity:0;visibility:hidden;z-index:1001;border:1px solid var(--grey-200);border-radius:12px;min-width:220px;padding:.75rem 0;list-style:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-10px);box-shadow:0 10px 40px #00000026}.nav-item.dropdown-active .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-menu:before{content:"";background:var(--white);border-left:1px solid var(--grey-200);border-top:1px solid var(--grey-200);width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.dropdown-link{color:var(--grey-800);white-space:nowrap;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.dropdown-link:hover{color:var(--primary-blue);background:#307fe20d}.dropdown-link.active{color:var(--primary-blue);background:#307fe21a;font-weight:600}.nav-actions{align-items:center;gap:1rem;display:flex}.btn-donate{background:linear-gradient(135deg, var(--primary-yellow) 0%, var(--primary-yellow-dark) 100%);color:var(--black);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.02em;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #f1c4004d}.btn-donate:hover{background:linear-gradient(135deg, var(--primary-yellow-dark) 0%, var(--primary-yellow) 100%);transform:translateY(-2px);box-shadow:0 6px 20px #f1c40066}.btn-donate:active{transform:translateY(0)}.btn-icon{width:18px;height:18px;transition:transform .3s}.btn-donate:hover .btn-icon{transform:translate(3px)}.mobile-toggle{cursor:pointer;z-index:1002;background:0 0;border:none;padding:.5rem;transition:all .3s;display:none}.mobile-toggle:hover{background:#0000000d;border-radius:8px}.hamburger{width:28px;height:20px;display:block;position:relative}.hamburger span{background:var(--black);border-radius:2px;width:100%;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:absolute}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.active span:first-child{top:9px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){top:9px;transform:rotate(-45deg)}@media (max-width:1024px){.navbar-inner{padding:1rem 1.5rem}.nav-link{padding:.65rem 1rem;font-size:.9rem}.btn-donate{padding:.65rem 1.25rem;font-size:.85rem}}@media (max-width:768px){.navbar-inner{gap:1rem;padding:1rem}.logo-img{width:50px}.mobile-toggle{display:block}.nav-wrapper{-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:flex-start;gap:0;width:100%;max-width:320px;height:100vh;padding:80px 1.5rem 2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #0000001a;background-color:#fff!important}.nav-wrapper.active{transform:translate(0);background-color:#fff!important}.nav-menu{flex-direction:column;gap:.25rem;width:100%}.nav-item{width:100%}.nav-link{border-radius:8px;justify-content:space-between;width:100%;padding:1rem;font-size:1rem}.nav-link:hover{background:#307fe20d}.nav-link.active{background:#307fe21a}.dropdown-menu{opacity:1;visibility:visible;width:100%;min-width:0;max-height:0;box-shadow:none;background:#307fe208;border:none;border-radius:8px;margin-top:.25rem;padding:0;transition:max-height .3s,padding .3s;position:static;overflow:hidden;transform:none}.dropdown-menu:before{display:none}.nav-item.dropdown-active .dropdown-menu{max-height:500px;padding:.5rem}.dropdown-link{padding:.75rem 1rem;font-size:.95rem}.dropdown-arrow{transform:rotate(0)}.nav-item.dropdown-active .dropdown-arrow{transform:rotate(180deg)}.nav-actions{border-top:1px solid var(--grey-200);width:100%;margin-top:1rem;padding-top:1rem}.btn-donate{justify-content:center;width:100%;padding:1rem 1.5rem;font-size:1rem}.nav-wrapper.active:before{content:"";z-index:-1;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}}@media (max-width:480px){.navbar-inner{padding:.75rem}.logo-img{width:45px}.nav-wrapper{max-width:280px;padding:70px 1rem 1.5rem}.nav-link{padding:.875rem;font-size:.95rem}.btn-donate{padding:.875rem 1.25rem;font-size:.95rem}}.nav-link:focus-visible,.btn-donate:focus-visible,.mobile-toggle:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){.navbar,.nav-link,.dropdown-menu,.dropdown-arrow,.btn-donate,.hamburger span,.nav-wrapper{transition:none}}.footer{background:var(--grey-900);color:var(--white);padding:80px 0 0}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:60px;display:grid}.footer-logo-container{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem;display:flex}.footer-logo-img{object-fit:contain;width:100px;height:auto}.footer-col h4{margin-bottom:1.5rem;font-size:1.2rem}.footer-col ul{flex-direction:column;gap:.8rem;display:flex}.footer-col ul a{color:var(--grey-200)}.footer-col ul a:hover{color:var(--white)}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.social-icon{border:1px solid var(--grey-200);width:40px;height:40px;transition:all var(--transition-fast);color:var(--grey-200);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon:hover{background:var(--primary-yellow);border-color:var(--primary-yellow);color:var(--white);transform:translateY(-3px)}.social-icon svg{width:18px;height:18px}.footer-bottom{background:var(--grey-900);color:var(--white);text-align:center;padding:20px 0;font-size:.8rem}@media (max-width:992px){.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:576px){.footer{padding:60px 0 0}.footer-inner{grid-template-columns:1fr;gap:2.5rem}.footer-col{text-align:center}.footer-logo-container{align-items:center}.social-links{justify-content:center}.footer-bottom{padding:15px 0}.footer-bottom p{font-size:.75rem;line-height:1.5}}.custom-btn{cursor:pointer;font-family:var(--font-heading);text-transform:uppercase;transition:transform var(--transition-fast);color:var(--white);border:none;align-items:stretch;padding:0;font-size:1.1rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.custom-btn:hover{transform:translateY(-2px)}.custom-btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-btn:hover:before{width:300px;height:300px}.custom-btn:active{transform:translateY(0)scale(.98)}.custom-btn:focus-visible{outline:3px solid var(--primary-yellow);outline-offset:2px}.btn-text{align-items:center;padding:.8rem 1.5rem;display:flex}.btn-chevron{background-color:#0000001a;justify-content:center;align-items:center;padding:.8rem;font-family:monospace;display:flex}.gradient-orange{background:linear-gradient(90deg,#ff5722 50%,#e64a19 50%)}.gradient-pink{background:linear-gradient(90deg,#e91e63 50%,#c2185b 50%)}.hero{height:100vh;min-height:600px;color:var(--white);padding-top:var(--header-height);background-image:url(/assets/bg-OxsItn4I.webp);background-position:50%;background-size:cover;align-items:center;display:flex;position:relative}.hero-overlay{z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;max-width:800px;position:relative}.hero-title{margin-bottom:var(--space-md);text-shadow:2px 2px 8px #0009;font-size:5rem;line-height:.9}.hero-title .highlight{color:var(--primary-yellow)}.hero-subtitle{max-width:600px;margin-bottom:var(--space-md);color:#fffffff2;text-shadow:1px 1px 4px #00000080;font-size:1.5rem}.hero-actions{align-items:center;gap:2rem;display:flex}.text-link{font-family:var(--font-heading);text-transform:uppercase;border-bottom:2px solid var(--primary-yellow);text-shadow:1px 1px 4px #00000080;padding-bottom:2px;font-weight:700}@media (max-width:768px){.hero-title{font-size:clamp(2.5rem,10vw,3.5rem);line-height:1.1}.hero-subtitle{max-width:100%;font-size:clamp(1rem,4vw,1.3rem)}.hero-content{padding:0 1rem}.hero-actions{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.hero-title{font-size:clamp(2rem,12vw,3rem)}}.feature-grid-section{padding:var(--space-lg) 0;z-index:10;margin-top:-100px;position:relative}.feature-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.feature-card{background:var(--white);transition:transform var(--transition-normal), box-shadow var(--transition-normal);flex-direction:column;display:flex;box-shadow:0 10px 30px #0000001a}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.card-image img{transition:transform .5s}.feature-card:hover .card-image img{transform:scale(1.05)}.card-badge{transition:transform .3s}.feature-card:hover .card-badge{transform:scale(1.05)}.card-image{height:250px;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%}.card-badge{background:var(--black);color:var(--white);font-family:var(--font-heading);text-transform:uppercase;padding:.5rem 1rem;font-weight:700;position:absolute;top:1rem;left:1rem}.card-content{flex-direction:column;flex-grow:1;justify-content:space-between;padding:2rem;display:flex}.card-content p{color:var(--grey-800);margin-bottom:2rem}.card-btn{width:fit-content}.border-blue{border-top:8px solid var(--primary-blue)}.border-green{border-top:8px solid var(--primary-green)}.border-purple{border-top:8px solid var(--primary-purple)}.border-yellow{border-top:8px solid var(--primary-yellow)}@media (max-width:1200px){.feature-grid{grid-template-columns:repeat(2,1fr);max-width:700px;margin:0 auto}}@media (max-width:768px){.feature-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.feature-grid-section{margin-top:-50px}}.why-choose-us{background:var(--black);color:var(--white);padding:100px 0;overflow:hidden}.why-inner{align-items:center;gap:4rem;display:flex}.why-content{flex:1}.section-title{margin-bottom:var(--space-md);font-size:3.5rem;line-height:1}.section-title .highlight{color:var(--primary-yellow)}.why-text p{color:var(--grey-200);margin-bottom:2rem;font-size:1.2rem}.why-list{flex-direction:column;gap:1rem;display:flex}.why-list li{padding-left:1.5rem;font-size:1.1rem;position:relative}.why-list li:before{content:"✓";color:var(--primary-yellow);position:absolute;left:0}.why-image-container{flex:1;position:relative}.image-frame{z-index:2;position:relative}.image-frame img{width:100%}.decorative-box{border:2px solid var(--primary-yellow);z-index:1;width:100%;height:100%;position:absolute;top:-20px;right:-20px}@media (max-width:992px){.why-inner{flex-direction:column}.section-title{font-size:2.5rem}}.insights-section{background:var(--grey-100);padding:100px 0}.insights-header{margin-bottom:var(--space-md);justify-content:space-between;align-items:flex-end;display:flex}.section-title-dark{color:var(--black);font-size:3rem}.section-title-dark .highlight-dark{color:var(--primary-yellow-dark)}.insights-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.insight-card{background:var(--white);overflow:hidden;box-shadow:0 5px 15px #0000000d}.insight-image{height:300px;position:relative}.insight-image img{object-fit:cover;width:100%;height:100%}.insight-category{background:var(--primary-yellow);color:var(--white);font-family:var(--font-heading);text-transform:uppercase;padding:.5rem 1rem;font-size:.8rem;position:absolute;bottom:0;left:0}.insight-content{padding:2rem}.insight-date{color:var(--grey-800);margin-bottom:.5rem;font-size:.9rem;display:block}.insight-content h3{color:var(--black);margin-bottom:1.5rem;font-size:1.8rem}.read-more{font-family:var(--font-heading);text-transform:uppercase;color:var(--primary-yellow-dark);font-weight:700}@media (max-width:768px){.insights-grid{grid-template-columns:1fr}.insights-header{flex-direction:column;align-items:flex-start;gap:1rem}}.testimonials-section{padding:var(--space-xl) 0;background-color:var(--grey-100)}.testimonials-grid{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.testimonial-card{background-color:var(--white);padding:var(--space-md);border-radius:15px;flex-direction:column;display:flex;position:relative;box-shadow:0 10px 30px #0000000d}.quote-icon{color:var(--primary-yellow);opacity:.3;font-family:serif;font-size:5rem;line-height:1;position:absolute;top:-10px;left:20px}.testimonial-text{color:var(--grey-800);margin-bottom:var(--space-md);z-index:1;font-style:italic;line-height:1.6;position:relative}.testimonial-author{align-items:center;gap:var(--space-sm);margin-top:auto;display:flex}.testimonial-author img{object-fit:cover;border-radius:50%;width:50px;height:50px}.author-info h4{color:var(--black);margin-bottom:.1rem;font-size:1rem}.author-info span{color:var(--primary-blue);text-transform:uppercase;font-size:.8rem;font-weight:600}.cta-section{padding:var(--space-xl) 0;background:linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);color:var(--white);text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{margin-bottom:var(--space-sm);font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.cta-content .highlight{color:var(--primary-yellow)}.cta-content p{margin-bottom:var(--space-md);opacity:.9;font-size:1.25rem}.cta-buttons{justify-content:center;gap:var(--space-sm);display:flex}.btn-white{background-color:var(--white);color:var(--primary-blue)}.btn-outline{border:2px solid var(--white);color:var(--white);background-color:#0000}.btn-outline:hover{background-color:var(--white);color:var(--primary-blue)}@media (max-width:480px){.cta-buttons{flex-direction:column;align-items:stretch}}.school-activities-section{background:#fafafa;padding:80px 0}.school-activities-header{text-align:center;margin-bottom:50px}.school-activities-header .section-title-dark{color:#1a1a2e;margin-bottom:15px;font-size:2.5rem;font-weight:700}.school-activities-header .highlight-dark{color:#f4a261}.school-activities-header p{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.activities-masonry{grid-template-columns:repeat(5,1fr);gap:20px;max-width:1400px;margin:0 auto;padding:0 20px;display:grid}.activity-item{cursor:pointer;aspect-ratio:1;border-radius:12px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.activity-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.activity-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.activity-item:hover img{transform:scale(1.08)}.activity-overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#000000d9);padding:30px 20px 20px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.activity-item:hover .activity-overlay{opacity:1}.activity-overlay h4{margin-bottom:5px;font-size:1rem;font-weight:600}.activity-overlay span{color:#f4a261;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}@media (max-width:1200px){.activities-masonry{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.activities-masonry{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.activities-masonry{grid-template-columns:repeat(2,1fr)}.school-activities-header .section-title-dark{font-size:2rem}}@media (max-width:480px){.activities-masonry{grid-template-columns:repeat(2,1fr);gap:10px}.activity-overlay{padding:15px 10px 10px}.activity-overlay h4{font-size:.85rem}.activity-overlay span{font-size:.7rem}}.lightbox-overlay{z-index:9999;cursor:pointer;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-image{object-fit:contain;cursor:default;border-radius:8px;max-width:90%;max-height:90vh;box-shadow:0 25px 50px #00000080}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:40px;line-height:1;transition:color .3s;position:absolute;top:20px;right:30px}.lightbox-close:hover{color:#f4a261}.community-impact-section{background:#fff;padding:80px 0}.community-impact-inner{grid-template-columns:1fr 1.5fr;align-items:center;gap:60px;max-width:1400px;margin:0 auto;padding:0 20px;display:grid}.community-impact-content{padding-right:20px}.community-impact-content .section-title{color:#1a1a2e;margin-bottom:20px;font-size:2.2rem;font-weight:700}.community-impact-content .highlight{color:#f4a261}.community-impact-content p{color:#555;margin-bottom:25px;font-size:1.05rem;line-height:1.8}.community-stats{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px;display:grid}.stat-item{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;padding:20px;transition:transform .3s}.stat-item:hover{transform:translateY(-5px)}.stat-number{color:#f4a261;font-size:2.5rem;font-weight:700;display:block}.stat-label{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.community-gallery-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.community-gallery-item{aspect-ratio:1;cursor:pointer;border-radius:12px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.community-gallery-item:hover{transform:scale(1.03);box-shadow:0 15px 35px #0000001f}.community-gallery-item.large{aspect-ratio:auto;grid-area:span 2/span 2}.community-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.community-gallery-item:hover img{transform:scale(1.1)}.community-gallery-overlay{opacity:0;background:linear-gradient(135deg,#f4a261d9 0%,#2a344ce6 100%);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.community-gallery-item:hover .community-gallery-overlay{opacity:1}.community-gallery-overlay span{color:#fff;text-align:center;padding:10px;font-size:1.1rem;font-weight:600}@media (max-width:1024px){.community-impact-inner{grid-template-columns:1fr;gap:40px}.community-impact-content{text-align:center;padding-right:0}.community-stats{justify-content:center}.community-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.community-gallery-grid{grid-template-columns:repeat(2,1fr)}.community-gallery-item.large{grid-area:span 1/span 1}.community-impact-content .section-title{font-size:1.8rem}.stat-number{font-size:2rem}}.community-lightbox{z-index:9999;background:#000000d9;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s community-lightbox-fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes community-lightbox-fadeIn{0%{opacity:0}to{opacity:1}}.community-lightbox-close{color:#fff;cursor:pointer;z-index:10000;background:0 0;border:none;font-size:40px;transition:color .3s;position:absolute;top:20px;right:30px}.community-lightbox-close:hover{color:#f4a261}.community-lightbox-image{object-fit:contain;border-radius:8px;max-width:90%;max-height:80vh;box-shadow:0 20px 60px #00000080}.community-lightbox-caption{color:#fff;text-align:center;margin-top:20px;font-size:1.2rem;font-weight:600}.volunteer-spotlight-section{padding:var(--space-xl) 0;background-color:var(--white)}.volunteer-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto;display:grid}.volunteer-card{border:1px solid var(--grey-200);transition:all var(--transition-normal);text-align:center;background-color:var(--white);border-radius:12px;flex-direction:column;padding:0;display:flex;overflow:hidden}.volunteer-card:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:0 10px 20px #307fe21a}.volunteer-image{width:100%;height:200px;margin:0;padding:0;overflow:hidden}.volunteer-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform var(--transition-normal)}.volunteer-card:hover .volunteer-image img{transform:scale(1.08)}.volunteer-content{padding:var(--space-md);flex-direction:column;flex:1;display:flex}.volunteer-category{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-sm);background:#f4a261;border-radius:20px;padding:5px 12px;font-size:.75rem;font-weight:600;display:inline-block}.volunteer-card h4{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:var(--space-xs);color:var(--grey-800);font-size:1.25rem}.volunteer-card p{color:var(--grey-800);margin-bottom:var(--space-sm);flex:1;font-size:1rem;line-height:1.5}.volunteer-meta{padding-top:var(--space-sm);border-top:1px solid var(--grey-200);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.volunteer-hours{color:#f4a261;align-items:center;gap:5px;font-size:.85rem;font-weight:600;display:flex}.volunteer-location{color:var(--grey-600);font-size:.85rem}@media (max-width:992px){.volunteer-grid{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (max-width:576px){.volunteer-grid{grid-template-columns:1fr;max-width:400px}.volunteer-image{height:180px}}.about-hero{height:100vh;min-height:600px;color:var(--white);text-align:center;padding-top:var(--header-height);background-image:url(/assets/impact--u3WBkd3.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative}.about-hero-overlay{z-index:1;background-color:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-content{z-index:2;max-width:800px;position:relative}.about-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-heading);text-transform:uppercase;margin-bottom:var(--space-sm);text-shadow:2px 2px 4px #00000080;line-height:1.1}.about-hero-title .highlight{color:var(--primary-yellow)}.about-hero-subtitle{opacity:.9;max-width:600px;margin:0 auto;font-size:1.25rem}@media (max-width:768px){.about-hero-title{font-size:2.8rem}.about-hero-subtitle{font-size:1.2rem}}.mission-vision{padding:var(--space-lg) 0;background-color:var(--grey-100)}.mission-vision-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(350px,1fr));display:grid}.mv-card{background-color:var(--white);padding:var(--space-md);transition:transform var(--transition-normal);text-align:center;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.mv-image{width:100%;height:200px;margin-bottom:var(--space-md);border-radius:6px;overflow:hidden}.mv-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.mv-card:hover .mv-image img{transform:scale(1.05)}.mv-card:hover{transform:translateY(-5px)}.mv-icon{width:60px;height:60px;margin:0 auto var(--space-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.mission .mv-icon{color:var(--primary-blue);background-color:#307fe21a}.vision .mv-icon{color:var(--primary-yellow-dark);background-color:#f1c4001a}.mv-icon svg{width:32px;height:32px}.mv-card h3{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:var(--space-sm);color:var(--grey-800);font-size:1.8rem}.mv-card p{color:var(--grey-800);font-size:1.1rem;line-height:1.6}@media (max-width:480px){.mission-vision-grid{grid-template-columns:1fr}}.our-story{padding:var(--space-xl) 0;overflow:hidden}.story-layout{gap:var(--space-lg);grid-template-columns:1fr 1fr;align-items:center;display:grid}.story-images{gap:var(--space-sm);flex-direction:column;display:flex}.story-main-image{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.story-main-image img{object-fit:cover;width:100%;height:350px}.story-side-images{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.side-image{object-fit:cover;width:100%;height:150px;transition:transform var(--transition-normal);border-radius:12px;box-shadow:0 10px 20px #00000014}.side-image:hover{transform:scale(1.03)}.section-title-small{color:var(--primary-blue);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--space-xs);font-size:.9rem;font-weight:700}.section-title-main{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:var(--space-sm);font-size:clamp(2rem,4vw,3rem);line-height:1.1}.text-blue{color:var(--primary-blue)}.story-content p{margin-bottom:var(--space-sm);color:var(--grey-800);font-size:1.1rem;line-height:1.7}.story-stats{gap:var(--space-sm);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--grey-200);grid-template-columns:repeat(3,1fr);display:grid}.stat-number{color:var(--primary-blue);font-size:1.8rem;font-weight:700;font-family:var(--font-heading);display:block}.stat-label{color:var(--grey-800);text-transform:uppercase;font-size:.85rem}@media (max-width:992px){.story-layout{gap:var(--space-xl);grid-template-columns:1fr}.story-images{max-width:600px;margin:0 auto}.story-main-image img{height:300px}}.story-lightbox{z-index:9999;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s storyLightboxFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes storyLightboxFadeIn{0%{opacity:0}to{opacity:1}}.story-lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:40px;transition:transform .2s;position:absolute;top:20px;right:30px}.story-lightbox-close:hover{transform:scale(1.1)}.story-lightbox-content{object-fit:contain;border-radius:8px;max-width:90%;max-height:90%;box-shadow:0 10px 50px #00000080}.core-values{padding:var(--space-xl) 0;background-color:var(--white);background-image:url(/assets/community6-Da0GRQGb.webp);background-position:50%;background-size:cover;background-attachment:fixed;position:relative}.core-values:before{content:"";z-index:1;background-color:#ffffffeb;width:100%;height:100%;position:absolute;top:0;left:0}.core-values>*{z-index:2;position:relative}.section-header.center{text-align:center;margin-bottom:var(--space-lg)}.values-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.value-card{border:1px solid var(--grey-200);transition:all var(--transition-normal);text-align:center;background-color:var(--white);border-radius:12px;padding:0;overflow:hidden}.value-image{width:100%;height:150px;overflow:hidden}.value-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.value-card:hover .value-image img{transform:scale(1.08)}.value-card:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:0 10px 20px #307fe21a}.value-content{padding:var(--space-md)}.value-icon{margin-bottom:var(--space-sm);font-size:2.5rem;display:block}.value-card h4{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:var(--space-xs);color:var(--grey-800);font-size:1.5rem}.value-card p{color:var(--grey-800);font-size:1rem;line-height:1.5}.about-gallery{padding:var(--space-lg) 0;background-color:var(--white)}.about-gallery-header{text-align:center;margin-bottom:var(--space-md)}.about-gallery-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.about-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.about-gallery-item{border-radius:12px;width:100%;height:200px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.about-gallery-item img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform var(--transition-normal)}.about-gallery-item:hover img{transform:scale(1.05)}.about-gallery-caption{width:100%;color:var(--white);background:linear-gradient(#0000,#000000d9);padding:1.5rem 1rem 1rem;position:absolute;bottom:0;left:0}.about-gallery-caption span{font-family:var(--font-heading);font-size:1rem;font-weight:600}@media (max-width:768px){.about-gallery-grid{gap:1rem}.about-gallery-item{height:180px}}@media (max-width:480px){.about-gallery-grid{grid-template-columns:1fr}.about-section-title{font-size:2rem}.about-gallery-subtitle{font-size:1rem}.about-gallery-item{height:200px}}.lightbox-backdrop{z-index:9999;background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-close{color:#fff;cursor:pointer;z-index:10000;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2.5rem;transition:background-color .3s;display:flex;position:absolute;top:20px;right:20px}.lightbox-close:hover{background:#fff6}.lightbox-content{flex-direction:column;align-items:center;max-width:90%;max-height:85%;animation:.3s scaleIn;display:flex}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.lightbox-content img{object-fit:contain;border-radius:8px;max-width:100%;max-height:75vh;box-shadow:0 10px 40px #00000080}.lightbox-caption{color:#fff;font-size:1.2rem;font-family:var(--font-heading);text-align:center;margin-top:1rem;font-weight:600}.page-hero{height:100vh;min-height:600px;color:var(--white);text-align:center;padding-top:var(--header-height);background-position:50%;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative}.page-hero-overlay{z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.page-hero-content{z-index:2;max-width:800px;position:relative}.page-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-heading);text-transform:uppercase;margin-bottom:var(--space-sm);text-shadow:2px 2px 4px #00000080;line-height:1.1}.page-hero-title .highlight{color:var(--primary-yellow)}.page-hero-subtitle{opacity:.9;text-shadow:1px 1px 2px #0000004d;max-width:600px;margin:0 auto;font-size:1.25rem}@media (max-width:768px){.page-hero-title{font-size:2.8rem}.page-hero-subtitle{font-size:1.2rem}}.legal-page{padding-bottom:var(--space-xl)}.legal-content-section{padding:var(--space-xl) 0}.legal-container{max-width:800px;margin:0 auto}.legal-card{background-color:var(--white);padding:var(--space-lg);border-radius:15px;box-shadow:0 10px 30px #0000000d}.legal-card h2{margin:var(--space-md) 0 var(--space-sm);color:var(--primary-blue);font-size:1.8rem}.legal-card h2:first-of-type{margin-top:0}.legal-card p{margin-bottom:var(--space-sm);color:var(--grey-800);line-height:1.7}.legal-card ul{margin-bottom:var(--space-sm);padding-left:1.5rem;list-style:outside}.legal-card li{color:var(--grey-800);margin-bottom:.5rem;line-height:1.6}.last-updated{color:var(--grey-800);opacity:.6;margin-bottom:var(--space-md);font-size:.9rem;display:block}@media (max-width:768px){.legal-card{padding:var(--space-md)}}.gallery-section{padding:var(--space-xl) 0;background-color:var(--white)}.gallery-filters{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.gallery-filters button{border:2px solid var(--grey-200);cursor:pointer;font-family:var(--font-heading);text-transform:uppercase;transition:all var(--transition-fast);background:0 0;border-radius:30px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.gallery-filters button:hover,.gallery-filters button.active{border-color:var(--primary-blue);background-color:var(--primary-blue);color:var(--white)}.gallery-grid{gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.gallery-item{aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.gallery-item-overlay{width:100%;padding:var(--space-md);color:var(--white);opacity:0;transition:opacity var(--transition-normal);background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;bottom:0;left:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay h4{margin-bottom:.2rem;font-size:1.2rem}.gallery-item-overlay span{text-transform:uppercase;opacity:.8;font-size:.8rem}.lightbox{z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.lightbox img{object-fit:contain;border-radius:8px;max-width:90%;max-height:90vh;box-shadow:0 10px 40px #00000080}.lightbox-close{color:#fff;cursor:pointer;font-size:40px;line-height:1;transition:transform .2s;position:absolute;top:20px;right:30px}.lightbox-close:hover{transform:scale(1.1)}.lightbox-caption{color:#fff;text-align:center;background:#0009;border-radius:8px;padding:10px 20px;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.lightbox-caption h4{margin:0 0 5px;font-size:1.2rem}.lightbox-caption span{opacity:.8;text-transform:uppercase;font-size:.9rem}@media (max-width:480px){.lightbox-close{font-size:30px;top:10px;right:15px}.lightbox-caption{padding:8px 15px;bottom:15px}.lightbox-caption h4{font-size:1rem}.lightbox-caption span{font-size:.75rem}.gallery-grid{grid-template-columns:1fr 1fr;gap:.5rem}.gallery-item{aspect-ratio:1}.gallery-item-overlay h4{font-size:.9rem}.gallery-item-overlay span{font-size:.7rem}}.contact-section{padding:var(--space-xl) 0;background-color:var(--grey-100)}.contact-grid{gap:var(--space-xl);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.contact-desc{color:var(--grey-800);margin-bottom:var(--space-md);font-size:1.1rem;line-height:1.6}.info-items{gap:var(--space-sm);margin-bottom:var(--space-md);flex-direction:column;display:flex}.info-item{gap:var(--space-sm);align-items:flex-start;display:flex}.info-icon{background-color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;display:flex;box-shadow:0 4px 10px #0000000d}.info-text h4{color:var(--primary-blue);margin-bottom:.2rem;font-size:1rem}.info-text p{color:var(--grey-800);font-size:1rem}.social-links-contact{align-items:center;gap:var(--space-sm);margin-top:var(--space-md);display:flex}.social-links-contact span{text-transform:uppercase;font-size:.8rem;font-weight:700}.social-icons{gap:.5rem;display:flex}.social-icons a{background-color:var(--white);width:35px;height:35px;color:var(--primary-blue);border:1px solid var(--grey-200);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.social-icons a:hover{background-color:var(--primary-blue);color:var(--white);border-color:var(--primary-blue)}.contact-form-container{background-color:var(--white);padding:var(--space-md);border-radius:15px;box-shadow:0 15px 40px #00000014}.contact-form{gap:var(--space-sm);display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{text-transform:uppercase;color:var(--grey-800);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:2px solid var(--grey-200);font-family:var(--font-body);transition:all var(--transition-fast);background:var(--white);border-radius:8px;padding:.8rem 1rem;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 4px #307fe21a}.form-group input:hover,.form-group textarea:hover{border-color:var(--grey-800)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--grey-800);opacity:.6}.form-group textarea{resize:vertical;min-height:150px}@media (max-width:992px){.contact-grid{gap:var(--space-lg);grid-template-columns:1fr}}.get-involved-hero{height:100vh;min-height:600px;padding-top:var(--header-height);background-image:url(/assets/volunteering1-BWREjFoY.webp);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;display:flex;position:relative}.get-involved-hero-overlay{background:linear-gradient(135deg,#307fe2e6 0%,#1d6bcdd9 100%);position:absolute;inset:0}.get-involved-hero-content{z-index:1;text-align:center;color:var(--white);max-width:800px;padding:var(--space-lg) var(--space-sm);position:relative}.get-involved-hero-title{margin-bottom:var(--space-md);text-shadow:2px 2px 8px #0000004d;font-size:clamp(3rem,8vw,5rem);line-height:1.1}.get-involved-hero-title .highlight{color:var(--primary-yellow)}.get-involved-hero-subtitle{opacity:.95;max-width:600px;margin:0 auto;font-size:1.25rem}@media (max-width:768px){.get-involved-hero-title{font-size:2.8rem}.get-involved-hero-subtitle{font-size:1.2rem}}.donate-section{background:var(--grey-100)}.section-header{max-width:600px;margin:0 auto var(--space-lg);text-align:center}.section-header h2{margin-bottom:var(--space-sm);font-size:clamp(2rem,5vw,3rem)}.section-header .highlight{color:var(--primary-green)}.section-header p{color:var(--grey-800);font-size:1.1rem}.donate-grid{margin-bottom:var(--space-md);grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.donate-card{background:var(--white);text-align:center;transition:transform var(--transition-normal);border-radius:8px;flex-direction:column;justify-content:space-between;min-height:100%;padding:2.5rem 2rem;display:flex;position:relative;box-shadow:0 5px 20px #00000014}.donate-card:hover{transform:translateY(-8px)}.donate-card.popular{box-shadow:0 10px 40px #00bf6f33}.popular-badge{background:var(--primary-green);color:var(--white);text-transform:uppercase;border-radius:20px;padding:.4rem 1.5rem;font-size:.85rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.donate-card-title{color:var(--grey-900);margin-bottom:1rem;font-size:1.5rem}.donate-amount{margin-bottom:1rem}.donate-amount .currency{vertical-align:top;color:var(--grey-800);font-size:1.5rem}.donate-amount .amount{color:var(--grey-900);font-size:3.5rem;font-weight:700;line-height:1}.donate-description{color:var(--grey-800);margin-bottom:1.5rem;font-size:.95rem}.donate-features{text-align:left;margin-bottom:2rem}.donate-features li{color:var(--grey-800);padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;position:relative}.donate-features li:before{content:"✓";color:var(--primary-green);font-weight:700;position:absolute;left:0}.donate-card-content{flex-grow:1}.donate-btn{width:100%}.donate-cta{margin-top:var(--space-md)}.donate-cta p{color:var(--grey-800)}.contact-link{color:var(--primary-blue);text-decoration:underline}.donate-card.border-blue{border-top:6px solid var(--primary-blue)}.donate-card.border-green{border-top:6px solid var(--primary-green)}.donate-card.border-purple{border-top:6px solid var(--primary-purple)}@media (max-width:992px){.donate-grid{max-width:400px;margin:0 auto var(--space-md);grid-template-columns:1fr}.donate-card.popular{transform:none}.donate-card.popular:hover{transform:translateY(-8px)}}.volunteer-section{background:var(--white)}.volunteer-grid{margin-bottom:var(--space-lg);grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;display:grid}.volunteer-card{background:var(--white);text-align:center;transition:transform var(--transition-normal), box-shadow var(--transition-normal);border:1px solid var(--grey-200);border-radius:12px;flex-direction:column;height:100%;padding:2rem 1.5rem;display:flex;box-shadow:0 4px 20px #00000014}.volunteer-image-container{width:100%;height:200px;overflow:hidden}.volunteer-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.volunteer-icon{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:2.5rem;display:flex;box-shadow:0 4px 12px #0000001a}.volunteer-title{color:var(--grey-900);margin-bottom:.25rem;padding:0 1.5rem;font-size:1.35rem;font-weight:700}.volunteer-caption{color:var(--primary-blue);margin-bottom:1rem;padding:0 1.5rem;font-size:.9rem;font-style:italic;font-weight:600}.volunteer-card.border-green .volunteer-caption{color:var(--primary-green)}.volunteer-card.border-purple .volunteer-caption{color:var(--primary-purple)}.volunteer-description{color:var(--grey-800);flex-grow:1;margin-bottom:1.5rem;padding:0 1.5rem;font-size:.95rem;line-height:1.7}.volunteer-commitment{background:var(--white);color:var(--grey-800);box-sizing:border-box;border-top:1px solid var(--grey-200);border-radius:0;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding:1rem 1.5rem;font-size:.85rem;display:flex}.volunteer-commitment strong{color:var(--grey-900);font-weight:600}.commitment-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.commitment-badge.blue{color:var(--primary-blue);background:#307fe21a}.commitment-badge.green{color:var(--primary-green);background:#00bf6f1a}.commitment-badge.purple{color:var(--primary-purple);background:#bb16a31a}.volunteer-cta{text-align:center;background-image:url(/assets/volunteering1-BWREjFoY.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;max-width:100%;margin:0 auto;padding:4rem 2rem;position:relative;overflow:hidden}.volunteer-cta:before{content:"";z-index:1;background:linear-gradient(135deg,#1a1a2ed9 0%,#1a1a2ebf 100%);position:absolute;inset:0}.volunteer-cta>*{z-index:2;position:relative}.volunteer-btn{margin:0 auto var(--space-sm);display:inline-flex}.volunteer-note{color:var(--white);opacity:.9;margin-top:1rem;font-size:1rem}.contact-link{color:var(--primary-yellow);font-weight:600;text-decoration:underline}.contact-link:hover{color:var(--primary-yellow-light)}@media (max-width:768px){.volunteer-grid{grid-template-columns:1fr;max-width:450px}.volunteer-cta{padding:3rem 1.5rem}.volunteer-note{font-size:.9rem}.volunteer-title{font-size:1.25rem}.volunteer-description{padding:0 1.25rem;font-size:.9rem}.volunteer-icon{width:60px;height:60px;font-size:2rem}.volunteer-title,.volunteer-description{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width:480px){.volunteer-grid{grid-template-columns:1fr;gap:1.5rem}.volunteer-cta{padding:2.5rem 1rem}.volunteer-note{font-size:.85rem}.volunteer-icon{width:55px;height:55px;font-size:1.8rem}}.volunteer-card.border-blue{border-top:6px solid var(--primary-blue)}.volunteer-card.border-green{border-top:6px solid var(--primary-green)}.volunteer-card.border-purple{border-top:6px solid var(--primary-purple)}@media (max-width:992px){.volunteer-grid{max-width:700px;margin:0 auto var(--space-lg);grid-template-columns:repeat(2,1fr)}.volunteer-card{min-height:auto}}.get-involved-gallery{padding:var(--space-lg) 0;background-color:var(--white)}.get-involved-gallery-header{text-align:center;margin-bottom:var(--space-md)}.get-involved-gallery-header h2{margin-bottom:var(--space-xs);font-size:2.5rem}.get-involved-gallery-header p{color:var(--grey-800);font-size:1.1rem}.get-involved-gallery-header .highlight{color:var(--primary-blue)}.get-involved-gallery-grid{gap:var(--space-sm);grid-template-columns:repeat(3,1fr);display:grid}.get-involved-gallery-item{aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden}.get-involved-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.get-involved-gallery-item:hover img{transform:scale(1.05)}.get-involved-gallery-overlay{padding:var(--space-md);color:var(--white);opacity:0;transition:opacity var(--transition-normal);background:linear-gradient(#0000,#000c);position:absolute;bottom:0;left:0;right:0}.get-involved-gallery-item:hover .get-involved-gallery-overlay{opacity:1}.get-involved-gallery-overlay h4{margin-bottom:.3rem;font-size:1.3rem}.get-involved-gallery-overlay p{opacity:.9;font-size:.95rem}@media (max-width:768px){.get-involved-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.get-involved-gallery-grid{grid-template-columns:1fr}.get-involved-gallery-header h2{font-size:2rem}}.get-involved-lightbox{z-index:9999;background-color:#000000d9;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.get-involved-lightbox-close{color:#fff;cursor:pointer;z-index:10000;background:0 0;border:none;font-size:40px;transition:transform .2s;position:absolute;top:20px;right:30px}.get-involved-lightbox-close:hover{transform:scale(1.1)}.get-involved-lightbox-image{object-fit:contain;border-radius:8px;max-width:90%;max-height:80vh;box-shadow:0 4px 20px #00000080}.get-involved-lightbox-caption{text-align:center;color:#fff;margin-top:20px;padding:0 20px}.get-involved-lightbox-caption h4{margin-bottom:8px;font-size:1.5rem}.get-involved-lightbox-caption p{opacity:.9;font-size:1.1rem}@media (max-width:768px){.get-involved-lightbox-close{font-size:32px;top:10px;right:20px}.get-involved-lightbox-image{max-width:95%;max-height:70vh}.get-involved-lightbox-caption h4{font-size:1.2rem}.get-involved-lightbox-caption p{font-size:1rem}}.faq-section{background:var(--grey-100)}.faq-section.variant-white{background:var(--white)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);cursor:pointer;transition:all var(--transition-normal);border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 8px #0000000f}.faq-item:hover,.faq-item.open{box-shadow:0 4px 15px #0000001a}.faq-question{align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.faq-icon{color:var(--primary-green);text-align:center;flex-shrink:0;width:30px;font-size:1.5rem;font-weight:300}.faq-question h3{color:var(--black);text-transform:none;letter-spacing:0;margin:0;font-size:1.1rem;font-weight:600}.faq-item.open .faq-question h3{color:var(--primary-green)}.faq-answer{padding:0 2rem 1.5rem calc(3rem + 30px);animation:.3s fadeIn}.faq-answer p{color:var(--grey-800);margin:0;line-height:1.7}@media (max-width:768px){.faq-question{padding:1.25rem 1.5rem}.faq-question h3{font-size:1rem}.faq-answer{padding:0 1.5rem 1.25rem calc(1.5rem + 30px)}}.asha-hero{height:100vh;min-height:600px;color:var(--white);padding-top:var(--header-height);background-image:url(/assets/education12-otd2ZsDT.webp);background-position:50%;background-size:cover;align-items:center;display:flex;position:relative}.asha-hero-overlay{z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.asha-hero-content{z-index:2;max-width:800px;position:relative}.asha-hero-title{margin-bottom:var(--space-md);text-shadow:2px 2px 8px #000000b3;font-size:4.5rem;line-height:.9}.asha-hero-title .highlight{color:var(--primary-yellow)}.asha-hero-subtitle{max-width:600px;margin-bottom:var(--space-md);color:#fffffff2;text-shadow:1px 1px 4px #000000b3;font-size:1.5rem}.asha-hero-actions{align-items:center;gap:2rem;display:flex}.asha-hero .text-link{font-family:var(--font-heading);text-transform:uppercase;border-bottom:2px solid var(--primary-green);color:var(--white);padding-bottom:2px;font-weight:700}.asha-hero .text-link:hover{color:var(--primary-green)}@media (max-width:768px){.asha-hero-title{font-size:2.8rem}.asha-hero-subtitle{font-size:1.2rem}.asha-hero-actions{flex-direction:column;align-items:flex-start}}.asha-about{padding:var(--space-lg) 0;background-color:var(--grey-100)}.asha-about-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.asha-about-text{grid-column:1}.asha-about-features{grid-column:2;grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.asha-about-lead{color:var(--grey-800);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:600}.asha-about-text p{color:var(--grey-800);margin-bottom:var(--space-sm);line-height:1.8}.asha-feature{background:var(--white);transition:transform var(--transition-normal);border-top:4px solid var(--primary-green);border-radius:8px;padding:2rem;box-shadow:0 4px 15px #00000014}.asha-feature:hover{transform:translateY(-5px)}.asha-feature-icon{margin-bottom:1rem;font-size:2.5rem}.asha-feature h3{color:var(--black);margin-bottom:.5rem;font-size:1.2rem}.asha-feature p{color:var(--grey-800);font-size:.95rem}@media (max-width:992px){.asha-about-content{grid-template-columns:1fr;gap:3rem}.asha-about-features{grid-template-columns:1fr;max-width:500px}}@media (max-width:768px){.asha-section-title{font-size:2rem}.asha-about-lead{font-size:1.1rem}}.asha-approach{padding:var(--space-lg) 0;background-color:var(--white)}.asha-approach-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.asha-approach-text{grid-column:1}.asha-approach-image{grid-column:2}.asha-approach-image img{border-radius:12px;width:100%;height:auto;box-shadow:0 8px 30px #0000001f}.asha-section-title{margin-bottom:var(--space-md);color:var(--black);font-size:2.5rem}.asha-section-title .highlight{color:var(--primary-green)}.asha-approach-text p{color:var(--grey-800);margin-bottom:var(--space-sm);line-height:1.8}@media (max-width:992px){.asha-approach-content{grid-template-columns:1fr;gap:2rem}.asha-approach-image{order:-1;grid-column:1;max-width:500px;margin:0 auto}}@media (max-width:768px){.asha-section-title{font-size:2rem}}.asha-impact{padding:var(--space-lg) 0;background-color:var(--white)}.asha-impact-header{text-align:center;margin-bottom:var(--space-lg)}.asha-impact-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.asha-impact-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.asha-impact-card{text-align:center;background:var(--grey-100);transition:transform var(--transition-normal);border:2px solid #0000;border-radius:12px;padding:2.5rem 1.5rem}.asha-impact-card:hover{border-color:var(--primary-green);transform:translateY(-8px)}.asha-impact-number{font-family:var(--font-heading);color:var(--primary-green);margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.asha-impact-label{text-transform:uppercase;color:var(--black);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.asha-impact-description{color:var(--grey-800);font-size:.95rem}@media (max-width:992px){.asha-impact-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.asha-impact-grid{grid-template-columns:1fr}.asha-impact-number{font-size:2.5rem}}.asha-gallery{padding:var(--space-lg) 0;background-color:var(--white)}.asha-gallery-header{text-align:center;margin-bottom:var(--space-md)}.asha-gallery-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.asha-gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.asha-gallery-item{aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.asha-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.asha-gallery-item:hover img{transform:scale(1.05)}.asha-gallery-caption{width:100%;color:var(--white);background:linear-gradient(#0000,#000000d9);padding:1.5rem 1rem 1rem;position:absolute;bottom:0;left:0}.asha-gallery-caption span{font-family:var(--font-heading);font-size:1.1rem;font-weight:600}@media (max-width:992px){.asha-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.asha-gallery-grid{grid-template-columns:1fr}.asha-section-title{font-size:2rem}.asha-gallery-subtitle{font-size:1rem}}.asha-lightbox{z-index:1000;background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.asha-lightbox-close{color:var(--white);cursor:pointer;z-index:1001;background:0 0;border:none;font-size:40px;transition:color .2s;position:absolute;top:20px;right:30px}.asha-lightbox-close:hover{color:var(--white)}.asha-lightbox-content{max-width:90%;max-height:90%;animation:.3s scaleIn;position:relative}.asha-lightbox-content img{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh}.asha-lightbox-caption{text-align:center;color:var(--white);font-family:var(--font-heading);padding:1rem;font-size:1.2rem}.asha-stories{padding:var(--space-lg) 0;background-color:var(--grey-100)}.asha-stories-header{text-align:center;margin-bottom:var(--space-lg)}.asha-stories-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.asha-stories-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.asha-story-card{background:var(--white);transition:transform var(--transition-normal);border-radius:12px;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative;box-shadow:0 8px 25px #00000014}.asha-story-image{object-fit:cover;border:3px solid var(--primary-green);border-radius:50%;width:100px;height:100px;margin:0 auto 1.5rem}.asha-story-card:hover{transform:translateY(-8px)}.asha-story-quote{font-family:var(--font-heading);color:var(--primary-green);opacity:.3;margin-bottom:1.5rem;font-size:5rem;line-height:.5}.asha-story-text{color:var(--grey-800);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.8}.asha-story-author{border-top:2px solid var(--grey-200);margin-top:auto;padding-top:1rem}.asha-author-name{color:var(--black);font-size:1.1rem;font-weight:700}.asha-author-role{color:var(--primary-green);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.asha-author-achievement{color:var(--grey-800);font-size:.85rem}@media (max-width:992px){.asha-stories-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (max-width:768px){.asha-story-text{font-size:1rem}}.asha-cta{padding:var(--space-lg) 0;background:linear-gradient(135deg, var(--primary-green-dark) 0%, var(--primary-green) 100%);color:var(--white)}.asha-cta-content{text-align:center;max-width:800px;margin:0 auto}.asha-cta-title{margin-bottom:var(--space-md);font-size:2.8rem}.asha-cta-title .highlight{color:var(--primary-yellow)}.asha-cta-text{margin-bottom:var(--space-md);opacity:.95;font-size:1.2rem}.asha-cta-buttons{margin-bottom:var(--space-lg);justify-content:center;gap:1.5rem;display:flex}.asha-cta-stats{padding-top:var(--space-md);border-top:1px solid #fff3;justify-content:center;gap:3rem;display:flex}.asha-cta-stat{flex-direction:column;align-items:center;display:flex}.asha-cta-stat-number{font-family:var(--font-heading);color:var(--primary-yellow);font-size:1.8rem;font-weight:700}.asha-cta-stat-label{opacity:.9;max-width:150px;font-size:.9rem}@media (max-width:768px){.asha-cta-title{font-size:2rem}.asha-cta-text{font-size:1rem}.asha-cta-buttons{flex-direction:column;align-items:center}.asha-cta-stats{flex-direction:column;gap:1.5rem}.asha-cta-stat-label{max-width:none}}.child-hero{height:100vh;min-height:600px;color:var(--white);padding-top:var(--header-height);background-image:url(/assets/child-bg-BWmzXtqm.avif);background-position:50%;background-size:cover;align-items:center;display:flex;position:relative}.child-hero-overlay{z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.child-hero-content{z-index:2;max-width:800px;position:relative}.child-hero-title{margin-bottom:var(--space-md);text-shadow:2px 2px 8px #0009;font-size:5rem;line-height:.9}.child-hero-title .highlight{color:var(--primary-yellow)}.child-hero-subtitle{max-width:600px;margin-bottom:var(--space-md);color:#fffffff2;text-shadow:1px 1px 4px #00000080;font-size:1.5rem}.child-hero-actions{margin-top:var(--space-md);align-items:center;gap:1.5rem;display:flex}.child-about{padding:var(--space-lg) 0;background-color:var(--grey-100)}.child-about-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.child-section-title{margin-bottom:var(--space-md);color:var(--black);font-size:2.5rem}.child-section-title .highlight{color:var(--primary-green)}.child-about-lead{color:var(--grey-800);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:600}.child-about-text p{color:var(--grey-800);margin-bottom:var(--space-sm);line-height:1.8}.child-about-features{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.child-feature{background:var(--white);transition:transform var(--transition-normal);border-top:4px solid var(--primary-green);border-radius:8px;padding:2rem;box-shadow:0 4px 15px #00000014}.child-feature:hover{transform:translateY(-5px)}.child-feature-icon{margin-bottom:1rem;font-size:2.5rem}.child-feature h3{color:var(--black);margin-bottom:.5rem;font-size:1.2rem}.child-feature p{color:var(--grey-800);font-size:.95rem}.child-highlights{padding:var(--space-lg) 0;background-color:var(--white)}.child-highlights-header{text-align:center;margin-bottom:var(--space-lg)}.child-highlights-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.child-highlights-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.child-highlight-card{background:var(--white);transition:transform var(--transition-normal);border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014}.child-highlight-card:hover{transform:translateY(-8px)}.child-highlight-image{aspect-ratio:16/10;overflow:hidden}.child-highlight-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.child-highlight-card:hover .child-highlight-image img{transform:scale(1.05)}.child-highlight-content{text-align:center;padding:1.5rem}.child-highlight-content h3{color:var(--black);margin-bottom:.5rem;font-size:1.2rem}.child-highlight-content p{color:var(--grey-800);font-size:.95rem}.child-impact{padding:var(--space-lg) 0;background-color:var(--white)}.child-impact-header{text-align:center;margin-bottom:var(--space-lg)}.child-impact-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.child-impact-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.child-impact-card{text-align:center;background:var(--grey-100);transition:transform var(--transition-normal);border:2px solid #0000;border-radius:12px;padding:2.5rem 1.5rem}.child-impact-card:hover{border-color:var(--primary-green);transform:translateY(-8px)}.child-impact-number{font-family:var(--font-heading);color:var(--primary-green);margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.child-impact-label{text-transform:uppercase;color:var(--black);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.child-impact-description{color:var(--grey-800);font-size:.95rem}.child-stories{padding:var(--space-lg) 0;background-color:var(--grey-100)}.child-stories-header{text-align:center;margin-bottom:var(--space-lg)}.child-stories-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.child-stories-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;display:grid}.child-story-card{background:var(--white);transition:transform var(--transition-normal);border-radius:12px;flex-direction:column;height:100%;min-height:400px;padding:2.5rem 2rem;display:flex;position:relative;box-shadow:0 8px 25px #00000014}.child-story-card:hover{transform:translateY(-8px)}.child-story-quote{font-family:var(--font-heading);color:var(--primary-green);opacity:.3;margin-bottom:1.5rem;font-size:5rem;line-height:.5}.child-story-text{color:var(--grey-800);flex-grow:1;margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.8}.child-story-author{border-top:2px solid var(--grey-200);align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.child-author-image{object-fit:cover;border:3px solid var(--primary-green);border-radius:50%;flex-shrink:0;width:70px;height:70px}.child-author-info{flex-grow:1;min-width:0}.child-author-name{color:var(--black);font-size:1.1rem;font-weight:700}.child-author-role{color:var(--primary-green);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.child-author-achievement{color:var(--grey-800);font-size:.85rem}.child-cta{padding:var(--space-lg) 0;background:linear-gradient(135deg, var(--primary-green) 0%, #1a5f3a 100%);color:var(--white)}.child-cta-content{text-align:center;max-width:800px;margin:0 auto}.child-cta-title{margin-bottom:var(--space-md);font-size:3rem}.child-cta-title .highlight{color:var(--white)}.child-cta-text{margin-bottom:var(--space-lg);opacity:.9;font-size:1.2rem}.child-cta-buttons{margin-bottom:var(--space-lg);justify-content:center;gap:1.5rem;display:flex}.child-cta-buttons .btn-donate{background:var(--primary-yellow);color:var(--black);transition:transform var(--transition-normal);border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none}.child-cta-buttons .btn-donate:hover{transform:translateY(-3px)}.child-cta-buttons .btn-volunteer{color:var(--white);border:2px solid var(--white);transition:background var(--transition-normal);background:0 0;border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none}.child-cta-buttons .btn-volunteer:hover{background:var(--white);color:var(--primary-green)}.child-cta-stats{justify-content:center;gap:3rem;display:flex}.child-cta-stat{text-align:center}.child-cta-stat-number{color:var(--white);font-size:2rem;font-weight:700;display:block}.child-cta-stat-label{opacity:.9;font-size:.9rem}.child-faq{padding:var(--space-lg) 0;background-color:var(--white)}.child-faq-header{text-align:center;margin-bottom:var(--space-lg)}.child-faq-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.child-faq-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.child-faq-card{background:var(--grey-100);transition:transform var(--transition-normal);border-radius:12px;padding:2rem}.child-faq-card:hover{transform:translateY(-5px)}.child-faq-question{color:var(--black);margin-bottom:1rem;font-size:1.2rem}.child-faq-answer{color:var(--grey-800);line-height:1.7}.child-gallery{padding:var(--space-lg) 0;background-color:var(--white)}.child-gallery-header{text-align:center;margin-bottom:var(--space-lg)}.child-gallery-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.child-gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.child-gallery-item{aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.child-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.child-gallery-item:hover img{transform:scale(1.05)}.child-gallery-overlay{width:100%;color:var(--white);background:linear-gradient(#0000,#000000b3);padding:1.5rem;position:absolute;bottom:0;left:0}.child-gallery-overlay h4{margin-bottom:.25rem;font-size:1.1rem}.child-gallery-overlay p{opacity:.9;font-size:.9rem}@media (max-width:992px){.child-hero-title{font-size:3.5rem}.child-about-content{grid-template-columns:1fr;gap:3rem}.child-about-features{grid-template-columns:1fr;max-width:500px;margin:0 auto}.child-impact-grid{grid-template-columns:repeat(2,1fr)}.child-stories-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.child-faq-grid{grid-template-columns:1fr}.child-gallery-grid,.child-highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.child-hero{min-height:500px}.child-hero-title{font-size:2.8rem}.child-hero-subtitle{font-size:1.2rem}.child-hero-actions{flex-direction:column;align-items:flex-start;gap:1rem}.child-section-title{font-size:2rem}.child-cta-title{font-size:2.2rem}.child-cta-buttons{flex-direction:column;align-items:center}.child-cta-stats{flex-direction:column;gap:1.5rem}.child-gallery-grid,.child-highlights-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.child-lightbox{z-index:9999;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s childLightboxFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes childLightboxFadeIn{0%{opacity:0}to{opacity:1}}.child-lightbox-close{color:#fff;cursor:pointer;z-index:10000;background:0 0;border:none;font-size:40px;transition:transform .2s;position:absolute;top:20px;right:30px}.child-lightbox-close:hover{transform:scale(1.1)}.child-lightbox-content{max-width:90%;max-height:90%;animation:.3s childLightboxZoomIn}@keyframes childLightboxZoomIn{0%{transform:scale(.8)}to{transform:scale(1)}}.child-lightbox-content img{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh}.child-lightbox-info{text-align:center;color:#fff;margin-top:1rem}.child-lightbox-info h4{margin-bottom:.5rem;font-size:1.3rem}.child-lightbox-info p{opacity:.9;font-size:1rem}@media (max-width:768px){.child-lightbox-close{font-size:30px;top:10px;right:20px}.child-lightbox-content img{max-height:70vh}}.women-hero{height:100vh;min-height:600px;color:var(--white);padding-top:var(--header-height);background-image:url(/assets/women-bg-ug7ycH1V.webp);background-position:50%;background-size:cover;align-items:center;display:flex;position:relative}.women-hero-overlay{z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.women-hero-content{z-index:2;max-width:800px;position:relative}.women-hero-title{margin-bottom:var(--space-md);text-shadow:2px 2px 8px #0009;font-size:5rem;line-height:.9}.women-hero-title .highlight{color:var(--primary-yellow)}.women-hero-subtitle{max-width:600px;margin-bottom:var(--space-md);color:#fffffff2;text-shadow:1px 1px 4px #00000080;font-size:1.5rem}.women-hero-actions{margin-top:var(--space-md);align-items:center;gap:1.5rem;display:flex}.women-programs{padding:var(--space-lg) 0;background-color:var(--grey-100)}.women-programs-header{text-align:center;margin-bottom:var(--space-lg)}.women-programs-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.women-programs-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.women-program-card{background:var(--white);transition:transform var(--transition-normal);border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014}.women-program-card:hover{transform:translateY(-8px)}.women-program-image{aspect-ratio:4/3;overflow:hidden}.women-program-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.women-program-card:hover .women-program-image img{transform:scale(1.05)}.women-program-content{padding:1.5rem}.women-program-content h3{color:var(--black);margin-bottom:.5rem;font-size:1.2rem}.women-program-content p{color:var(--grey-800);font-size:.95rem;line-height:1.6}.women-about{padding:var(--space-lg) 0;background-color:var(--white)}.women-about-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.women-section-title{margin-bottom:var(--space-md);color:var(--black);font-size:2.5rem}.women-section-title .highlight{color:#e91e63}.women-about-lead{color:var(--grey-800);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:600}.women-about-text p{color:var(--grey-800);margin-bottom:var(--space-sm);line-height:1.8}.women-about-features{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.women-feature{background:var(--grey-100);transition:transform var(--transition-normal);border-top:4px solid #e91e63;border-radius:8px;padding:2rem}.women-feature:hover{transform:translateY(-5px)}.women-feature-icon{margin-bottom:1rem;font-size:2.5rem}.women-feature h3{color:var(--black);margin-bottom:.5rem;font-size:1.2rem}.women-feature p{color:var(--grey-800);font-size:.95rem}.women-gallery{padding:var(--space-lg) 0;background-color:var(--grey-100)}.women-gallery-header{text-align:center;margin-bottom:var(--space-md)}.women-gallery-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.women-gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.women-gallery-item{aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.women-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.women-gallery-item:hover img{transform:scale(1.05)}.women-gallery-caption{width:100%;color:var(--white);background:linear-gradient(#0000,#000000d9);padding:1.5rem 1rem 1rem;position:absolute;bottom:0;left:0}.women-gallery-caption span{font-family:var(--font-heading);font-size:1.1rem;font-weight:600}.women-gallery-lightbox{z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.women-gallery-lightbox img{object-fit:contain;border-radius:8px;max-width:90%;max-height:90vh;animation:.3s scaleIn;box-shadow:0 10px 40px #00000080}.women-gallery-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2.5rem;line-height:1;transition:background .3s,transform .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.women-gallery-lightbox-close:hover{background:#fff3;transform:scale(1.1)}.women-impact{padding:var(--space-lg) 0;background-color:var(--white)}.women-impact-header{text-align:center;margin-bottom:var(--space-lg)}.women-impact-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.women-impact-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.women-impact-card{text-align:center;background:var(--grey-100);transition:transform var(--transition-normal);border:2px solid #0000;border-radius:12px;padding:2.5rem 1.5rem}.women-impact-card:hover{border-color:#e91e63;transform:translateY(-8px)}.women-impact-number{font-family:var(--font-heading);color:#e91e63;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.women-impact-label{text-transform:uppercase;color:var(--black);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.women-impact-description{color:var(--grey-800);font-size:.95rem}.women-stories{padding:var(--space-lg) 0;background-color:var(--grey-100)}.women-stories-header{text-align:center;margin-bottom:var(--space-lg)}.women-stories-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.women-stories-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.women-story-card{background:var(--white);transition:transform var(--transition-normal);border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #00000014}.women-story-card:hover{transform:translateY(-8px)}.women-story-image{aspect-ratio:16/9;overflow:hidden}.women-story-image img{object-fit:cover;width:100%;height:100%}.women-story-content{padding:2rem 2rem 1.5rem}.women-story-quote{font-family:var(--font-heading);color:#e91e63;opacity:.3;margin-bottom:1rem;font-size:5rem;line-height:.5}.women-story-text{color:var(--grey-800);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.8}.women-story-author{border-top:2px solid var(--grey-200);padding-top:1rem}.women-author-name{color:var(--black);font-size:1.1rem;font-weight:700}.women-author-role{color:#e91e63;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.women-author-achievement{color:var(--grey-800);font-size:.85rem}.women-cta{padding:var(--space-lg) 0;color:var(--white);background:linear-gradient(135deg,#e91e63 0%,#9c27b0 100%)}.women-cta-content{text-align:center;max-width:800px;margin:0 auto}.women-cta-title{margin-bottom:var(--space-md);font-size:3rem}.women-cta-title .highlight{color:var(--white)}.women-cta-text{margin-bottom:var(--space-lg);opacity:.9;font-size:1.2rem}.women-cta-buttons{margin-bottom:var(--space-lg);justify-content:center;gap:1.5rem;display:flex}.women-cta-buttons .btn-donate{background:var(--white);color:#e91e63;transition:transform var(--transition-normal);border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none}.women-cta-buttons .btn-donate:hover{transform:translateY(-3px)}.women-cta-buttons .btn-volunteer{color:var(--white);border:2px solid var(--white);transition:background var(--transition-normal);background:0 0;border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none}.women-cta-buttons .btn-volunteer:hover{background:var(--white);color:#e91e63}.women-cta-stats{justify-content:center;gap:3rem;display:flex}.women-cta-stat{text-align:center}.women-cta-stat-number{color:var(--white);font-size:2rem;font-weight:700;display:block}.women-cta-stat-label{opacity:.9;font-size:.9rem}.women-faq{padding:var(--space-lg) 0;background-color:var(--white)}.women-faq-header{text-align:center;margin-bottom:var(--space-lg)}.women-faq-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.women-faq-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.women-faq-card{background:var(--grey-100);transition:transform var(--transition-normal);border-radius:12px;padding:2rem}.women-faq-card:hover{transform:translateY(-5px)}.women-faq-question{color:var(--black);margin-bottom:1rem;font-size:1.2rem}.women-faq-answer{color:var(--grey-800);line-height:1.7}@media (max-width:1200px){.women-programs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.women-hero-title{font-size:3.5rem}.women-about-content{grid-template-columns:1fr;gap:3rem}.women-about-features{grid-template-columns:1fr;max-width:500px;margin:0 auto}.women-impact-grid,.women-gallery-grid,.women-programs-grid{grid-template-columns:repeat(2,1fr)}.women-stories-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.women-faq-grid{grid-template-columns:1fr}}@media (max-width:768px){.women-hero{min-height:500px}.women-hero-title{font-size:2.8rem}.women-hero-subtitle{font-size:1.2rem}.women-section-title{font-size:2rem}.women-programs-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.women-gallery-grid{grid-template-columns:1fr}.women-impact-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.women-impact-number{font-size:2.5rem}.women-cta-title{font-size:2.2rem}.women-cta-stats{flex-direction:column;gap:1.5rem}.women-cta-buttons{flex-direction:column;align-items:center}}@media (max-width:480px){.women-hero-title{font-size:2.2rem}.women-hero-subtitle{font-size:1rem}.women-hero-actions{flex-direction:column;align-items:flex-start}.women-section-title{font-size:1.8rem}.women-impact-grid{grid-template-columns:1fr}.women-impact-card{padding:2rem 1rem}.women-impact-number{font-size:2.2rem}.women-faq-card{padding:1.5rem}}.women-programs-lightbox{z-index:9999;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.women-programs-lightbox img{object-fit:contain;border-radius:8px;max-width:90%;max-height:90%;box-shadow:0 10px 50px #00000080}.women-programs-lightbox-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:3rem;line-height:1;transition:background .3s;display:flex;position:absolute;top:20px;right:30px}.women-programs-lightbox-close:hover{background:#fff6}@media (max-width:768px){.women-programs-lightbox img{max-width:95%;max-height:85%}.women-programs-lightbox-close{width:40px;height:40px;font-size:2.5rem;top:15px;right:20px}}.nasha-hero{height:100vh;min-height:600px;color:var(--white);padding-top:var(--header-height);background-image:url(/assets/nashamukti-bg-BYL_zEsu.webp);background-position:50%;background-size:cover;align-items:center;display:flex;position:relative}.nasha-hero-overlay{z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.nasha-hero-content{z-index:2;max-width:800px;position:relative}.nasha-hero-title{margin-bottom:var(--space-md);text-shadow:2px 2px 8px #0009;font-size:5rem;line-height:.9}.nasha-hero-title .highlight{color:var(--primary-yellow)}.nasha-hero-subtitle{max-width:600px;margin-bottom:var(--space-md);color:#fffffff2;text-shadow:1px 1px 4px #00000080;font-size:1.5rem}.nasha-hero-actions{margin-top:var(--space-md);align-items:center;gap:1.5rem;display:flex}.nasha-about{padding:var(--space-lg) 0;background-color:var(--grey-100)}.nasha-about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.nasha-section-title{margin-bottom:var(--space-md);color:var(--black);font-size:2.5rem}.nasha-section-title .highlight{color:#ff5722}.nasha-about-lead{color:var(--grey-800);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:600}.nasha-about-text p{color:var(--grey-800);margin-bottom:var(--space-sm);line-height:1.8}.nasha-about-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001f}.nasha-about-image img{width:100%;height:auto;display:block}.nasha-about-features{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.nasha-feature{background:var(--white);transition:transform var(--transition-normal);border-top:4px solid #ff5722;border-radius:8px;padding:2rem;box-shadow:0 4px 15px #00000014}.nasha-feature:hover{transform:translateY(-5px)}.nasha-feature-icon{margin-bottom:1rem;font-size:2.5rem}.nasha-feature h3{color:var(--black);margin-bottom:.5rem;font-size:1.2rem}.nasha-feature p{color:var(--grey-800);font-size:.95rem}.nasha-banner{background-image:url(/assets/volunteering1-BWREjFoY.webp);background-position:50%;background-size:cover;padding:6rem 0;position:relative}.nasha-banner-overlay{z-index:1;background:linear-gradient(135deg,#ff5722e6 0%,#e64a19d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.nasha-banner-content{z-index:2;text-align:center;position:relative}.nasha-banner-text{max-width:800px;margin:0 auto}.nasha-banner-text h2{color:var(--white);margin-bottom:1.5rem;font-size:2.2rem;font-style:italic;line-height:1.4}.nasha-banner-text p{color:#ffffffe6;font-size:1.2rem}.nasha-impact{padding:var(--space-lg) 0;background-color:var(--white)}.nasha-impact-header{text-align:center;margin-bottom:var(--space-lg)}.nasha-impact-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.nasha-impact-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.nasha-impact-card{text-align:center;background:var(--grey-100);transition:transform var(--transition-normal);border:2px solid #0000;border-radius:12px;padding:2.5rem 1.5rem}.nasha-impact-card:hover{border-color:#ff5722;transform:translateY(-8px)}.nasha-impact-number{font-family:var(--font-heading);color:#ff5722;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.nasha-impact-label{text-transform:uppercase;color:var(--black);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.nasha-impact-description{color:var(--grey-800);font-size:.95rem}.nasha-stories{padding:var(--space-lg) 0;background-color:var(--grey-100)}.nasha-stories-header{text-align:center;margin-bottom:var(--space-lg)}.nasha-stories-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.nasha-stories-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.nasha-story-card{background:var(--white);transition:transform var(--transition-normal);border-radius:12px;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative;box-shadow:0 8px 25px #00000014}.nasha-story-image{object-fit:cover;border:3px solid #ff5722;border-radius:50%;width:100px;height:100px;margin:0 auto 1.5rem}.nasha-story-card:hover{transform:translateY(-8px)}.nasha-story-quote{font-family:var(--font-heading);color:#ff5722;opacity:.3;margin-bottom:1.5rem;font-size:5rem;line-height:.5}.nasha-story-text{color:var(--grey-800);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.8}.nasha-story-author{border-top:2px solid var(--grey-200);padding-top:1rem}.nasha-author-name{color:var(--black);font-size:1.1rem;font-weight:700}.nasha-author-role{color:#ff5722;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.nasha-author-achievement{color:var(--grey-800);font-size:.85rem}.nasha-cta{padding:var(--space-lg) 0;color:var(--white);background:linear-gradient(135deg,#ff5722 0%,#e64a19 100%)}.nasha-cta-content{text-align:center;max-width:800px;margin:0 auto}.nasha-cta-title{margin-bottom:var(--space-md);font-size:3rem}.nasha-cta-title .highlight{color:var(--white)}.nasha-cta-text{margin-bottom:var(--space-lg);opacity:.9;font-size:1.2rem}.nasha-cta-buttons{margin-bottom:var(--space-lg);justify-content:center;gap:1.5rem;display:flex}.nasha-cta-buttons .btn-helpline{background:var(--white);color:#ff5722;transition:transform var(--transition-normal);border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none}.nasha-cta-buttons .btn-helpline:hover{transform:translateY(-3px)}.nasha-cta-buttons .btn-volunteer{color:var(--white);border:2px solid var(--white);transition:background var(--transition-normal);background:0 0;border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none}.nasha-cta-buttons .btn-volunteer:hover{background:var(--white);color:#ff5722}.nasha-cta-stats{justify-content:center;gap:3rem;display:flex}.nasha-cta-stat{text-align:center}.nasha-cta-stat-number{color:var(--white);font-size:2rem;font-weight:700;display:block}.nasha-cta-stat-label{opacity:.9;font-size:.9rem}.nasha-faq{padding:var(--space-lg) 0;background-color:var(--white)}.nasha-faq-header{text-align:center;margin-bottom:var(--space-lg)}.nasha-faq-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.nasha-faq-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.nasha-faq-card{background:var(--grey-100);transition:transform var(--transition-normal);border-radius:12px;padding:2rem}.nasha-faq-card:hover{transform:translateY(-5px)}.nasha-faq-question{color:var(--black);margin-bottom:1rem;font-size:1.2rem}.nasha-faq-answer{color:var(--grey-800);line-height:1.7}@media (max-width:992px){.nasha-hero-title{font-size:3.5rem}.nasha-about-content{grid-template-columns:1fr;gap:3rem}.nasha-about-image{max-width:500px;margin:0 auto}.nasha-about-features,.nasha-impact-grid{grid-template-columns:repeat(2,1fr)}.nasha-stories-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.nasha-faq-grid{grid-template-columns:1fr}}@media (max-width:768px){.nasha-hero{min-height:500px}.nasha-hero-title{font-size:2.8rem}.nasha-hero-subtitle{font-size:1.2rem}.nasha-hero-actions{flex-direction:column;align-items:flex-start}.nasha-section-title{font-size:2rem}.nasha-about-features{grid-template-columns:1fr;max-width:500px;margin:0 auto}.nasha-banner{padding:4rem 0}.nasha-banner-text h2{font-size:1.8rem}.nasha-cta-title{font-size:2.2rem}.nasha-cta-buttons{flex-direction:column;align-items:center}.nasha-cta-stats{flex-direction:column;gap:1.5rem}}@media (max-width:480px){.nasha-hero-title{font-size:2.2rem}.nasha-impact-grid{grid-template-columns:1fr}}@media (max-width:992px){.nasha-stories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nasha-story-image{width:80px;height:80px}}@media (max-width:576px){.nasha-stories-grid{grid-template-columns:1fr}.nasha-story-image{width:100px;height:100px}}.nasha-gallery{padding:var(--space-lg) 0;background-color:var(--white)}.nasha-gallery-header{text-align:center;margin-bottom:var(--space-md)}.nasha-gallery-subtitle{color:var(--grey-800);max-width:600px;margin:0 auto;font-size:1.2rem}.nasha-gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.nasha-gallery-item{aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.nasha-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.nasha-gallery-item:hover img{transform:scale(1.05)}.nasha-gallery-caption{color:var(--white);background:linear-gradient(#0000,#000c);padding:1.5rem;font-size:1.1rem;font-weight:500;position:absolute;bottom:0;left:0;right:0}@media (max-width:992px){.nasha-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:768px){.nasha-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.nasha-gallery-grid{grid-template-columns:1fr}}.nasha-lightbox-overlay{z-index:9999;background-color:#000000d9;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.nasha-lightbox-image{object-fit:contain;border-radius:8px;max-width:90%;max-height:90%;animation:.3s ease-out scaleIn;box-shadow:0 10px 40px #00000080}.nasha-lightbox-close{color:var(--white);cursor:pointer;z-index:10000;background:0 0;border:none;font-size:40px;position:absolute;top:20px;right:30px}:root{--primary-yellow:#f1c400;--primary-yellow-dark:#c8a300;--primary-blue:#307fe2;--primary-blue-dark:#1d6bcd;--primary-green:#00bf6f;--primary-green-dark:#009657;--primary-purple:#bb16a3;--primary-purple-dark:#961283;--black:#000;--white:#fff;--grey-100:#f5f5f5;--grey-200:#e0e0e0;--grey-800:#333;--grey-900:#1a1a1a;--font-heading:"Oswald", sans-serif;--font-body:"Inter", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--space-mobile:1.5rem;--space-mobile-lg:3rem;--transition-fast:.2s ease;--transition-normal:.3s ease;--container-max-width:1200px;--header-height:100px;--font-size-h1-mobile:clamp(2.5rem, 8vw, 4rem);--font-size-h2-mobile:clamp(2rem, 6vw, 3rem);--font-size-h3-mobile:clamp(1.5rem, 5vw, 2rem);--font-size-body-mobile:clamp(1rem, 2vw, 1.1rem)}.gradient-yellow{background:linear-gradient(to left, var(--primary-yellow-dark) 50%, var(--primary-yellow) 50%)}.gradient-blue{background:linear-gradient(to left, var(--primary-blue-dark) 50%, var(--primary-blue) 50%)}.gradient-green{background:linear-gradient(to left, var(--primary-green-dark) 50%, var(--primary-green) 50%)}.gradient-purple{background:linear-gradient(to left, var(--primary-purple-dark) 50%, var(--primary-purple) 50%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--black);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--grey-100)}::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-blue-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700}a{color:inherit;transition:var(--transition-fast);text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:var(--container-max-width);padding:0 var(--space-sm);margin:0 auto}@media (max-width:576px){.container{padding:0 var(--space-xs)}}.section-padding{padding:var(--space-lg) 0}@media (max-width:768px){.section-padding{padding:var(--space-mobile-lg) 0}}.btn-chevron{align-items:center;gap:.5rem;display:inline-flex}.btn-chevron:after{content:">";font-family:monospace;font-weight:700}.animate-on-scroll{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}button,a,.gallery-filters button{min-width:44px;min-height:44px}@media (max-width:768px){.hero-actions{gap:1rem;width:100%}.hero-actions .custom-btn{justify-content:center;width:100%}}img{background:linear-gradient(90deg, var(--grey-200) 25%, var(--grey-100) 50%, var(--grey-200) 75%);background-size:200% 100%;animation:1.5s infinite shimmer}img[src]{background:0 0;animation:none}.skip-link{background:var(--primary-yellow);color:var(--black);z-index:10000;padding:8px;transition:top .3s;position:absolute;top:-40px;left:0}.skip-link:focus{top:0}
