.site-nav{background:var(--bg);z-index:1000;padding-top:1.5rem;padding-bottom:1.5rem;position:sticky;top:0;box-shadow:0 6px 18px #0000000f}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex;position:relative}.nav-side{flex:auto;align-items:center;gap:1rem;display:flex}.nav-left{justify-content:flex-start}.nav-right{justify-content:flex-end}.nav-center{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-logo{pointer-events:auto}.nav-logo img{object-fit:contain;width:auto;height:68px;display:block}.nav-link{color:var(--primary);padding:.3rem .5rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--accent)}.nav-hamburger{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:space-between;width:25px;height:22px;padding:.25rem;display:none}.nav-hamburger span{background:var(--primary);border-radius:3px;width:100%;height:3px;transition:all .3s}.nav-hamburger.active span:first-child{transform:rotate(45deg)translateY(6px)}.nav-hamburger.active span:nth-child(2){opacity:0}.nav-hamburger.active span:nth-child(3){transform:rotate(-45deg)translateY(-6px)}.mobile-drawer{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;background:#00000059;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-drawer.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer-inner{background:#fff;flex-direction:column;gap:1rem;width:75%;max-width:320px;height:100%;padding:2rem;transition:transform .3s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #0000001f}.mobile-drawer.open .mobile-drawer-inner{transform:translate(0)}.drawer-link{color:var(--primary);padding:.75rem 0;font-weight:600;text-decoration:none}@media (min-width:768px){.nav-hamburger{display:none}.mobile-drawer{display:none!important}.nav-side{flex-basis:33%}}@media (max-width:767px){.nav-left,.nav-right{display:none}.nav-hamburger{display:flex}.nav-center{pointer-events:auto;position:relative;left:auto;transform:none}.nav-logo img{height:58px}}.hero{color:#fff;justify-content:center;align-items:center;width:100%;height:90vh;margin-bottom:4rem;padding:6rem 2rem 8rem;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;filter:brightness(.55);width:100%;height:100%;position:absolute;top:0;left:0}.hero:after{content:"";z-index:0;background:linear-gradient(#0006,#0009);position:absolute;inset:0}.hero-overlay{z-index:1;text-align:center;padding:3rem 2rem;position:relative}.hero-copy{max-width:750px;margin:0 auto}.hero-copy h1{margin-bottom:1.5rem;font-size:3.2rem;line-height:1.2}.hero-copy p{color:#e5e5e5;max-width:600px;margin:0 auto 2.5rem;font-size:1.15rem}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.btn{border-radius:8px;padding:.9rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#fff;background:#050676}.btn-primary:hover{background:#f2de52}@media (max-width:992px){.hero{height:80vh;margin-bottom:3rem;padding:4rem 1.5rem 6rem}.hero-copy h1{font-size:2.5rem}.hero-copy p{margin-bottom:2rem;font-size:1.05rem}}@media (max-width:600px){.hero{height:70vh;margin-bottom:2.5rem;padding:3rem 1rem 5rem}.hero-copy h1{margin-bottom:1rem;font-size:2rem}.hero-copy p{margin-bottom:1.75rem;font-size:.95rem}.hero-ctas{gap:.75rem}.btn{text-align:center;width:100%}}.sections-container{color:#222;max-width:1100px;margin:0 auto;padding:3rem 1rem;font-family:Inter,sans-serif}.sections-container>:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:1rem}.sections-container h3:first-of-type{border-bottom:none!important;padding-bottom:0!important}.sections-container h2,.sections-container h3{color:#050676;text-align:center;font-size:2rem;font-weight:700}.sections-container p{color:#333;text-align:justify;max-width:950px;margin:0 auto 1rem;font-size:1.1rem;line-height:1.6}.card-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;margin-bottom:2rem;display:grid}.card.feature{text-align:left;background:#fff;border-radius:16px;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #0000000d}.card.feature:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000014}.feature h3{color:#050676;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature p{color:#444;margin-bottom:1.25rem;font-size:1rem;line-height:1.5}.card.feature .btn{padding:.6rem 1.4rem;font-size:.95rem}@media (min-width:768px){.card-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1100px){.card-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.goals-grid{flex-wrap:wrap;justify-content:center;gap:60px;display:flex}.goal-item{text-align:center;max-width:100px;font-size:1.2rem}.goal-number{color:#050676;padding:10px 0;font-size:2rem}.goal-label{color:#050676;padding:5px 0}.site-footer{background:#fff;border-top:1px solid #0000000a;padding:1rem 0}.footer-inner{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}.footer-inner .col h4{margin:0 0 .5rem}.footer-inner a{color:var(--primary);text-decoration:none}.social-button{justify-content:center;align-items:center;margin-right:.75rem;text-decoration:none;display:inline-flex;background:0 0!important;border:none!important;padding:0!important}.icon{color:#050676;font-size:2.2rem!important}.social-button:hover .icon{color:#2628a0}@media (min-width:768px){.footer-inner{grid-template-columns:repeat(3,1fr)}}.donate-page{color:#222;max-width:1200px;margin:0 auto;padding:3rem 1rem;font-family:Inter,sans-serif;line-height:1.7}.donate-page h2{color:#050676;text-align:center;font-size:2rem;font-weight:700}.intro{color:#333;text-align:justify;max-width:950px;margin:0 auto 1rem;font-size:1.1rem;line-height:1.6}.donate-gallery{text-align:center;margin:4rem auto 5rem}.gallery-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.gallery-row img{object-fit:cover;border-radius:12px;width:100%;max-width:350px;height:300px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 14px #0000001a}.gallery-row img:hover{transform:translateY(-4px);box-shadow:0 8px 20px #05067640}.donation-options{grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:5rem auto;display:grid}.donation-card{text-align:center;background:#fff;border-radius:14px;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #0000000d}.donation-card-email{text-align:center;background:#fff;border-radius:14px;grid-column:1/-1;justify-self:center;width:fit-content;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #0000000d}.donation-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #05067626}.donation-card h2{color:#050676;margin-bottom:1rem;font-size:1.4rem}.donation-card p{color:#444;margin-bottom:1.2rem;font-size:1rem}.donate-button{color:#fff;background:#050676;border-radius:6px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.donate-button:hover{background:#2728b2}.campaigns{text-align:left;max-width:850px;margin-top:6rem;margin-left:auto;margin-right:auto}.campaigns h2{text-align:center;color:#050676;margin-bottom:2rem;font-size:1.8rem}.campaigns ul{color:#333;padding-left:1.5rem;line-height:1.8;list-style:outside}.campaigns li{margin-bottom:.75rem}.donate-page>:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:3rem}@media (min-width:768px){.donation-options{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.donation-options{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.intro{margin-bottom:3rem;font-size:1rem}.gallery-row img{max-width:100%;height:200px}.donation-card{padding:1.5rem}.campaigns h2{font-size:1.5rem}}.about-page{color:#222;max-width:1100px;margin:0 auto;padding:3rem 1rem;font-family:Inter,sans-serif}.about-page h2{color:#050676;text-align:center;font-size:2rem;font-weight:700}.about-page p{color:#333;text-align:justify;max-width:950px;margin:0 auto 1rem;font-size:1.1rem;line-height:1.6}.team-gallery{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.team-card{text-align:center;cursor:pointer;background-color:#fff;border-radius:14px;width:300px;padding:1rem;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 14px #0000000d}.team-card:hover{transform:translateY(-6px);box-shadow:0 8px 22px #05067626}.team-card img{object-fit:cover;border-radius:10px;width:100%;height:240px;margin-bottom:1rem}.team-card h3{color:#050676;text-align:center;margin-bottom:.4rem;font-size:1.2rem;font-weight:600}.team-card p{color:#444;text-align:center;font-size:.95rem;line-height:1.5}.about-page>:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.modal-overlay{z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:450px;padding:2rem;animation:.3s fadeIn;position:relative;box-shadow:0 6px 24px #0003}.modal-content img{object-fit:cover;border-radius:100%;width:150px;height:150px;margin-bottom:1rem;box-shadow:0 4px 10px #0003}.modal-content h2{color:#050676;margin-bottom:.5rem}.modal-content h4{color:#2728b2;margin-bottom:1rem;font-weight:600}.modal-content p{color:#333;text-align:justify;font-size:1rem;line-height:1.6}.close-btn{cursor:pointer;color:#555;background:0 0;border:none;font-size:1.3rem;transition:color .2s;position:absolute;top:.7rem;right:1rem}.close-btn:hover{color:#050676}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.about-page{padding:4rem 1rem}.about-page h1{font-size:2.2rem}.about-page h2{margin:3rem 0 1.25rem;font-size:1.7rem}.about-page p{text-align:left;font-size:1rem}.team-card{width:100%;max-width:320px}.modal-content{padding:1.5rem}}.get-involved-container{color:#222;max-width:1200px;margin:0 auto;padding:3rem 1rem;font-family:Inter,sans-serif;line-height:1.7}.get-involved-container>:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.get-involved-container h6:first-of-type{border-bottom:none!important;padding-bottom:0!important}.gallery-section{text-align:center;color:#050676;margin-top:3rem;font-family:Inter,sans-serif}.get-involved-title{color:#050676;text-align:center;font-size:2rem;font-weight:700}.get-involved-text{color:#333;text-align:center;max-width:950px;margin:0 auto 1rem;font-size:1.1rem;line-height:1.6}.get-involved-text a{color:#050676;font-weight:600;text-decoration:underline;transition:color .3s}.get-involved-text a:hover{color:#f2de52}.gallery-section h2{color:#050676;text-align:center;font-size:2rem;font-weight:700}.gallery-cards{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.gallery-card{cursor:pointer;background:#fff;border-radius:14px;width:260px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 6px 18px #00000014}.gallery-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #05067640}.gallery-card img{object-fit:cover;width:100%;height:180px;display:block}.gallery-caption{color:#050676;text-align:center;background-color:#fff;padding:.75rem 1rem;font-size:1rem;font-weight:600}@media (max-width:768px){.gallery-cards{flex-direction:column;align-items:center}.gallery-card{width:90%}}.events-container{color:#222;max-width:1200px;margin:0 auto;padding:3rem 1rem;font-family:Inter,sans-serif;line-height:1.7}.events-container h2{color:#050676;text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.events-intro{color:#333;text-align:center;max-width:950px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.events-subtitle{color:#050676;text-align:center;margin:3rem 0 1.5rem;font-size:1.6rem;font-weight:600}.event-list{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.event-card{text-align:left;background:#fff;border-radius:14px;max-width:340px;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #0000000d}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #05067626}.event-card h3{color:#050676;margin-bottom:.5rem;font-size:1.3rem}.event-date{color:#f2de52;margin-bottom:.75rem;font-weight:600}.event-card p{color:#444;font-size:1rem;line-height:1.6}.events-container>:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:3rem}@media (max-width:768px){.events-intro{margin-bottom:2rem;font-size:1rem}.calendar-placeholder{padding:2rem 1rem;font-size:1rem}.event-card{max-width:100%}.events-subtitle{margin-top:2rem;font-size:1.4rem}}.newsletter-section{text-align:center;max-width:800px;margin:0 auto 2rem;padding:1rem}.newsletter-section h2{color:#050676;margin-bottom:1rem;font-size:1.7rem;font-weight:700}.newsletter-section p{color:#444;margin-bottom:1.8rem;font-size:1.1rem;line-height:1.6}.newsletter-button{color:#fff;background:#050676;border-radius:12px;padding:.85rem 1.8rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .25s,transform .2s;display:inline-block}.newsletter-button:hover{background:#2628a0;transform:translateY(-3px)}@media (max-width:768px){.newsletter-section{padding:2rem 1rem}.newsletter-section h2{font-size:1.4rem}.newsletter-section p{font-size:1rem}}.rescue-page{color:#222;max-width:1100px;margin:0 auto;padding:3rem 1rem;font-family:Inter,sans-serif}.rescue-page h1{color:#050676;text-align:center;margin-bottom:1rem;font-size:2.4rem;font-weight:700}.rescue-page .intro{text-align:center;color:#444;max-width:900px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.6}.story-gallery{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.story-card{text-align:center;background:#fff;border-radius:14px;width:300px;padding:1.2rem;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 14px #0000000d}.story-card:hover{transform:translateY(-6px);box-shadow:0 8px 22px #05067626}.story-card img{object-fit:cover;border-radius:10px;width:100%;height:230px;margin-bottom:1rem}.story-card h3{color:#050676;margin-bottom:.6rem;font-size:1.25rem}.story-card p{color:#444;font-size:.98rem;line-height:1.5}@media (max-width:768px){.story-card{width:100%;max-width:340px}}.gallery-page{text-align:center;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.gallery-page>:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.gallery-title{color:#050676;text-align:center;font-size:2rem;font-weight:700}.gallery-description{color:#333;text-align:justify;max-width:950px;margin:0 auto 1rem;font-size:1.1rem;line-height:1.6}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.gallery-item{border-radius:12px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000026}.gallery-item:hover img{transform:scale(1.05)}@media (max-width:768px){.gallery-title{font-size:2rem}.gallery-description{font-size:1rem}.gallery-grid{gap:1rem}}.contact-container{color:#222;max-width:1100px;margin:0 auto;padding:3rem 1rem;font-family:Inter,sans-serif}.contact-container>:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.contact-container h2{color:#050676;text-align:center;font-size:2rem;font-weight:700}.contact-container p{color:#333;text-align:justify;max-width:950px;margin:0 auto 1rem;font-size:1.1rem;line-height:1.6}.contact-container a,.social-links a{color:#050676;text-decoration:underline;transition:color .3s}.social-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.social-button{color:#fff;cursor:pointer;background-color:#050676;border:none;border-radius:6px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .3s,opacity .3s;display:inline-flex}.social-button .icon{font-size:20px}.social-button:hover{opacity:.85;color:#f2de52}.img{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.img img{cursor:pointer;border-radius:12px;width:100%;height:auto;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #0000001a}.img img:hover{transform:scale(1.02);box-shadow:0 6px 20px #05067640}:root{--primary:#050676;--accent:#f2de52;--muted:#6b6b6b;--bg:#fff;--max-width:1200px;--radius:12px;--container-padding:1rem;--glass:#ffffffd9;--text:#111;--shadow:0 6px 18px #00000014}*{box-sizing:border-box}html{font-size:16px}body{color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fb;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.row{flex-wrap:wrap;gap:1rem;display:flex}.center{justify-content:center;align-items:center;display:flex}.btn{box-shadow:var(--shadow);border-radius:8px;padding:.6rem 1rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background:var(--primary);color:#fff}.btn-ghost{color:var(--primary);background:0 0;border:1px solid #0000000f}.hidden-md{display:block}@media (min-width:768px){.hidden-md{display:none}}h1{margin:0;font-size:clamp(1.3rem,3.2vw,2.2rem);line-height:1.1}h2{margin:0;font-size:clamp(1.15rem,2.8vw,1.6rem)}.card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:1rem}
