@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.button{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:.5rem;transition:transform var(--motion-fast) var(--motion-ease),background var(--motion-fast) var(--motion-ease),background-color var(--motion-fast) var(--motion-ease),color var(--motion-fast) var(--motion-ease),border-color var(--motion-fast) var(--motion-ease);font-family:inherit;cursor:pointer;border:2px solid transparent;position:relative;overflow:hidden;transform:translateY(0);letter-spacing:-.01em;white-space:nowrap}.button--sm{padding:.5rem 1rem;font-size:.875rem}.button--md{padding:.75rem 1.5rem;font-size:1rem}.button--lg{padding:1rem 2rem;font-size:1.125rem}.button--primary{background:linear-gradient(135deg,var(--color-primary-500) 0%,var(--color-primary-500) 100%);color:var(--color-on-primary)}.button--primary:hover{background:linear-gradient(135deg,var(--color-primary-500) 0%,var(--color-primary-400) 100%);transform:translateY(var(--hover-lift))}.button--primary:active{background:linear-gradient(135deg,var(--color-primary-500) 0%,var(--color-primary-500) 100%);transform:translateY(0)}.button--secondary{background:linear-gradient(135deg,var(--color-secondary-700) 0%,var(--color-secondary-800) 100%);color:var(--color-on-secondary)}.button--secondary:hover{background:linear-gradient(135deg,var(--color-secondary-800) 0%,var(--color-secondary-700) 100%);transform:translateY(var(--hover-lift))}.button--secondary:active{background:linear-gradient(135deg,var(--color-secondary-800) 0%,var(--color-secondary-800) 100%);transform:translateY(0)}.button--outline{background-color:transparent;color:var(--color-link);border-color:var(--color-link);position:relative;border-width:2px;z-index:0}.button--outline:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,var(--color-secondary-700) 0%,var(--color-secondary-800) 100%);transition:width var(--motion-fast) var(--motion-ease);z-index:-1;border-radius:.375rem}.button--outline:hover{color:var(--color-on-secondary)!important;border-color:var(--color-link);transform:translateY(var(--hover-lift))}.button--outline:hover:after{width:100%}.button--outline>*{position:relative;z-index:1}.button--text{background-color:transparent;color:var(--color-link);border:none;padding:.5rem .75rem;position:relative}.button--text:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--color-link);transition:width var(--motion-fast) var(--motion-ease);transform:translate(-50%)}.button--text:hover{background-color:rgba(var(--color-secondary-rgb),.08);transform:translateY(0)}.button--text:hover:after{width:calc(100% - 1.5rem)}.button--outline:active,.button--text:active{transform:translateY(0)}.button--full-width{width:100%}.button:disabled{opacity:.5;cursor:not-allowed}.button:disabled:hover{transform:none;box-shadow:none}.header{position:fixed;top:0;left:0;right:0;background:rgba(var(--color-white-rgb),.85);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);z-index:1000;box-shadow:0 1px 3px rgba(var(--color-black-rgb),.05),0 1px 2px rgba(var(--color-black-rgb),.1);transition:all .3s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(var(--color-black-rgb),.05)}.header:hover{background:rgba(var(--color-white-rgb),.95);box-shadow:0 4px 20px rgba(var(--color-black-rgb),.08),0 1px 3px rgba(var(--color-black-rgb),.1)}.header__nav{max-width:var(--content-width);margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header__logo a{display:inline-block;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:0}.header__logo-img{height:50px;width:auto;display:block;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__logo a:hover .header__logo-img{transform:translateY(-2px);opacity:.9}.header__links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.header__links a{color:var(--color-text-primary);font-weight:500;font-size:.9375rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;padding:.5rem 0;letter-spacing:-.01em;text-decoration:none}.header__links a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--color-secondary-500);transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-50%)}.header__links a:hover{color:var(--color-link);transform:translateY(-2px)}.header__links a:hover:after{width:100%}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.header__hamburger{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:18px;position:relative}.header__hamburger span{display:block;height:2px;width:100%;background-color:var(--color-text-primary);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__mobile-overlay{position:fixed;inset:0;background:rgba(var(--color-black-rgb),.5);z-index:999;backdrop-filter:blur(4px)}@media(max-width:768px){.header__nav{padding:1rem;position:relative}.header__logo-img{height:40px}.header__mobile-toggle{display:block}.header__links{position:fixed;top:0;right:-100%;height:100vh;width:280px;max-width:85vw;background:#fff;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5rem 2rem 2rem;gap:0;box-shadow:-4px 0 20px rgba(var(--color-black-rgb),.1);z-index:1000;transition:right .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.header__links--open{right:0}.header__links li{width:100%;border-bottom:1px solid rgba(var(--color-black-rgb),.05)}.header__links a{display:block;padding:1rem 0;font-size:1rem;width:100%}.header__links a:after{display:none}.header__links a:hover{transform:none;padding-left:.5rem}.header__links li:last-child{margin-top:1rem;border-bottom:none}.header__links li:last-child button{width:100%}}.dynamic-image{width:100%;height:auto;display:block;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1);border-radius:1rem}.dynamic-image:hover{transform:scale(1.02);filter:brightness(1.05)}.dynamic-image--loading,.dynamic-image--placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--color-gray-200) 0%,var(--color-gray-200) 50%,var(--color-gray-100) 100%);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);border-radius:1rem;position:relative;overflow:hidden;font-weight:500;font-size:.9375rem}.dynamic-image--loading:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--color-white-rgb),.4),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.dynamic-image__placeholder{font-size:.875rem;position:relative;z-index:1}.hero{min-height:90vh;background:var(--color-white);position:relative;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;color:var(--color-gray-900);overflow:hidden}.hero__container{max-width:var(--content-width);margin:0 auto;width:100%;position:relative;z-index:1}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__text-content{display:flex;flex-direction:column;gap:1.5rem}.hero__org-name{margin-bottom:.75rem}.hero__org-name-logo{height:auto;width:auto;max-width:200px;display:block;transition:transform .3s ease}.hero__org-name-logo:hover{transform:translateY(-2px)}@media(max-width:768px){.hero__org-name-logo{max-width:150px}}.hero__title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.2;margin-bottom:0;letter-spacing:-.02em;color:var(--color-text-primary)}.hero__title-accent{color:var(--color-primary-700);position:relative}.hero__description{font-size:clamp(1rem,1.3vw,1.25rem);line-height:1.8;margin-bottom:0;color:var(--color-text-secondary);font-weight:400;max-width:90%}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.hero__donate-btn,.hero__learn-btn{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;transition:transform var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease),background var(--motion-fast) var(--motion-ease),color var(--motion-fast) var(--motion-ease),border-color var(--motion-fast) var(--motion-ease)}.hero__donate-btn{background:var(--color-primary-500);color:var(--color-on-primary);border:none}.hero__donate-btn:hover{background:var(--color-primary-400);transform:translateY(var(--hover-lift))}.hero__donate-btn:active{transform:translateY(0)}.hero__learn-btn{background:transparent;color:var(--color-link);border:2px solid var(--color-link)}.hero__learn-btn:hover{background:var(--color-secondary-700);color:var(--color-on-secondary);transform:translateY(var(--hover-lift))}.hero__learn-btn:active{transform:translateY(0)}.hero__visual{display:flex;justify-content:center;align-items:center;position:relative}.hero__image-wrapper{width:100%;max-width:700px;position:relative;border-radius:.5rem;overflow:visible;background:transparent;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:flex-start;justify-content:center}.hero__image-wrapper:hover{transform:translateY(-5px);box-shadow:0 25px 80px rgba(var(--color-black-rgb),.2)}.hero__image-overlay{position:absolute;inset:0;background:transparent;pointer-events:none;z-index:1}.hero__dynamic-image{width:100%;height:auto!important;max-width:100%;display:block;object-fit:contain!important;border-radius:.5rem;background:transparent;aspect-ratio:auto!important}@media(max-width:1024px){.hero__content{grid-template-columns:1fr;gap:3rem}.hero__visual{order:-1;max-width:100%;margin:0 auto}.hero__image-wrapper,.hero__description{max-width:100%}}.hero--layout-2{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;color:var(--color-white);overflow:hidden}.hero--layout-2 .hero__background-image{position:absolute;inset:0;z-index:0}.hero--layout-2 .hero__bg-img{width:100%;height:100%;object-fit:cover}.hero--layout-2 .hero__bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(var(--color-black-rgb),.6),rgba(var(--color-black-rgb),.4))}.hero--layout-2 .hero__container{position:relative;z-index:1}.hero--layout-2 .hero__centered-content{text-align:center;max-width:800px;margin:0 auto}.hero--layout-2 .hero__title{color:var(--color-white);margin-bottom:1.5rem}.hero--layout-2 .hero__description{color:rgba(var(--color-white-rgb),.95);margin-bottom:2rem}.hero--layout-2 .hero__learn-btn{background:rgba(var(--color-white-rgb),.1);color:var(--color-white);border:2px solid rgba(var(--color-white-rgb),.3)}.hero--layout-2 .hero__learn-btn:hover{background:rgba(var(--color-white-rgb),.2);border-color:rgba(var(--color-white-rgb),.5);transform:translateY(var(--hover-lift))}.hero--layout-3 .hero__content{grid-template-columns:.9fr 1.1fr}@media(max-width:768px){.hero{padding:6rem 1rem 3rem;min-height:auto}.hero__content{gap:2.5rem}.hero__visual{width:100%;max-width:100%;margin:0}.hero__image-wrapper{max-width:100%;width:100%}.hero__dynamic-image{width:100%;height:auto}.hero__actions{flex-direction:column}.hero__donate-btn,.hero__learn-btn{width:100%}.hero--layout-2{min-height:70vh}.hero--layout-2 .hero__org-name-logo{filter:brightness(1.1)}.hero--layout-3 .hero__content{grid-template-columns:1fr}.hero--layout-3 .hero__visual{order:-1;width:100%;max-width:100%}}.stats-section{padding:4rem 2rem;background:var(--color-white);position:relative;z-index:2}.stats-section__container{max-width:var(--content-width);margin:0 auto;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:center;justify-items:center;position:relative}.stats-section__stat{text-align:center;position:relative;padding:2rem 1rem}.stats-section__icon{font-size:2.5rem;margin-bottom:1rem;opacity:.8}.stats-section__value{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:var(--color-primary-700);line-height:1.2;margin-bottom:.5rem;letter-spacing:-.02em}.stats-section__label{font-size:1rem;color:var(--color-gray-900);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stats-section__divider{position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--color-gray-300),transparent)}.stats-section__stat:last-child .stats-section__divider{display:none}@media(max-width:1024px){.stats-section__container{grid-template-columns:repeat(2,1fr);gap:3rem}.stats-section__divider{display:none}.stats-section__stat:nth-child(2):after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:60px;height:1px;background:linear-gradient(to right,transparent,var(--color-gray-300),transparent)}}@media(max-width:768px){.stats-section{padding:3rem 1.5rem}.stats-section__container{grid-template-columns:1fr;gap:2.5rem}.stats-section__stat{padding:1.5rem 1rem}.stats-section__stat:after{content:"";position:absolute;bottom:-1.25rem;left:50%;transform:translate(-50%);width:60px;height:1px;background:linear-gradient(to right,transparent,var(--color-gray-300),transparent)}.stats-section__stat:last-child:after{display:none}}.mission{padding:6rem 2rem;background:var(--color-white);display:flex;align-items:center;justify-content:center;position:relative}.mission:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-secondary-rgb),.2),transparent)}.mission__container{max-width:var(--content-width);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.mission__image{width:100%;position:relative}.mission__image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1.5rem;box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05);transition:all .5s cubic-bezier(.4,0,.2,1)}.mission__image:hover img{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.2),0 0 0 1px rgba(var(--color-black-rgb),.05)}.image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--color-gray-200) 0%,var(--color-gray-200) 50%,var(--color-gray-100) 100%);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:1rem;font-weight:500;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.1),0 0 0 1px rgba(var(--color-black-rgb),.05)}.mission__image:hover .image-placeholder{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05)}.mission__content{padding:2rem 0}.mission__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:var(--color-text-primary);margin-bottom:2rem;letter-spacing:-.02em;line-height:1.2}.mission__text{font-size:clamp(1.125rem,1.3vw,1.25rem);line-height:1.8;color:var(--color-gray-800);margin-bottom:2rem;font-weight:400;letter-spacing:-.01em}.mission__accent{width:100px;height:5px;background:linear-gradient(90deg,var(--color-success) 0%,var(--color-success-light) 50%,var(--color-success-light) 100%);border-radius:3px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;max-width:100%;box-shadow:0 2px 8px rgba(var(--color-success-rgb),.3)}.mission__accent:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--color-white-rgb),.6),transparent);animation:shimmer-accent 3s infinite}@keyframes shimmer-accent{0%{left:-100%}to{left:100%}}@media(max-width:1024px){.mission{padding:6rem 2rem}.mission__container{grid-template-columns:1fr;gap:4rem}.mission__image{max-width:600px;margin:0 auto}}.mission--layout-2{background:linear-gradient(180deg,var(--color-gray-50) 0%,var(--color-white) 100%)}.mission--layout-2 .mission__container{grid-template-columns:1.3fr 1fr;gap:3.5rem}.mission--layout-2 .mission__image{order:1}.mission--layout-2 .mission__image img,.mission--layout-2 .mission__image .image-placeholder{aspect-ratio:3/4}.mission--layout-2 .mission__content{order:2;padding:2.75rem;background:var(--color-white);border:1px solid var(--color-border-subtle);border-left:5px solid var(--color-success);border-radius:1.25rem;box-shadow:0 24px 60px -28px rgba(var(--color-black-rgb),.25)}.mission--layout-3{background:radial-gradient(120% 80% at 50% 0%,var(--color-gray-50) 0%,var(--color-white) 60%)}.mission--layout-3 .mission__container{grid-template-columns:1fr;gap:3rem;justify-items:center}.mission--layout-3 .mission__content--centered{text-align:center;max-width:760px;margin:0 auto}.mission--layout-3 .mission__title--centered{text-align:center;font-size:clamp(2.75rem,5vw,4rem)}.mission--layout-3 .mission__text--centered{text-align:center}.mission--layout-3 .mission__accent--centered{margin:0 auto}.mission--layout-3 .mission__image--full-width{width:100%;max-width:1100px}.mission--layout-3 .mission__image--full-width img,.mission--layout-3 .mission__image--full-width .image-placeholder{aspect-ratio:21/9}@media(max-width:1024px){.mission--layout-2 .mission__container{grid-template-columns:1fr}.mission--layout-2 .mission__content{order:1}.mission--layout-2 .mission__image{order:2}}@media(max-width:768px){.mission{padding:5rem 1.5rem}.mission__container{gap:3rem}}.story-section{padding:8rem 2rem;background:linear-gradient(180deg,var(--color-white) 0%,var(--color-gray-50) 50%,var(--color-white) 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.story-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-secondary-rgb),.15),transparent)}.story-section__container{max-width:var(--content-width);margin:0 auto;width:100%}.story-section__header{text-align:center;margin-bottom:6rem}.story-section__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--color-text-primary);margin-bottom:2rem;letter-spacing:-.03em;line-height:1.15}.story-section__subtitle{font-size:clamp(1.25rem,2vw,1.5rem);line-height:1.7;color:var(--color-text-secondary);max-width:750px;margin:0 auto;font-weight:400;letter-spacing:-.01em}.story-section__stories{display:flex;flex-direction:column;gap:6rem}.story-section__story{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;padding:3rem 0;position:relative}.story-section__story:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(var(--color-secondary-rgb),.1),transparent);opacity:0;transition:opacity .4s}.story-section__story:hover:before{opacity:1}.story-section__story:nth-child(2n){direction:rtl}.story-section__story:nth-child(2n)>*{direction:ltr}.story-section__story-image{width:100%;border-radius:2rem;overflow:hidden;box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05);transition:all .5s cubic-bezier(.4,0,.2,1);position:relative}.story-section__story-image img{width:100%;height:auto;display:block;object-fit:cover;border-radius:2rem}.story-section__story:hover .story-section__story-image{transform:translateY(-8px);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.2),0 0 0 1px rgba(var(--color-black-rgb),.05)}.story-section__story-content{padding:1rem 0}.story-section__story-title{font-size:clamp(2rem,3vw,2.75rem);font-weight:800;color:var(--color-link);margin-bottom:1.75rem;letter-spacing:-.02em;line-height:1.2}.story-section__story-text{font-size:clamp(1.125rem,1.3vw,1.25rem);line-height:1.85;color:var(--color-gray-800);font-weight:400;letter-spacing:-.01em}@media(max-width:1024px){.story-section{padding:6rem 2rem}.story-section__header{margin-bottom:4rem}.story-section__stories{gap:4rem}.story-section__story{grid-template-columns:1fr;gap:3rem;padding:2rem 0}.story-section__story:nth-child(2n){direction:ltr}.story-section__story-image{max-width:600px;margin:0 auto}}.story-section--layout-2 .story-section__stories--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.story-section--layout-2 .story-section__story--card{display:flex;flex-direction:column;padding:0;grid-template-columns:1fr}.story-section--layout-2 .story-section__story--card:nth-child(2n){direction:ltr}.story-section--layout-3 .story-section__story--alternating{grid-template-columns:1fr 1fr;gap:5rem}.story-section--layout-3 .story-section__story--left{direction:ltr}.story-section--layout-3 .story-section__story--right{direction:rtl}.story-section--layout-3 .story-section__story--right>*{direction:ltr}@media(max-width:1024px){.story-section--layout-2 .story-section__stories--grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.story-section{padding:5rem 1.5rem}.story-section__stories{gap:3rem}.story-section--layout-2 .story-section__stories--grid,.story-section--layout-3 .story-section__story--alternating{grid-template-columns:1fr}.story-section--layout-3 .story-section__story--right{direction:ltr}}.donation-banner{padding:5rem 2rem;background:linear-gradient(135deg,var(--color-primary-500) 0%,var(--color-primary-500) 50%,var(--color-primary-600) 100%);color:var(--color-on-primary);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.donation-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(var(--color-white-rgb),.1) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(var(--color-white-rgb),.08) 0%,transparent 50%);pointer-events:none}.donation-banner__container{max-width:var(--content-width);margin:0 auto;width:100%;text-align:center;position:relative;z-index:1}.donation-banner__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:3rem;letter-spacing:-.02em;line-height:1.2;text-shadow:0 1px 2px rgba(var(--color-white-rgb),.25)}.donation-banner__options{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.donation-option{width:140px;height:90px;background:rgba(var(--color-white-rgb),.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid rgba(var(--color-white-rgb),.2);position:relative;overflow:hidden;letter-spacing:-.02em}.donation-option:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(var(--color-white-rgb),.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.donation-option:hover:before{width:200px;height:200px}.donation-option:hover{background:rgba(var(--color-white-rgb),.25);border-color:rgba(var(--color-white-rgb),.4);transform:translateY(-6px) scale(1.05);box-shadow:0 12px 30px rgba(var(--color-black-rgb),.2),0 0 0 1px rgba(var(--color-white-rgb),.1)}.donation-option:active{transform:translateY(-2px) scale(1.02)}@media(max-width:768px){.donation-banner{padding:5rem 1.5rem;min-height:auto}.donation-banner__title{margin-bottom:2.5rem}.donation-banner__options{gap:1rem}.donation-option{width:120px;height:80px}}.help{padding:6rem 2rem;background:var(--color-gray-50);display:flex;align-items:center;justify-content:center;position:relative}.help:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-secondary-rgb),.15),transparent)}.help__container{max-width:var(--content-width);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.help__content{padding:2rem 0}.help__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:var(--color-text-primary);margin-bottom:2rem;letter-spacing:-.02em;line-height:1.2}.help__text{font-size:clamp(1.125rem,1.3vw,1.25rem);line-height:1.8;color:var(--color-gray-800);font-weight:400;letter-spacing:-.01em}.help__image{width:100%;position:relative}.help__image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1.5rem;box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05);transition:all .5s cubic-bezier(.4,0,.2,1)}.help__image:hover img{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.2),0 0 0 1px rgba(var(--color-black-rgb),.05)}.help__image .image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--color-gray-200) 0%,var(--color-gray-200) 50%,var(--color-gray-100) 100%);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:1rem;font-weight:500;box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.1),0 0 0 1px rgba(var(--color-black-rgb),.05);transition:all .5s cubic-bezier(.4,0,.2,1)}.help__image:hover .image-placeholder{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05)}@media(max-width:1024px){.help{padding:6rem 2rem}.help__container{grid-template-columns:1fr;gap:4rem}.help__image{max-width:600px;margin:0 auto}}.help--layout-2{background:linear-gradient(180deg,var(--color-white) 0%,var(--color-gray-50) 100%)}.help--layout-2 .help__container{grid-template-columns:1.3fr 1fr;gap:3.5rem}.help--layout-2 .help__image{order:1}.help--layout-2 .help__image img,.help--layout-2 .help__image .image-placeholder{aspect-ratio:3/4}.help--layout-2 .help__content{order:2;padding:2.75rem;background:var(--color-white);border:1px solid var(--color-border-subtle);border-left:5px solid var(--color-secondary-500);border-radius:1.25rem;box-shadow:0 24px 60px -28px rgba(var(--color-black-rgb),.25)}.help--layout-3{background:radial-gradient(120% 80% at 50% 0%,var(--color-gray-100) 0%,var(--color-gray-50) 60%)}.help--layout-3 .help__container{grid-template-columns:1fr;gap:3rem;justify-items:center}.help--layout-3 .help__content--centered{text-align:center;max-width:760px;margin:0 auto}.help--layout-3 .help__title--centered{text-align:center;font-size:clamp(2.75rem,5vw,4rem)}.help--layout-3 .help__text--centered{text-align:center}.help--layout-3 .help__image--full-width{width:100%;max-width:1100px}.help--layout-3 .help__image--full-width img,.help--layout-3 .help__image--full-width .image-placeholder{aspect-ratio:21/9}@media(max-width:1024px){.help--layout-2 .help__container{grid-template-columns:1fr}.help--layout-2 .help__image{order:1}.help--layout-2 .help__content{order:2}}@media(max-width:768px){.help{padding:5rem 1.5rem}.help__container{gap:3rem}}.card{border-radius:1.5rem;background:linear-gradient(180deg,var(--color-white) 0%,var(--color-gray-50) 100%);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:1px solid rgba(var(--color-black-rgb),.05)}.card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--color-white-rgb),.3),transparent);transition:left .5s}.card:hover:before{left:100%}.card--default{background-color:var(--color-white)}.card--elevated{background:linear-gradient(180deg,var(--color-white) 0%,var(--color-gray-50) 100%);box-shadow:0 10px 25px -5px rgba(var(--color-black-rgb),.1),0 4px 6px -4px rgba(var(--color-black-rgb),.05)}.card--elevated:hover{box-shadow:0 25px 50px -12px rgba(var(--color-black-rgb),.15),0 10px 15px -5px rgba(var(--color-black-rgb),.1);transform:translateY(-6px);border-color:rgba(var(--color-black-rgb),.08)}.card--outlined{background-color:var(--color-white);border:1px solid var(--color-gray-300)}.card--outlined:hover{border-color:var(--color-secondary-500);box-shadow:0 4px 12px rgba(var(--color-secondary-rgb),.1);transform:translateY(-2px)}.card--padding-none{padding:0}.card--padding-sm{padding:1rem}.card--padding-md{padding:1.5rem}.card--padding-lg{padding:2rem}.impact{padding:6rem 2rem;background:linear-gradient(135deg,var(--color-secondary-700) 0%,var(--color-secondary-800) 50%,var(--color-secondary-900) 100%);color:var(--color-white);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.impact__background{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(var(--color-primary-rgb),.2) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(var(--color-success-rgb),.15) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(var(--color-secondary-rgb),.1) 0%,transparent 70%);pointer-events:none;animation:backgroundShift 20s ease-in-out infinite}@keyframes backgroundShift{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.impact__container{max-width:var(--content-width);margin:0 auto;width:100%;text-align:center;position:relative;z-index:1}.impact__header{margin-bottom:5rem}.impact__title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;margin-bottom:2rem;text-shadow:0 4px 30px rgba(var(--color-black-rgb),.3);letter-spacing:-.03em;line-height:1.15;background:linear-gradient(135deg,var(--color-white) 0%,rgba(var(--color-white-rgb),.9) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.impact__subtitle{font-size:clamp(1.25rem,2vw,1.5rem);line-height:1.75;max-width:850px;margin:0 auto;opacity:.95;font-weight:400;letter-spacing:-.01em}.impact__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:5rem;max-width:1000px;margin-left:auto;margin-right:auto;align-items:stretch}.impact__card{text-align:center;background:linear-gradient(180deg,var(--color-white) 0%,var(--color-gray-50) 100%);color:var(--color-text-primary);transition:all .5s cubic-bezier(.4,0,.2,1);cursor:default;position:relative;overflow:hidden;border-radius:2rem;padding:3.5rem 2.5rem!important;border:1px solid rgba(var(--color-black-rgb),.05);display:flex;flex-direction:column;height:100%;min-height:320px}.impact__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:0;transition:opacity .5s}.impact__card:hover:before{opacity:1}.impact__card:hover{transform:translateY(-16px) scale(1.02);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.3),0 0 0 1px rgba(var(--color-black-rgb),.05);border-color:rgba(var(--color-black-rgb),.08)}.impact__card-accent{position:absolute;bottom:0;left:0;right:0;height:4px;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.4,0,.2,1)}.impact__card:hover .impact__card-accent{transform:scaleX(1)}.impact__card-icon{font-size:4rem;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 4px 8px rgba(var(--color-black-rgb),.1));transition:transform .4s cubic-bezier(.4,0,.2,1);flex-shrink:0;height:4rem;line-height:4rem}.impact__card:hover .impact__card-icon{transform:scale(1.15) rotate(5deg)}.impact__stat-value{font-size:clamp(3rem,5vw,4.5rem);font-weight:800;margin-bottom:.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;line-height:1;letter-spacing:-.04em;flex-shrink:0;min-height:clamp(3rem,5vw,4.5rem)}.impact__card:hover .impact__stat-value{transform:scale(1.1)}.impact__stat-label{font-size:clamp(1.25rem,1.5vw,1.5rem);color:var(--color-text-primary);font-weight:700;margin-bottom:1rem;text-transform:none;letter-spacing:-.02em;flex-shrink:0;min-height:1.5rem}.impact__stat-description{font-size:1rem;color:var(--color-text-secondary);line-height:1.6;margin-top:auto;opacity:.8;transition:opacity .3s;flex-grow:1}.impact__card:hover .impact__stat-description{opacity:1}.impact__story{max-width:950px;margin:0 auto;background:rgba(var(--color-white-rgb),.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:2rem;padding:4rem 3.5rem;border:1px solid rgba(var(--color-white-rgb),.15);box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.2)}.impact__story-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(var(--color-black-rgb),.2)}.impact__story-text{font-size:1.125rem;line-height:1.8;opacity:.95;margin-bottom:1.25rem}.impact__story-text:last-child{margin-bottom:0}@media(max-width:1024px){.impact{background-attachment:scroll}.impact__stats{grid-template-columns:1fr;gap:2.5rem;max-width:500px;margin:0 auto 4rem}.impact__header{margin-bottom:4rem}}.impact--layout-2 .impact__layout-2-content{display:grid;grid-template-columns:60% 40%;gap:3rem;align-items:start}.impact--layout-2 .impact__layout-2-stats .impact__stats{grid-template-columns:repeat(4,1fr);margin-bottom:0}.impact--layout-2 .impact__layout-2-story .impact__story{margin:0;position:sticky;top:2rem}.impact--layout-3 .impact__story{margin-bottom:5rem}.impact--layout-3 .impact__stats{margin-bottom:0}@media(max-width:1024px){.impact--layout-2 .impact__layout-2-content{grid-template-columns:1fr}.impact--layout-2 .impact__layout-2-stats .impact__stats{grid-template-columns:repeat(2,1fr)}.impact--layout-2 .impact__layout-2-story .impact__story{position:static}}@media(max-width:768px){.impact{padding:5rem 1.5rem}.impact__header{margin-bottom:3rem}.impact__stats{gap:2rem}.impact__card{padding:2.5rem 2rem!important;min-height:280px}.impact__story{padding:3rem 2rem}.impact__story-title{font-size:clamp(1.5rem,4vw,2rem)}.impact__story-text{font-size:clamp(1rem,1.2vw,1.125rem)}.impact--layout-2 .impact__layout-2-stats .impact__stats{grid-template-columns:1fr}.impact--layout-3 .impact__story{margin-bottom:4rem}}.sparrows-closet{padding:8rem 2rem;background:linear-gradient(180deg,var(--color-error-bg) 0%,var(--color-error-bg) 100%);min-height:auto;display:flex;align-items:center;justify-content:center;position:relative}.sparrows-closet:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-error-rgb),.2),transparent)}.sparrows-closet__container{max-width:var(--content-width);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.sparrows-closet__image{width:100%;position:relative}.sparrows-closet__image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1.5rem;box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05);transition:all .5s cubic-bezier(.4,0,.2,1)}.sparrows-closet__image:hover img{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.2),0 0 0 1px rgba(var(--color-black-rgb),.05)}.sparrows-closet__image .image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--color-gray-200) 0%,var(--color-gray-200) 50%,var(--color-gray-100) 100%);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:1rem;font-weight:500;box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.1),0 0 0 1px rgba(var(--color-black-rgb),.05);transition:all .5s cubic-bezier(.4,0,.2,1)}.sparrows-closet__image:hover .image-placeholder{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05)}.sparrows-closet__content{padding:2rem 0}.sparrows-closet__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:var(--color-error);margin-bottom:2rem;letter-spacing:-.02em;line-height:1.2}.sparrows-closet__text{font-size:clamp(1.125rem,1.3vw,1.25rem);line-height:1.8;color:var(--color-gray-800);margin-bottom:1.75rem;font-weight:400;letter-spacing:-.01em}.sparrows-closet__button{background:var(--color-error-dark)!important;color:var(--color-white)!important;border:none!important}.sparrows-closet__button:hover{background:var(--color-error-dark)!important;transform:translateY(var(--hover-lift))}.sparrows-closet__button:active{transform:translateY(0)}.sparrows-closet__cta{font-size:clamp(1rem,1.2vw,1.125rem);font-weight:600;color:var(--color-text-primary);margin-bottom:2rem;letter-spacing:-.01em}@media(max-width:1024px){.sparrows-closet{padding:6rem 2rem}.sparrows-closet__container{grid-template-columns:1fr;gap:4rem}.sparrows-closet__image{max-width:600px;margin:0 auto}}.sparrows-closet--layout-2 .sparrows-closet__container{grid-template-columns:1.3fr 1fr;gap:4rem}.sparrows-closet--layout-2 .sparrows-closet__image{order:1}.sparrows-closet--layout-2 .sparrows-closet__image img,.sparrows-closet--layout-2 .sparrows-closet__image .image-placeholder{aspect-ratio:3/4}.sparrows-closet--layout-2 .sparrows-closet__content{order:2;padding:2.75rem;background:var(--color-white);border:1px solid rgba(var(--color-error-rgb),.18);border-left:5px solid var(--color-error-dark);border-radius:1.25rem;box-shadow:0 24px 60px -28px rgba(var(--color-black-rgb),.25)}.sparrows-closet--layout-3{position:relative;overflow:hidden}.sparrows-closet--layout-3 .sparrows-closet__background-image{position:absolute;inset:0;z-index:0}.sparrows-closet--layout-3 .sparrows-closet__background-image img,.sparrows-closet--layout-3 .sparrows-closet__bg-img{width:100%;height:100%;object-fit:cover}.sparrows-closet--layout-3 .sparrows-closet__bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(var(--color-error-rgb),.85),rgba(var(--color-error-dark-rgb),.9))}.sparrows-closet--layout-3 .sparrows-closet__container{position:relative;z-index:1;grid-template-columns:1fr;text-align:center}.sparrows-closet--layout-3 .sparrows-closet__content--centered{max-width:800px;margin:0 auto;background:rgba(var(--color-white-rgb),.95);padding:3rem;border-radius:1.5rem;box-shadow:0 20px 60px rgba(var(--color-black-rgb),.3)}.sparrows-closet--layout-3 .sparrows-closet__title--centered,.sparrows-closet--layout-3 .sparrows-closet__text--centered{text-align:center}@media(max-width:1024px){.sparrows-closet--layout-2 .sparrows-closet__container{grid-template-columns:1fr}.sparrows-closet--layout-2 .sparrows-closet__content{order:1}.sparrows-closet--layout-2 .sparrows-closet__image{order:2}}@media(max-width:768px){.sparrows-closet{padding:5rem 1.5rem}.sparrows-closet__container{gap:3rem}.sparrows-closet--layout-3 .sparrows-closet__content--centered{padding:2rem}}.sponsors-section{padding:5rem 2rem;background:var(--color-gray-50);position:relative}.sponsors-section__container{max-width:var(--content-width);margin:0 auto}.sponsors-section__header{text-align:center;margin-bottom:3rem}.sponsors-section__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;color:var(--color-text-primary);margin-bottom:1rem;letter-spacing:-.02em}.sponsors-section__subtitle{font-size:1.125rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto}.sponsors-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;align-items:center}.sponsors-section__sponsor{display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--color-white);border-radius:1rem;box-shadow:0 2px 8px rgba(var(--color-black-rgb),.08);transition:all .3s ease;text-decoration:none;min-height:120px;cursor:pointer}.sponsors-section__sponsor:hover{box-shadow:0 8px 24px rgba(var(--color-black-rgb),.12)}.sponsors-section__logo{max-width:100%;max-height:80px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.sponsors-section__sponsor:hover .sponsors-section__logo{filter:grayscale(0%);opacity:1}.sponsors-section__placeholder{font-size:1.125rem;font-weight:600;color:var(--color-text-secondary);text-align:center}@media(max-width:768px){.sponsors-section{padding:4rem 1.5rem}.sponsors-section__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.sponsors-section__sponsor{padding:1.5rem;min-height:100px}}.calendar-section{padding:6rem 2rem;background:var(--color-white);position:relative;scroll-margin-top:80px}.calendar-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-secondary-rgb),.15),transparent)}.calendar-section__container{max-width:var(--content-width);margin:0 auto}.calendar-section__header{text-align:center;margin-bottom:4rem}.calendar-section__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.calendar-section__subtitle{font-size:clamp(1.125rem,1.3vw,1.25rem);line-height:1.7;color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-weight:400;letter-spacing:-.01em}.calendar-section__events{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.calendar-section__event-card{display:flex;gap:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(var(--color-black-rgb),.05)}.calendar-section__event-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05);border-color:rgba(var(--color-secondary-rgb),.2)}.calendar-section__event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:80px;padding:1rem;background:linear-gradient(135deg,var(--color-secondary-700) 0%,var(--color-secondary-800) 100%);border-radius:1rem;color:var(--color-on-secondary);text-align:center}.calendar-section__event-month{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.9;margin-bottom:.25rem}.calendar-section__event-day{font-size:2rem;font-weight:800;line-height:1;letter-spacing:-.02em}.calendar-section__event-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.calendar-section__event-title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0;letter-spacing:-.01em;line-height:1.3}.calendar-section__event-description{font-size:1rem;line-height:1.6;color:var(--color-gray-800);margin:0;flex:1}.calendar-section__event-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;font-size:.875rem;color:var(--color-text-secondary)}.calendar-section__event-time,.calendar-section__event-location{display:flex;align-items:center;gap:.5rem;font-weight:500}@media(max-width:1024px){.calendar-section{padding:6rem 2rem}.calendar-section__events{grid-template-columns:1fr;gap:1.5rem}}.calendar-section__loading,.calendar-section__empty{text-align:center;padding:4rem 2rem}.calendar-section__loading p{font-size:1.125rem;color:var(--color-text-secondary)}.calendar-section__empty-text{font-size:1.25rem;color:var(--color-gray-900);font-weight:500;margin-bottom:.5rem}.calendar-section__empty-hint{font-size:1rem;color:var(--color-text-secondary);margin:0}@media(max-width:768px){.calendar-section{padding:5rem 1.5rem}.calendar-section__event-card{flex-direction:column;gap:1rem}.calendar-section__event-date{flex-direction:row;justify-content:space-around;min-width:auto;width:100%}.calendar-section__event-day{font-size:1.5rem}}.contact{padding:8rem 2rem;background:linear-gradient(180deg,var(--color-gray-50) 0%,var(--color-white) 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.contact:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-secondary-rgb),.15),transparent)}.contact__container{max-width:var(--content-width);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.contact__content{padding:2rem 0}.contact__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.contact__text{font-size:clamp(1.125rem,1.3vw,1.25rem);line-height:1.8;color:var(--color-gray-800);font-weight:400;letter-spacing:-.01em}.contact__image{width:100%;position:relative}.contact__image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1.5rem;box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05);transition:all .5s cubic-bezier(.4,0,.2,1)}.contact__image:hover img{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.2),0 0 0 1px rgba(var(--color-black-rgb),.05)}.contact__image .image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--color-gray-200) 0%,var(--color-gray-200) 50%,var(--color-gray-100) 100%);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:1rem;font-weight:500;box-shadow:0 20px 40px -12px rgba(var(--color-black-rgb),.1),0 0 0 1px rgba(var(--color-black-rgb),.05);transition:all .5s cubic-bezier(.4,0,.2,1)}.contact__image:hover .image-placeholder{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 60px -12px rgba(var(--color-black-rgb),.15),0 0 0 1px rgba(var(--color-black-rgb),.05)}@media(max-width:1024px){.contact{padding:6rem 2rem}.contact__container{grid-template-columns:1fr;gap:4rem}.contact__image{max-width:600px;margin:0 auto}}.contact--layout-2 .contact__container{grid-template-columns:1.3fr 1fr;gap:4rem}.contact--layout-2 .contact__image{order:1}.contact--layout-2 .contact__image img,.contact--layout-2 .contact__image .image-placeholder{aspect-ratio:3/4}.contact--layout-2 .contact__content{order:2;padding:2.75rem;background:var(--color-white);border:1px solid var(--color-border-subtle);border-left:5px solid var(--color-secondary-500);border-radius:1.25rem;box-shadow:0 24px 60px -28px rgba(var(--color-black-rgb),.25)}.contact--layout-3 .contact__container{grid-template-columns:1fr;gap:3rem;justify-items:center}.contact--layout-3 .contact__content--centered{text-align:center;max-width:760px;margin:0 auto}.contact--layout-3 .contact__title--centered{text-align:center;font-size:clamp(2.75rem,5vw,4rem)}.contact--layout-3 .contact__text--centered{text-align:center}.contact--layout-3 .contact__image--full-width{width:100%;max-width:1100px}.contact--layout-3 .contact__image--full-width img,.contact--layout-3 .contact__image--full-width .image-placeholder{aspect-ratio:21/9}@media(max-width:1024px){.contact--layout-2 .contact__container{grid-template-columns:1fr}.contact--layout-2 .contact__image{order:1}.contact--layout-2 .contact__content{order:2}}@media(max-width:768px){.contact{padding:5rem 1.5rem}.contact__container{gap:3rem}}.footer{background:linear-gradient(180deg,var(--color-text-primary) 0%,var(--color-text-primary) 100%);color:var(--color-white);position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-white-rgb),.1),transparent)}.footer__donate-section{background:rgba(var(--color-white-rgb),.03);padding:3rem 2rem;border-bottom:1px solid rgba(var(--color-white-rgb),.08)}.footer__donate-container{max-width:var(--content-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer__donate-title{font-size:clamp(1.25rem,2vw,1.625rem);font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em}.footer__donate-text{font-size:1rem;opacity:.85;font-weight:400;letter-spacing:-.01em}.footer__main{padding:3rem 2rem 1rem}.footer__container{max-width:var(--content-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer__section-title{font-size:.875rem;font-weight:700;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.1em;opacity:.9}.footer__links{list-style:none}.footer__links li{margin-bottom:.75rem}.footer__links a{color:rgba(var(--color-white-rgb),.75);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:inline-block;padding:.25rem 0;font-size:.9375rem;font-weight:400;letter-spacing:-.01em}.footer__links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--color-white);transition:width .3s cubic-bezier(.4,0,.2,1)}.footer__links a:hover{color:var(--color-white);transform:translate(4px)}.footer__links a:hover:after{width:100%}.footer__address-link{text-decoration:none;display:inline-block;transition:transform .2s}.footer__address-link:hover{transform:translate(4px)}.footer__address{color:rgba(var(--color-white-rgb),.75);line-height:1.85;font-size:.9375rem;font-weight:400;letter-spacing:-.01em;margin:0;transition:color .3s}.footer__address-link:hover .footer__address{color:var(--color-white)}.footer__bottom{max-width:var(--content-width);margin:0 auto;padding-top:2rem;border-top:1px solid rgba(var(--color-white-rgb),.1);display:flex;justify-content:space-between;align-items:center}.footer__copyright{color:rgba(var(--color-white-rgb),.6);font-size:.875rem}.footer__admin-link{color:rgba(var(--color-white-rgb),.4);font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:inline-block}.footer__admin-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:rgba(var(--color-white-rgb),.6);transition:width .3s cubic-bezier(.4,0,.2,1)}.footer__admin-link:hover{color:rgba(var(--color-white-rgb),.8);transform:translateY(-2px)}.footer__admin-link:hover:after{width:100%}@media(max-width:768px){.footer__donate-container{flex-direction:column;text-align:center}.footer__main{padding:2rem 1rem 1rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.home-page{width:100%;min-height:100vh}.home-page main{width:100%;overflow-x:hidden}.home-page main>section,.home-page main>div{width:100%}.sparrows-closet-page{width:100%;min-height:100vh}.sparrows-closet-main{width:100%;padding-top:80px}.sparrows-closet-hero{padding:4rem 2rem;background:linear-gradient(135deg,var(--color-error-dark) 0%,var(--color-error-dark) 50%,var(--color-error-dark) 100%);color:var(--color-white);position:relative;overflow:hidden}.sparrows-closet-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(var(--color-white-rgb),.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(var(--color-white-rgb),.08) 0%,transparent 50%);pointer-events:none}.sparrows-closet-hero__container{max-width:var(--content-width);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.sparrows-closet-hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}.sparrows-closet-hero__description{font-size:1.25rem;line-height:1.75;opacity:.95}.sparrows-closet-hero__image{width:100%;border-radius:1rem;overflow:hidden}.sparrows-closet-info{padding:6rem 2rem;background-color:var(--color-white)}.sparrows-closet-info__container{max-width:var(--content-width);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.sparrows-closet-info__title{font-size:2.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem}.sparrows-closet-info__text{font-size:1.125rem;line-height:1.75;color:var(--color-gray-800);margin-bottom:1.5rem}.sparrows-closet-info__image{width:100%;border-radius:1rem;overflow:hidden}.sparrows-closet-impact{padding:6rem 2rem;background-color:var(--color-gray-50)}.sparrows-closet-impact__container{max-width:var(--content-width);margin:0 auto;width:100%;text-align:center}.sparrows-closet-impact__title{font-size:2.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:3rem}.sparrows-closet-impact__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.sparrows-closet-stat{text-align:center}.sparrows-closet-stat__value{font-size:3rem;font-weight:700;color:var(--color-error-dark);margin-bottom:.5rem}.sparrows-closet-stat__label{font-size:1.125rem;color:var(--color-gray-800)}.sparrows-closet-cta{padding:6rem 2rem;background:linear-gradient(135deg,var(--color-error-dark) 0%,var(--color-error-dark) 50%,var(--color-error-dark) 100%);color:var(--color-white);text-align:center;position:relative;overflow:hidden}.sparrows-closet-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(var(--color-white-rgb),.1) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(var(--color-white-rgb),.08) 0%,transparent 50%);pointer-events:none}.sparrows-closet-cta__container{max-width:800px;margin:0 auto;position:relative;z-index:1}.sparrows-closet-cta__title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.sparrows-closet-cta__text{font-size:1.25rem;line-height:1.75;margin-bottom:2rem;opacity:.95}@media(max-width:1024px){.sparrows-closet-hero__container,.sparrows-closet-info__container{grid-template-columns:1fr;gap:2rem}.sparrows-closet-hero__title{font-size:2.5rem}}.sparrows-closet-hero--layout-2{position:relative;overflow:hidden}.sparrows-closet-hero--layout-2 .sparrows-closet-hero__background-image{position:absolute;inset:0;z-index:0}.sparrows-closet-hero--layout-2 .sparrows-closet-hero__background-image img,.sparrows-closet-hero--layout-2 .sparrows-closet-hero__bg-img{width:100%;height:100%;object-fit:cover}.sparrows-closet-hero--layout-2 .sparrows-closet-hero__bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(var(--color-error-dark-rgb),.85),rgba(var(--color-error-dark-rgb),.9))}.sparrows-closet-hero--layout-2 .sparrows-closet-hero__container{position:relative;z-index:1;grid-template-columns:1fr;text-align:center}.sparrows-closet-hero--layout-2 .sparrows-closet-hero__content--centered{max-width:800px;margin:0 auto}.sparrows-closet-hero--layout-3 .sparrows-closet-hero__container{grid-template-columns:1fr 1fr}.sparrows-closet-hero--layout-3 .sparrows-closet-hero__image{order:1}.sparrows-closet-hero--layout-3 .sparrows-closet-hero__content{order:2}.sparrows-closet-info--layout-2 .sparrows-closet-info__container{grid-template-columns:1fr 1fr}.sparrows-closet-info--layout-2 .sparrows-closet-info__image{order:1}.sparrows-closet-info--layout-2 .sparrows-closet-info__content{order:2}.sparrows-closet-info--layout-3 .sparrows-closet-info__container{grid-template-columns:1fr;gap:4rem}.sparrows-closet-info--layout-3 .sparrows-closet-info__content--centered{text-align:center;max-width:800px;margin:0 auto}.sparrows-closet-info--layout-3 .sparrows-closet-info__title--centered,.sparrows-closet-info--layout-3 .sparrows-closet-info__text--centered{text-align:center}.sparrows-closet-info--layout-3 .sparrows-closet-info__image--full-width{max-width:100%}.sparrows-closet-info--layout-3 .sparrows-closet-info__image--full-width img{aspect-ratio:16/9}.sparrows-closet-impact--layout-2 .sparrows-closet-impact__stats--vertical{display:flex;flex-direction:column;gap:2rem;max-width:400px;margin:0 auto}.sparrows-closet-impact--layout-3 .sparrows-closet-impact__stats--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}.sparrows-closet-impact--layout-3 .sparrows-closet-stat--large{grid-column:1 / -1;max-width:500px;margin:0 auto}.sparrows-closet-cta--layout-2 .sparrows-closet-cta__container--left{text-align:left;max-width:800px}.sparrows-closet-cta--layout-2 .sparrows-closet-cta__title,.sparrows-closet-cta--layout-2 .sparrows-closet-cta__text{text-align:left}.sparrows-closet-cta--layout-3 .sparrows-closet-cta__container--split{display:grid;grid-template-columns:60% 40%;gap:3rem;align-items:center;max-width:1200px}.sparrows-closet-cta--layout-3 .sparrows-closet-cta__content{text-align:left}.sparrows-closet-cta--layout-3 .sparrows-closet-cta__decorative{display:flex;align-items:center;justify-content:center;height:100%}.sparrows-closet-cta--layout-3 .sparrows-closet-cta__decorative-icon{font-size:8rem;opacity:.3;filter:drop-shadow(0 4px 8px rgba(var(--color-black-rgb),.2))}@media(max-width:1024px){.sparrows-closet-hero--layout-3 .sparrows-closet-hero__container{grid-template-columns:1fr}.sparrows-closet-hero--layout-3 .sparrows-closet-hero__image{order:1}.sparrows-closet-hero--layout-3 .sparrows-closet-hero__content{order:2}.sparrows-closet-info--layout-2 .sparrows-closet-info__container{grid-template-columns:1fr}.sparrows-closet-info--layout-2 .sparrows-closet-info__image{order:1}.sparrows-closet-info--layout-2 .sparrows-closet-info__content{order:2}.sparrows-closet-impact--layout-3 .sparrows-closet-impact__stats--grid{grid-template-columns:1fr}.sparrows-closet-impact--layout-3 .sparrows-closet-stat--large{grid-column:1}.sparrows-closet-cta--layout-3 .sparrows-closet-cta__container--split{grid-template-columns:1fr}.sparrows-closet-cta--layout-3 .sparrows-closet-cta__decorative{order:-1}}@media(max-width:768px){.sparrows-closet-hero,.sparrows-closet-info,.sparrows-closet-impact,.sparrows-closet-cta{padding:4rem 1rem}.sparrows-closet-hero__title{font-size:2rem}.sparrows-closet-cta--layout-2 .sparrows-closet-cta__container--left,.sparrows-closet-cta--layout-2 .sparrows-closet-cta__title,.sparrows-closet-cta--layout-2 .sparrows-closet-cta__text,.sparrows-closet-cta--layout-3 .sparrows-closet-cta__content{text-align:center}}.privacy-page{min-height:100vh;display:flex;flex-direction:column}.privacy-page__main{flex:1;padding:4rem 2rem;background:linear-gradient(180deg,var(--color-gray-50) 0%,var(--color-white) 100%)}.privacy-page__container{max-width:900px;margin:0 auto}.privacy-page__card{width:100%}.privacy-page__title{font-size:2.5rem;font-weight:800;color:var(--color-text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.privacy-page__last-updated{color:var(--color-text-secondary);font-size:.9375rem;margin-bottom:2rem}.privacy-page__content{margin-top:2rem}.privacy-page__section{margin-bottom:2.5rem}.privacy-page__section h2{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem;margin-top:2rem;letter-spacing:-.01em}.privacy-page__section h2:first-child{margin-top:0}.privacy-page__section h3{font-size:1.25rem;font-weight:600;color:var(--color-gray-800);margin-top:1.5rem;margin-bottom:.75rem}.privacy-page__section p{color:var(--color-gray-800);line-height:1.75;margin-bottom:1rem;font-size:1rem}.privacy-page__section ul{margin:1rem 0;padding-left:1.5rem;color:var(--color-gray-800);line-height:1.75}.privacy-page__section li{margin-bottom:.5rem}.privacy-page__section strong{font-weight:600;color:var(--color-text-primary)}.privacy-page__section a{color:var(--color-link);text-decoration:none;transition:color .2s}.privacy-page__section a:hover{color:var(--color-secondary-600);text-decoration:underline}.privacy-page__contact{background:var(--color-gray-100);padding:1.5rem;border-radius:.5rem;margin-top:1rem}.privacy-page__contact p{margin-bottom:.5rem}.privacy-page__contact a{color:var(--color-link);text-decoration:none}.privacy-page__contact a:hover{text-decoration:underline}.privacy-page__back{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-gray-200)}.privacy-page__back-link{color:var(--color-link);text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s;display:inline-block}.privacy-page__back-link:hover{color:var(--color-secondary-600)}@media(max-width:768px){.privacy-page__main{padding:2rem 1rem}.privacy-page__title{font-size:2rem}.privacy-page__section h2{font-size:1.25rem}}:root{--color-primary-50: #fff4e6;--color-primary-100: #ffe8cc;--color-primary-200: #ffd199;--color-primary-300: #ffba66;--color-primary-400: #ffa333;--color-primary-500: #ff8c00;--color-primary-600: #cc7000;--color-primary-700: #995400;--color-primary-800: #663800;--color-primary-900: #331c00;--color-primary: var(--color-primary-500);--color-primary-rgb: 255, 140, 0;--color-secondary-50: #e6f2ff;--color-secondary-100: #cce5ff;--color-secondary-200: #99cbff;--color-secondary-300: #66b1ff;--color-secondary-400: #3397ff;--color-secondary-500: #007dff;--color-secondary-600: #0064cc;--color-secondary-700: #004b99;--color-secondary-800: #003266;--color-secondary-900: #001933;--color-secondary: var(--color-secondary-500);--color-secondary-rgb: 0, 125, 255;--color-secondary-600-rgb: 0, 102, 204;--color-white: #ffffff;--color-black: #000000;--color-white-rgb: 255, 255, 255;--color-black-rgb: 0, 0, 0;--color-gray-50: #fafafa;--color-gray-100: #f5f5f5;--color-gray-200: #eeeeee;--color-gray-300: #e0e0e0;--color-gray-400: #bdbdbd;--color-gray-500: #9e9e9e;--color-gray-600: #757575;--color-gray-700: #616161;--color-gray-800: #424242;--color-gray-900: #212121;--color-text-primary: #1a1a1a;--color-text-secondary: #525252;--color-text-tertiary: #525252;--color-text-inverse: #ffffff;--color-link: #004b99;--color-on-primary: #1a1a1a;--color-on-secondary: #ffffff;--color-surface: #ffffff;--color-surface-muted: #fafafa;--color-surface-subtle: #f5f5f5;--color-border: #e0e0e0;--color-border-subtle: #eeeeee;--color-error: #dc2626;--color-error-dark: #931818;--color-error-light: #ff6b6b;--color-error-bg: #ffebee;--color-error-rgb: 220, 38, 38;--color-error-dark-rgb: 147, 24, 24;--color-error-light-rgb: 255, 107, 107;--color-success: #4caf50;--color-success-light: #81c784;--color-success-rgb: 76, 175, 80;--color-gold: #ffd700;--color-gold-rgb: 255, 215, 0;--color-gradient-purple-a: #667eea;--color-gradient-purple-b: #764ba2;--content-width: 1400px}@media(min-width:1920px){:root{--content-width: 1600px}}@media(min-width:2400px){:root{--content-width: 1760px}}:root{--motion-ease: cubic-bezier(.4, 0, .2, 1);--motion-fast: .18s;--hover-lift: -2px}@media(prefers-reduced-motion:reduce){:root{--hover-lift: 0px}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:var(--color-text-primary);background-color:var(--color-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}html{scroll-behavior:auto;scroll-padding-top:0}body{scroll-snap-type:none}*:focus-visible{outline:2px solid var(--color-secondary-500);outline-offset:3px;border-radius:4px}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block;object-fit:cover}::selection{background-color:rgba(var(--color-secondary-rgb),.2);color:var(--color-text-primary)}
