:root{--navy:#123a63;--blue:#0876bb;--orange:#ff7226;--sky:#eaf6fb;--ice:#f7fbfd;--ink:#173047;--muted:#5b7184;--line:#d6e7ef;--white:#fff;--radius:18px;--shadow:0 18px 50px rgba(18,58,99,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65}a{color:inherit}img{max-width:100%}.skip{position:absolute;left:-999px;top:0}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:1000}.wrap{width:min(1140px,calc(100% - 2rem));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.nav{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand img{display:block;width:154px;height:82px;object-fit:contain;object-position:left center}footer .brand img{width:210px;height:auto;max-height:174px;object-fit:contain;object-position:center}.nav-links{display:flex;align-items:center;gap:1.3rem}.nav-links a{text-decoration:none;font-size:.94rem;font-weight:650}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--blue)}.menu{display:none;width:48px;height:48px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu span{display:block;width:22px;height:2px;border-radius:2px;background:var(--navy)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.75rem 1.1rem;border-radius:999px;background:var(--blue);color:#fff;text-decoration:none;font-weight:750;border:2px solid var(--blue);transition:.2s}.button:hover{transform:translateY(-1px);background:var(--navy);border-color:var(--navy)}.button.alt{background:#fff;color:var(--navy);border-color:var(--line)}.button.alt:hover{background:var(--sky)}.hero{overflow:hidden;background:linear-gradient(135deg,#f9fdff 0%,#eaf6fb 65%,#d7eff8 100%);padding:clamp(4rem,9vw,8rem) 0 5rem;position:relative}.hero:after{content:"";position:absolute;width:420px;height:420px;border:70px solid rgba(8,118,187,.08);border-right-color:rgba(255,114,38,.14);border-radius:50%;right:-130px;top:-160px}.eyebrow{font-size:.76rem;text-transform:uppercase;letter-spacing:.17em;font-weight:850;color:var(--blue)}h1,h2,h3{line-height:1.15;color:var(--navy);margin-top:0}h1{font-size:clamp(2.45rem,6vw,5.1rem);letter-spacing:-.05em;max-width:850px;margin-bottom:1.2rem}h2{font-size:clamp(1.9rem,3.5vw,3.25rem);letter-spacing:-.035em}h3{font-size:1.2rem}.lead{font-size:clamp(1.08rem,1.8vw,1.3rem);color:var(--muted);max-width:720px}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.8rem}.trustline{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2.3rem;color:var(--navy);font-weight:650;font-size:.92rem}.trustline span:before{content:"✓";color:var(--blue);margin-right:.4rem}.rating{display:inline-flex;align-items:center;gap:.45rem;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.55rem .8rem;color:var(--navy);font-weight:750;text-decoration:none;box-shadow:0 6px 20px rgba(18,58,99,.08)}.stars{color:#f5a000;letter-spacing:.04em}.hours{display:grid;grid-template-columns:auto 1fr;gap:.45rem 1.2rem}.hours dt{font-weight:750;color:#fff}.hours dd{margin:0;color:#d8e9f4}.section{padding:clamp(4rem,7vw,6.5rem) 0}.section.tint{background:var(--ice)}.section-head{max-width:720px;margin-bottom:2.2rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.45rem;box-shadow:0 8px 25px rgba(18,58,99,.05)}.card p{color:var(--muted);margin-bottom:0}.num{display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--sky);color:var(--blue);font-weight:850;margin-bottom:1rem}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,6vw,5rem);align-items:start}.panel{background:var(--navy);color:#fff;padding:clamp(1.7rem,4vw,3rem);border-radius:24px;box-shadow:var(--shadow)}.panel h2,.panel h3{color:#fff}.panel p{color:#d8e9f4}.list{padding:0;list-style:none}.list li{padding:.72rem 0;border-bottom:1px solid var(--line)}.list li:last-child{border-bottom:0}.quote{font-size:1.1rem;border-left:4px solid var(--blue);padding-left:1.2rem;color:var(--navy)}.cta{background:linear-gradient(125deg,var(--navy),#175b88);color:#fff;border-radius:28px;padding:clamp(2rem,5vw,4rem);display:flex;justify-content:space-between;align-items:center;gap:2rem}.cta h2{color:#fff;margin-bottom:.6rem}.cta p{color:#d8e9f4;margin:0}.cta .button{background:#fff;color:var(--navy);border-color:#fff}.page-hero{background:var(--sky);padding:4.5rem 0 3.5rem}.page-hero h1{font-size:clamp(2.4rem,5vw,4.2rem);max-width:800px}.faq details{border-bottom:1px solid var(--line);padding:1rem 0}.faq summary{cursor:pointer;font-weight:750;color:var(--navy)}.faq p{color:var(--muted)}footer{background:#0f2e4b;color:#d8e9f4;padding:3rem 0 6rem}.footer-grid{display:grid;grid-template-columns:1.05fr .65fr 1fr 1.2fr;gap:clamp(1.5rem,3vw,3.5rem);align-items:start}.footer-brand{text-align:center;justify-self:start;max-width:270px}.footer-brand .brand{justify-content:center;width:100%;padding:.8rem 1rem;background:#fff;border:1px solid rgba(255,255,255,.72);border-radius:20px;box-shadow:0 12px 28px rgba(0,0,0,.22)}.footer-brand .brand img{filter:none}.footer-links{display:grid;gap:.5rem}.footer-map h3,.footer-grid h3{color:#fff;font-size:1rem;margin-bottom:1rem}.map-frame{display:block;width:100%;height:180px;border:0;border-radius:16px;background:#d6e7ef}.map-link{display:inline-block;margin-top:.7rem;font-weight:700}.footer-address{font-style:normal}.social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:1.2rem}.social-links a{display:inline-flex;align-items:center;gap:.42rem;min-height:42px;padding:.45rem .7rem;border:1px solid rgba(255,255,255,.24);border-radius:999px;text-decoration:none;font-size:.84rem;font-weight:700;transition:background .2s,border-color .2s}.social-links a:hover,.social-links a:focus-visible{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.55)}.social-icon{display:grid;place-items:center;width:1.45rem;height:1.45rem;border-radius:50%;background:#fff;color:#0f2e4b;font-size:1rem;font-weight:900;line-height:1}.instagram{font-size:1.2rem}.tiktok{font-size:1.05rem}.footer-grid a{color:#fff}.fine{font-size:.84rem;color:#a9c4d6}.company-details{margin:1rem 0 0;color:#fff;font-size:.9rem;line-height:1.5}.company-details span{color:#bcd2e1}.floating{display:none;position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:60;box-shadow:0 12px 30px rgba(0,0,0,.24)}
.therapist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.therapist-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 30px rgba(18,58,99,.08)}.therapist-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.therapist-card .winston-photo{object-position:center 58%}.therapist-card .tommy-photo{object-position:center 42%}.therapist-copy{padding:1.45rem}.therapist-copy h3{font-size:1.65rem;margin-bottom:.4rem}.therapist-role{color:var(--blue);font-weight:750}.therapist-copy p:last-child{color:var(--muted);margin-bottom:0}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);gap:clamp(2rem,5vw,4rem);align-items:center}.hero-photo,.photo-grid figure,.treatment-grid figure,.community-grid figure{margin:0}.hero-photo{overflow:hidden;background:#fff;border:8px solid #fff;border-radius:28px;box-shadow:0 24px 60px rgba(18,58,99,.18)}.hero-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.hero-photo figcaption{padding:.75rem 1rem;color:var(--navy);font-size:.9rem;font-weight:700}.centre-gallery{background:#fff}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.photo-grid figure:first-child{grid-column:1/-1}.photo-grid figure,.treatment-grid figure,.community-grid figure{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 30px rgba(18,58,99,.08)}.photo-grid img,.treatment-grid img,.community-grid img{display:block;width:100%;object-fit:cover}.photo-grid img{aspect-ratio:16/9}.treatment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.treatment-grid img{aspect-ratio:4/3;object-position:center 48%}.community-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.community-grid img{aspect-ratio:4/3;object-position:center 32%}.photo-grid figcaption,.treatment-grid figcaption,.community-grid figcaption{padding:.8rem 1rem;color:var(--navy);font-weight:700;font-size:.92rem}.community-section{background:var(--sky)}@media(max-width:980px){.hero-layout{grid-template-columns:1fr}.hero-photo{max-width:680px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{justify-self:start}}@media(max-width:820px){.nav{min-height:82px}.site-header .brand img{width:128px;height:68px}.menu{display:flex}.nav-links{display:none;position:absolute;left:0;right:0;top:82px;background:#fff;padding:1rem;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.nav-links .button{width:100%}.grid,.grid.two,.split,.footer-grid,.therapist-grid,.photo-grid,.treatment-grid,.community-grid{grid-template-columns:1fr}.photo-grid figure:first-child{grid-column:auto}.footer-brand{justify-self:center}.footer-links{text-align:center}.footer-contact{text-align:center}.footer-map{text-align:center}.map-frame{height:220px}.hero{padding-top:3.5rem}.cta{align-items:flex-start;flex-direction:column}.floating{display:flex}footer{padding-bottom:7rem}}
@media(max-width:360px){.site-header .brand img{width:112px;height:60px}.wrap{width:min(100% - 1.25rem,1140px)}h1{font-size:2.15rem}.card{padding:1.1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

