.cursor-wash{pointer-events:none;z-index:200;width:32px;height:32px;color:var(--color-terracotta);opacity:.85;will-change:transform;transition:opacity .42s;position:fixed;top:0;left:0}.cursor-wash__icon{width:100%;height:100%;animation:14s linear infinite cursor-wash-spin}@keyframes cursor-wash-spin{to{transform:rotate(360deg)}}.cursor-wash.is-hidden{opacity:0}@media (prefers-reduced-motion:reduce),(pointer:coarse){.cursor-wash{display:none}}.sunrays-opener{z-index:999;background:var(--color-bg);cursor:pointer;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sunrays-opener--playing{animation:.6s 1.8s forwards sunrays-plate-fade}@keyframes sunrays-plate-fade{to{opacity:0;filter:blur(6px);pointer-events:none;transform:scale(1.05)}}.sunrays-opener__glow{opacity:0;background:radial-gradient(circle,#f0a8c440 0%,#0000 70%);border-radius:50%;width:clamp(220px,30vw,360px);height:clamp(220px,30vw,360px);position:absolute}.sunrays-opener--playing .sunrays-opener__glow{animation:.9s .15s forwards sunrays-glow-in}.sunrays-opener__mark{width:clamp(120px,16vw,180px);height:auto;position:relative;overflow:visible}.sunrays-opener__disc{fill:none;stroke:var(--color-terracotta);stroke-width:3px;transform-origin:50px 50px;transform:scale(0)}.sunrays-opener--playing .sunrays-opener__disc{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards sunrays-disc-in}.sunrays-opener__ray{stroke:var(--color-terracotta);stroke-width:3px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;transform-origin:50px 50px;transform:rotate(-14deg)}.sunrays-opener--playing .sunrays-opener__ray{animation:.6s ease-out forwards sunrays-ray-draw,.6s cubic-bezier(.22,1,.36,1) forwards sunrays-ray-twist;animation-delay:calc(.3s + var(--ray-index) * 70ms)}@keyframes sunrays-disc-in{to{transform:scale(1)}}@keyframes sunrays-ray-draw{to{stroke-dashoffset:0}}@keyframes sunrays-ray-twist{to{transform:rotate(0)}}@keyframes sunrays-glow-in{to{opacity:1}}@media (prefers-reduced-motion:reduce){.sunrays-opener--playing{animation:.3s .3s forwards sunrays-plate-fade}.sunrays-opener__disc{transform:scale(1)}.sunrays-opener--playing .sunrays-opener__disc{animation:none}.sunrays-opener__ray{stroke-dashoffset:0;transform:rotate(0)}.sunrays-opener--playing .sunrays-opener__ray{animation:none}.sunrays-opener__glow{opacity:1}.sunrays-opener--playing .sunrays-opener__glow{animation:none}}.site-header{background:var(--color-bg);view-transition-name:site-header}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--space-2);padding-top:18px;padding-bottom:var(--space-3);flex-wrap:wrap;display:flex}.site-header__brand{align-items:center;gap:var(--space-2);color:var(--color-charcoal);font-family:var(--font-display);font-size:1.25rem;font-weight:600;text-decoration:none;display:flex}.site-header__mark{width:40px;height:40px;color:var(--color-terracotta)}.site-header__nav{gap:var(--space-3);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}@media (width<=480px){.site-header__nav{gap:var(--space-2)}.site-header__brand{font-size:1.05rem}.site-header__mark{width:32px;height:32px}}.site-header__nav a{color:var(--color-charcoal);padding-bottom:4px;font-weight:500;text-decoration:none;position:relative}.site-header__nav a.active,.site-header__nav a:hover{color:var(--color-terracotta-dark)}.site-header__nav a.active:after{content:"";background:var(--color-terracotta);border-radius:2px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.site-footer{background:var(--color-terracotta-deep);padding:var(--space-5) 0 var(--space-4);border-top:none}.site-footer__inner{text-align:center;align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.site-footer__inner p{color:var(--color-cream-on-dark);opacity:.85}.site-footer__inner a{color:var(--color-cream-on-dark)}.site-footer__mark{width:28px;height:28px;color:var(--color-cream-on-dark);margin-bottom:var(--space-1)}.site-footer__copyright{color:var(--color-cream-on-dark);opacity:.6;font-size:.875rem}.site-footer__crisis{max-width:44rem;margin:0 auto var(--space-4);padding:var(--space-3);border:1px solid #fdf1f647;border-left:3px solid var(--color-gold);border-radius:var(--radius-md);text-align:left;background:#0000001f}.site-footer__crisis h2{margin-bottom:var(--space-1);color:var(--color-cream-on-dark);font-size:1.05rem}.site-footer__crisis p{margin-bottom:var(--space-2);color:var(--color-cream-on-dark);opacity:.85;font-size:.95rem}.site-footer__crisis ul{gap:var(--space-1);margin:0;padding:0;list-style:none;display:grid}.site-footer__crisis li{color:var(--color-cream-on-dark);font-size:.95rem}.site-footer__crisis strong{color:var(--color-gold)}.site-footer__links{justify-content:center;gap:var(--space-1) var(--space-3);margin:var(--space-2) 0 var(--space-1);flex-wrap:wrap;padding:0;list-style:none;display:flex}.site-footer__links a{color:var(--color-cream-on-dark);opacity:.85;border-bottom:1px solid #fdf1f659;padding-bottom:2px;font-size:.9rem;text-decoration:none}.site-footer__links a:hover,.site-footer__links a:focus-visible{opacity:1;border-bottom-color:var(--color-gold)}@media (width<=900px){.site-header__inner{justify-content:center;row-gap:var(--space-1)}.site-header__nav{gap:var(--space-2) var(--space-3);justify-content:center}}@media (width<=480px){.site-header__nav a{font-size:.92rem}}.trust-strip{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-4) 0}.trust-strip__inner{text-align:center;align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.trust-strip__label{letter-spacing:.16em;text-transform:uppercase;color:var(--color-charcoal-soft);margin:0;font-size:.72rem;font-weight:600}.trust-strip__logos{justify-content:center;align-items:center;gap:var(--space-4) var(--space-5);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.trust-strip__logo-link{align-items:center;gap:var(--space-1);border-radius:var(--radius-sm);flex-direction:column;text-decoration:none;transition:opacity .15s,transform .15s;display:flex}.trust-strip__logo-link:hover,.trust-strip__logo-link:focus-visible{transform:translateY(-2px)}.trust-strip__logo{width:auto;display:block}.trust-strip__logo--hcpc{height:40px}.trust-strip__logo--baat{height:56px}.trust-strip__caption{color:var(--color-charcoal-soft);font-size:.75rem}.trust-strip__logo-link:hover .trust-strip__caption,.trust-strip__logo-link:focus-visible .trust-strip__caption{color:var(--color-terracotta-dark)}.trust-strip__facts{justify-content:center;gap:var(--space-2) var(--space-4);flex-wrap:wrap;max-width:46rem;margin:0;padding:0;list-style:none;display:flex}.trust-strip__facts li{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:var(--color-charcoal-soft);font-size:.82rem;font-weight:600}@media (width<=560px){.trust-strip__logos{gap:var(--space-3) var(--space-4)}.trust-strip__facts{gap:var(--space-1) var(--space-3)}}@media (prefers-reduced-motion:reduce){.trust-strip__logo-link:hover,.trust-strip__logo-link:focus-visible{transform:none}}.home-hero{min-height:calc(88svh - var(--header-h));padding-top:0;padding-bottom:var(--space-3);align-items:center;display:flex}.home-hero__grid{gap:var(--space-5);grid-template-columns:.95fr 1.05fr;align-items:center;width:100%;display:grid}.home-hero h1{max-width:14ch;font-size:clamp(2.3rem,4.4vw,3.6rem);line-height:1.08}.home-hero .lede{max-width:42ch;margin-bottom:var(--space-3)}.home-hero__frame{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);width:80%;margin-left:auto;padding:14px}.home-hero__frame-inner{background:var(--color-bg-wash);border-radius:var(--radius-md);aspect-ratio:4/5;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.home-hero__frame-inner:before{content:"";background:radial-gradient(circle at 30% 20%,#f0a8c44d,#0000 60%);position:absolute;inset:0}.home-hero__figure{width:62%;color:var(--color-terracotta-dark);position:relative}@media (width<=860px){.home-hero__grid{grid-template-columns:1fr}.home-hero__frame{width:100%;max-width:280px;margin:0 auto var(--space-2);order:-1}}.home-divider{color:var(--color-bg-alt);line-height:0}.home-divider svg{fill:currentColor;width:100%;height:48px;display:block}.home-who__inner{max-width:760px}.home-who__quote{max-width:32ch;font-size:clamp(1.4rem,2.6vw,2rem)}.home-who__foot{color:var(--color-charcoal-soft);margin:0 0 var(--space-3)}.home-who__links{gap:var(--space-2) var(--space-4);flex-wrap:wrap;display:flex}.home-services__head{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.home-services__head h2{margin:0}.home-services__grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.home-services__icon{width:30px;height:30px;color:var(--color-terracotta-dark);margin-bottom:var(--space-2)}.home-services__card h3{margin-bottom:var(--space-1);font-size:1.1rem}.home-services__card p{margin:0}@media (width<=780px){.home-services__grid{gap:var(--space-3);grid-template-columns:1fr}}.home-closing{text-align:center;position:relative;overflow:hidden}.home-closing:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 30%,#f0a8c447,#0000 65%);position:absolute;inset:0}.home-closing__inner{max-width:480px;margin:0 auto;position:relative}.about-page__grid{gap:var(--space-5);grid-template-columns:1.15fr .85fr;align-items:start;display:grid}.about-page__qualifications{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.about-page__qualifications li{padding-left:var(--space-3);color:var(--color-charcoal-soft);position:relative}.about-page__qualifications li:before{content:"";background:var(--color-gold);border-radius:50%;width:8px;height:8px;position:absolute;top:.55em;left:0}.about-page__photo-col{top:var(--space-4);position:sticky}.about-page__frame{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);padding:14px}.about-page__frame-inner{background:var(--color-bg-wash);border-radius:var(--radius-md);aspect-ratio:4/5;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.about-page__photo{object-fit:cover;width:100%;height:100%}@media (width<=800px){.about-page__grid{grid-template-columns:1fr}.about-page__photo-col{order:-1;max-width:320px;margin:0 auto;position:static}}.page-hero__inner{max-width:44rem}.page-hero h1{margin-bottom:var(--space-2)}.page-hero .lede{margin-bottom:0}.prose{max-width:40rem}.prose h2{margin-top:var(--space-4);font-size:clamp(1.4rem,2.2vw,1.9rem)}.prose h2:first-child{margin-top:0}.prose h3{margin-top:var(--space-3);margin-bottom:var(--space-1);font-size:1.1rem}.prose ul{margin:0 0 var(--space-2);color:var(--color-charcoal-soft);padding-left:1.15rem}.prose li{margin-bottom:var(--space-1)}.prose li::marker{color:var(--color-terracotta)}.card-grid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));display:grid}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);box-shadow:var(--shadow-soft)}.card h3{margin-bottom:var(--space-1);font-size:1.05rem}.card p:last-child{margin-bottom:0}.card__icon{width:28px;height:28px;color:var(--color-terracotta-dark);margin-bottom:var(--space-2)}.steps{gap:var(--space-3);counter-reset:step;margin:0;padding:0;list-style:none;display:grid}.steps__item{gap:var(--space-3);counter-increment:step;grid-template-columns:3rem 1fr;align-items:start;display:grid}.steps__item:before{content:counter(step);background:var(--color-bg-wash);width:3rem;height:3rem;color:var(--color-terracotta-deep);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.steps__item h3{margin-bottom:var(--space-1);font-size:1.15rem}.steps__item p:last-child{margin-bottom:0}@media (width<=560px){.steps__item{gap:var(--space-2);grid-template-columns:2.25rem 1fr}.steps__item:before{width:2.25rem;height:2.25rem;font-size:1rem}}.faq__group{margin-bottom:var(--space-4);max-width:46rem}.faq__group h2{margin-bottom:var(--space-2);font-size:clamp(1.3rem,2vw,1.7rem)}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item summary{justify-content:space-between;align-items:baseline;gap:var(--space-2);padding:var(--space-2) 0;cursor:pointer;font-family:var(--font-display);color:var(--color-charcoal);font-size:1.05rem;font-weight:600;list-style:none;display:flex}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";color:var(--color-terracotta-dark);flex:none;font-size:1.4rem;line-height:1;transition:transform .15s}.faq__item[open] summary:after{content:"−"}.faq__item summary:hover,.faq__item summary:focus-visible{color:var(--color-terracotta-dark)}.faq__answer{margin:0 0 var(--space-3);max-width:60ch}.crisis-callout{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-terracotta);border-radius:var(--radius-md);padding:var(--space-3);max-width:44rem}.crisis-callout h2{margin-bottom:var(--space-1);font-size:1.15rem}.crisis-callout p:last-child{margin-bottom:0}.crisis-callout ul{margin:0 0 var(--space-2);color:var(--color-charcoal-soft);padding-left:1.15rem}.services-intro{max-width:640px}.services-list{border-top:1px solid var(--color-border);border-left:1px solid var(--color-border);grid-template-columns:1fr 1fr;display:grid}.services-list__item{color:inherit;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);text-decoration:none;transition:background .15s;display:block}.services-list__item:hover,.services-list__item:focus-visible{background:var(--color-bg)}.services-list__item:hover .services-list__link,.services-list__item:focus-visible .services-list__link{text-decoration-color:currentColor}.services-list__media{aspect-ratio:16/9;background:var(--color-bg-wash);justify-content:center;align-items:center;display:flex;position:relative}.services-list__media svg{width:15%;height:15%;color:var(--color-terracotta-dark);opacity:.45}.services-list__media-tag{left:var(--space-1);bottom:var(--space-1);letter-spacing:.08em;text-transform:uppercase;color:var(--color-terracotta-dark);background:#ffffffb8;border-radius:4px;padding:3px 7px;font-size:.62rem;font-weight:600;position:absolute}.services-list__body{padding:var(--space-3) var(--space-3) var(--space-4)}.services-list__head{align-items:center;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.services-list__icon{width:22px;height:22px;color:var(--color-terracotta-dark);flex:none}.services-list__item h2{font-size:1.25rem}.services-list__item p{margin:0 0 var(--space-1)}.services-list__link{color:var(--color-terracotta-dark);text-underline-offset:3px;font-size:.9rem;font-weight:500;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .15s;display:inline-block}@media (width<=700px){.services-list{grid-template-columns:1fr}}.services-callout{text-align:center;position:relative;overflow:hidden}.services-callout:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 30%,#f0a8c440,#0000 65%);position:absolute;inset:0}.services-callout__inner{max-width:480px;margin:0 auto;position:relative}.service-detail__intro{padding-bottom:var(--space-3)}.service-detail__back{margin-bottom:var(--space-4);display:inline-block}.service-detail__banner{aspect-ratio:21/6;background:var(--color-bg-wash);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:var(--space-1);color:var(--color-terracotta-dark);flex-direction:column;display:flex;position:relative}.service-detail__banner svg{opacity:.4;width:34px;height:34px}.service-detail__banner-tag{letter-spacing:.08em;text-transform:uppercase;opacity:.7;font-size:.68rem;font-weight:600}.service-detail__grid{gap:var(--space-5);grid-template-columns:1.6fr 1fr;align-items:start;display:grid}.service-detail__list{margin:0 0 var(--space-3);padding-left:var(--space-3);color:var(--color-charcoal-soft)}.service-detail__list li{margin-bottom:var(--space-1)}.service-detail__facts{top:var(--space-4);background:var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-3);position:sticky}.service-detail__facts-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-terracotta-dark);margin-bottom:var(--space-1);font-size:.7rem;font-weight:600;display:block}.service-detail__facts-row{justify-content:space-between;gap:var(--space-2);padding:var(--space-1) 0;border-top:1px solid var(--color-border);font-size:.9rem;display:flex}.service-detail__facts-row:first-of-type{border-top:none}.service-detail__facts-row span:first-child{color:var(--color-charcoal-soft)}.service-detail__facts-row span:last-child{color:var(--color-charcoal);font-weight:500}.service-detail__more{margin:var(--space-2) 0 0;gap:var(--space-1);flex-direction:column;padding:0;list-style:none;display:flex}.service-detail__more a{color:var(--color-terracotta-dark);font-weight:500;text-decoration:none}.service-detail__more a:hover,.service-detail__more a:focus-visible{text-decoration:underline}@media (width<=800px){.service-detail__grid{grid-template-columns:1fr}.service-detail__facts{order:-1;position:static}.service-detail__banner{aspect-ratio:4/3}}.contact-form{gap:var(--space-2);flex-direction:column;max-width:560px;display:flex}.contact-form__field{flex-direction:column;gap:6px;display:flex}.contact-form label{color:var(--color-charcoal);font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{font-family:var(--font-body);padding:var(--space-1) var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-charcoal);font-size:1rem}.contact-form input:focus-visible,.contact-form select:focus-visible,.contact-form textarea:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:1px}.contact-form__honeypot{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.contact-form__error{color:var(--color-terracotta-dark);font-size:.875rem}.contact-form__success{font-family:var(--font-display);max-width:560px;font-size:1.25rem}.contact-page__grid{gap:var(--space-5);grid-template-columns:1fr 1fr;align-items:start;display:grid}.contact-page__form-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-soft)}@media (width<=800px){.contact-page__grid{grid-template-columns:1fr}}:root{--color-bg:#fdf6fa;--color-bg-alt:#f6e9f4;--color-surface:#fff;--color-terracotta:#9b3f8f;--color-terracotta-dark:#7a2f70;--color-gold:#f0a8c4;--color-charcoal:#2e2534;--color-charcoal-soft:#6b5c72;--color-border:#ecd9e6;--color-bg-wash:#f0dced;--color-terracotta-deep:#5b1f5c;--color-cream-on-dark:#fdf1f6;--shadow-soft:0 12px 28px -18px #2e253440;--shadow-lift:0 30px 60px -24px #5b1f5c59, 0 2px 0 #00000005;--font-display:"Fraunces", Georgia, serif;--font-body:"Work Sans", -apple-system, BlinkMacSystemFont, sans-serif;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:40px;--space-5:64px;--space-6:96px;--radius-sm:8px;--radius-md:16px;--radius-lg:28px;--max-width:1120px;--header-h:83px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-charcoal);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-optical-sizing:none;margin:0;line-height:1.6}h1,h2,h3{font-family:var(--font-display);margin:0 0 var(--space-2);color:var(--color-charcoal);font-weight:600;line-height:1.15}h1{font-size:clamp(2.25rem,4vw,3.5rem)}h2{font-size:clamp(1.75rem,3vw,2.5rem)}p{margin:0 0 var(--space-2);color:var(--color-charcoal-soft)}a{color:var(--color-terracotta-dark)}.container{padding-left:var(--space-3);padding-right:var(--space-3)}:where(.container){max-width:var(--max-width);margin-inline:auto}.section{padding:var(--space-6) 0}.section--alt{background:var(--color-bg-alt)}.btn{align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);border-radius:var(--radius-lg);background:var(--color-terracotta-dark);color:var(--color-surface);font-family:var(--font-body);cursor:pointer;box-shadow:var(--shadow-soft);border:none;font-weight:500;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex}.btn:hover,.btn:focus-visible{background:var(--color-terracotta-dark);box-shadow:var(--shadow-lift);transform:translateY(-2px)}.btn--secondary{color:var(--color-terracotta);border:1px solid var(--color-terracotta);background:0 0}.btn--secondary:hover,.btn--secondary:focus-visible{background:var(--color-terracotta);color:var(--color-surface)}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-terracotta-dark);margin-bottom:var(--space-2);font-size:.78rem;font-weight:600;display:block}.lede{color:var(--color-charcoal-soft);font-size:1.1rem}.pull-quote{font-family:var(--font-display);color:var(--color-charcoal);margin:0 0 var(--space-2);font-style:italic;font-weight:400;line-height:1.5}.link-arrow{color:var(--color-terracotta-dark);border-bottom:1.5px solid var(--color-terracotta-dark);white-space:nowrap;padding-bottom:2px;font-weight:500;text-decoration:none}::view-transition-old(root){animation-duration:.38s;animation-timing-function:cubic-bezier(.16,1,.3,1)}::view-transition-new(root){animation-duration:.38s;animation-timing-function:cubic-bezier(.16,1,.3,1)}::view-transition-old(root){animation-name:page-veil-out}::view-transition-new(root){animation-name:page-veil-in}@keyframes page-veil-out{to{opacity:0;transform:translateY(-12px)}}@keyframes page-veil-in{0%{opacity:0;transform:translateY(16px)}}::view-transition-old(site-header){animation:none}::view-transition-new(site-header){animation:none}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
