body{margin:0;padding:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;background:#f6fbfd}.about{padding:1rem 3rem;background:#fff}.about-container{max-width:1200px;margin:0 auto}.about h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#000}.about-lede{font-size:1.1rem;line-height:1.6;color:#333;margin-bottom:2rem;max-width:800px}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;margin-bottom:2rem}.about-card{padding:1.5rem;background:#f9f9f9;border-radius:8px;border-left:4px solid var(--primary, #0A6C95)}.about-card h4{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:#000}.about-card p{font-size:.95rem;line-height:1.5;color:#555}@media only screen and (max-width:768px){.about{padding:2rem 1rem}.about h3{font-size:1.5rem}.about-lede{font-size:1rem}.about-grid{gap:1.5rem}.about-card{padding:1.25rem}}.center{display:flex;justify-content:center}.contact{padding:3rem 1rem;background:#fff}.contact-container{max-width:600px;margin:0 auto}.contact h3{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#000}.contact-description{font-size:1rem;color:#666;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#333}.form-group input,.form-group textarea{padding:.75rem;font-size:1rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background-color:#fff;color:#000}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:teal;box-shadow:0 0 0 3px #0080801a}.form-group textarea{resize:vertical;min-height:120px}.contact-form button{margin-top:.5rem;width:fit-content}.contact-success{margin-top:1rem;color:teal;font-weight:600;animation:slideIn .3s ease}@media only screen and (max-width:768px){.contact{padding:2rem 1rem}.contact h3{font-size:1.5rem}.contact-description{font-size:.95rem}.contact-form{gap:1rem}.form-group input,.form-group textarea{padding:.625rem;font-size:.95rem}}@media only screen and (max-width:480px){.contact-container{max-width:100%}.contact h3{font-size:1.25rem}.contact-description{font-size:.9rem}}.events{padding:1rem 3rem 2rem;background:var(--primary-light)}body:has(.latest-fundraiser) .events{background:#fff!important}.events-container{max-width:1200px;margin:0 auto}.events h3{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#000}.events-description{font-size:1rem;color:#666;margin-bottom:2rem}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.event-card{padding:2rem;background:#f9f9f9;border-radius:8px;border-left:4px solid var(--primary, #0A6C95);display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;margin-bottom:4px}.event-card:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--primary, #0A6C95);border-radius:8px;z-index:0;transition:width .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.event-card:hover:before{width:100%}.all-events{text-align:center;display:block;margin:0 auto}.event-date,.event-title,.event-location{position:relative;z-index:1}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0a6c9526;background-color:var(--primary, #0A6C95)}.event-card:hover .event-date{color:#ffffffe6}.event-card:hover .event-title{color:#fff}.event-card:hover .event-location{color:#ffffffd9}.event-date{font-size:.9rem;font-weight:600;color:var(--primary, #0A6C95);letter-spacing:.05em}.event-title{font-size:1.2rem;font-weight:700;color:#000;margin:0}.event-location{font-size:.95rem;color:#666;margin:0}@media only screen and (max-width:768px){.events{padding:2rem 1rem}.events h3{font-size:1.5rem}.events-description{font-size:.95rem}.events-grid{gap:1.5rem}.event-card{padding:1.5rem}.event-title{font-size:1.1rem}}@media only screen and (max-width:480px){.events-grid{grid-template-columns:1fr}.event-card{padding:1.25rem}.event-title{font-size:1rem}}.latest-fundraiser{padding:3rem 1rem;background:var(--primary-light)}.latest-fundraiser-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.latest-fundraiser .fundraiser-image{position:relative;display:flex;flex-direction:column;gap:1rem}.latest-fundraiser .fundraiser-image img{width:100%;height:auto;border-radius:8px;object-fit:cover}.latest-fundraiser .fundraiser-stats{display:flex;gap:2rem;background:#fff;padding:1.5rem;border-radius:8px}.latest-fundraiser .stat{display:flex;flex-direction:column;gap:.25rem}.latest-fundraiser .stat-value{font-size:1.75rem;font-weight:700;color:var(--primary, #0A6C95)}.latest-fundraiser .stat-label{font-size:.8rem;font-weight:600;color:#666;letter-spacing:.05em}.latest-fundraiser .fundraiser-progress{display:flex;flex-direction:column;gap:.75rem;background:#fff;padding:1rem;border-radius:8px}.latest-fundraiser .progress-info{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600;color:#333}.latest-fundraiser .progress-bar{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.latest-fundraiser .progress-fill{height:100%;background:var(--primary, #0A6C95);transition:width .3s ease}.latest-fundraiser .fundraiser-content{display:flex;flex-direction:column;gap:1rem}.latest-fundraiser .fundraiser-label{font-size:.85rem;font-weight:600;color:#666;letter-spacing:.05em;margin:0}.latest-fundraiser .fundraiser-content h3{font-size:2rem;font-weight:700;color:#000;line-height:1.2;margin:0}.latest-fundraiser .fundraiser-description{font-size:1rem;line-height:1.6;color:#555;margin:0}@media only screen and (max-width:768px){.latest-fundraiser{padding:2rem 1rem}.latest-fundraiser-container{grid-template-columns:1fr;gap:2rem}.latest-fundraiser .fundraiser-content h3{font-size:1.5rem}.latest-fundraiser .fundraiser-description{font-size:.95rem}.latest-fundraiser .fundraiser-stats{gap:1.5rem;padding:1rem}.latest-fundraiser .stat-value{font-size:1.5rem}}@media only screen and (max-width:480px){.latest-fundraiser-container{gap:1.5rem}.latest-fundraiser-content h3{font-size:1.25rem}.latest-fundraiser .fundraiser-stats{gap:1rem;padding:.75rem}.latest-fundraiser .stat-value{font-size:1.25rem}.latest-fundraiser .fundraiser-btn{padding:.75rem 1.5rem;font-size:.85rem}}.gallery-section{padding:2rem 1rem}.gallery{margin-top:1rem}.section-title{text-align:center;margin-bottom:1.5rem}.gallery-stage{position:relative;max-width:900px;width:100%;margin:0 auto;overflow:hidden;border-radius:16px;aspect-ratio:16 / 9;min-height:420px;height:clamp(320px,60vh,640px);background:#fff;box-shadow:0 4px 24px #18314f12}.gallery-track{display:flex;align-items:stretch;height:100%;position:relative;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.gallery-img{flex:0 0 100%;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;display:block;align-self:center;background-color:#fff;cursor:default;position:relative;left:0;top:0;transition:box-shadow .2s;box-shadow:0 2px 12px #18314f0a;opacity:1;z-index:1}.gallery-img.active{cursor:zoom-in;z-index:2;box-shadow:0 4px 24px #18314f1f}.gallery-img.side{opacity:.36;filter:grayscale(.2);z-index:1}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:none;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:30;transition:background .2s}.gallery-nav.right{right:16px;left:auto}.gallery-nav.left{left:16px}.gallery-nav{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#fff;color:teal;font-size:1.5rem;line-height:1;box-shadow:0 2px 8px #18314f14;border:1px solid #e0f0f0;transition:background .2s,color .2s;padding:20px;margin:0;line-height:normal;cursor:pointer}.gallery-nav:hover{background:#e6f7fa;color:#035f53;border:1px solid transparent}.gallery-thumbs{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-top:.8rem;flex-wrap:wrap}.gallery-thumbs .thumb{border:0;background:#fff;padding:0;width:72px;height:54px;cursor:pointer;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #18314f0f;border:1.5px solid transparent;transition:border .2s,box-shadow .2s}.gallery-thumbs .thumb:hover,.gallery-thumbs .thumb[aria-pressed=true]{border:1.5px solid #008080;box-shadow:0 2px 8px #18314f1f}.gallery-thumbs .thumb img{width:100%;height:100%;object-fit:cover;display:block;opacity:.85}.gallery-thumbs .thumb[aria-pressed=true]{box-shadow:0 0 0 3px #008ea71f}@media(max-width:800px){.gallery-stage{max-width:100%;min-height:220px;height:220px}.gallery-thumbs .thumb{width:48px;height:48px;box-shadow:0 2px 8px #18314f1f;border:1.5px solid #e0f0f0}.gallery-thumbs .thumb .gallery-nav .nav-icon{width:36px;height:36px;font-size:20px}}.hero{min-height:60vh;width:100vw;background:linear-gradient(180deg,#f6fbfd 60%,#fff);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:0 0 2rem}.hero-light{background:linear-gradient(180deg,#f6fbfd 60%,#fff)}.hero-content{color:#1a2e3b;max-width:600px;margin-left:4vw;z-index:2}.hero-title{font-size:2.7rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-title-dark{color:#18314f}.hero-subtitle{font-size:1.35rem;color:#425466;margin-bottom:2.5rem;font-weight:400}.hero-subtitle-dark{color:#425466}.hero-buttons{display:flex;gap:1.5rem;margin-top:1.5rem}.hero-btn{font-size:1.25rem;padding:.75rem 2.5rem;border-radius:1rem;border:2px solid transparent;cursor:pointer;font-weight:600;transition:background .2s,color .2s,border .2s}.hero-btn.donate{background:teal;color:#fff;border:2px solid #008080}.hero-btn.donate:hover{background:#066;border-color:#066}.hero-btn.learn{background:#fff;color:teal;border:2px solid #cce7ea}.hero-btn.learn:hover{background:#e6f7fa;border-color:teal}.hero-image{margin-left:4vw;display:flex;align-items:center;justify-content:center}.hero-image-light{background:#f6fbfd;border-radius:2rem;box-shadow:0 8px 32px #18314f12;padding:2rem 2.5rem;display:flex;align-items:center;justify-content:center}.hero-image img{width:350px;height:auto}@media(max-width:900px){.hero{flex-direction:column;justify-content:flex-start;min-height:60vh;padding-top:3rem}.hero-content{margin-left:0;text-align:center;max-width:90vw}.hero-image,.hero-image-light{margin:2rem auto 0;width:90vw;max-width:400px;padding:1rem}}.newsletter{padding:3rem 1rem;background:linear-gradient(135deg,var(--primary, #0A6C95) 0%,#054d6f 100%)}.newsletter-container{max-width:600px;margin:0 auto;text-align:center}.newsletter h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.newsletter p{font-size:1rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.newsletter-input{padding:1rem;font-size:1rem;border:none;border-radius:4px;outline:none;background:#fff;color:#333;transition:box-shadow .3s ease}.newsletter-input::placeholder{color:#999}.newsletter-input:focus{box-shadow:0 0 0 3px #ffffff4d}.newsletter-success,.newsletter-error{margin-top:1rem;font-weight:600;animation:slideIn .3s ease}.newsletter-success{color:#ffffffe6}.newsletter-error{color:#ffb3b3}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:768px){.newsletter{padding:2rem 1rem}.newsletter h3{font-size:1.5rem}.newsletter p{font-size:.95rem}.newsletter-form{gap:.75rem}.newsletter-input,.newsletter-btn{font-size:.95rem;padding:.875rem}}@media only screen and (max-width:480px){.newsletter-container{max-width:100%}.newsletter h3{font-size:1.25rem}.newsletter p{font-size:.9rem}}
