@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;1,9..144,300;1,9..144,400&family=Inter:wght@400;500;600&display=swap";:root{--forest: #2A3D1C;--clay: #8B5E3C;--sage: #7A9B5A;--cream: #F7F3EC;--parchment:#EDE6D8;--sand: #D9CCBA;--ink: #1E1E1E;--muted: #5C5448;--white: #FFFFFF;--max-width: 1160px;--radius: 4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--white);line-height:1.75}h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;line-height:1.2;font-weight:400;color:var(--forest)}h1{font-size:clamp(2.2rem,5vw,3.6rem)}h2{font-size:clamp(1.7rem,3.5vw,2.4rem)}h3{font-size:1.3rem}p{margin-bottom:1.1rem}p:last-child{margin-bottom:0}a{color:var(--forest);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{background:var(--forest);border-bottom:1px solid rgba(255,255,255,.07)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:var(--max-width);margin:0 auto}.site-logo{font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:400;color:var(--white);text-decoration:none;letter-spacing:.01em}.site-logo:hover{text-decoration:none;opacity:.9}.site-nav{display:flex;align-items:center;gap:2rem}.site-nav .nav-link{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#ffffffbf;letter-spacing:.02em;transition:color .15s}.site-nav .nav-link:hover{color:var(--white);text-decoration:none}.nav-cta{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;background:var(--sage);color:var(--white)!important;padding:.45rem 1.1rem;border-radius:2px;letter-spacing:.02em;transition:background .15s}.nav-cta:hover{background:#8aaf69;text-decoration:none}@media(max-width:640px){.site-nav .nav-link{display:none}}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:580px}.hero-text{background:var(--cream);padding:5rem 4rem 5rem 2rem;display:flex;flex-direction:column;justify-content:center}.hero-text .eyebrow{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--clay);margin-bottom:1.25rem}.hero-text h1{color:var(--forest);margin-bottom:1.25rem;font-weight:300}.hero-text h1 em{font-style:italic;color:var(--clay)}.hero-text p{font-size:1.05rem;color:var(--muted);line-height:1.8;max-width:440px;margin-bottom:2.25rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-image{position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image .image-credit{position:absolute;bottom:.75rem;right:.75rem;font-size:.7rem;color:#ffffff8c;font-family:Inter,sans-serif}@media(max-width:768px){.hero{grid-template-columns:1fr}.hero-image{height:280px;order:-1}.hero-text{padding:3rem 1.5rem}.hero-text p{max-width:100%}}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.75rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .15s;letter-spacing:.02em;border-radius:2px}.btn:hover{text-decoration:none}.btn-primary{background:var(--forest);color:var(--white)}.btn-primary:hover{background:#344d23}.btn-ghost{background:transparent;color:var(--forest);border:1.5px solid var(--sand)}.btn-ghost:hover{border-color:var(--forest)}.btn-clay{background:var(--clay);color:var(--white)}.btn-clay:hover{background:#7a5233}.intro-strip{background:var(--forest);color:#ffffffd1;padding:2.25rem 1.5rem;text-align:center}.intro-strip p{font-size:1.05rem;max-width:680px;margin:0 auto;line-height:1.8}.intro-strip strong{color:var(--white);font-weight:500}.stat-row{display:flex;justify-content:center;gap:0;border-top:1px solid var(--sand);border-bottom:1px solid var(--sand)}.stat-item{flex:1;max-width:220px;text-align:center;padding:2.5rem 1.5rem;border-right:1px solid var(--sand)}.stat-item:last-child{border-right:none}.stat-item .num{font-family:Fraunces,Georgia,serif;font-size:2.75rem;font-weight:300;color:var(--forest);line-height:1;margin-bottom:.4rem}.stat-item .label{font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}@media(max-width:600px){.stat-row{flex-wrap:wrap}.stat-item{min-width:50%;border-bottom:1px solid var(--sand)}}.section{padding:5rem 0}.section-cream{background:var(--cream)}.section-parchment{background:var(--parchment)}.section-forest{background:var(--forest);color:var(--white)}.section-forest h2,.section-forest h3{color:var(--white)}.section-eyebrow{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--clay);margin-bottom:.85rem}.section-forest .section-eyebrow{color:#ffffff80}.editorial-split{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:460px}.editorial-split.reverse{direction:rtl}.editorial-split.reverse>*{direction:ltr}.editorial-photo{position:relative;overflow:hidden;min-height:380px}.editorial-photo img{width:100%;height:100%;object-fit:cover}.editorial-body{padding:4rem 3.5rem;display:flex;flex-direction:column;justify-content:center;background:var(--cream)}.editorial-body h2{margin-bottom:1rem}.editorial-body p{color:var(--muted);font-size:1rem;line-height:1.8}.editorial-body .btn{margin-top:2rem;align-self:flex-start}@media(max-width:768px){.editorial-split{grid-template-columns:1fr;direction:ltr}.editorial-split.reverse{direction:ltr}.editorial-photo{min-height:260px}.editorial-body{padding:2.5rem 1.5rem}}.therapy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;background:var(--sand);border:1px solid var(--sand)}.therapy-card{background:var(--white);padding:2rem;display:flex;flex-direction:column;transition:background .15s}.therapy-card:hover{background:var(--cream)}.therapy-card .tag{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--clay);margin-bottom:.6rem;font-family:Inter,sans-serif}.therapy-card h3{font-size:1.2rem;margin-bottom:.65rem;color:var(--forest)}.therapy-card p{font-size:.9rem;color:var(--muted);line-height:1.7;flex:1}.therapy-card .card-link{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:var(--forest);margin-top:1.25rem;display:inline-flex;align-items:center;gap:.3rem;transition:gap .15s}.therapy-card .card-link:hover{gap:.5rem;text-decoration:none}.pull-quote{background:var(--parchment);border-left:3px solid var(--clay);padding:2.5rem 2.5rem 2.5rem 2.75rem;max-width:700px;margin:0 auto}.pull-quote blockquote{font-family:Fraunces,Georgia,serif;font-size:1.45rem;font-weight:300;font-style:italic;color:var(--forest);line-height:1.55;margin-bottom:1rem}.pull-quote cite{font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.05em;color:var(--muted);font-style:normal}.mosaic-quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mosaic-quote-text{min-width:0}@media(max-width:860px){.mosaic-quote-grid{grid-template-columns:1fr;gap:2.5rem}}.photo-mosaic{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:6px;height:480px}.photo-mosaic .main-photo{grid-row:1 / 3;overflow:hidden}.photo-mosaic .side-photo{overflow:hidden}.photo-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.photo-mosaic img:hover{transform:scale(1.02)}@media(max-width:640px){.photo-mosaic{grid-template-columns:1fr;grid-template-rows:auto;height:auto}.photo-mosaic .main-photo{grid-row:auto;height:240px}.photo-mosaic .side-photo{height:180px}}.states-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:0;background:var(--sand);border:1px solid var(--sand)}.state-card{background:var(--white);padding:.85rem .75rem;text-align:center;color:var(--forest);font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;transition:background .12s,color .12s;border:none;display:block;line-height:1.4}.state-card:hover{background:var(--forest);color:var(--white);text-decoration:none}.state-card .abbr{display:block;font-size:1rem;font-weight:700;margin-bottom:.15rem;font-family:Fraunces,Georgia,serif}.cta-band{background:var(--clay);color:var(--white);padding:4.5rem 1.5rem;text-align:center}.cta-band h2{color:var(--white);margin-bottom:.85rem}.cta-band p{color:#ffffffd1;font-size:1.05rem;max-width:560px;margin:0 auto 2rem;line-height:1.8}.cta-band .btn-white{background:var(--white);color:var(--clay);font-weight:700;padding:.85rem 2.25rem;border-radius:2px;font-family:Inter,sans-serif;font-size:.95rem;letter-spacing:.02em}.cta-band .btn-white:hover{background:var(--cream);text-decoration:none}.cta-band .fine-print{margin-top:1.25rem;font-size:.8rem;color:#ffffff80}.breadcrumb{background:var(--cream);border-bottom:1px solid var(--sand);padding:.7rem 0}.breadcrumb ol{list-style:none;display:flex;gap:.5rem;flex-wrap:wrap;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:.82rem}.breadcrumb li+li:before{content:"/";color:var(--sand);margin-right:.5rem}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--forest)}.breadcrumb span{color:var(--muted)}.page-hero{background:var(--cream);border-bottom:1px solid var(--sand);padding:3.5rem 1.5rem 3rem}.page-hero .eyebrow{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--clay);margin-bottom:.7rem}.page-hero h1{font-size:clamp(1.9rem,4vw,2.8rem);margin-bottom:.85rem;max-width:700px}.page-hero p{color:var(--muted);font-size:1.05rem;max-width:620px;line-height:1.8}.page-content{max-width:720px;margin:0 auto;padding:3.5rem 1.5rem}.page-content h2{font-size:1.55rem;margin-top:2.75rem;margin-bottom:.85rem}.page-content h2:first-child{margin-top:0}.page-content p{color:var(--muted);margin-bottom:1.25rem}.page-content ul{padding-left:1.4rem;margin-bottom:1.25rem;color:var(--muted)}.page-content ul li{margin-bottom:.4rem}.page-content .divider{border:none;border-top:1px solid var(--sand);margin:2.5rem 0}.info-box{background:var(--parchment);border-left:3px solid var(--sage);padding:1.5rem 1.75rem;margin:2rem 0;border-radius:0 2px 2px 0}.info-box h3{font-size:1.05rem;margin-bottom:.4rem}.info-box p{font-size:.92rem;color:var(--muted);margin:0}.therapy-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;margin:1.5rem 0}.therapy-link{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;border:1px solid var(--sand);border-radius:2px;color:var(--forest);font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:all .12s;background:var(--white)}.therapy-link:hover{background:var(--forest);color:var(--white);border-color:var(--forest);text-decoration:none}.site-footer{background:#1c2914;color:#fff9;padding:4rem 0 2rem;font-family:Inter,sans-serif;font-size:.875rem}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .footer-logo{font-family:Fraunces,Georgia,serif;font-size:1.15rem;color:var(--white);margin-bottom:.75rem;display:block}.footer-brand p{font-size:.83rem;line-height:1.7;color:#ffffff80}.footer-col h4{font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.45rem}.footer-col a{color:#fff9;transition:color .15s}.footer-col a:hover{color:var(--white);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-bottom p{color:#ffffff4d;font-size:.78rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}}
