:root{--cream:#faf6ee;--cream-warm:#f3ecdd;--cream-soft:#f6f0e2;--sage:#8fa48e;--sage-deep:#6e8470;--sage-soft:#c5d2c1;--sage-pale:#e3eadf;--navy:#1a2744;--navy-light:#243056;--navy-muted:#2e3d6b;--honey:#d4ba85;--charcoal:#3d3d34;--rose-soft:#cdd4e6;--rose:#2e3d6b;--rose-deep:#1a2744;--charcoal-soft:#5c5c52;--mute:#6b6b60}*{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;scroll-behavior:smooth}body{background:var(--cream);color:var(--charcoal);font-family:Nunito,sans-serif;font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}.blob{filter:blur(60px);opacity:.55;pointer-events:none;position:absolute;z-index:0}nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.8rem 1.75rem;position:relative;z-index:20}.nav-logo{color:var(--charcoal);flex-shrink:0;font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:500;letter-spacing:-.01em;white-space:nowrap}.nav-logo em{color:var(--sage-deep);font-style:italic;font-weight:400}.nav-links{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:.9rem;justify-content:flex-end;list-style:none;margin:0;padding:0;row-gap:.5rem}.nav-links a{color:var(--charcoal-soft);font-size:.9rem;font-weight:500;transition:color .4s ease}.nav-links a:hover{color:var(--sage-deep)}.nav-cta{background:var(--sage);border-radius:999px;color:var(--cream);font-size:.92rem;font-weight:600;padding:.6rem 1.05rem;transition:all .4s ease}.nav-cta:hover{background:var(--sage-deep);box-shadow:0 8px 24px rgba(110,132,112,.25);transform:translateY(-1px)}@media (max-width:1279px){nav{padding:1.2rem 1.25rem}.nav-links{gap:1.2rem}.nav-links li:not(:last-child){display:none}}.hero{margin:0 auto;max-width:1100px;overflow:hidden;padding:5rem 2.5rem 7rem;position:relative;text-align:center}.hero .blob-1{background:radial-gradient(circle,var(--sage-soft),transparent 70%);height:700px;left:-200px;top:-200px;width:700px}.hero .blob-2{background:radial-gradient(circle,var(--navy-muted),transparent 70%);height:500px;right:-150px;top:-50px;width:500px}.hero-eyebrow{animation:gentle-rise 1.2s ease-out .2s forwards;color:var(--sage-deep);font-size:1.75rem;font-style:italic;letter-spacing:.02em;margin-bottom:1.5rem}.hero h1,.hero-eyebrow{font-family:Cormorant Garamond,serif;opacity:0;position:relative;z-index:5}.hero h1{animation:gentle-rise 1.2s ease-out .4s forwards;color:var(--charcoal);font-size:clamp(3rem,7.5vw,6rem);font-weight:400;letter-spacing:-.015em;line-height:1.05;margin-bottom:2rem}.hero h1 em{color:var(--sage-deep);font-style:italic;font-weight:300}.hero-lead{animation:gentle-rise 1.2s ease-out .6s forwards;color:var(--charcoal-soft);font-size:1.15rem;line-height:1.7;margin:0 auto 3rem;max-width:540px}.hero-buttons,.hero-lead{opacity:0;position:relative;z-index:5}.hero-buttons{animation:gentle-rise 1.2s ease-out .8s forwards;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.button-primary{background:var(--charcoal);border:none;border-radius:999px;color:var(--cream);cursor:pointer;font-family:inherit;font-size:.98rem;font-weight:600;padding:1.1rem 2.2rem;transition:all .4s ease}.button-primary:hover{background:var(--sage-deep);box-shadow:0 10px 30px rgba(61,61,52,.2);transform:translateY(-2px)}.button-secondary{background:transparent;border:1.5px solid var(--sage-soft);border-radius:999px;color:var(--charcoal);cursor:pointer;font-family:inherit;font-size:.98rem;font-weight:600;padding:1.1rem 2.2rem;transition:all .4s ease}.button-secondary:hover{background:var(--sage-pale);border-color:var(--sage)}@keyframes gentle-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wave-divider{display:block;height:80px;width:100%}.who{background:var(--sage-pale);overflow:hidden;padding:6rem 2.5rem;position:relative}.who .blob-1{background:radial-gradient(circle,var(--sage-soft),transparent 70%);bottom:-200px;height:600px;opacity:.7;right:-150px;width:600px}.who-inner{margin:0 auto;max-width:880px;position:relative;text-align:center;z-index:5}.section-eyebrow{color:var(--sage-deep);font-size:1.75rem;font-style:italic;letter-spacing:.02em;margin-bottom:1rem}.section-eyebrow,.who h2{font-family:Cormorant Garamond,serif}.who h2{color:var(--charcoal);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:400;letter-spacing:-.015em;line-height:1.15;margin-bottom:2rem}.who h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.who-body{color:var(--charcoal-soft);font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:640px}.who-stats{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;margin-top:4rem;max-width:720px}.stat{background:var(--cream);border-radius:24px;padding:2rem 1.5rem;text-align:center;transition:transform .5s ease,box-shadow .5s ease}.stat:hover{box-shadow:0 14px 40px rgba(110,132,112,.12);transform:translateY(-4px)}.stat-num{color:var(--sage-deep);font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:500;line-height:1;margin-bottom:.4rem}.stat-label{color:var(--mute);font-size:.85rem;font-weight:500}@media (max-width:720px){.who{padding:4rem 1.25rem}.who-stats{gap:1rem;grid-template-columns:1fr}}.quote{overflow:hidden;padding:7rem 2.5rem;position:relative;text-align:center}.quote .blob-1{background:radial-gradient(circle,var(--navy-muted),transparent 70%);height:500px;left:5%;opacity:.4;top:20%;width:500px}.quote .blob-2{background:radial-gradient(circle,var(--sage-soft),transparent 70%);bottom:10%;height:450px;opacity:.4;right:5%;width:450px}.quote-inner{margin:0 auto;max-width:880px;position:relative;z-index:5}.quote-mark{color:var(--sage);font-size:6rem;font-style:italic;line-height:.6;margin-bottom:1.5rem;opacity:.6}.quote blockquote,.quote-mark{font-family:Cormorant Garamond,serif}.quote blockquote{color:var(--charcoal);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;letter-spacing:-.01em;line-height:1.3}.quote blockquote em{color:var(--navy-light);font-style:italic;font-weight:300}.quote cite{color:var(--mute);display:block;font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;margin-top:2rem}.services{background:var(--cream-soft);overflow:hidden;padding:6rem 2.5rem;position:relative}.services-inner{margin:0 auto;max-width:1100px}.services-header{margin-bottom:4rem;text-align:center}.services-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:400;letter-spacing:-.015em;line-height:1.1}.services-header h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.service-cards{display:grid;gap:1.8rem;grid-template-columns:repeat(3,1fr)}.service-card{background:var(--cream);border-radius:28px;overflow:hidden;padding:2.4rem;position:relative;transition:transform .5s ease,box-shadow .5s ease}.service-card:hover{box-shadow:0 20px 50px rgba(61,61,52,.08);transform:translateY(-6px)}.service-icon{align-items:center;background:var(--sage-pale);border-radius:16px;display:flex;height:56px;justify-content:center;margin-bottom:1.5rem;transition:transform .5s ease;width:56px}.service-card:nth-child(2) .service-icon{background:var(--navy-muted)}.service-card:nth-child(3) .service-icon{background:#f0e3c4}.service-card:hover .service-icon{transform:rotate(-6deg) scale(1.05)}.service-icon svg{fill:none;height:26px;stroke:var(--sage-deep);stroke-width:1.6;width:26px}.service-card:nth-child(2) .service-icon svg{stroke:var(--navy-light)}.service-card:nth-child(3) .service-icon svg{stroke:#a08442}.service-card h3{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:500;letter-spacing:-.01em;line-height:1.15;margin-bottom:.8rem}.service-card p{color:var(--charcoal-soft);font-size:.97rem;line-height:1.7}.approaches{margin-top:4rem;text-align:center}.approaches-label{color:var(--sage-deep);font-family:Cormorant Garamond,serif;font-size:1.75rem;font-style:italic;margin-bottom:1.5rem}.approaches-list{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center}.approach-pill{background:var(--cream);border-radius:999px;color:var(--charcoal-soft);cursor:default;font-size:.92rem;font-weight:500;padding:.7rem 1.3rem;transition:all .4s}.approach-pill:hover{background:var(--sage);color:var(--cream);transform:translateY(-2px)}@media (max-width:900px){.service-cards{grid-template-columns:1fr}}@media (max-width:720px){.services{padding:4rem 1.25rem}}.counselors{overflow:hidden;padding:6rem 2.5rem;position:relative}.counselors .blob-1{background:radial-gradient(circle,var(--sage-soft),transparent 70%);height:600px;left:-200px;opacity:.4;top:30%;width:600px}.counselors-inner{margin:0 auto;max-width:1100px;position:relative;z-index:5}.counselors-header{margin-bottom:4rem;text-align:center}.counselors-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:400;letter-spacing:-.015em}.counselors-header h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.counselors-grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.counselor{text-align:center}.counselor-photo{background:linear-gradient(135deg,var(--sage-soft),var(--sage));border-radius:50%;height:180px;margin:0 auto 1.4rem;overflow:hidden;position:relative;transition:transform .6s ease,box-shadow .6s ease;width:180px}.counselor-photo img{display:block;height:100%;object-fit:cover;width:100%}a.counselor-card{color:inherit;display:block;text-decoration:none}a.counselor-card .counselor-photo{cursor:pointer}a.counselor-card:hover .counselor-photo{box-shadow:0 16px 40px rgba(61,61,52,.12);transform:translateY(-4px) scale(1.02)}.counselor-bio{margin:0 auto;max-width:1100px;padding:4rem 2.5rem 5rem}.counselor-bio-grid{align-items:start;display:grid;gap:3.5rem;grid-template-columns:280px 1fr}.counselor-bio-photo{position:sticky;text-align:center;top:2rem}.counselor-bio-photo img{height:auto;object-fit:cover}.counselor-bio-photo img,.counselor-bio-photo-fallback{aspect-ratio:1;border-radius:24px;max-width:280px;width:100%}.counselor-bio-photo-fallback{background:linear-gradient(135deg,var(--sage-soft),var(--sage));margin:0 auto}.counselor-bio-content h2{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;letter-spacing:-.01em;line-height:1.2;margin-bottom:.6rem;margin-top:2.2rem}.counselor-bio-content h2:first-child{margin-top:0}.counselor-bio-content h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.counselor-bio-content hr{border:none;border-top:1px solid var(--sage-soft);margin-bottom:1.4rem;opacity:.6}.counselor-bio-text{color:var(--charcoal-soft);font-size:1.04rem;line-height:1.8}.counselor-bio-text p{margin-bottom:1.2rem}.counselor-bio-meta{color:var(--charcoal-soft);font-size:1rem;line-height:1.7}.counselor-bio-back{border-bottom:1.5px solid var(--sage-soft);color:var(--sage-deep);display:inline-block;font-weight:600;margin-top:3rem;padding-bottom:2px;transition:border-color .3s}.counselor-bio-back:hover{border-color:var(--sage-deep)}@media (max-width:820px){.counselor-bio{padding:2.5rem 1.25rem 3rem}.counselor-bio-grid{gap:2rem;grid-template-columns:1fr}.counselor-bio-photo{position:static}.counselor-bio-photo img,.counselor-bio-photo-fallback{max-width:220px}}.counselor-filters{align-items:center;background:var(--cream);border-radius:24px;box-shadow:0 6px 20px rgba(110,132,112,.06);display:flex;flex-wrap:wrap;gap:1.5rem;margin:0 auto 2.5rem;max-width:1100px;padding:1.4rem 1.8rem}.filter-pills{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:.5rem}.filter-pill{background:transparent;border:1.5px solid var(--sage-soft);border-radius:999px;color:var(--charcoal-soft);cursor:pointer;font-family:inherit;font-size:.88rem;font-weight:500;padding:.5rem 1.1rem;transition:all .3s ease;white-space:nowrap}.filter-pill:hover{border-color:var(--sage);color:var(--sage-deep)}.filter-pill.active{background:var(--sage);border-color:var(--sage);color:var(--cream)}.filter-search-wrap{flex:0 0 240px;position:relative}.filter-search-icon{fill:none;height:16px;left:.85rem;pointer-events:none;position:absolute;stroke:var(--mute);stroke-width:1.8;top:50%;transform:translateY(-50%);width:16px}.filter-search{background:var(--cream-soft);border:1.5px solid var(--sage-soft);border-radius:999px;color:var(--charcoal);font-family:inherit;font-size:.92rem;padding:.6rem 1rem .6rem 2.4rem;transition:border-color .3s,background .3s;width:100%}.filter-search:focus{background:var(--cream);border-color:var(--sage);outline:none}.filter-count{color:var(--mute);flex:0 0 auto;font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic}.filter-count strong{color:var(--sage-deep);font-style:normal;font-weight:500}.counselor-locs{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center;margin-top:.6rem;min-height:1.6rem}.counselor-loc{background:var(--sage-pale);border-radius:999px;color:var(--sage-deep);font-size:.7rem;font-weight:600;letter-spacing:.02em;padding:.2rem .65rem;white-space:nowrap}.counselor-no-results{color:var(--mute);padding:4rem 2rem;text-align:center}.counselor-no-results h3{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:400;margin-bottom:.5rem}@media (max-width:820px){.counselor-filters{align-items:stretch;flex-direction:column;padding:1.2rem}.filter-search-wrap{flex:1 1 auto}.filter-count{text-align:center}}.counselor:nth-child(2) .counselor-photo{background:linear-gradient(135deg,var(--navy-muted),var(--navy))}.counselor:nth-child(3) .counselor-photo{background:linear-gradient(135deg,#f0e3c4,var(--honey))}.counselor:nth-child(4) .counselor-photo{background:linear-gradient(135deg,var(--sage-pale),var(--sage-deep))}.counselor:hover .counselor-photo{box-shadow:0 16px 40px rgba(61,61,52,.12);transform:translateY(-4px) scale(1.02)}.counselor h3{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500;margin-bottom:.3rem}.counselor p{color:var(--mute);font-size:.88rem}.counselors-footer{margin-top:4rem;text-align:center}.counselors-footer a{border-bottom:1.5px solid var(--sage-soft);color:var(--sage-deep);font-size:1rem;font-weight:600;padding-bottom:3px;transition:all .4s}.counselors-footer a:hover{border-color:var(--sage-deep)}@media (max-width:900px){.counselors-grid{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.counselors{padding:4rem 1.25rem}.counselor-photo{height:140px;width:140px}}.insurance{background:var(--sage-pale);overflow:hidden;padding:6rem 0;position:relative}.insurance-header{margin:0 auto 3.5rem;max-width:700px;padding:0 2.5rem;text-align:center}.insurance-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:400;letter-spacing:-.015em}.insurance-header h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.marquee{mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);overflow:hidden;position:relative}.marquee-track{animation:marquee-slide 60s linear infinite;display:flex;gap:1rem;width:max-content}.marquee-track:hover{animation-play-state:paused}@keyframes marquee-slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.insurance-pill{background:var(--cream);border-radius:999px;box-shadow:0 2px 8px rgba(110,132,112,.08);color:var(--charcoal);flex-shrink:0;font-size:.92rem;font-weight:500;padding:1rem 1.6rem;white-space:nowrap}.insurance-cta{margin-top:3rem;padding:0 2.5rem;text-align:center}.insurance-cta .button-primary{background:var(--sage-deep)}.insurance-cta .button-primary:hover{background:var(--charcoal)}@media (max-width:720px){.insurance{padding:4rem 0}}.crisis{background:linear-gradient(135deg,var(--navy-muted),var(--navy));overflow:hidden;padding:6rem 2.5rem;position:relative;text-align:center}.crisis .blob-1{background:radial-gradient(circle,hsla(0,0%,100%,.3),transparent 70%);height:500px;opacity:1;right:-150px;top:-150px;width:500px}.crisis-inner{margin:0 auto;max-width:720px;position:relative;z-index:5}.crisis-eyebrow{color:var(--sage-pale);font-size:1.75rem;font-style:italic;margin-bottom:1rem;opacity:.85}.crisis h2,.crisis-eyebrow{font-family:Cormorant Garamond,serif}.crisis h2{color:var(--cream);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:400;letter-spacing:-.015em;line-height:1.15;margin-bottom:2rem}.crisis h2 em{color:var(--honey);font-style:italic;font-weight:400}.crisis-number{color:var(--cream);font-family:Cormorant Garamond,serif;font-size:clamp(3rem,8vw,5rem);font-weight:500;letter-spacing:-.02em;line-height:1;margin:1rem 0 .5rem}.crisis p:not(.crisis-info):not(.crisis-eyebrow){color:var(--sage-pale);font-size:1.05rem;opacity:.85}.crisis-button{background:var(--cream);border:none;border-radius:999px;color:var(--navy);cursor:pointer;display:inline-block;font-family:inherit;font-size:1rem;font-weight:600;margin-top:2rem;padding:1.2rem 2.5rem;transition:all .4s ease}.crisis-button:hover{background:var(--honey);box-shadow:0 10px 30px rgba(0,0,0,.25);color:var(--navy);transform:translateY(-2px)}.crisis-info{color:var(--cream);font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;margin-top:1.5rem;opacity:.75}@media (max-width:720px){.crisis{padding:4rem 1.25rem}}.locations{overflow:hidden;padding:6rem 2.5rem;position:relative}.locations-inner{margin:0 auto;max-width:1000px}.locations-header{margin-bottom:4rem;text-align:center}.locations-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:400;letter-spacing:-.015em}.locations-header h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.locations-grid{display:grid;gap:1.8rem;grid-template-columns:repeat(2,1fr)}.location-card{background:var(--cream-soft);border-radius:32px;padding:2.8rem;text-align:center;transition:transform .5s ease,box-shadow .5s ease}.location-card:hover{box-shadow:0 16px 40px rgba(61,61,52,.06);transform:translateY(-4px)}.location-icon{align-items:center;background:var(--sage-pale);border-radius:14px;display:flex;height:48px;justify-content:center;margin:0 auto 1.5rem;width:48px}.location-card:nth-child(2) .location-icon{background:var(--navy-muted)}.location-icon svg{fill:none;height:22px;stroke:var(--sage-deep);stroke-width:1.6;width:22px}.location-card:nth-child(2) .location-icon svg{stroke:var(--navy-light)}.location-card h3{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:500;margin-bottom:1rem}.location-card p{color:var(--charcoal-soft);font-size:.97rem;line-height:1.75;margin-bottom:.8rem}.location-card p strong{color:var(--charcoal);font-weight:600}@media (max-width:720px){.locations{padding:4rem 1.25rem}.locations-grid{grid-template-columns:1fr}}.final-cta{background:var(--charcoal);color:var(--cream);overflow:hidden;padding:7rem 2.5rem;position:relative;text-align:center}.final-cta .blob-1{background:radial-gradient(circle,rgba(143,164,142,.4),transparent 70%);height:600px;left:-150px;opacity:1;top:-200px;width:600px}.final-cta .blob-2{background:radial-gradient(circle,rgba(212,186,133,.28),transparent 70%);bottom:-150px;height:500px;opacity:1;right:-100px;width:500px}.final-cta-inner{margin:0 auto;max-width:760px;position:relative;z-index:5}.final-cta-eyebrow{color:var(--sage-soft);font-size:1.75rem;font-style:italic;margin-bottom:1.2rem}.final-cta h2,.final-cta-eyebrow{font-family:Cormorant Garamond,serif}.final-cta h2{font-size:clamp(2.6rem,6vw,4.5rem);font-weight:400;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.final-cta h2 em{color:var(--sage-soft);font-style:italic;font-weight:300}.final-cta-lead{color:rgba(250,246,238,.75);font-size:1.15rem;line-height:1.7;margin:0 auto 2.5rem;max-width:480px}.final-cta .button-primary{background:var(--sage);color:var(--cream);font-size:1.02rem;padding:1.3rem 2.8rem}.final-cta .button-primary:hover{background:var(--cream);color:var(--charcoal)}.final-cta-tel{color:rgba(250,246,238,.7);font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;margin-top:2.5rem}.final-cta-tel a{border-bottom:1.5px solid;color:var(--sage-soft);padding-bottom:2px}@media (max-width:720px){.final-cta{padding:4.5rem 1.25rem}}footer{background:var(--cream);color:var(--mute);font-size:.85rem;padding:2.5rem;text-align:center}footer a{border-bottom:1px solid transparent;color:var(--sage-deep);transition:border-color .3s}footer a:hover{border-color:var(--sage)}footer .sep{margin:0 .6rem;opacity:.4}.page-hero{margin:0 auto;max-width:1100px;overflow:hidden;padding:4rem 2.5rem 5rem;position:relative;text-align:center}.page-hero .blob-1{background:radial-gradient(circle,var(--sage-soft),transparent 70%);height:600px;left:-150px;top:-150px;width:600px}.page-hero .blob-2{background:radial-gradient(circle,var(--navy-muted),transparent 70%);height:400px;right:-100px;top:50px;width:400px}.page-hero h1{animation:gentle-rise 1.1s ease-out .2s forwards;color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,6vw,4.8rem);font-weight:400;letter-spacing:-.015em;line-height:1.05;margin-bottom:1.5rem;opacity:0;position:relative;z-index:5}.page-hero h1 em{color:var(--sage-deep);font-style:italic;font-weight:300}.page-hero-lead{animation:gentle-rise 1.1s ease-out .4s forwards;color:var(--charcoal-soft);font-size:1.15rem;line-height:1.7;margin:0 auto;max-width:640px;opacity:0;position:relative;z-index:5}@media (max-width:720px){.page-hero{padding:2.5rem 1.25rem 3rem}}.prose{color:var(--charcoal-soft);font-size:1.07rem;line-height:1.8;margin:0 auto;max-width:760px;padding:4rem 2.5rem;position:relative;z-index:5}.prose h2{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.8vw,2.6rem);font-weight:400;letter-spacing:-.015em;line-height:1.2;margin-bottom:1.2rem;margin-top:3rem}.prose h2:first-child{margin-top:0}.prose h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.prose h3{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(1.3rem,2.6vw,1.6rem);font-weight:500;line-height:1.25;margin-bottom:.8rem;margin-top:2rem}.prose ol,.prose p,.prose ul{margin-bottom:1.4rem}.prose ol,.prose ul{padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose a{border-bottom:1.5px solid var(--sage-soft);color:var(--sage-deep);padding-bottom:1px;transition:border-color .3s}.prose a:hover{border-color:var(--sage-deep)}.prose strong{color:var(--charcoal);font-weight:600}.prose blockquote{border-left:3px solid var(--sage);color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.25rem;font-style:italic;line-height:1.5;margin:1.8rem 0;padding:.5rem 0 .5rem 1.5rem}@media (max-width:720px){.prose{padding:2.5rem 1.25rem}}.section{overflow:hidden;padding:5rem 2.5rem;position:relative}.section.tinted{background:var(--sage-pale)}.section.warm{background:var(--cream-soft)}.section-inner{margin:0 auto;max-width:1100px;position:relative;z-index:5}.section-header{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:740px;text-align:center}.section-header h2{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:400;letter-spacing:-.015em;line-height:1.1}.section-header h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.section-header p{color:var(--charcoal-soft);font-size:1.08rem;line-height:1.7;margin-top:1rem}@media (max-width:720px){.section{padding:3.5rem 1.25rem}}.card-grid{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card-grid.cols-2{grid-template-columns:repeat(2,1fr)}.card-grid.cols-3{grid-template-columns:repeat(3,1fr)}.card-grid.cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.card-grid.cols-3,.card-grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.card-grid.cols-2,.card-grid.cols-3,.card-grid.cols-4{grid-template-columns:1fr}}.soft-card{background:var(--cream);border-radius:24px;padding:2.2rem;text-align:left;transition:transform .5s ease,box-shadow .5s ease}.soft-card:hover{box-shadow:0 16px 40px rgba(61,61,52,.08);transform:translateY(-4px)}.soft-card.center{text-align:center}.soft-card h3{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;letter-spacing:-.01em;line-height:1.2;margin-bottom:.7rem}.soft-card p{color:var(--charcoal-soft);font-size:.97rem;line-height:1.7;margin-bottom:1rem}.soft-card a:not(.button-primary):not(.button-secondary){border-bottom:1.5px solid var(--sage-soft);color:var(--sage-deep);display:inline-block;font-size:.95rem;font-weight:600;padding-bottom:1px;transition:border-color .3s}.soft-card a:hover{border-color:var(--sage-deep)}.soft-card-icon{align-items:center;background:var(--sage-pale);border-radius:16px;display:flex;height:56px;justify-content:center;margin-bottom:1.4rem;width:56px}.soft-card-icon.rose{background:var(--navy-muted)}.soft-card-icon.honey{background:#f0e3c4}.soft-card-icon.sage-deep{background:#cad9c6}.soft-card-icon svg{fill:none;height:26px;stroke:var(--sage-deep);stroke-width:1.6;width:26px}.soft-card-icon.rose svg{stroke:var(--navy-light)}.soft-card-icon.honey svg{stroke:#a08442}.split{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;padding:5rem 2.5rem}.split.media-right .split-media{order:2}.split-content h2{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-.015em;line-height:1.15;margin-bottom:1.5rem}.split-content h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.split-content p{color:var(--charcoal-soft);font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem}.split-content .button-primary,.split-content .button-secondary{margin-top:1rem}.split-media{aspect-ratio:4/5;background:linear-gradient(135deg,var(--sage-soft),var(--sage));border-radius:32px;overflow:hidden;position:relative}.split-media.rose{background:linear-gradient(135deg,var(--navy-muted),var(--navy))}.split-media.honey{background:linear-gradient(135deg,#f0e3c4,var(--honey))}.split-media.deep{background:linear-gradient(135deg,var(--sage-pale),var(--sage-deep))}.split-media.split-quote{background:linear-gradient(155deg,#3f5a4b,var(--navy));display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,3.5rem)}.split-quote-mark{color:hsla(0,0%,100%,.22);font-family:Cormorant Garamond,serif;font-size:6rem;line-height:.4;margin-bottom:1.1rem}.split-quote blockquote{color:#fff;font-family:Cormorant Garamond,serif;font-size:clamp(1.7rem,2.8vw,2.4rem);font-style:italic;font-weight:500;line-height:1.25;margin:0}.split-quote cite{color:hsla(0,0%,100%,.85);font-size:.8rem;font-style:normal;letter-spacing:.12em;margin-top:1.5rem;text-transform:uppercase}.nav-links a.nav-crisis,.split-quote cite{font-family:Nunito,sans-serif;font-weight:700}.nav-links a.nav-crisis{align-items:center;background:#a23b2b;border-radius:999px;color:var(--cream);display:inline-flex;font-size:.88rem;padding:.5rem .95rem;transition:background .2s ease;white-space:nowrap}.nav-links a.nav-crisis:hover{background:#87301f;color:var(--cream)}.nav-search{align-items:center;background:var(--cream-warm);border:1px solid var(--sage-soft);border-radius:999px;display:inline-flex;gap:.25rem;padding:.12rem .12rem .12rem .75rem}.nav-search input{background:transparent;border:none;color:var(--charcoal);font-family:Nunito,sans-serif;font-size:.9rem;padding:.35rem .1rem;width:118px}.nav-search input::placeholder{color:var(--mute)}.nav-search button{align-items:center;background:var(--sage-deep);border:none;border-radius:999px;cursor:pointer;display:inline-flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.nav-search button svg{fill:none;height:15px;stroke:#fff;stroke-linecap:round;stroke-width:2.2;width:15px}.service-link{color:var(--sage-deep);display:inline-block;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:700;margin-top:1rem;text-decoration:none}.service-link:hover{color:var(--navy)}.skip-link{background:var(--navy);border-radius:0 0 8px 0;color:#fff;font-family:Nunito,sans-serif;font-weight:600;left:-9999px;padding:.75rem 1.25rem;position:absolute;top:0;z-index:200}.skip-link:focus{left:0}:focus-visible{border-radius:3px;outline:3px solid var(--sage-deep);outline-offset:2px}.filter-search:focus-visible,.form-field input:focus-visible,.form-field select:focus-visible,.form-field textarea:focus-visible,.nav-search input:focus-visible{outline:2px solid var(--sage-deep);outline-offset:1px}@media (max-width:1279px){.nav-links li.nav-crisis-li{display:inline-flex!important}.nav-links li.nav-search-li{display:none!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.hero h1,.hero-buttons,.hero-eyebrow,.hero-lead,.page-hero h1,.page-hero-lead,.reveal{opacity:1!important;transform:none!important}}.nav-toggle{display:none}@media (max-width:1279px){nav{flex-wrap:wrap;position:relative}.nav-toggle{background:transparent;border:1.5px solid var(--sage-soft);border-radius:10px;cursor:pointer;display:inline-flex;flex-direction:column;gap:5px;height:46px;justify-content:center;padding:0 12px;width:46px}.nav-toggle span{background:var(--charcoal);border-radius:2px;display:block;height:2px;transition:transform .25s ease,opacity .2s ease;width:100%}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-links{align-items:stretch;background:var(--cream);border-top:1px solid var(--sage-soft);box-shadow:0 16px 34px -18px rgba(0,0,0,.45);display:none;flex-direction:column;gap:.15rem;left:0;list-style:none;margin:0;padding:.75rem 1.25rem 1.25rem;position:absolute;right:0;top:100%;z-index:95}.nav-links.open{display:flex}.nav-links.open li,.nav-links.open li.nav-crisis-li,.nav-links.open li.nav-search-li,.nav-links.open li:not(:last-child){display:block!important;width:100%}.nav-links.open li a{display:block;padding:.75rem .25rem}.nav-links.open .nav-search{display:inline-flex;margin:.3rem 0;width:100%}.nav-links.open .nav-search input{width:100%}.nav-links.open a.nav-crisis,.nav-links.open a.nav-cta{display:inline-flex;margin-top:.45rem;width:auto}}@media (max-width:820px){.split{gap:2.5rem;grid-template-columns:1fr;padding:3rem 1.25rem}.split.media-right .split-media{order:0}.split-media{aspect-ratio:16/10}}.layout-with-aside{display:grid;gap:4rem;grid-template-columns:1fr 280px;margin:0 auto;max-width:1100px;padding:4rem 2.5rem}.layout-with-aside aside{align-self:start;background:var(--cream-soft);border-radius:24px;font-size:.92rem;padding:1.8rem;position:sticky;top:2rem}.layout-with-aside aside h4{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;margin-bottom:.8rem}.layout-with-aside aside ul{list-style:none;padding:0}.layout-with-aside aside li{margin-bottom:.5rem}.layout-with-aside aside a{border-bottom:none;color:var(--charcoal-soft);transition:color .3s}.layout-with-aside aside a:hover{color:var(--sage-deep)}@media (max-width:900px){.layout-with-aside{gap:2rem;grid-template-columns:1fr;padding:2.5rem 1.25rem}.layout-with-aside aside{position:static}}.cta-strip{background:var(--sage-pale);overflow:hidden;padding:5rem 2.5rem;position:relative;text-align:center}.cta-strip .blob-1{background:radial-gradient(circle,var(--sage-soft),transparent 70%);height:500px;opacity:.7;right:-100px;top:-150px;width:500px}.cta-strip-inner{margin:0 auto;max-width:700px;position:relative;z-index:5}.cta-strip h2{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:400;letter-spacing:-.015em;line-height:1.1;margin-bottom:1rem}.cta-strip h2 em{color:var(--sage-deep);font-style:italic;font-weight:300}.cta-strip p{color:var(--charcoal-soft);font-size:1.08rem;margin-bottom:2rem}@media (max-width:720px){.cta-strip{padding:3.5rem 1.25rem}}.form-card{background:var(--cream);border-radius:32px;box-shadow:0 8px 30px rgba(61,61,52,.06);margin:0 auto;max-width:640px;padding:3rem}.form-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.2rem}.form-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem}.form-field.full{grid-column:1/-1}.form-field label{color:var(--charcoal);font-size:.88rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{background:var(--cream-soft);border:1.5px solid var(--sage-soft);border-radius:12px;color:var(--charcoal);font-family:inherit;font-size:.97rem;padding:.85rem 1rem;transition:border-color .3s,background .3s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background:var(--cream);border-color:var(--sage);outline:none}.form-field textarea{min-height:110px;resize:vertical}@media (max-width:600px){.form-card{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}}.breadcrumb{color:var(--mute);font-size:.85rem;margin:0 auto;max-width:1100px;padding:1.2rem 2.5rem 0}.breadcrumb a{border-bottom:1px solid transparent;color:var(--charcoal-soft);transition:border-color .3s}.breadcrumb a:hover{border-color:var(--sage)}.breadcrumb .sep{margin:0 .5rem;opacity:.5}@media (max-width:720px){.breadcrumb{padding:1rem 1.25rem 0}}.site-footer{background:var(--cream);border-top:1px solid rgba(143,164,142,.15);color:var(--charcoal-soft)}.footer-cta{background:var(--sage-pale);overflow:hidden;padding:3rem 2.5rem;position:relative;text-align:center}.footer-cta-inner{margin:0 auto;max-width:1100px;position:relative;z-index:5}.footer-cta-eyebrow{color:var(--sage-deep);font-family:Cormorant Garamond,serif;font-size:1.4rem;font-style:italic;margin-bottom:.5rem}.footer-cta-title{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;letter-spacing:-.01em;line-height:1.2;margin-bottom:2rem}.footer-cta-title em{color:var(--sage-deep);font-style:italic;font-weight:300}.footer-cta-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-cta-buttons .button-primary,.footer-cta-buttons .button-secondary{font-size:.95rem;padding:.95rem 1.8rem}.footer-cta-buttons .button-tertiary{border-bottom:1.5px solid var(--sage-soft);color:var(--charcoal-soft);font-size:.92rem;font-weight:600;padding:.4rem 0 .2rem;transition:color .3s,border-color .3s}.footer-cta-buttons .button-tertiary:hover{border-color:var(--sage-deep);color:var(--sage-deep)}.footer-main{padding:4rem 2.5rem 2.5rem}.footer-grid{display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto 3rem;max-width:1200px}.footer-brand{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:500;line-height:1;margin-bottom:1rem}.footer-brand em{color:var(--sage-deep);font-style:italic;font-weight:400}.footer-tagline{color:var(--charcoal-soft);font-size:.95rem;line-height:1.7;margin-bottom:1.4rem;max-width:320px}.footer-contact{font-size:.93rem;line-height:1.9;list-style:none;margin:0 0 1.4rem;padding:0}.footer-contact li{color:var(--charcoal-soft)}.footer-contact .label{color:var(--mute);font-size:.82rem;letter-spacing:.04em;margin-right:.4rem;text-transform:uppercase}.footer-contact a{border-bottom:1px solid var(--sage-soft);color:var(--sage-deep);transition:border-color .3s}.footer-contact a:hover{border-color:var(--sage-deep)}.footer-social{align-items:center;display:flex;gap:.6rem}.footer-social-link{align-items:center;background:var(--cream-soft);border-radius:50%;color:var(--sage-deep);display:inline-flex;height:38px;justify-content:center;transition:background .3s,color .3s,transform .3s;width:38px}.footer-social-link:hover{background:var(--sage);color:var(--cream);transform:translateY(-2px)}.footer-social-link svg{fill:currentColor;height:18px;width:18px}.footer-col h3{color:var(--charcoal);font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:500;margin-bottom:1rem}.footer-col ul{font-size:.92rem;line-height:2;list-style:none;margin:0;padding:0}.footer-col a{border-bottom:1px solid transparent;color:var(--charcoal-soft);transition:color .3s,border-color .3s}.footer-col a:hover{border-color:var(--sage-soft);color:var(--sage-deep)}.footer-locations{border-top:1px solid rgba(143,164,142,.15);margin:0 auto 2rem;max-width:1200px;padding-top:2.5rem}.footer-locations-label{color:var(--sage-deep);font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic;margin-bottom:1.2rem;text-align:center}.footer-locations-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(5,1fr)}.footer-location{color:var(--charcoal-soft);font-size:.85rem;line-height:1.55}.footer-location strong{color:var(--charcoal);display:block;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:500;letter-spacing:-.005em;margin-bottom:.3rem}.footer-bottom{align-items:center;border-top:1px solid rgba(143,164,142,.15);color:var(--mute);display:flex;flex-wrap:wrap;font-size:.83rem;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding-top:1.8rem}.footer-bottom a{border-bottom:1px solid transparent;color:var(--charcoal-soft);transition:border-color .3s}.footer-bottom a:hover{border-color:var(--sage)}.footer-bottom .sep{margin:0 .5rem;opacity:.4}@media (max-width:1000px){.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-grid>:first-child{grid-column:1/-1}.footer-locations-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.footer-cta{padding:2.5rem 1.25rem}.footer-main{padding:3rem 1.25rem 2rem}.footer-grid{gap:2rem;grid-template-columns:1fr 1fr}.footer-grid>:first-child{grid-column:1/-1}.footer-locations-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{justify-content:center;text-align:center}}@media (max-width:480px){.footer-grid,.footer-locations-grid{grid-template-columns:1fr}}.district-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:1.4rem 0 0;padding:0}.district{align-items:center;background:var(--cream-soft);border:1px solid transparent;border-radius:12px;display:flex;gap:.75rem;justify-content:space-between;padding:.7rem .9rem}.district .district-name{color:var(--charcoal);font-size:.98rem;font-weight:600}.district.is-current{background:var(--sage-pale);border-color:var(--sage-soft)}.badge-current{background:var(--sage-deep);border-radius:999px;color:#fff;flex-shrink:0;font-size:.7rem;letter-spacing:.06em;padding:.28rem .6rem}.badge-current,.resource-jumplabel{font-family:Nunito,sans-serif;font-weight:700;text-transform:uppercase}.resource-jumplabel{color:var(--mute);font-size:.75rem;letter-spacing:.1em;margin:0 0 1rem;text-align:center}.resource-quicknav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:0 auto;max-width:1000px}.resource-quicknav a{background:var(--sage-pale);border:1px solid transparent;border-radius:999px;color:var(--sage-deep);font-family:Nunito,sans-serif;font-size:.82rem;font-weight:600;padding:.4rem .85rem;text-decoration:none;transition:background .2s ease,color .2s ease}.resource-quicknav a:hover{background:var(--sage-deep);color:#fff}.resource-cat{margin-top:3.5rem;scroll-margin-top:90px}.resource-cat:first-child{margin-top:0}.resource-cat-title{border-bottom:1.5px solid var(--sage-pale);color:var(--navy);font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:500;margin:0 0 1.2rem;padding-bottom:.6rem}.resource-cat-lead{color:var(--charcoal-soft);font-size:.95rem;margin:-.4rem 0 1.2rem}.resource-subhead{color:var(--sage-deep);font-family:Nunito,sans-serif;font-size:.76rem;font-weight:700;letter-spacing:.08em;margin:2rem 0 .8rem;text-transform:uppercase}.resource-list{display:grid;gap:.75rem;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.resource{align-items:flex-start;background:#fff;border:1px solid var(--sage-pale);border-radius:14px;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.2rem}.resource-main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.resource-name{color:var(--charcoal);font-size:.96rem;font-weight:700}.resource-note{color:var(--charcoal-soft);font-size:.84rem;line-height:1.45}.resource-meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:.3rem;text-align:right}.resource-phone{color:var(--sage-deep);font-size:.84rem;font-weight:600}.resource-link,.resource-phone{text-decoration:none;white-space:nowrap}.resource-link{color:var(--navy);font-family:Nunito,sans-serif;font-size:.8rem;font-weight:700}.resource-link:hover{color:var(--sage-deep)}@media (max-width:760px){.resource-list{grid-template-columns:1fr}.resource{flex-direction:column;gap:.6rem}.resource-meta{align-items:center;flex-direction:row;gap:1.2rem;text-align:left}}.hs-form{font-family:Nunito,sans-serif}.hs-form fieldset{max-width:none!important}.hs-form .hs-form-field{margin-bottom:1.25rem}.hs-form .hs-form-field>label{color:var(--charcoal);display:block;font-size:.88rem;font-weight:600;margin-bottom:.4rem}.hs-form .hs-input:not([type=checkbox]):not([type=radio]){background:var(--cream-soft);border:1.5px solid var(--sage-soft);border-radius:12px;box-sizing:border-box;color:var(--charcoal);font-family:Nunito,sans-serif;font-size:1rem;padding:.85rem 1rem;width:100%!important}.hs-form .hs-input:focus{border-color:var(--sage);outline:none}.hs-form textarea.hs-input{min-height:130px;resize:vertical}.hs-form ul{list-style:none;margin:.3rem 0 0;padding:0}.hs-form .hs-error-msgs label{color:#a4442f;font-size:.85rem;font-weight:500}.hs-form .hs-button{background:var(--sage-deep);border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:Nunito,sans-serif;font-size:1rem;font-weight:700;padding:.95rem 2.4rem;transition:opacity .2s ease}.hs-form .hs-button:hover{opacity:.88}.hs-form .hs-richtext{color:var(--mute);font-size:.9rem}.submitted-message{color:var(--charcoal);font-family:Nunito,sans-serif;font-size:1.05rem;padding:2rem 1rem;text-align:center}