*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#a678b5;--color-primary-dark:#7d5294;--color-primary-light:#c4a3d0;--color-secondary:#0d2137;--color-secondary-mid:#1a3a5c;--color-secondary-light:#2d4f7c;--color-bg:#fff;--color-bg-alt:#f8f5fb;--color-text:#0d2137;--color-text-muted:#4a5568;--color-white:#fff;--color-border:#a678b533;--color-primary-rgb:166, 120, 181;--color-secondary-rgb:13, 33, 55;--font-heading:"Poppins", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--shadow-sm:0 2px 12px #0d21370f;--shadow-md:0 8px 28px #0d21371a;--shadow-lg:0 20px 50px #7d52942e;--shadow-purple:0 8px 32px #a678b559;--radius-sm:12px;--radius-md:20px;--radius-lg:28px;--radius-full:9999px;--eyebrow-size:.75rem;--eyebrow-weight:700;--eyebrow-spacing:.13em;--eyebrow-pad:.35rem .95rem;--eyebrow-radius:9999px;--nav-height:74px;--section-padding:clamp(2rem, 4vw, 3.25rem);--container-max:1200px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}[id]{scroll-margin-top:calc(var(--nav-height) + 1.5rem)}html,body,#root{width:100%;max-width:100%}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.7;overflow-x:clip}#root{min-height:100%;overflow-x:clip}main{width:100%;max-width:100%;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700;line-height:1.2}::selection{background:var(--color-primary);color:var(--color-white)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:4px}.container{width:min(100% - 2.5rem, var(--container-max));margin-inline-start:auto;margin-inline-end:auto}@media (max-width:480px){.container{width:min(100% - 1.5rem, var(--container-max))}:root{--section-padding:clamp(1.75rem, 3.5vw, 2.75rem);--nav-height:64px}}.section{padding-block:var(--section-padding)}.section--alt{background:var(--color-bg-alt);border-top:1px solid #a678b514;border-bottom:1px solid #a678b514}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-loader{place-items:center;min-height:40vh;display:grid}.page-loader__spinner{border:3px solid rgba(var(--color-primary-rgb), .2);border-top-color:var(--color-primary);border-radius:50%;width:2.25rem;height:2.25rem;animation:.7s linear infinite page-loader-spin}@keyframes page-loader-spin{to{transform:rotate(360deg)}}.skip-link{z-index:10000;background:var(--color-secondary);color:var(--color-white);border-radius:var(--radius-sm);padding:.65rem 1rem;font-weight:600;transition:top .2s;position:absolute;top:-100%;left:1rem}.skip-link:focus{outline:2px solid var(--color-primary);outline-offset:2px;top:1rem}.form-field-error,.form-submit-error{color:#b42318;margin-top:.4rem;font-size:.85rem;font-weight:500}.form-submit-error{text-align:center;margin-top:.85rem}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true]{border-color:#b42318}.donate-btn{border-radius:var(--radius-full);font-family:var(--font-heading);color:#fff;isolation:isolate;white-space:nowrap;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(135deg,#c0457a 0%,#a678b5 52%,#7d5294 100%);align-items:center;gap:.45rem;padding:.6rem 1.3rem;font-size:.88rem;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #a64e7a73,0 1px 4px #0000001f}.donate-btn:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 8px 28px #a64e7a8c,0 2px 6px #00000024}.donate-btn:active{transform:translateY(0)scale(.98)}.donate-btn:after{content:"";border-radius:inherit;pointer-events:none;z-index:0;background:linear-gradient(105deg,#0000 35%,#ffffff38 50%,#0000 65%) 120% 0/220% 100%;animation:2.8s ease-in-out infinite donateShimmer;position:absolute;top:0;bottom:0;left:0;right:0}.donate-btn>*{z-index:1;position:relative}.donate-btn__pulse{border-radius:inherit;pointer-events:none;z-index:0;animation:2s ease-out infinite donatePulse;position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:0 0 #c0457a8c}.donate-btn__icon{flex-shrink:0;animation:1.4s infinite heartBeat}.donate-btn--lg{padding:.9rem 2rem;font-size:1rem}.donate-btn--mobile{flex-shrink:0;justify-content:center;width:100%;margin-top:auto;padding:1rem 1.5rem;font-size:1rem}@keyframes donateShimmer{0%{opacity:0;background-position:120% 0}20%{opacity:1}80%{opacity:1}to{opacity:0;background-position:-20% 0}}@keyframes donatePulse{0%{box-shadow:0 0 #c0457a80}70%{box-shadow:0 0 0 10px #c0457a00}to{box-shadow:0 0 #c0457a00}}@keyframes heartBeat{0%,to{transform:scale(1)}14%{transform:scale(1.25)}28%{transform:scale(1)}42%{transform:scale(1.18)}56%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.donate-btn:after,.donate-btn__pulse,.donate-btn__icon{animation:none}}.navbar{z-index:1000;height:var(--nav-height);width:100%;max-width:100%;transition:box-shadow var(--transition), border-color var(--transition);background:#fff;border-bottom:1px solid #a678b514;position:fixed;top:0;left:0;right:0;overflow:visible}.navbar--scrolled{border-bottom-color:#a678b51f;box-shadow:0 2px 16px #0d213714}.navbar__inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;max-width:100%;height:100%;padding-inline-start:clamp(.75rem,2.5vw,1.75rem);padding-inline-end:clamp(.75rem,2.5vw,1.75rem);display:flex}.navbar__logo{flex-shrink:0;align-items:center;line-height:0;display:inline-flex}.navbar__logo-img{object-fit:contain;object-position:left center;width:auto;max-width:min(270px,36vw);height:48px;display:block}.navbar__desktop{align-items:center;gap:1.35rem;min-width:0;margin-left:auto;display:none}@media (min-width:960px){.navbar__desktop{display:flex}}.navbar__nav{min-width:0;display:block}.navbar__links{align-items:center;gap:.1rem;margin:0;padding:0;list-style:none;display:flex}.navbar__link{font-family:var(--font-body);color:var(--color-text);transition:color var(--transition), background var(--transition);letter-spacing:.005em;white-space:nowrap;border-radius:9999px;align-items:center;padding:.4rem .7rem;font-size:.875rem;font-weight:500;line-height:1.2;display:inline-flex}.navbar__link:hover{color:var(--color-primary-dark);background:#7d529412}.navbar__link--active{color:var(--color-primary-dark);background:#7d52941a;font-weight:600}.navbar__actions{flex-shrink:0;align-items:center;display:flex}.navbar__donate.donate-btn{letter-spacing:.01em;gap:.4rem;padding:.55rem 1.35rem;font-size:.88rem;font-weight:700;box-shadow:0 3px 12px #a64e7a61,0 1px 3px #00000014}.navbar__donate.donate-btn:hover{transform:translateY(-1px)scale(1.02);box-shadow:0 5px 16px #a64e7a73,0 1px 4px #0000001a}.navbar__donate .donate-btn__pulse{display:none}.navbar__toggle{width:42px;height:42px;color:var(--color-text);transition:background var(--transition);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.navbar__toggle:hover{background:#a678b51f}.navbar__toggle:focus-visible{background:#a678b51f}.navbar__toggle:focus-visible{outline-offset:3px;outline:2px solid #7d529459}@media (min-width:840px){.navbar__toggle{display:none}}.navbar__mobile{top:var(--nav-height);z-index:1100;height:calc(100dvh - var(--nav-height));max-height:calc(100dvh - var(--nav-height));padding:1.5rem 1.25rem max(1.5rem, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;flex-direction:column;gap:1.5rem;display:flex;position:fixed;left:0;right:0;overflow:hidden auto;box-shadow:0 32px 60px #0f17371f}@media (min-width:840px){.navbar__mobile{display:none}}.navbar__mobile-links{flex-direction:column;flex:1 0 auto;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.navbar__mobile-link{font-family:var(--font-heading);color:var(--color-text);border-radius:var(--radius-sm);transition:background var(--transition), color var(--transition);padding:1rem;font-size:1.25rem;font-weight:600;display:block}.navbar__mobile-link:hover,.navbar__mobile-link--active{color:var(--color-primary-dark);background:#a678b51f}.navbar__mobile-cta{flex-shrink:0;width:100%;margin-top:auto}@media (max-width:1100px) and (min-width:960px){.navbar__desktop{gap:.85rem}.navbar__link{padding:.35rem .55rem;font-size:.82rem}.navbar__logo-img{max-width:min(240px,30vw);height:44px}.navbar__donate.donate-btn{padding:.5rem 1.15rem;font-size:.84rem}}@media (max-width:959px){.navbar__inner{padding-inline-start:clamp(.5rem,3vw,1rem);padding-inline-end:clamp(.5rem,3vw,1rem)}.navbar__logo-img{max-width:min(230px,58vw);height:42px}.navbar__toggle{width:44px;height:44px}}@media (max-width:480px){.navbar__inner{gap:.5rem;padding-inline-start:.35rem;padding-inline-end:.35rem}.navbar__logo-img{max-width:min(195px,62vw);height:38px}}.navbar__link--drop{cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-family:inherit;display:inline-flex}.navbar__chevron{width:13px;height:13px;color:var(--color-text-muted);flex-shrink:0;transition:transform .2s}.navbar__chevron--up{transform:rotate(-180deg)}.navbar__drop-wrap{position:relative}.navbar__dropdown{z-index:1200;white-space:nowrap;background:#fff;border-radius:12px;min-width:220px;margin:0;padding:.5rem;list-style:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0f17371f,0 2px 8px #0f17370f,0 0 0 1px #a678b51a}.navbar__dropdown:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.navbar__drop-item{color:var(--color-text-muted);border-radius:8px;padding:.6rem .9rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.navbar__drop-item:hover{color:var(--color-primary-dark);background:#a678b51a}.navbar__mobile-item{flex-direction:column;display:flex}.navbar__mobile-item-row{align-items:center;display:flex}.navbar__mobile-item-row .navbar__mobile-link{flex:1}.navbar__mobile-chevron-btn{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition), color var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.navbar__mobile-chevron-btn:hover{color:var(--color-primary-dark);background:#a678b51f}.navbar__mobile-sub{margin:0 0 .25rem;padding:0 .5rem;list-style:none;overflow:hidden}.navbar__mobile-sublink{color:var(--color-text-muted);border-radius:var(--radius-sm);border-left:2px solid #a678b559;margin-left:.75rem;padding:.65rem 1rem;font-size:.97rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:block}.navbar__mobile-sublink:hover{color:var(--color-primary-dark);border-left-color:var(--color-primary-dark);background:#a678b512}.footer{color:#ffffffd9;background:radial-gradient(circle at 0 0,#a678b524 0%,#0000 36%),radial-gradient(circle at 100% 100%,#c0457a1a 0%,#0000 30%),linear-gradient(165deg,#091a2e 0%,#0d2137 42%,#17103a 100%);position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:linear-gradient(#ffffff05,#0000 18%);position:absolute;top:0;bottom:0;left:0;right:0}.footer__top{z-index:1;padding:clamp(1.75rem,3.5vw,2.5rem) 0 clamp(1.5rem,3vw,2rem);position:relative}.footer__grid{grid-template-columns:1fr;gap:clamp(1.25rem,3vw,2rem);display:grid}@media (min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer__grid{grid-template-columns:minmax(0,1.45fr) minmax(0,.95fr) minmax(0,1.1fr) minmax(0,1.05fr);gap:clamp(1.5rem,2.5vw,2rem)}}.footer__brand,.footer__col,.footer__connect{min-width:0}.footer__logo{background:#fffffffa;border-radius:16px;justify-content:center;align-items:center;margin-bottom:0;padding:.5rem .85rem;display:inline-flex;box-shadow:0 10px 26px #0812212e}.footer__logo-img{object-fit:contain;width:auto;max-width:280px;height:56px;display:block}.footer__tagline{color:#ffffffe6;max-width:100%;margin:0;font-size:1rem;font-weight:500;line-height:1.7}.footer__heading{letter-spacing:.16em;text-transform:uppercase;color:#c4a3d0eb;margin:0 0 1.15rem;font-size:.82rem;font-weight:800}.footer__links,.footer__contact{margin:0;padding:0}.footer__links li,.footer__contact li{list-style:none}.footer__links li+li,.footer__contact li+li{margin-top:.85rem}.footer__links a,.footer__contact a{color:#ffffffc7;font-size:.95rem;transition:color .28s,transform .28s}.footer__links a{align-items:center;gap:.45rem;padding-bottom:.1rem;display:inline-flex;position:relative}.footer__links a:before{content:"";background:linear-gradient(90deg,#e07aa0f2,#c4a3d08c);width:0;height:1px;transition:width .28s;position:absolute;bottom:-.12rem;left:0}.footer__links a:hover,.footer__contact a:hover{color:var(--color-white)}.footer__links a:focus-visible{color:var(--color-white)}.footer__contact a:focus-visible{color:var(--color-white)}.footer__links a:hover{transform:translate(4px)}.footer__links a:focus-visible{transform:translate(4px)}.footer__links a:hover:before{width:100%}.footer__links a:focus-visible:before{width:100%}.footer__contact li{grid-template-columns:40px 1fr;align-items:start;gap:.8rem;display:grid}.footer__contact-icon{color:#e07aa0eb;background:#ffffff14;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;box-shadow:0 10px 24px #07101e29}.footer__contact li>a,.footer__contact li>span:last-child{overflow-wrap:anywhere;word-break:break-word;min-width:0;line-height:1.65}.footer__contact li>span:last-child{color:#ffffffc7;font-size:.95rem}.footer__connect-text{color:#ffffffc2;margin:0 0 1.2rem;font-size:.95rem;line-height:1.6}.footer__social{flex-wrap:wrap;gap:.8rem;display:flex}.footer__social-link{color:#fff;border:1px solid #ffffff2e;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .28s,box-shadow .28s,filter .28s;display:flex;box-shadow:0 10px 24px #07101e38}.footer__social-link--facebook{background:linear-gradient(135deg,#1877f2 0%,#0d65d9 100%)}.footer__social-link--instagram{background:linear-gradient(135deg,#f58529 0%,#dd2a7b 50%,#8134af 100%)}.footer__social-link--linkedin{background:linear-gradient(135deg,#0a66c2 0%,#004182 100%)}.footer__social-link--youtube{background:linear-gradient(135deg,red 0%,#c00 100%)}.footer__social-link:hover{color:#fff;filter:brightness(1.08);transform:translateY(-3px)scale(1.06);box-shadow:0 16px 32px #00000047}.footer__social-link:focus-visible{outline-offset:3px;outline:2px solid #e07aa0f2}.footer__links a:focus-visible{outline-offset:3px;outline:2px solid #e07aa0f2}.footer__contact a:focus-visible{outline-offset:3px;outline:2px solid #e07aa0f2}.footer__logo:focus-visible{outline-offset:3px;outline:2px solid #e07aa0f2}.footer__asteya{color:#ffffffb8;font-weight:500;text-decoration:none;transition:color .28s}.footer__asteya:hover{color:var(--color-white);text-underline-offset:3px;text-decoration:underline}.footer__asteya:focus-visible{color:var(--color-white);text-underline-offset:3px;text-decoration:underline}.footer__bottom{z-index:1;padding:0 0 1rem;position:relative}.footer__bottom-inner{text-align:center;color:#ffffff8c;font-size:.85rem;line-height:1.6}.footer__divider{background:linear-gradient(90deg,#0000 0%,#e07aa09e 18%,#a678b573 50%,#0000 100%);width:100%;height:1px;margin-bottom:.9rem}.footer__copyright{color:#ffffffd1;margin:0 0 .3rem}.footer__credit{color:#ffffff7a;margin:0;font-size:.78rem}@media (max-width:767px){.footer__top{padding:1.75rem 0 1.5rem}.footer__grid{gap:1.75rem}.footer__brand{text-align:left}.footer__logo{justify-content:flex-start}.footer__heading{margin-bottom:.85rem}.footer__links li+li,.footer__contact li+li{margin-top:.65rem}.footer__contact{flex-direction:column;gap:.7rem;display:flex}.footer__contact li{text-align:left;grid-template-columns:40px minmax(0,1fr);place-items:start stretch;gap:.75rem;display:grid}.footer__contact-icon{border-radius:12px;width:40px;height:40px}.footer__contact li>a,.footer__contact li>span:last-child{overflow-wrap:anywhere;word-break:break-word;min-width:0;padding-top:.45rem;line-height:1.5}.footer__connect-text{overflow-wrap:anywhere;max-width:100%;margin-bottom:1rem}.footer__social{justify-content:flex-start}.footer__bottom-inner{text-align:center}}@media (max-width:480px){.footer__top{padding-top:1.5rem}.footer__logo-img{max-width:min(240px,70vw);height:48px}.footer__social-link{width:42px;height:42px}}.btn{font-family:var(--font-heading);border-radius:var(--radius-full);transition:background var(--transition), color var(--transition), box-shadow var(--transition), transform .18s ease;white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.btn:active{transform:scale(.97)}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;pointer-events:none}.btn--sm{padding:.5rem 1.15rem;font-size:.875rem}.btn--md{padding:.75rem 1.6rem;font-size:.95rem}.btn--lg{letter-spacing:.01em;padding:.9rem 2rem;font-size:1rem}.btn--primary{color:var(--color-white);transition:background var(--transition), box-shadow var(--transition), transform .18s ease;background:linear-gradient(135deg,#c0457a 0%,#9060b0 60%,#7d5294 100%) 0 0/200% 200%;box-shadow:0 4px 16px #c0457a59}.btn--primary:hover{background-position:100%;transform:translateY(-2px);box-shadow:0 8px 28px #c0457a73}.btn--secondary{background:linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-mid) 100%);color:var(--color-white);box-shadow:0 4px 16px #0d21374d}.btn--secondary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0d213766}.btn--outline{color:var(--color-primary-dark);border:2px solid var(--color-primary);background:0 0}.btn--outline:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px)}.btn--ghost{color:var(--color-white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:2px solid #ffffffb3;font-weight:700}.btn--ghost:hover{background:#ffffff47;border-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #fff3}.btn--white{background:var(--color-white);color:var(--color-primary-dark);box-shadow:var(--shadow-md)}.btn--white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media (max-width:480px){.btn--lg{padding:.85rem 1.5rem;font-size:.95rem}.btn--md{padding:.72rem 1.35rem;font-size:.9rem}}.hero-carousel{width:100%;max-width:100%;min-height:100vh;padding-top:var(--nav-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-carousel .container.hero-carousel__inner{width:min(100% - 2.5rem, var(--container-max));max-width:100%}.hero-carousel__bg{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.hero-carousel__bg-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0}.hero-carousel__bg-overlay{background:linear-gradient(105deg,#0d2137e0 0%,#0d213785 40%,#0d21372e 60%,#7d52941a 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-carousel__bg-grain{opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.hero-carousel__inner{z-index:2;flex-direction:column;align-items:stretch;gap:clamp(1rem,2.5vw,1.75rem);width:100%;padding-block-start:clamp(2rem,5vw,3.5rem);padding-block-end:clamp(2rem,5vw,3.5rem);display:flex;position:relative}.hero-carousel__panel{flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.5rem,4vw,2.75rem);display:flex}.hero-carousel__badge{color:var(--color-white);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-full);background:#a678b561;border:1px solid #ffffff47;width:-moz-fit-content;width:fit-content;margin-bottom:.9rem;padding:.4rem 1rem;font-size:.72rem;font-weight:700;display:inline-block}.hero-carousel__headline{letter-spacing:-.03em;color:var(--color-white);text-shadow:0 2px 28px #0d21374d;max-width:800px;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.08}.hero-carousel__tagline{color:#ffffffe0;width:100%;max-width:680px;margin-bottom:1.5rem;font-size:clamp(.92rem,1.5vw,1.05rem);font-weight:500;line-height:1.6}.hero-carousel__ctas{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.hero-carousel__ctas>*,.hero-carousel__ctas .btn-motion-wrap{display:inline-flex}.hero-carousel__ctas .donate-btn--lg,.hero-carousel__ctas .btn--lg{box-sizing:border-box;white-space:nowrap;justify-content:center;align-items:center;min-width:11.5rem;height:3rem;padding:0 1.35rem;font-size:.95rem}.hero-carousel__bottom{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1f;flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:.85rem 1.25rem;display:flex}.hero-carousel__dot{width:8px;height:8px;transition:width var(--transition), background var(--transition);background:#ffffff59;border-radius:50%}.hero-carousel__dot--active{border-radius:var(--radius-full);background:var(--color-primary);width:32px}.hero-carousel__scroll{z-index:2;color:#ffffff80;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.68rem;display:none;position:absolute;bottom:2rem;right:2rem}@media (min-width:768px){.hero-carousel__scroll{display:flex}}.hero-carousel__scroll-line{background:linear-gradient(#ffffff80,#0000);width:1px;height:44px;animation:2.2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@media (max-width:768px){.hero-carousel__headline{max-width:100%}.hero-carousel__ctas{flex-flow:wrap;align-items:center;gap:.65rem;width:100%;display:flex}.hero-carousel__ctas>*{width:auto;max-width:100%}.hero-carousel__ctas .btn-motion-wrap{width:auto}.hero-carousel__ctas .donate-btn--lg,.hero-carousel__ctas .btn--lg{text-align:center;gap:.35rem;width:auto;min-width:10.75rem;height:2.65rem;padding:0 1.15rem;font-size:.85rem}.hero-carousel__ctas .donate-btn--lg{box-shadow:0 4px 14px #a64e7a66,0 1px 3px #0000001a}}@media (min-width:1024px){.hero-carousel__headline{font-size:clamp(2rem,4.2vw,3.35rem)}}@media (max-width:480px){.hero-carousel .container.hero-carousel__inner{width:min(100% - 1.5rem, var(--container-max))}.hero-carousel__panel{width:100%;max-width:100%;padding:1.1rem 0}.hero-carousel__ctas{gap:.55rem}.hero-carousel__ctas .donate-btn--lg,.hero-carousel__ctas .btn--lg{min-width:10.5rem;height:2.5rem;padding:0 1rem;font-size:.82rem}.hero-carousel__bottom{padding:.75rem .85rem}.hero-carousel__tagline{font-size:.9rem}}.hfs{background:linear-gradient(#fff 0%,#faf8fc 100%);position:relative;overflow:hidden}.hfs__bg{pointer-events:none;background:radial-gradient(60% 50% at 8%,#996cab12 0%,#0000 70%),radial-gradient(40% 40% at 95% 20%,#c0457a0d 0%,#0000 70%);position:absolute;top:0;bottom:0;left:0;right:0}.hfs__grid{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(2.5rem,5vw,4.5rem);display:grid;position:relative}.hfs__media{position:relative}.hfs__img-frame{padding:.65rem .65rem .65rem 0;position:relative}.hfs__img-frame:before{content:"";z-index:0;background:linear-gradient(145deg,#996cab24,#7d52940f);border-radius:20px;width:72%;position:absolute;top:0;bottom:0;left:auto;right:0}.hfs__img-wrap{z-index:1;aspect-ratio:4/3;border:1px solid #ffffffd9;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 24px 56px #7d529429,0 8px 24px #0d213714}.hfs__img{object-fit:cover;object-position:center 42%;width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1);display:block}.hfs__img-wrap:hover .hfs__img{transform:scale(1.03)}.hfs__img-wrap--logo{background:radial-gradient(circle at top,#a678b51f,#0000 55%),linear-gradient(#fff 0%,#f7f2fb 100%);justify-content:center;align-items:center;padding:clamp(1.5rem,4vw,2.5rem);display:flex}.hfs__img-wrap--logo .hfs__img{object-fit:contain;object-position:center;padding:clamp(.5rem,1.8vw,1rem)}.hfs__img-wrap--logo:hover .hfs__img{transform:scale(1.01)}.hfs__img-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 28%,#0d213714 55%,#0d21379e 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hfs__img-wrap--logo:after{background:linear-gradient(#0000 22%,#ffffff0d 60%,#ffffff29 100%)}.hfs__copy{flex-direction:column;display:flex}.hfs__eyebrow{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#c0457a 0%,#7d5294 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.7rem;font-size:.88rem;font-weight:800;display:inline-block}.hfs__title{font-family:var(--font-heading);color:var(--color-secondary);letter-spacing:-.02em;margin-bottom:1.15rem;font-size:clamp(1.65rem,2.8vw,2.25rem);font-weight:800;line-height:1.22}.hfs__body{flex-direction:column;gap:.8rem;margin-bottom:1.35rem;display:flex}.hfs__para{color:var(--color-text-muted);max-width:54ch;font-size:.98rem;line-height:1.78}.hfs__blockquote{background:#fff;border:1px solid #996cab24;border-left:4px solid #996cab;border-radius:0 16px 16px 0;margin:0 0 1.25rem;padding:1.15rem 1.4rem 1.15rem 2.4rem;position:relative;box-shadow:0 4px 20px #7d529412}.hfs__blockquote-mark{color:#996cab;opacity:.35;font-family:Georgia,serif;font-size:3.25rem;line-height:1;position:absolute;top:-8px;left:14px}.hfs__blockquote p{color:#7d5294;margin:0;font-size:1rem;font-style:italic;font-weight:600;line-height:1.65}.hfs__closing{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;opacity:.8;max-width:48ch;margin-bottom:1.6rem;font-size:.7rem;font-weight:700}.hfs__actions{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:960px){.hfs__grid{grid-template-columns:1fr;gap:2.25rem}.hfs__img-frame{padding:.5rem}.hfs__img-frame:before{width:100%}.hfs__img-wrap{aspect-ratio:16/10}.hfs__img{object-position:center 38%}.hfs__para{max-width:none}}@media (max-width:560px){.hfs__img-wrap{aspect-ratio:4/3}.hfs__title{font-size:1.5rem}}.home-impact{padding-block:var(--section-padding);background:linear-gradient(160deg,#0d2137 0%,#17103a 50%,#0d2137 100%);position:relative;overflow:hidden}.home-impact__blob{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.home-impact__blob--1{background:radial-gradient(circle,#996cab38 0%,#0000 70%);width:560px;height:560px;top:-160px;left:-140px}.home-impact__blob--2{background:radial-gradient(circle,#c0457a24 0%,#0000 70%);width:400px;height:400px;bottom:-100px;right:-80px}.home-impact__blob--3{background:radial-gradient(circle,#2dd4bf1a 0%,#0000 70%);width:260px;height:260px;top:45%;left:50%;transform:translate(-50%)}.home-impact__inner{z-index:1;position:relative}.home-impact__header{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}.home-impact__eyebrow{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;background:linear-gradient(135deg,#e07aa0 0%,#c4a3d0 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.85rem;font-size:.88rem;font-weight:800;display:inline-block}.home-impact__title{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(1.9rem,4vw,2.75rem);font-weight:800;line-height:1.15}.home-impact__title-hl{background:linear-gradient(120deg,#c0457a,#996cab);color:#0000;-webkit-background-clip:text;background-clip:text}.home-impact__subtitle{color:#ffffffc7;margin-top:.85rem;max-width:560px;margin-inline-start:auto;margin-inline-end:auto;font-size:1.08rem;font-weight:400;line-height:1.65}.home-impact__grid{grid-template-columns:repeat(2,1fr);gap:1.1rem;margin-bottom:2.5rem;display:grid}@media (min-width:640px){.home-impact__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.home-impact__grid{grid-template-columns:repeat(5,1fr);gap:1.25rem}}.home-impact__card{text-align:center;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:default;background:#ffffff0a;border:1px solid #ffffff1a;flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.home-impact__card:hover{box-shadow:0 0 40px var(--accent-glow), 0 20px 50px #0006;border-color:#ffffff38}.home-impact__card-bar{background:var(--accent-gradient);border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.home-impact__card-glow{background:var(--accent-gradient);filter:blur(30px);opacity:.18;pointer-events:none;border-radius:50%;width:120px;height:80px;transition:opacity .3s;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.home-impact__card:hover .home-impact__card-glow{opacity:.32}.home-impact__icon-wrap{background:var(--accent-gradient);width:48px;height:48px;box-shadow:0 6px 20px var(--accent-glow);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.1rem;display:flex}.home-impact__number{font-family:var(--font-heading);letter-spacing:-.04em;background:var(--accent-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.6rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:900;line-height:1}.home-impact__card-label{color:#ffffff9e;margin:0;font-size:.82rem;font-weight:500;line-height:1.45}.home-impact__closing{text-align:center;color:#ffffffa6;max-width:680px;margin:0 auto;font-size:1rem;line-height:1.75}@media (max-width:480px){.home-impact__grid{grid-template-columns:1fr;gap:.85rem;margin-bottom:1.75rem}}.section-header{max-width:640px;margin-bottom:clamp(1.75rem,3.5vw,2.75rem)}.section-header--compact{margin-bottom:1.1rem}.section-header--center{text-align:center;margin-inline-start:auto;margin-inline-end:auto}.section-header--left{text-align:left}.section-header__label{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;background:linear-gradient(135deg,#c0457a 0%,#7d5294 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.8rem;font-size:.88rem;font-weight:800;display:inline-block}.section-header--light .section-header__label{background:linear-gradient(135deg,#e07aa0 0%,#c4a3d0 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.section-header__title{letter-spacing:-.025em;color:var(--color-secondary);margin-bottom:.8rem;font-size:clamp(1.7rem,3.5vw,2.5rem);font-weight:800;line-height:1.18}.section-header--light .section-header__title{color:var(--color-white)}.section-header__desc{color:var(--color-text-muted);max-width:580px;font-size:1.05rem;line-height:1.72}.section-header--center .section-header__desc{margin-inline-start:auto;margin-inline-end:auto}.section-header--light .section-header__desc{color:#ffffffd1}@media (max-width:480px){.section-header{margin-bottom:1.5rem}.section-header__title{font-size:clamp(1.5rem,7vw,1.9rem)}.section-header__desc{font-size:1rem}}.home-focus{background:linear-gradient(160deg,#f9f7fd 0%,#f2edf8 50%,#f9f7fd 100%);border-top:2px solid #996cab1f;border-bottom:2px solid #996cab1f;position:relative;overflow:hidden}.home-focus__blob{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.home-focus__blob--1{background:radial-gradient(circle,#a678b52e 0%,#0000 70%);width:500px;height:500px;top:-160px;right:-120px}.home-focus__blob--2{background:radial-gradient(circle,#c0457a1f 0%,#0000 70%);width:380px;height:380px;bottom:-80px;left:-80px}.home-focus__inner{z-index:1;position:relative}@media (min-width:1024px){.home-focus .section-header{max-width:1000px}.home-focus .section-header__title{white-space:nowrap;font-size:clamp(1.8rem,3vw,2.35rem)}}@media (max-width:1023px){.home-focus .section-header__title{white-space:normal}}.home-focus__header{text-align:center;max-width:640px;margin:0 auto clamp(2rem,4vw,3rem)}.home-focus__eyebrow{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;background:linear-gradient(135deg,#c0457a 0%,#7d5294 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.85rem;font-size:.88rem;font-weight:800;display:inline-block}.home-focus__title{letter-spacing:-.025em;color:var(--color-secondary);white-space:nowrap;margin-bottom:.65rem;font-size:clamp(1.65rem,3.2vw,2.35rem);font-weight:800;line-height:1.15}@media (max-width:860px){.home-focus__title{white-space:nowrap;font-size:clamp(1.4rem,4vw,1.9rem)}}@media (max-width:560px){.home-focus__title{white-space:normal;font-size:clamp(1.4rem,6vw,1.75rem)}}.home-focus__title-hl{background:linear-gradient(120deg,#c0457a,#7d5294);color:#0000;-webkit-background-clip:text;background-clip:text}.home-focus__subtitle{color:var(--color-text-muted);margin:.5rem 0 0;max-width:560px;margin-inline-start:auto;margin-inline-end:auto;font-size:1rem;font-weight:400;line-height:1.7}.home-focus__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:600px){.home-focus__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-focus__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.home-focus__grid>:nth-child(5):last-child{grid-column:2}}.hfa-card{border-radius:var(--radius-md);cursor:default;background:#fff;border:1px solid #7d52941a;flex-direction:column;padding:1.75rem 1.5rem;transition:box-shadow .28s,border-color .28s,transform .28s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 16px #0d21370f,0 1px 4px #0d21370a}.hfa-card:hover{border-color:#7d52943d;transform:translateY(-3px);box-shadow:0 8px 32px #7d529426,0 2px 8px #0d213714}.hfa-card__icon{background:var(--accent);color:#fff;width:56px;height:56px;box-shadow:0 6px 20px var(--glow);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:transform .25s,box-shadow .25s;display:inline-flex}.hfa-card:hover .hfa-card__icon{box-shadow:0 10px 28px var(--glow);transform:scale(1.1)rotate(-4deg)}.hfa-card__title{font-family:var(--font-heading);color:var(--color-secondary);margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.3}.hfa-card__desc{color:var(--color-text-muted);flex:1;margin:0;font-size:.9rem;line-height:1.7}.hfa-card__bar{background:var(--accent);opacity:0;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.hfa-card:hover .hfa-card__bar{opacity:1}.home-why{padding-block:var(--section-padding)}.home-why__inner{text-align:center;max-width:800px;margin-inline-start:auto;margin-inline-end:auto}.home-why__label{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;background:linear-gradient(135deg,#c0457a 0%,#7d5294 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.85rem;font-size:.88rem;font-weight:800;display:inline-block}.home-why__title{letter-spacing:-.025em;color:var(--color-secondary);margin-bottom:.65rem;font-size:clamp(1.65rem,3.5vw,2.4rem);font-weight:800}.home-why__subtitle{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:1rem;font-style:italic;line-height:1.7}.home-why__text{color:var(--color-text-muted);margin-bottom:.9rem;line-height:1.75}.home-why__text--closing{color:var(--color-secondary);margin-bottom:0;font-weight:700}.page-cta{background:linear-gradient(135deg, var(--color-secondary), var(--color-primary-dark));padding-block-start:clamp(2rem,4vw,3rem);padding-block-end:clamp(2rem,4vw,3rem)}.page-cta__inner{text-align:center;max-width:560px;color:var(--color-white);margin-inline-start:auto;margin-inline-end:auto}.page-cta__inner h2{color:var(--color-white);margin-bottom:.75rem;font-size:clamp(1.5rem,3.5vw,2.25rem)}.page-cta__inner p{color:#ffffffd9;margin-bottom:1.75rem;max-width:520px;margin-inline-start:auto;margin-inline-end:auto;line-height:1.7}.page-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:480px){.page-cta__actions{flex-direction:column;width:100%}.page-cta__actions .btn-motion-wrap,.page-cta__actions .btn{width:100%}.page-cta__actions .btn{justify-content:center}.page-cta__inner h2{overflow-wrap:anywhere}}.hfm{background:linear-gradient(160deg,#faf7fc 0%,#f3eef8 100%)}.hfm__card{background:#fff;border:1px solid #996cab24;border-radius:24px;padding:3.5rem;position:relative;overflow:hidden;box-shadow:0 8px 48px #7d52941a,0 2px 8px #0000000a}.hfm__card:before{content:"";background:linear-gradient(90deg,#7d5294,#996cab,#c4a3d0);border-radius:24px 24px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.hfm__deco-quote{color:#996cab;opacity:.08;pointer-events:none;font-size:5rem;position:absolute;top:3rem;right:3rem}.hfm__grid{grid-template-columns:220px 1fr;align-items:start;gap:3rem;display:grid}.hfm__media{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.hfm__img-wrap{border:4px solid #996cab;border-radius:50%;flex-shrink:0;width:180px;height:180px;overflow:hidden;box-shadow:0 8px 24px #996cab47}.hfm__img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.hfm__sig{text-align:center;flex-direction:column;align-items:center;gap:.3rem;display:flex}.hfm__sig-name{font-family:var(--font-heading);color:var(--color-secondary);font-size:1rem;font-weight:800;line-height:1.2}.hfm__sig-role{color:#7d5294;letter-spacing:.02em;font-size:.75rem;font-weight:600;line-height:1.4}.hfm__eyebrow{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#7d5294 0%,#996cab 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.6rem;font-size:.88rem;font-weight:800;display:inline-block}.hfm__title{font-family:var(--font-heading);color:var(--color-secondary);margin-bottom:1.5rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.25}.hfm__para{color:var(--color-text-muted);margin-bottom:.9rem;font-size:.97rem;line-height:1.78}.hfm__attribution{color:#7d5294;margin-top:1.25rem;font-size:.9rem;font-style:italic;font-weight:700}@media (max-width:860px){.hfm__card{padding:2.5rem 2rem}.hfm__grid{grid-template-columns:1fr;gap:2rem}.hfm__media{flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem}.hfm__sig{text-align:left;align-items:flex-start}.hfm__deco-quote{font-size:3.5rem;top:1.5rem;right:1.5rem}}@media (max-width:560px){.hfm__card{padding:2rem 1.25rem}.hfm__img-wrap{width:100px;height:100px}}.home-page{--color-primary:#996cab;--color-primary-dark:#7d5294;--color-primary-light:#c4a3d0;--color-primary-rgb:153, 108, 171;--color-border:#996cab33;--color-bg-alt:#faf7fc;--shadow-purple:0 8px 32px #996cab38;--shadow-lg:0 20px 50px #7d529429;--section-padding:clamp(1.75rem, 3.5vw, 2.75rem)}.home-page .section,.home-page .home-impact,.home-page .page-cta{padding-block:var(--section-padding)}@media (min-width:1024px){.home-page .page-cta__inner{max-width:760px}.home-page .page-cta__inner h2{white-space:nowrap}}.home-page section{position:relative}.home-page .section:not(.hero-carousel){animation:.6s ease-out both sectionFadeIn}.home-page .section:nth-child(2){animation-delay:50ms}.home-page .section:nth-child(3){animation-delay:80ms}.home-page .section:nth-child(4){animation-delay:.1s}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.home-page .section:not(.hero-carousel){animation:none}}.error-boundary{min-height:60vh;padding:var(--section-padding) 1.25rem;background:var(--color-bg-alt);place-items:center;display:grid}.error-boundary__inner{text-align:center;max-width:28rem}.error-boundary__inner h1{margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem)}.error-boundary__inner p{color:var(--color-text-muted);margin-bottom:1.5rem}.error-boundary__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}
