*,:after,:before{box-sizing:border-box;margin:0;padding:0}: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}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,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}.logo-mark{width:34px;height:34px;border-radius:50%;overflow:hidden;display:flex;flex-shrink:0}.logo-half-blue{width:50%;height:100%;background:var(--blue)}.logo-half-yellow{width:50%;height:100%;background:var(--gold)}.logo-text{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:600;color:var(--navy);letter-spacing:.01em}.logo-text span{color:var(--gold)}.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;max-height:800px;display:grid;grid-template-columns:55% 45%;padding-top:72px}.hero-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%)}.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:-moz-fit-content;width:fit-content;transition:background .2s,transform .2s}.hero-btn:hover{background:var(--gold-light);transform:translateY(-1px)}.hero-right{overflow:hidden;position:relative}.hero-right img{width:100%;height:100%;object-fit:cover;display:block}.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}.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;grid-gap:4rem;gap:4rem;align-items:end;margin-bottom:3.5rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5px;gap:1.5px;background:var(--border);border:1.5px solid var(--border);border-radius:16px;overflow:hidden;list-style:none;padding:0}.service-card{background:#fff;padding:2rem 1.75rem;transition:background .2s}.service-card:hover,.service-icon{background:var(--gold-pale)}.service-icon{width:34px;height:34px;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)}.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);grid-gap:1.25rem;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)}.review-date{font-size:.73rem;color:var(--muted);margin-top:.15rem}.conditions-section{background:#fff}.conditions-layout{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;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;grid-gap:5rem;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:6rem 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-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}.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.75rem;gap:1.75rem;list-style:none;padding:0}.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}.providers-grid{display:flex;flex-direction:column;gap:1.75rem;list-style:none;padding:0}.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-bottom:.2rem}.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-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}.resources-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;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);grid-gap:1px;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;grid-gap:3rem;gap:3rem;align-items:start}.contact-layout{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:4rem;gap:4rem;align-items:start}.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-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;grid-gap:1rem;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-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%}footer{background:var(--navy);padding:2.75rem 3rem;display:flex;align-items:center;justify-content:space-between}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.25rem;color:#fff;font-weight:400}.footer-logo span{color:var(--gold)}.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)}@media (max-width:820px){nav{padding:1rem 1.25rem}.nav-links{display:none}.nav-mobile-cta{display:inline-flex}.page-header{padding:5rem 1.25rem 3rem}.provider-card,.service-detail-grid{grid-template-columns:1fr}.provider-placeholder{min-height:220px}.provider-card-body{padding:1.25rem}.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;min-height:auto;padding-top:64px}.hero-right{height:280px;order:-1}.hero-left{padding:3rem}.hero-headline{font-size:2.6rem}.hero-body{max-width:100%}.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}.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-grid{grid-template-columns:1fr}.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);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .25s}.mob-backdrop--visible{opacity:1}.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;border-top:1px solid var(--border)}.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;border-bottom:1px solid var(--border);transition:color .2s}.mob-links li a:hover{color:var(--navy)}.mob-links li a.nav-link-active{color:var(--navy);font-weight:500;border-left:3px solid var(--gold);padding-left:.75rem}.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}.nav-mobile-cta{display:none}}