:root{--teal: #2CB598;--teal-dark: #1C735F;--navy: #0B3444;--charcoal: #252f36;--gray: #C7C6C0;--peach: #EFCE9C;--cream: #FFEED5;--off-white: #FAFBFC;--white: #ffffff;--teal-light: #6DD7C0;--breadcrumb-peach: #E6CFA3;--shadow-color: rgba(11, 51, 69, .49);--text-shadow-header: 1px 1px 1px var(--shadow-color), 2px 2px 5px var(--shadow-color);--text-color: var(--navy);--headings-color: var(--charcoal);--link-color: var(--teal);--font-body: var(--font-raleway);--font-display: var(--font-oregano);--container: 1290px;--container-narrow: 750px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--text-color);background:var(--white);overflow-x:hidden}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;color:var(--headings-color);line-height:1.15}h1{font-size:clamp(38px,5vw,60px)}h2{font-size:clamp(34px,4.5vw,60px)}h3{font-size:clamp(26px,3vw,40px)}p{margin-bottom:1em}p:last-child{margin-bottom:0}a{color:var(--link-color);text-decoration:none;transition:color .15s ease}a:hover{color:var(--teal-dark)}ul,ol{padding-left:1.4em}.container{max-width:var(--container);margin-inline:auto;padding-inline:24px}.container-narrow{max-width:var(--container-narrow);margin-inline:auto;padding-inline:24px}.section{padding-block:64px}.section-cream{background:var(--cream)}.section-offwhite{background:var(--off-white)}.section-heading{text-align:center;margin-bottom:16px}.section-heading:after{content:"";display:block;width:100px;height:4px;background:var(--teal);margin:14px auto 0}.subheading-peach{font-family:var(--font-display);color:var(--peach);text-align:center}.btn{display:inline-block;padding:12px 28px;border-radius:3px;font-family:var(--font-body);font-size:17px;font-weight:600;line-height:1.3;cursor:pointer;border:2px solid transparent;text-align:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn-teal{background:var(--teal);color:var(--white)}.btn-teal:hover{background:var(--teal-dark);color:var(--white)}.btn-outline-peach{background:transparent;color:var(--peach);border-color:var(--peach)}.btn-outline-peach:hover{background:var(--peach);color:var(--navy)}.btn-outline-white{background:transparent;color:var(--white);border-color:var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--navy)}.prose h2,.prose h3{margin-top:1.4em;margin-bottom:.5em}.prose h2{font-size:clamp(28px,3vw,40px)}.prose h3{font-size:clamp(22px,2.5vw,30px)}.prose ul,.prose ol{margin-bottom:1em}.prose table{border-collapse:collapse;width:100%;margin-bottom:1.5em;font-size:15px}.prose table th,.prose table td{border:1px solid var(--gray);padding:8px 12px;text-align:left}.skip-link{position:absolute;left:-9999px;top:0;background:var(--navy);color:#fff;padding:10px 18px;z-index:200}.skip-link:focus{left:0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.site-header[data-astro-cid-5hce7sga]{position:fixed;inset:0 0 auto;z-index:50;background:transparent;transition:background-color .45s cubic-bezier(.4,0,.2,1),box-shadow .45s cubic-bezier(.4,0,.2,1)}.site-header[data-astro-cid-5hce7sga].is-fixed{background:var(--navy);box-shadow:0 2px 12px #00000040;transition:background-color .45s cubic-bezier(.4,0,.2,1),box-shadow .45s cubic-bezier(.4,0,.2,1),opacity .45s cubic-bezier(.4,0,.2,1)}.site-header[data-astro-cid-5hce7sga].is-fixed .brand-logo[data-astro-cid-5hce7sga]{width:64px;height:64px}.site-header[data-astro-cid-5hce7sga].is-fixed .header-inner[data-astro-cid-5hce7sga]{padding-block:8px}.site-header[data-astro-cid-5hce7sga].is-fixed.is-hidden{opacity:0;pointer-events:none}.site-header[data-astro-cid-5hce7sga].no-anim{transition:none!important}.header-inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:12px}.brand[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:18px;min-width:0}.brand-logo[data-astro-cid-5hce7sga]{width:155px;height:155px;border-radius:50%;flex-shrink:0;transition:transform .1s ease-out,width .3s ease,height .3s ease}.brand[data-astro-cid-5hce7sga]:hover .brand-logo[data-astro-cid-5hce7sga]{transform:translate(1px,1px)}.brand-title[data-astro-cid-5hce7sga]{font-family:var(--font-display);font-size:clamp(24px,3vw,35px);color:var(--white);text-shadow:var(--text-shadow-header);white-space:nowrap;transition:color .15s ease}.brand[data-astro-cid-5hce7sga]:hover .brand-title[data-astro-cid-5hce7sga]{color:#ffffffe6}.desktop-nav[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:26px}.nav-link[data-astro-cid-5hce7sga]{color:var(--off-white);font-weight:700;font-size:17px;text-shadow:var(--text-shadow-header);transition:color .12s cubic-bezier(.455,.03,.515,.955)}.nav-link[data-astro-cid-5hce7sga]:hover,.nav-link[data-astro-cid-5hce7sga].active{color:var(--teal-light)}.donate-btn[data-astro-cid-5hce7sga]{padding:8px 22px;box-shadow:1px 1px 2px var(--shadow-color),2px 2px 7px #0000001a}.donate-btn[data-astro-cid-5hce7sga]:hover{box-shadow:2px 2px 4px var(--shadow-color)}.menu-toggle[data-astro-cid-5hce7sga]{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:10px;cursor:pointer;filter:drop-shadow(1px 1px 1px var(--shadow-color)) drop-shadow(2px 2px 5px var(--shadow-color))}.menu-toggle[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{display:block;width:26px;height:3px;background:var(--teal-light);border-radius:2px}.mobile-menu[data-astro-cid-5hce7sga][hidden]{display:none}.mobile-menu[data-astro-cid-5hce7sga]{position:fixed;top:0;left:0;right:0;height:100dvh;z-index:100;background:#121519fa;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:24px;overflow-y:auto;animation:menu-fade .25s ease-in-out}@keyframes menu-fade{0%{opacity:0}to{opacity:1}}.menu-close[data-astro-cid-5hce7sga]{position:absolute;top:18px;right:18px;background:none;border:0;color:var(--white);padding:10px;cursor:pointer;transition:transform .2s ease}.menu-close[data-astro-cid-5hce7sga]:hover{transform:rotate(90deg)}.mobile-menu-logo[data-astro-cid-5hce7sga] img{width:min(180px,40vw);height:auto;border-radius:50%}.mobile-nav[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;align-items:center;text-align:center}.mobile-nav[data-astro-cid-5hce7sga] .nav-link[data-astro-cid-5hce7sga]{padding:5px 0;font-size:23px;line-height:1.65;color:var(--white);text-shadow:none}.mobile-nav[data-astro-cid-5hce7sga] .nav-link[data-astro-cid-5hce7sga]:hover,.mobile-nav[data-astro-cid-5hce7sga] .nav-link[data-astro-cid-5hce7sga].active{color:var(--teal)}.mobile-donate[data-astro-cid-5hce7sga]{font-size:22px;padding:8px 18px}.mobile-socials[data-astro-cid-5hce7sga]{display:flex;gap:34px;margin-top:8px}.mobile-socials[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--white)}.mobile-socials[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--teal-light)}body.menu-open{overflow:hidden}@media(max-width:1100px){.desktop-nav[data-astro-cid-5hce7sga]{display:none}.menu-toggle[data-astro-cid-5hce7sga]{display:flex}.brand-logo[data-astro-cid-5hce7sga]{width:110px;height:110px}}@media(max-width:690px){.brand-logo[data-astro-cid-5hce7sga]{width:64px;height:64px}.brand[data-astro-cid-5hce7sga]{gap:12px}.header-inner[data-astro-cid-5hce7sga]{padding-block:10px}}.site-footer[data-astro-cid-5hce7sga]{background:var(--navy);color:#ffffffeb;margin-top:0}.footer-main[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:1.6fr 1fr;gap:60px;padding-block:56px 40px}.site-footer[data-astro-cid-5hce7sga] h3[data-astro-cid-5hce7sga]{color:var(--peach);font-size:28px;margin-bottom:18px}.footer-about[data-astro-cid-5hce7sga] h3[data-astro-cid-5hce7sga]+p[data-astro-cid-5hce7sga]{margin-bottom:32px}.social-links[data-astro-cid-5hce7sga]{display:flex;gap:14px;flex-wrap:wrap}.social-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;justify-content:center;width:48px;height:40px;border:1px solid rgba(255,255,255,.5);border-radius:4px;color:var(--white);transition:background .15s ease,border-color .15s ease}.social-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{background:var(--teal);border-color:var(--teal);color:var(--white)}.contact-list[data-astro-cid-5hce7sga]{list-style:none;padding:0;display:flex;flex-direction:column;gap:18px}.contact-list[data-astro-cid-5hce7sga] li[data-astro-cid-5hce7sga]{display:flex;gap:14px;align-items:flex-start}.contact-icon[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.4);border-radius:8px;flex-shrink:0;color:var(--white)}.contact-list[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:#ffffffeb}.contact-list[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--teal)}.footer-bottom[data-astro-cid-5hce7sga]{border-top:1px solid rgba(255,255,255,.18)}.footer-bottom-inner[data-astro-cid-5hce7sga]{display:flex;flex-wrap:wrap;gap:12px 40px;justify-content:space-between;padding-block:22px;font-size:14px}.footer-bottom[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:#ffffffbf}.footer-bottom[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--teal)}@media(max-width:800px){.footer-main[data-astro-cid-5hce7sga]{grid-template-columns:1fr;gap:40px}.footer-bottom-inner[data-astro-cid-5hce7sga]{justify-content:flex-start}}
