:root{--ink:#15313b;--ink-soft:#36535d;--blue-deep:#315f77;--blue:#5f8faa;--blue-light:#c9dde7;--mist:#eaf1f3;--sand:#f2ede5;--cream:#fbfaf7;--white:#fff;--rose:#a86770;--line:#d5e0e3;--shadow-sm:0 .3rem 1rem #15313b14;--shadow-lg:0 1.4rem 3.5rem #15313b24;--radius-sm:.55rem;--radius-md:1.1rem;--radius-lg:2rem;--container:74rem;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif:Georgia, "Times New Roman", serif;color-scheme:light}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}body{color:var(--ink);background:var(--cream);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.65}body,button,input{font-family:var(--font-sans)}img,svg{max-width:100%;display:block}img{height:auto}a{color:var(--blue-deep);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--ink)}button,input{font:inherit}button{color:inherit}h1,h2,h3,h4,p,ul,ol,blockquote{margin-top:0}h1,h2,h3,h4{color:var(--ink);font-family:var(--font-serif);letter-spacing:-.025em;text-wrap:balance;font-weight:500;line-height:1.08}h1{font-size:clamp(2.7rem,7vw,5.6rem)}h2{font-size:clamp(2.05rem,4vw,3.6rem)}h3{font-size:clamp(1.35rem,2.3vw,1.8rem)}p{text-wrap:pretty}:focus-visible{outline-offset:4px;border-radius:.2rem;outline:3px solid #d29139}::selection{color:var(--white);background:var(--blue-deep)}.container{width:min(calc(100% - 2.25rem), var(--container));margin-inline: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}.skip-link{z-index:1000;color:var(--white);background:var(--ink);border-radius:var(--radius-sm);padding:.75rem 1rem;transition:transform .16s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus{color:var(--white);transform:translateY(0)}.eyebrow{color:var(--blue-deep);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.9rem;font-size:.76rem;font-weight:750;line-height:1.3}.section{padding-block:clamp(4.5rem,9vw,8rem)}.section--tight{padding-block:clamp(3.25rem,6vw,5.5rem)}.section--mist{background:var(--mist)}.section--sand{background:var(--sand)}.section--white{background:var(--white)}.section--ink{color:#ffffffd6;background:var(--ink)}.section--ink h2,.section--ink h3,.section--ink .eyebrow{color:var(--white)}.section-heading{max-width:46rem;margin-bottom:clamp(2.25rem,5vw,4rem)}.section-heading h2{margin-bottom:1rem}.section-heading p:not(.eyebrow){max-width:42rem;color:var(--ink-soft);margin-bottom:0;font-size:clamp(1.03rem,1.6vw,1.18rem)}.button-row{flex-wrap:wrap;align-items:center;gap:.85rem 1.25rem;display:flex}.hero-actions{margin-top:1.6rem}.section-actions{margin-top:2rem}.button{min-height:3.2rem;color:var(--white);background:var(--blue-deep);border:1px solid var(--blue-deep);text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.78rem 1.25rem;font-size:.95rem;font-weight:720;line-height:1.15;text-decoration:none;transition:color .16s,background .16s,border-color .16s,transform .16s;display:inline-flex;box-shadow:0 .35rem 1rem #315f772e}.button:hover{color:var(--white);background:var(--ink);border-color:var(--ink);transform:translateY(-2px)}.button--secondary{color:var(--ink);box-shadow:none;background:0 0;border-color:#15313b47}.button--secondary:hover{color:var(--white)}.button--light{color:var(--ink);background:var(--white);border-color:var(--white);box-shadow:var(--shadow-sm)}.button--light:hover{color:var(--white);background:var(--ink);border-color:var(--ink)}.button--small{min-height:2.65rem;padding:.65rem 1rem;font-size:.88rem}.text-link{color:var(--blue-deep);align-items:center;gap:.45rem;font-weight:720;text-decoration:none;display:inline-flex}.text-link:hover{color:var(--ink)}.external-icon{vertical-align:-.15em;margin-left:.22rem;display:inline-flex}.support-bar{z-index:51;color:var(--white);background:var(--blue-deep);font-size:.81rem;line-height:1.35;position:relative}.support-bar__inner{text-align:center;justify-content:center;align-items:center;gap:.8rem;min-height:2.3rem;display:flex}.support-bar a{color:var(--white);white-space:nowrap;align-items:center;gap:.35rem;font-weight:750;display:inline-flex}.site-header{z-index:50;backdrop-filter:blur(14px);background:#fbfaf7f5;border-bottom:1px solid #0000;transition:border-color .16s,box-shadow .16s;position:sticky;top:0}.site-header[data-scrolled]{border-bottom-color:var(--line);box-shadow:0 .35rem 1.5rem #15313b0f}.site-header__inner{justify-content:space-between;align-items:center;min-height:5.1rem;display:flex;position:relative}.brand{width:clamp(10rem,18vw,12.2rem);display:block}.brand img{width:100%}.nav-toggle{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;place-items:center;width:2.9rem;height:2.9rem;padding:0;display:grid}.nav-toggle__open,.nav-toggle__close{grid-area:1/1}.nav-toggle__close,.nav-toggle[aria-expanded=true] .nav-toggle__open{display:none}.nav-toggle[aria-expanded=true] .nav-toggle__close{display:block}.primary-nav{background:var(--white);border:1px solid var(--line);border-radius:0 0 var(--radius-md) var(--radius-md);box-shadow:var(--shadow-lg);padding:1.25rem;display:none;position:absolute;top:calc(100% + .15rem);left:0;right:0}.primary-nav[data-open]{display:block}.primary-nav ul{margin:0 0 1rem;padding:0;list-style:none;display:grid}.primary-nav li+li{border-top:1px solid var(--line)}.primary-nav ul a{color:var(--ink);padding:.85rem .25rem;font-size:.95rem;font-weight:680;text-decoration:none;display:block}.primary-nav ul a[aria-current=page],.primary-nav ul a:hover{color:var(--blue-deep)}.primary-nav .button{width:100%}.home-hero{background:linear-gradient(135deg, var(--cream) 0%, #f8f6f1 52%, var(--mist) 100%);position:relative;overflow:hidden}.home-hero:before{background:var(--blue-light);content:"";filter:blur(2px);opacity:.35;border-radius:50%;width:30rem;height:30rem;position:absolute;top:-12rem;right:-14rem}.home-hero__inner{align-items:center;gap:3rem;min-height:min(48rem,100vh - 7.5rem);padding-block:clamp(4rem,9vw,7.5rem);display:grid;position:relative}.home-hero__content{max-width:46rem}.home-hero h1{max-width:12ch;margin-bottom:1.25rem}.home-hero__lead{max-width:39rem;color:var(--ink-soft);margin-bottom:1.7rem;font-size:clamp(1.08rem,2vw,1.28rem)}.trust-list{color:var(--ink-soft);flex-wrap:wrap;gap:.5rem 1.3rem;margin:1.65rem 0 0;padding:0;font-size:.86rem;font-weight:680;list-style:none;display:flex}.trust-list li{padding-left:1.05rem;position:relative}.trust-list li:before{background:var(--blue);content:"";border-radius:50%;width:.38rem;height:.38rem;position:absolute;top:.56rem;left:0}.home-hero__media{min-height:24rem;position:relative}.home-hero__coast{object-fit:cover;width:86%;height:82%;box-shadow:var(--shadow-lg);border-radius:45% 45% 1.5rem 1.5rem;position:absolute;inset:4% 0 14% 14%}.home-hero__portrait{aspect-ratio:1;object-fit:cover;border:.55rem solid var(--cream);width:52%;box-shadow:var(--shadow-lg);border-radius:50%;position:absolute;bottom:0;right:48%}.home-hero__note{max-width:13.5rem;color:var(--ink);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);font-family:var(--font-serif);background:#fffffff0;padding:1rem 1.15rem;font-size:1.05rem;line-height:1.3;position:absolute;bottom:3%;right:0}.home-hero__note span{color:var(--blue-deep);font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;margin-top:.35rem;font-size:.7rem;font-weight:750;display:block}.path-grid,.service-grid,.tier-grid,.gift-grid,.impact-grid,.team-grid,.resource-grid,.contact-grid{gap:1.15rem;display:grid}.path-card{min-height:17rem;color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:clamp(1.5rem,4vw,2.4rem);position:relative;overflow:hidden}.path-card:after{background:var(--mist);content:"";border-radius:50%;width:7rem;height:7rem;position:absolute;bottom:-2rem;right:-2rem}.path-card__number{width:2.3rem;height:2.3rem;color:var(--white);background:var(--blue-deep);font-family:var(--font-serif);border-radius:50%;place-items:center;margin-bottom:2.5rem;font-size:1.05rem;display:grid}.path-card h3{margin-bottom:.7rem}.path-card p{color:var(--ink-soft)}.path-card .text-link{z-index:1;position:relative}.split{align-items:center;gap:clamp(2rem,6vw,5.5rem);display:grid}.split--reverse .split__media{order:2}.split__content>:last-child{margin-bottom:0}.split__content h2{margin-bottom:1.15rem}.split__content p:not(.eyebrow){color:var(--ink-soft)}.media-frame{position:relative}.media-frame:before{background:var(--blue-light);border-radius:var(--radius-lg);content:"";opacity:.65;position:absolute;inset:8% -4% -5% 7%}.media-frame img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);position:relative}.service-card,.tier-card,.contact-card,.resource-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:clamp(1.45rem,3.5vw,2.15rem)}.service-card{flex-direction:column;min-height:22rem;display:flex}.service-card__icon{width:3rem;height:3rem;color:var(--blue-deep);background:var(--mist);border-radius:50%;place-items:center;margin-bottom:2rem;display:grid}.service-card h3{margin-bottom:.8rem}.service-card p{color:var(--ink-soft)}.service-card p:last-child{color:var(--ink);margin-top:auto;margin-bottom:0;padding-top:1rem;font-size:.9rem;font-weight:650}.quote-card{background:var(--white);border-left:.35rem solid var(--blue);border-radius:var(--radius-md);max-width:60rem;box-shadow:var(--shadow-sm);margin:0 auto;padding:clamp(2rem,6vw,4.2rem)}.quote-card blockquote{font-family:var(--font-serif);margin-bottom:1.3rem;font-size:clamp(1.45rem,3.2vw,2.35rem);line-height:1.3}.quote-card cite{color:var(--blue-deep);font-style:normal;font-weight:720}.quote-stack{gap:1.25rem;display:grid}.page-hero{background:linear-gradient(135deg, var(--sand), var(--mist));position:relative;overflow:hidden}.page-hero:after{background:var(--blue-light);content:"";opacity:.5;border-radius:50%;width:23rem;height:23rem;position:absolute;bottom:-14rem;right:-8rem}.page-hero__inner{z-index:1;align-items:center;gap:3rem;min-height:26rem;padding-block:clamp(4rem,8vw,7rem);display:grid;position:relative}.page-hero--compact .page-hero__inner{min-height:21rem}.page-hero__content{max-width:52rem}.page-hero h1{margin-bottom:1rem;font-size:clamp(2.8rem,6vw,5rem)}.page-hero__intro{max-width:45rem;color:var(--ink-soft);margin-bottom:0;font-size:clamp(1.08rem,2vw,1.28rem)}.page-hero__media img{aspect-ratio:4/3;object-fit:cover;border-radius:50% 50% var(--radius-md) var(--radius-md);width:100%;box-shadow:var(--shadow-lg)}.breadcrumbs{background:var(--white);border-bottom:1px solid var(--line);padding-block:1rem}.breadcrumbs ol{color:var(--ink-soft);gap:.45rem;margin:0;padding:0;font-size:.84rem;list-style:none;display:flex}.breadcrumbs li+li:before{content:"/";margin-right:.45rem}.breadcrumbs a{color:inherit}.prose{max-width:45rem}.prose--wide{max-width:57rem}.prose h2,.prose h3{margin-top:2.5rem;margin-bottom:.9rem}.prose p,.prose li{color:var(--ink-soft)}.prose li+li{margin-top:.55rem}.prose .lead{color:var(--ink);font-family:var(--font-serif);font-size:clamp(1.35rem,2.8vw,1.85rem);line-height:1.42}.page-nav{flex-wrap:wrap;gap:.55rem;margin:0 0 2.5rem;padding:0;list-style:none;display:flex}.page-nav a{color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:999px;padding:.55rem .85rem;font-size:.86rem;font-weight:680;text-decoration:none;display:block}.page-nav a:hover,.page-nav a[aria-current=page]{color:var(--white);background:var(--blue-deep);border-color:var(--blue-deep)}.mission-grid{gap:1.2rem;display:grid}.mission-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);min-height:18rem;padding:clamp(1.7rem,5vw,3rem)}.mission-card h2{color:var(--blue-deep);font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.8rem;font-weight:760}.mission-card p{font-family:var(--font-serif);margin-bottom:0;font-size:clamp(1.4rem,3vw,2rem);line-height:1.35}.story-blocks{gap:0;display:grid}.story-block{border-bottom:1px solid var(--line);gap:1.6rem;padding-block:clamp(2.5rem,6vw,4.5rem);display:grid}.story-block__number{color:var(--blue);font-family:var(--font-serif);font-size:2.2rem}.story-block h2{margin-bottom:.8rem;font-size:clamp(1.65rem,3vw,2.4rem)}.story-block p{max-width:46rem;color:var(--ink-soft);margin-bottom:0}.team-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr))}.team-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.team-card__image{aspect-ratio:4/5;object-fit:cover;background:var(--mist);width:100%}.team-card__body{padding:1.45rem}.team-card h2{margin-bottom:.35rem;font-size:1.55rem}.team-card__role{color:var(--blue-deep);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:760;line-height:1.45}.team-card p:not(.team-card__role){color:var(--ink-soft);font-size:.94rem}.team-card p:last-child{margin-bottom:0}.impact-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr))}.impact-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.75rem}.impact-card h3{margin-bottom:.7rem}.impact-card p{color:var(--ink-soft);margin-bottom:0}.notice{max-width:58rem;color:var(--ink);background:var(--mist);border-left:.3rem solid var(--blue-deep);border-radius:0 var(--radius-sm) var(--radius-sm) 0;gap:.3rem;padding:1.25rem 1.35rem;display:grid}.notice strong{letter-spacing:.04em;text-transform:uppercase;font-size:.88rem}.notice p{color:var(--ink-soft);margin:0;font-size:.93rem}.notice--before{margin-bottom:2.25rem}.notice--after{margin-top:2rem}.resource-tools{gap:1rem;margin-bottom:2rem;display:grid}.search-field{max-width:32rem;position:relative}.search-field svg{color:var(--blue-deep);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-field input{width:100%;min-height:3.25rem;color:var(--ink);background:var(--white);border:1px solid #9bb2bd;border-radius:999px;padding:.75rem 1rem .75rem 3rem}.filter-list{flex-wrap:wrap;gap:.55rem;display:flex}.filter-button{min-height:2.55rem;color:var(--ink);background:var(--white);border:1px solid var(--line);cursor:pointer;border-radius:999px;padding:.55rem .9rem;font-size:.83rem;font-weight:680}.filter-button:hover,.filter-button[aria-pressed=true]{color:var(--white);background:var(--blue-deep);border-color:var(--blue-deep)}.resource-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr))}.resource-card{flex-direction:column;min-height:16rem;display:flex}.resource-card[hidden]{display:none}.resource-card__category{color:var(--blue-deep);letter-spacing:.11em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.72rem;font-weight:760}.resource-card h2{margin-bottom:.7rem;font-size:1.45rem}.resource-card p{color:var(--ink-soft);font-size:.92rem}.resource-card__location{font-weight:680}.resource-card .text-link{margin-top:auto;padding-top:.6rem}.resource-empty{color:var(--ink-soft);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:2rem;display:none}.resource-empty[data-visible]{display:block}.support-list{gap:1rem;padding:0;list-style:none;display:grid}.support-list li{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);padding:1.2rem 1.2rem 1.2rem 3.3rem;position:relative}.support-list li:before{width:1.55rem;height:1.55rem;color:var(--white);background:var(--blue-deep);content:"✓";border-radius:50%;place-items:center;font-size:.75rem;font-weight:800;display:grid;position:absolute;top:1.25rem;left:1.1rem}.support-list strong{margin-bottom:.25rem;display:block}.support-list span{color:var(--ink-soft)}.gift-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}.gift-item{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.35rem}.gift-item h3{font-family:var(--font-sans);letter-spacing:0;margin-bottom:.5rem;font-size:1rem;font-weight:740}.gift-item p{color:var(--ink-soft);margin-bottom:0;font-size:.9rem}.tier-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}.tier-card__amount{color:var(--blue-deep);font-family:var(--font-serif);margin-bottom:1rem;font-size:2.5rem;line-height:1}.tier-card p:last-child{color:var(--ink-soft);margin-bottom:0}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr))}.contact-card{min-height:13rem}.contact-card svg{color:var(--blue-deep);margin-bottom:1.4rem}.contact-card h2{margin-bottom:.65rem;font-size:1.45rem}.contact-card p{color:var(--ink-soft)}.contact-card a{font-weight:700}.contact-card__note{margin-top:1rem;font-size:.86rem}.cta-band{padding-block:clamp(3.5rem,7vw,6rem)}.cta-band--blue{color:#ffffffdb;background:var(--blue-deep)}.cta-band--sand{color:var(--ink-soft);background:var(--sand)}.cta-band__inner{align-items:end;gap:2rem;display:grid}.cta-band h2{max-width:18ch;margin-bottom:.8rem}.cta-band p:not(.eyebrow){max-width:42rem;margin-bottom:0}.cta-band--blue h2,.cta-band--blue .eyebrow,.cta-band--blue .text-link{color:var(--white)}.site-footer{color:#ffffffbd;background:#102a34;padding-top:clamp(3.5rem,8vw,6rem)}.site-footer__grid{gap:2.5rem;padding-bottom:clamp(3rem,7vw,5rem);display:grid}.site-footer__brand img{background:var(--cream);border-radius:var(--radius-sm);width:12.5rem;margin-bottom:1.25rem;padding:.55rem}.site-footer__brand p{max-width:31rem}.site-footer .nonprofit-note{color:var(--white);font-size:.83rem;font-weight:700}.site-footer h2{color:var(--white);font-family:var(--font-sans);letter-spacing:.13em;text-transform:uppercase;margin-bottom:1.1rem;font-size:.78rem;font-weight:750}.footer-links,.footer-contact{margin:0;padding:0;list-style:none}.footer-links li+li,.footer-contact li+li{margin-top:.65rem}.footer-contact li{align-items:flex-start;gap:.65rem;display:flex}.footer-contact svg{flex:none;margin-top:.2rem}.site-footer a{color:#ffffffd4}.site-footer a:hover{color:var(--white)}.social-links{gap:1rem;margin-top:1.25rem;font-size:.88rem;font-weight:700;display:flex}.site-footer__bottom{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.35rem;font-size:.78rem;display:flex}.site-footer__bottom p{margin:0}.site-footer__bottom div{gap:1rem;display:flex}@media (width>=42rem){.path-grid,.service-grid,.tier-grid,.contact-grid,.mission-grid{grid-template-columns:repeat(2,1fr)}.story-block{grid-template-columns:4rem 1fr}.site-footer__grid{grid-template-columns:1.7fr .8fr 1fr}}@media (width>=56rem){.home-hero__inner,.page-hero--with-image .page-hero__inner,.split{grid-template-columns:minmax(0,1.05fr) minmax(19rem,.95fr)}.home-hero__content{padding-right:1rem}.path-grid,.service-grid{grid-template-columns:repeat(3,1fr)}.split--reverse{grid-template-columns:minmax(19rem,.95fr) minmax(0,1.05fr)}.split--reverse .split__media{order:initial}.cta-band__inner{grid-template-columns:minmax(0,1fr) auto}}@media (width>=64rem){.nav-toggle{display:none}.primary-nav{box-shadow:none;background:0 0;border:0;border-radius:0;align-items:center;gap:1.35rem;padding:0;display:flex;position:static}.primary-nav ul{align-items:center;gap:1.2rem;margin:0;display:flex}.primary-nav li+li{border:0}.primary-nav ul a{padding:1.75rem 0;font-size:.88rem;position:relative}.primary-nav ul a:after{background:var(--blue-deep);content:"";height:2px;transition:transform .16s;position:absolute;bottom:1.2rem;left:0;right:0;transform:scaleX(0)}.primary-nav ul a:hover:after,.primary-nav ul a[aria-current=page]:after{transform:scaleX(1)}.primary-nav .button{width:auto}.tier-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=41.99rem){.support-bar__inner span{display:none}.site-footer__bottom{flex-direction:column;align-items:flex-start}.home-hero__media{min-height:20rem}.home-hero__note{max-width:11.5rem;font-size:.92rem}.button-row .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
