:root{--navy:#1b3d52;--navy-mid:#254f68;--blue:#1d7090;--gold:#e8b840;--gold-light:#fdedb8;--gold-pale:#fdf6e0;--off-white:#f6f9fb;--ink:#111827;--muted:#4b6070;--border:#d8e8ef}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--off-white);color:var(--ink);font-weight:300;line-height:1.65;overflow-x:hidden}.skip-link{position:absolute;top:-100px;left:1rem;z-index:9999;background:var(--gold);color:var(--navy);padding:.6rem 1.2rem;border-radius:0 0 8px 8px;font-size:.85rem;font-weight:500;text-decoration:none;transition:top .2s}.skip-link:focus{top:0}a:focus-visible:not(.service-card),button:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;padding:1.25rem 3rem;background:#fff;border-bottom:1px solid var(--border)}.logo,nav{align-items:center}.logo{display:inline-flex;gap:10px;text-decoration:none}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:400;transition:color .2s}.nav-links a:not(.nav-cta){position:relative;padding-bottom:2px}.nav-links a:hover{color:var(--navy)}.nav-links a.nav-link-active:not(.nav-cta){color:var(--navy);font-weight:500}.nav-links a.nav-link-active:not(.nav-cta):after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--gold);border-radius:2px}.nav-cta{background:var(--gold)!important;color:var(--navy)!important;padding:.55rem 1.4rem;border-radius:100px;font-weight:500!important}.nav-cta:hover{background:var(--gold-light)!important}@media (max-width:1075px){.nav-cta{display:none!important}}.nav-mobile-cta{display:none;background:var(--gold);color:var(--navy);text-decoration:none;font-size:.8rem;font-weight:500;padding:.5rem 1.1rem;border-radius:100px}.hero{min-height:100vh;display:grid;grid-template-columns:55% 45%;grid-template-rows:auto 1fr;grid-template-areas:"left img" "left inner";padding-top:72px}.hero-left{grid-area:left;background:var(--navy);padding:3.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-left:after{content:"";position:absolute;bottom:-100px;right:-100px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(232,168,32,.1) 0,transparent 70%);pointer-events:none}.hero-headline{font-family:Cormorant Garamond,serif;font-size:clamp(3.2rem,5vw,5rem);font-weight:300;line-height:1.1;color:#fff;margin-bottom:1rem}.hero-headline em{font-style:italic;color:var(--gold-light)}.hero-body{font-size:.93rem;color:hsla(0,0%,100%,.82);margin-bottom:1.75rem;line-height:1.85}.hero-checklist{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2.25rem}.hero-checklist li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:hsla(0,0%,100%,.88)}.hero-checklist li span{color:var(--gold);font-weight:700;font-size:1rem;flex-shrink:0}.hero-btn{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:var(--navy);text-decoration:none;font-size:.85rem;font-weight:500;letter-spacing:.04em;padding:.9rem 2rem;border-radius:100px;width:fit-content;transition:background .2s,transform .2s}.hero-btn:hover{background:var(--gold-light);transform:translateY(-1px)}.hero-right-img{grid-area:img;width:100%;height:240px;object-fit:cover;display:block}.hero-right-inner{grid-area:inner;background:var(--gold-pale);padding:2.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.hero-big-text{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,2.6vw,2.5rem);font-weight:300;line-height:1.25;color:var(--navy)}.hero-big-text em{font-style:italic;color:var(--blue)}.hero-right-body{font-size:.92rem;color:var(--muted);line-height:1.9}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--gold-light);border:1px solid var(--gold-light);border-radius:16px;overflow:hidden}.stat-box{background:#fff;padding:1.75rem}.stat-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--navy);line-height:1}.stat-label{font-size:.76rem;color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin-top:.3rem}.trust-bar{background:var(--blue);padding:1.2rem 3rem;justify-content:center;gap:3rem}.trust-bar,.trust-item{display:flex;align-items:center}.trust-item{font-size:.78rem;color:hsla(0,0%,100%,.9);letter-spacing:.08em;text-transform:uppercase;gap:.6rem}.trust-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}section{padding:5.5rem 0}.container{max-width:1200px;margin:0 auto;padding:0 3rem}.container--narrow{max-width:800px}.section-label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:.9rem;display:flex;align-items:center;gap:.7rem}.section-label:before{content:"";display:inline-block;width:22px;height:1px;background:var(--blue)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:300;line-height:1.2;color:var(--navy);max-width:600px;margin-bottom:1.25rem}.section-title em{font-style:italic;color:var(--blue)}.section-body{font-size:.93rem;color:var(--muted);line-height:1.9}.services-section{background:var(--off-white)}.services-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:3.5rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:stretch;list-style:none;padding:0;margin:0;background:transparent;overflow:visible}.services-grid>li{display:flex;min-height:0}.service-card{flex:1;width:100%;background:#fff;padding:2rem 1.75rem;transition:background .2s,border-color .2s;display:flex;flex-direction:column;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent;border:1px solid var(--border);border-radius:16px;box-sizing:border-box}.service-card:hover{background:var(--gold-pale)}.service-card:focus{outline:none}.service-card:focus-visible{outline:none;box-shadow:inset 0 0 0 3px var(--gold);z-index:1;position:relative}.service-card:focus:not(:focus-visible){box-shadow:none}.service-icon{width:34px;height:34px;background:var(--gold-pale);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--gold);font-size:1rem}.service-name{font-weight:500;font-size:.88rem;color:var(--navy);text-decoration:none}.services-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--blue);text-decoration:none;margin-top:2.5rem}.services-link:hover{text-decoration:underline}.reviews-section{background:#fff}.rating-row{display:flex;align-items:center;gap:1.25rem;margin-top:1.5rem;margin-bottom:2.5rem}.rating-big{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;color:var(--navy);line-height:1}.stars{font-size:1rem;color:var(--gold);letter-spacing:.08em}.review-count{font-size:.78rem;color:var(--muted);margin-top:.2rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.review-card{background:var(--off-white);border:1px solid var(--border);border-radius:16px;padding:1.75rem}.review-quote{font-size:.875rem;color:var(--muted);line-height:1.85;font-style:italic;margin-bottom:1.1rem}.review-author{font-size:.8rem;font-weight:500;color:var(--navy)}.conditions-section{background:#fff}.conditions-layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.conditions-list{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;padding:0}.condition-pill{font-size:.79rem;padding:.42rem 1rem;border-radius:100px;border:1px solid var(--border);color:var(--muted)}.about-section,.condition-pill{background:var(--off-white)}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.about-body{font-size:.93rem;color:var(--muted);line-height:1.9;margin-bottom:1.25rem}.spravato-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2.75rem;margin-bottom:1.5rem}.spravato-card-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:var(--navy);line-height:1.4;margin-bottom:1.25rem}.spravato-card-title em{font-style:italic;color:var(--blue)}.spravato-card-body{font-size:.87rem;color:var(--muted);line-height:1.85}.spravato-row{display:flex;align-items:flex-start;gap:.9rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.spravato-dot{width:9px;height:9px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:4px}.spravato-note{font-size:.82rem;color:var(--muted);line-height:1.6}.spravato-note strong{color:var(--navy);font-weight:500}.cta-section{background:var(--gold-pale);padding:5rem 0;text-align:center}.cta-section .section-title{margin:0 auto .75rem;text-align:center}.cta-body{font-size:.93rem;color:var(--muted);margin-bottom:2.25rem;line-height:1.8}.btn-group{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--navy);color:#fff;text-decoration:none;font-size:.85rem;font-weight:500;padding:.85rem 2rem;border-radius:100px;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--navy-mid);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--navy);text-decoration:none;font-size:.85rem;padding:.85rem 2rem;border-radius:100px;border:1px solid rgba(26,46,82,.25);transition:all .2s}.btn-outline:hover{border-color:var(--navy)}.phone-big{font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:300;color:var(--blue);letter-spacing:.06em;margin-top:2rem}.cta-note{font-size:.8rem;color:var(--muted);margin-top:.75rem}.page-header{background:var(--navy);padding:calc(72px + 4rem) 3rem 4rem;position:relative;overflow:hidden}.page-header:after{content:"";position:absolute;bottom:-120px;right:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(232,168,32,.08) 0,transparent 70%);pointer-events:none}.page-hero-media{background:var(--navy);padding:0 3rem;position:relative;overflow:hidden}.page-hero-media:after{content:"";position:absolute;bottom:-120px;right:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(232,168,32,.08) 0,transparent 70%);pointer-events:none;z-index:0}.page-hero-media__layout{display:grid;grid-template-columns:minmax(0,1fr) clamp(280px,34vw,440px);gap:1rem;align-items:stretch;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 3rem;box-sizing:border-box;position:relative;z-index:1}.page-hero-media__copy{min-width:0;align-self:stretch;padding:calc(72px + 4rem) 0 4rem}.page-hero-media__photo{position:relative;width:100%;height:100%;min-height:12rem;align-self:stretch;overflow:hidden}.page-hero-media .section-label{color:var(--gold)}.page-hero-media .section-label:before{background:var(--gold)}@media (max-width:820px){.page-hero-media{padding:0 1.25rem 2rem}.page-hero-media__copy{padding:calc(92px + 2rem) 0 1rem}.page-hero-media__layout{grid-template-columns:1fr;padding:0;max-width:none;min-height:0;gap:0}.page-hero-media__photo{height:auto;min-height:0;aspect-ratio:16/10;width:100%;border-radius:20px}}.page-header .section-label{color:var(--gold)}.page-header .section-label:before{background:var(--gold)}.page-header-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,4rem);font-weight:300;line-height:1.1;color:#fff;margin-bottom:1rem}.page-header-title em{font-style:italic;color:var(--gold-light)}.page-header-body{font-size:.93rem;color:hsla(0,0%,100%,.75);line-height:1.9;max-width:600px}.page-header-highlight{font-size:.88rem;color:hsla(0,0%,100%,.88);line-height:1.75;max-width:560px;margin:1rem 0 0;padding:.85rem 1.1rem;border-radius:12px;background:hsla(0,0%,100%,.08);border:1px solid rgba(212,175,55,.35)}.page-header-highlight strong{color:var(--gold-light)}.section-white{background:#fff}.section-centered{max-width:720px;margin:0 auto;text-align:center}.section-label--centered{justify-content:center}.section-title--full{max-width:100%;text-align:center}.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;list-style:none;padding:0;margin-top:2.5rem}.service-detail-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem 2rem 1.75rem}.service-detail-card h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;color:var(--navy);margin-bottom:.75rem;line-height:1.3}.service-detail-card p{font-size:.875rem;color:var(--muted);line-height:1.85}.service-detail-icon{width:38px;height:38px;background:var(--gold-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;color:var(--gold);font-size:1.1rem}.intervention-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;list-style:none;padding:0;margin-top:2.5rem}.intervention-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem 2rem 1.75rem;display:flex;flex-direction:column;min-height:0}.intervention-card-badge{display:inline-flex;flex-shrink:0;font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .85rem;border-radius:100px}.intervention-card-badge--available{background:#e6f4ec;color:#1a7a3c;border:1px solid #b3dfc2}.intervention-card-badge--soon{background:var(--gold-pale);color:var(--navy);border:1px solid rgba(232,184,64,.35)}.intervention-card .service-detail-icon{margin-bottom:1rem}.intervention-card-heading{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.75rem}.intervention-card-title{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;color:var(--navy);margin:0;line-height:1.3}.intervention-card p{font-size:.875rem;color:var(--muted);line-height:1.85;margin:0}.intervention-card p+p{margin-top:.75rem}.intervention-card-link{margin-top:auto;padding-top:1.25rem}.providers-grid{display:flex;flex-direction:column;gap:1.75rem;list-style:none;padding:0;margin-top:2.5rem}.provider-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:260px 1fr}.provider-card-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.provider-card-body{padding:2.25rem 2.5rem;display:flex;flex-direction:column;justify-content:center}.provider-card-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;color:var(--navy);margin:0}.provider-card-role{font-size:.78rem;color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.provider-card-bio{font-size:.89rem;color:var(--muted);line-height:1.85}.provider-card-bio+.provider-card-bio{margin-top:.9rem}.provider-placeholder{width:100%;height:100%;min-height:280px;background:linear-gradient(135deg,var(--navy) 0,var(--navy-mid) 100%);display:flex;align-items:center;justify-content:center}.provider-pill{display:inline-flex;align-items:center;font-size:.72rem;font-weight:500;letter-spacing:.04em;padding:.3rem .85rem;border-radius:100px;white-space:nowrap;flex-shrink:0}.provider-pill--accepting{background:#e6f4ec;color:#1a7a3c;border:1px solid #b3dfc2}.provider-pill--closed{background:#e8e8e8;color:#555;border:1px solid #ccc}.provider-placeholder-initials{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:300;color:hsla(0,0%,100%,.35);letter-spacing:.05em}.provider-name-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.provider-credentials{list-style:none;padding:0;margin-top:1.1rem;display:flex;flex-direction:column;gap:.4rem}.provider-credential-item{font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:.5rem}.provider-credential-icon{color:var(--gold);flex-shrink:0}.resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;padding:0;margin-bottom:3rem}.resource-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.75rem}.resource-card-label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:.75rem}.resource-card h3{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;color:var(--navy);margin-bottom:.6rem;line-height:1.35}.resource-card p{font-size:.845rem;color:var(--muted);line-height:1.8}.reading-item{display:flex;align-items:baseline;gap:.6rem}.reading-item:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;position:relative;top:-2px}.crisis-banner{background:var(--navy);border-radius:20px;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.crisis-banner-text h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:#fff;margin-bottom:.4rem}.crisis-banner-text p{font-size:.875rem;color:hsla(0,0%,100%,.75)}.crisis-numbers{display:flex;gap:1.5rem;flex-shrink:0}.crisis-number{text-align:center}.crisis-number a{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:300;color:var(--gold-light);text-decoration:none;letter-spacing:.05em;display:block}.crisis-number span{font-size:.72rem;color:hsla(0,0%,100%,.6);letter-spacing:.08em;text-transform:uppercase}.faq-list{display:flex;flex-direction:column;gap:1px;border:1px solid var(--border);border-radius:16px;overflow:hidden}.faq-item{background:#fff;padding:1.6rem 2rem}.faq-item:not(:last-child){border-bottom:1px solid var(--border)}.faq-item h3{font-size:.93rem;font-weight:500;color:var(--navy);margin-bottom:.5rem}.faq-item p{font-size:.865rem;color:var(--muted);line-height:1.85}.insurance-logos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden;list-style:none;padding:0;margin-bottom:3.5rem}.insurance-logo-cell{background:#fff;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;color:var(--navy);text-align:center;min-height:80px;transition:background .2s}.insurance-logo-cell:hover{background:var(--gold-pale)}.rates-table{width:100%;border-collapse:collapse}.rates-table th{text-align:left;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);padding:.75rem 1.25rem}.rates-table td,.rates-table th{border-bottom:1px solid var(--border)}.rates-table td{padding:1rem 1.25rem;font-size:.875rem;color:var(--ink)}.rates-table tr:last-child td{border-bottom:none}.rates-table tr:nth-child(2n) td{background:var(--off-white)}.rates-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden}.rates-card-header{background:var(--navy);padding:1.5rem 2rem}.rates-card-header h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:300;color:#fff}.rates-two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}.contact-info-list{margin-top:2rem}.contact-info-item{display:flex;gap:1rem;margin-bottom:1.75rem;align-items:flex-start}.contact-info-icon{width:38px;height:38px;background:var(--gold-pale);border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--gold)}.contact-info-text h4{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}.contact-info-text a,.contact-info-text p{font-size:.92rem;color:var(--navy);text-decoration:none;line-height:1.65}.contact-info-text a:hover{color:var(--blue)}.contact-trust-note{background:var(--gold-pale);border:1px solid var(--gold-light);border-radius:16px;padding:1.5rem 1.75rem;margin-top:2rem}.contact-trust-note p:first-child{font-size:.875rem;color:var(--navy);line-height:1.8}.contact-trust-note p:last-child{font-size:.8rem;color:var(--muted);margin-top:.5rem;line-height:1.7}.contact-form-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:2.5rem}.contact-form-card h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;color:var(--navy);margin-bottom:.3rem}.contact-form-card>p{font-size:.875rem;color:var(--muted);margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.1rem}.form-group label{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.form-label-required:after{content:" *";color:#b42318;font-weight:600}.form-required-key{font-size:.75rem;color:var(--muted);margin:-.25rem 0 1rem}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:10px;padding:.8rem 1rem;font-family:DM Sans,sans-serif;font-size:.88rem;color:var(--ink);background:var(--off-white);outline:none;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);background:#fff}.form-group textarea{resize:vertical;min-height:110px}.form-submit{width:100%}.form-submitted{text-align:center;padding:2rem 0}.form-submitted-icon{font-size:2.5rem;margin-bottom:1rem}.form-submitted h3{margin-bottom:.5rem}.form-submitted p{font-size:.875rem;color:var(--muted);line-height:1.8}.form-submitted button{margin-top:1.5rem;background:none;border:none;color:var(--blue);cursor:pointer;font-size:.875rem;text-decoration:underline}.about-section-img,.full-cover-image{width:100%;border-radius:16px;object-fit:cover;display:block}.about-section-img{max-height:260px;margin-bottom:1.5rem}.spravato-img{max-height:220px}.providers-about-img,.spravato-img{width:100%;border-radius:16px;object-fit:cover;display:block}.providers-about-img{max-height:460px}.nav-logo-img{height:60px;width:auto;display:block}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-14{margin-top:3.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.provider-placeholder-icon{font-size:2rem;color:hsla(0,0%,100%,.2)}footer{background:var(--navy);padding:2.75rem 3rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;row-gap:1.25rem}.footer-address{font-size:.76rem;color:hsla(0,0%,100%,.68);text-align:center;line-height:1.8;font-style:normal}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.76rem;color:hsla(0,0%,100%,.68);text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:color .2s}.footer-links a:hover{color:var(--gold-light)}.footer-copyright{flex-basis:100%;font-size:.72rem;color:hsla(0,0%,100%,.5);text-align:center;margin:0;padding-top:.25rem;line-height:1.6;letter-spacing:.04em}@media (max-width:820px){.logo-intro-center{top:calc(92px + 110px)!important;left:50%!important}nav{padding:1rem 1.25rem}.nav-links{display:none}.nav-mobile-cta{display:inline-flex}.page-header{padding:calc(92px + 2rem) 1.25rem 3rem}.intervention-cards-grid,.provider-card,.service-detail-grid{grid-template-columns:1fr}.provider-placeholder{min-height:220px}.provider-card-body{padding:.85rem 1.25rem 1.15rem}.provider-card-name{line-height:1.4;margin-top:.5rem}.provider-name-row{gap:.3rem;margin-bottom:.5rem;align-items:center}.provider-name-row .provider-pill{padding:.2rem .6rem}.provider-card-role{margin-bottom:.65rem}.resources-grid{grid-template-columns:1fr}.insurance-logos-grid{grid-template-columns:repeat(2,1fr)}.rates-two-col{grid-template-columns:1fr;gap:2rem}.contact-layout{gap:2.5rem}.contact-layout,.form-row{grid-template-columns:1fr}.crisis-banner{flex-direction:column;padding:2rem 1.5rem}.crisis-numbers{justify-content:center}.hero{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"img" "left" "inner";min-height:auto;padding-top:92px}.hero-right-img{height:220px}.hero-right-inner{padding:1.75rem 1.25rem}.stat-box{padding:1.25rem}.stat-num{font-size:2.2rem}.hero-left{padding:2rem 1.25rem 2.25rem}.hero-headline{font-size:2.6rem}.hero-body{max-width:100%;line-height:1.5}.trust-bar{flex-wrap:wrap;gap:.75rem 1.5rem;padding:1rem 1.25rem;justify-content:center}section{padding:3.5rem 0}.container{padding:0 1.25rem}.section-title{font-size:1.9rem;max-width:100%}.services-intro{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.services-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,minmax(0,1fr));gap:.85rem}.service-card{padding:1.3rem 1rem;border-radius:14px}.service-icon{width:32px;height:32px;margin-bottom:.7rem;font-size:.95rem;border-radius:7px}.service-name{font-size:.835rem;line-height:1.38}.services-link{margin-top:1.75rem}.reviews-grid{grid-template-columns:1fr;gap:1rem}.rating-big{font-size:2.75rem}.conditions-layout{grid-template-columns:1fr;gap:1.5rem}.about-layout{grid-template-columns:1fr;gap:2.5rem}.cta-section{padding:3.5rem 0}.cta-section .section-title{font-size:1.9rem}.btn-group{flex-direction:column;align-items:stretch}.btn-outline,.btn-primary{justify-content:center}.phone-big{font-size:1.75rem}footer{flex-direction:column;gap:1.5rem;padding:2.5rem 1.25rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}@media (max-width:480px){.hero-headline{font-size:2.2rem}.services-intro{margin-bottom:1.5rem}.services-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,auto);gap:.55rem}.service-card{flex-direction:row;align-items:center;gap:.85rem;padding:.8rem .95rem;border-radius:12px}.service-icon{width:30px;height:30px;margin-bottom:0;margin-top:0;font-size:.85rem;flex-shrink:0;border-radius:7px}.service-name{line-height:1.38;font-size:.845rem}.services-link{margin-top:1.25rem}.hero-btn{width:100%;justify-content:center}}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;transition:background .2s}.hamburger:hover{background:rgba(0,0,0,.05)}.bar{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.bar--top.open{transform:translateY(7px) rotate(45deg)}.bar--mid.open{opacity:0;transform:scaleX(0)}.bar--bot.open{transform:translateY(-7px) rotate(-45deg)}.mob-backdrop{display:none;position:fixed;inset:0;z-index:90;background:rgba(26,46,82,.4);backdrop-filter:blur(2px);opacity:0;transition:opacity .25s;pointer-events:none}.mob-backdrop--visible{opacity:1;pointer-events:auto}.mob-drawer{display:none;position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);z-index:95;background:#fff;padding:6.5rem 2rem 2.5rem;flex-direction:column;gap:0;box-shadow:-8px 0 32px rgba(0,0,0,.12);transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mob-drawer--open{transform:translateX(0)}.mob-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.mob-links li a{display:block;padding:1rem 0;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);text-decoration:none;font-weight:400;transition:color .2s}.mob-links li a:hover{color:var(--navy)}.mob-links li a.nav-link-active{color:var(--navy);font-weight:700;position:relative}.mob-links li a.nav-link-active:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--gold);margin-right:.6rem;vertical-align:middle;flex-shrink:0}.mob-cta{display:block;margin-top:2rem;background:var(--gold);color:var(--navy);text-align:center;text-decoration:none;font-size:.88rem;font-weight:500;padding:.85rem 1.5rem;border-radius:100px;transition:background .2s}.mob-cta:hover{background:var(--gold-light)}.mob-phone{display:block;margin-top:1rem;text-align:center;text-decoration:none;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:var(--blue);letter-spacing:.05em}@media (max-width:820px){.hamburger{display:flex}.mob-backdrop{display:block}.mob-drawer{display:flex}}.reading-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:2.5rem}.reading-topic{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;color:var(--navy);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.books-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.65rem}.book-text{font-size:.92rem;color:var(--ink)}.book-title{font-style:italic;color:var(--navy)}.book-meta{color:var(--muted);font-size:.85rem}.insurers-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2.5rem}.insurer-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--ink)}.insurer-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0;display:inline-block}.insurer-item--note{color:var(--muted);font-style:italic}.insurer-item--note .insurer-dot{background:var(--border)}.info-note{background:var(--gold-pale);border:1px solid var(--gold-light);border-radius:16px;padding:1.5rem 2rem;display:flex;gap:1rem;align-items:flex-start}.info-note-icon{color:var(--gold);font-size:1.2rem;flex-shrink:0}.info-note p{font-size:.875rem;color:var(--navy);line-height:1.8}.contact-trust-note a,.info-note a{color:var(--blue);text-decoration:none}.contact-trust-note a{font-weight:500}.copay-callout{background:hsla(0,0%,100%,.65);border:1px solid rgba(26,43,74,.12);border-left:4px solid var(--blue);border-radius:14px;padding:1.15rem 1.35rem;margin-bottom:1.75rem}.copay-callout p{font-size:.9rem;line-height:1.75;margin:0}.copay-callout p,.copay-callout strong{color:var(--navy)}.rates-category-row td{background:var(--gold-pale)!important;font-weight:600;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);padding:.6rem 1.25rem}.rates-price{font-weight:600;color:var(--navy);white-space:nowrap}.text-link{color:var(--blue);text-decoration:none}.text-link:hover{text-decoration:underline}a[href^="tel:"]:not(.btn-primary):not(.btn-outline){text-decoration:underline;text-underline-offset:.14em;text-decoration-thickness:1px}a[href^="tel:"]:not(.btn-primary):not(.btn-outline):hover{text-decoration-thickness:2px}.form-disclaimer{font-size:.75rem;color:var(--muted);margin-top:1rem;line-height:1.7}.form-field-error{font-size:.8125rem;color:#b42318;margin-top:.25rem}.form-error-banner{font-size:.875rem;color:#b42318;margin-bottom:1rem;padding:.75rem 1rem;border-radius:8px;background:#fef3f2;border:1px solid #fecdca}.form-recaptcha-hint{margin:0 0 1rem}.form-recaptcha-note{font-size:.8125rem;color:var(--muted);line-height:1.6;margin:0 0 .5rem}.form-recaptcha-legal{font-size:.7rem;color:var(--muted);line-height:1.6;margin:0 0 1rem}.form-recaptcha-legal a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.schedule-widget-container{border-radius:12px;overflow:hidden;min-height:500px}.schedule-widget-placeholder{background:var(--gold-pale);border:2px dashed var(--gold);border-radius:12px;display:flex;align-items:center;justify-content:center;min-height:500px}.schedule-widget-placeholder-text{color:var(--muted);font-size:.95rem}.schedule-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.schedule-step{background:var(--surface);border-radius:12px;padding:2rem 1.75rem}.schedule-step-num{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:var(--gold);margin:0 0 .75rem;line-height:1}.schedule-step-title{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:600;color:var(--navy);margin:0 0 .6rem}.schedule-step-body{font-size:.92rem;color:var(--ink);line-height:1.7;margin:0}@media (max-width:820px){.schedule-steps{grid-template-columns:1fr;gap:1.25rem}.schedule-widget-container{min-height:auto}}