.icon[data-astro-cid-ccg5yoga]{stroke:currentColor;stroke-width:var(--icon-stroke);stroke-linecap:round;stroke-linejoin:round;flex:none;display:block}@font-face{font-family:Overpass Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/overpass-cyrillic-ext-wght-normal.B1PfurAb.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Overpass Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/overpass-cyrillic-wght-normal.Bb0oHPsy.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Overpass Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/overpass-vietnamese-wght-normal.BfgOsjc9.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Overpass Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/overpass-latin-ext-wght-normal.DvafStyF.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Overpass Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/overpass-latin-wght-normal.qAR8M_co.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-white:#fff;--color-ink:#171a1b;--color-copy:#5d6871;--color-green:#69b94f;--color-green-strong:#3f9138;--color-green-dark:#286d2a;--color-sage:#eef6ec;--color-line:#dce8d9;--color-footer:#20282e;--font-sans:"Overpass Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--container:1360px;--page-pad:clamp(1.25rem, 4vw, 4rem);--radius-sm:8px;--radius-md:12px;--section-space:clamp(5rem, 9vw, 9rem);--focus-ring:0 0 0 3px #3f91384d}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light;background:var(--color-white)}body{background:var(--color-white);min-width:320px;color:var(--color-ink);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;font-weight:400;line-height:1.6}body,button,a{font-family:var(--font-sans)}img,svg{max-width:100%}img{height:auto;display:block}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:1px}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{box-shadow:var(--focus-ring);outline:2px solid var(--color-green-dark);outline-offset:3px;border-radius:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--color-ink);letter-spacing:-.035em;font-weight:520}h1{font-size:clamp(3rem,5.2vw,5.25rem);line-height:.99}h2{font-size:clamp(2.25rem,3.6vw,4rem);line-height:1.08}h3{font-size:clamp(1.45rem,2.1vw,2rem);line-height:1.2}p,li,dd{color:var(--color-copy)}.container{width:min(100% - (2 * var(--page-pad)), var(--container));margin-inline:auto}.appointment-shell{width:min(100% - 1.5rem,1512px);margin-inline:auto}.section{padding-block:var(--section-space)}.section-shell{border-radius:var(--radius-md);overflow:hidden}.skip-link{z-index:1000;border-radius:var(--radius-sm);background:var(--color-ink);color:var(--color-white);padding:.8rem 1rem;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.button{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;gap:.75rem;min-height:52px;padding:.85rem 1.4rem;font-size:1rem;font-weight:520;line-height:1.2;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.button .icon:last-child,.text-link .icon:last-child,.route-link .icon:last-child{transition:transform .18s}.button:hover .icon:last-child,.text-link:hover .icon:last-child,.route-link:hover .icon:last-child{transform:translate(3px)}.button-primary{background:var(--color-green-strong);color:var(--color-white)}.button-primary:hover{background:var(--color-green-dark)}.button-outline{border-color:var(--color-green-strong);background:var(--color-white);color:var(--color-green-dark)}.button-outline:hover{background:var(--color-sage)}.button-light{background:var(--color-white);color:var(--color-green-dark)}.button-light:hover{background:var(--color-sage)}.button-on-green{color:var(--color-white);border-color:#ffffffe6}.button-on-green:hover{background:#ffffff1a}.button-row{flex-wrap:wrap;gap:1rem;display:flex}.text-link{color:var(--color-green-dark);align-items:center;gap:.6rem;font-weight:520;text-decoration:none;display:inline-flex}.site-header{z-index:100;background:#fffffffa;position:relative}.header-inner{grid-template-columns:minmax(190px,260px) 1fr;align-items:center;gap:clamp(2rem,5vw,6rem);min-height:136px;display:grid}.brand{width:min(100%,250px);display:block}.brand img{width:100%}.site-nav{justify-content:flex-end;align-items:center;gap:clamp(1.5rem,3vw,3.5rem);display:flex}.site-nav ul{align-items:center;gap:clamp(1.2rem,2.5vw,3rem);margin:0;padding:0;list-style:none;display:flex}.site-nav ul a{color:var(--color-ink);font-size:1.03rem;font-weight:450;text-decoration:none;position:relative}.site-nav ul a:after{background:var(--color-green);content:"";transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:-.5rem;left:0;right:0;transform:scaleX(0)}.site-nav ul a:hover:after,.site-nav ul a[aria-current=page]:after{transform:scaleX(1)}.menu-toggle{width:48px;height:48px;color:var(--color-ink);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:none}.section-heading{grid-template-columns:max-content 1fr;align-items:center;gap:clamp(2rem,4vw,5rem);margin-bottom:clamp(3rem,6vw,5.5rem);display:grid}.section-heading h1,.section-heading h2{margin:0}.section-heading span{background:var(--color-green);height:2px}.short-rule{background:var(--color-green);width:min(100%,300px);height:2px;margin:.6rem 0 1.6rem}.home-hero{grid-template-columns:minmax(500px,.95fr) minmax(600px,1.15fr);align-items:center;gap:clamp(2rem,3vw,3rem);min-height:640px;padding-top:clamp(2rem,4vw,4rem);display:grid}.home-hero-copy{z-index:2;padding-bottom:3rem;position:relative}.home-hero h1{max-width:12ch;margin-bottom:2rem}.home-hero .button{min-height:58px}.home-hero-copy>p{max-width:33rem;margin-bottom:2.5rem;font-size:clamp(1.15rem,1.4vw,1.35rem);line-height:1.55}.home-hero-media{margin-right:calc(-1 * max(var(--page-pad), (100vw - var(--container)) / 2));align-self:end}.home-hero-media img{object-fit:contain;object-position:center bottom;width:100%;max-height:620px}.focus-section{background:var(--color-sage);padding-block:clamp(4.5rem,7vw,7rem)}.focus-grid{grid-template-columns:repeat(3,1fr);gap:clamp(2.5rem,7vw,8rem);display:grid}.focus-item{min-width:0}.focus-icon{width:56px;height:56px;color:var(--color-green);margin-bottom:1.5rem}.focus-item h3{margin-bottom:.8rem}.focus-item p{min-height:3.8rem;margin-bottom:1.4rem;font-size:1.08rem}.trust-section{grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);align-items:stretch;margin-top:clamp(4rem,7vw,7rem);display:grid}.trust-media img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:570px}.trust-copy{background:var(--color-white);flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7.5rem);display:flex}.trust-copy h2{max-width:14ch;margin-bottom:1.6rem}.trust-copy>p{max-width:30rem;font-size:1.2rem}.trust-note{border-top:2px solid var(--color-green);color:var(--color-copy);margin-top:2rem;padding-top:1.5rem}.team-feature{min-height:620px;padding-top:var(--section-space);grid-template-columns:minmax(380px,.75fr) minmax(600px,1.25fr);align-items:center;gap:clamp(2rem,5vw,6rem);display:grid}.team-feature-copy{padding-bottom:2rem}.team-feature-copy h2{max-width:14ch;margin-bottom:1.7rem}.team-feature-copy p{max-width:32rem;margin-bottom:2rem;font-size:1.18rem}.team-feature-media{margin-right:calc(-1 * max(var(--page-pad), (100vw - var(--container)) / 2));align-self:end}.team-feature-media img{object-fit:contain;object-position:center bottom;width:100%;max-height:620px}.doctor-profile{background:var(--color-sage);padding-block:clamp(2.5rem,5vw,4.5rem)}.doctor-profile-inner{grid-template-columns:minmax(230px,340px) minmax(0,1fr);align-items:center;gap:clamp(2.5rem,5vw,5rem);display:grid}.doctor-profile-inner img{border-radius:var(--radius-sm);object-fit:cover;width:100%;max-height:430px}.doctor-profile h2{margin-bottom:.6rem;font-size:clamp(2rem,3.2vw,3rem)}.doctor-role{color:var(--color-green-dark);font-size:1.2rem;font-weight:520}.qualification-list{margin:1.5rem 0 2rem;padding:0;list-style:none}.qualification-list li{color:var(--color-ink);margin:.35rem 0;font-size:1.08rem}.appointment-band{margin-top:var(--section-space);background:var(--color-green-strong);grid-template-columns:1fr 1fr;display:grid}.appointment-copy{flex-direction:column;justify-content:center;min-height:410px;padding:clamp(3rem,6vw,6rem);display:flex}.appointment-copy h2,.appointment-copy p{color:var(--color-white)}.appointment-copy h2{margin-bottom:1rem;font-size:clamp(2.25rem,3.3vw,3.2rem)}.appointment-copy p{max-width:30rem;margin-bottom:2rem;font-size:1.2rem}.appointment-media img{object-fit:cover;width:100%;height:100%;min-height:410px}.contact-section{grid-template-columns:.95fr .9fr 1.25fr;align-items:start;gap:clamp(2.5rem,5vw,6rem);display:grid}.contact-section h2{margin-bottom:0;font-size:clamp(2rem,2.6vw,2.75rem)}.contact-section p,.contact-section dt,.contact-section dd,.contact-section a{font-size:1.08rem}.contact-practice{color:var(--color-green-dark);font-weight:520}.contact-links{flex-direction:column;gap:.7rem;margin-top:1.8rem;display:flex}.contact-links a,.route-link{color:var(--color-green-dark);align-items:center;gap:.75rem;font-weight:520;text-decoration:none;display:inline-flex}.hours-list{margin:0}.hours-list div{grid-template-columns:2.8rem 1fr;gap:.8rem;margin:.4rem 0;display:grid}.hours-list dt,.hours-list dd{color:var(--color-ink);margin:0}.hours-note{margin-top:1rem;font-size:.98rem!important}.route-column img{aspect-ratio:16/9;border-radius:var(--radius-sm);object-fit:cover;width:100%}.route-link{margin-top:1rem}.route-link span{flex:1}.site-footer{background:var(--color-footer);color:var(--color-white);padding-block:clamp(3rem,5vw,5rem)}.footer-inner{grid-template-columns:minmax(220px,.8fr) minmax(0,1.7fr) minmax(220px,.65fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.footer-brand img{filter:grayscale()brightness(0)invert();width:min(100%,250px)}.footer-brand p,.footer-contact p{color:#ffffffb3;margin:1rem 0 0;font-size:.9rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:.9rem clamp(1.2rem,2.5vw,2.5rem);display:flex}.footer-nav a,.footer-contact a{color:var(--color-white);text-decoration:none}.footer-nav a:hover,.footer-contact a:hover{color:#a9e58f}.footer-contact{text-align:right;flex-direction:column;align-items:flex-end;gap:.45rem;display:flex}.page-hero{grid-template-columns:minmax(380px,.88fr) minmax(520px,1.12fr);align-items:center;gap:clamp(3rem,6vw,7rem);min-height:590px;padding-block:clamp(3rem,6vw,6rem);display:grid}.page-hero-copy h1{max-width:10ch;margin-bottom:2rem}.page-hero-copy p{max-width:34rem;font-size:clamp(1.2rem,1.6vw,1.5rem)}.page-hero-media img{aspect-ratio:4/3;border-radius:var(--radius-md);object-fit:cover;object-position:var(--image-position,center);width:100%}.reading-section{border-top:2px solid var(--color-green);grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(4rem,8vw,9rem);display:grid}.reading-intro{align-self:start;position:sticky;top:2rem}.reading-intro p{font-size:clamp(1.25rem,1.8vw,1.55rem);line-height:1.55}.reading-sections article{padding-bottom:clamp(3rem,5vw,5rem)}.reading-sections article+article{border-top:1px solid var(--color-line);padding-top:clamp(3rem,5vw,5rem)}.reading-sections h2{margin-bottom:1.5rem;font-size:clamp(2rem,3vw,3rem)}.reading-sections p,.reading-sections li{max-width:48rem;font-size:1.12rem}.reading-sections ul{gap:.75rem;padding-left:1.2rem;display:grid}.notice{border-left:3px solid var(--color-green-strong);background:var(--color-sage);padding:1.2rem 1.5rem}.notice p:last-child{margin-bottom:0}.service-index{border-top:1px solid var(--color-line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.service-index a{border-bottom:1px solid var(--color-line);color:var(--color-ink);grid-template-columns:1fr auto;align-items:center;gap:1.5rem;padding:2rem 0;text-decoration:none;display:grid}.service-index a:nth-child(odd){margin-right:clamp(2rem,5vw,5rem)}.service-index a:nth-child(2n){margin-left:clamp(2rem,5vw,5rem)}.service-index h3{margin:0 0 .4rem}.service-index p{margin:0}.service-index .icon{color:var(--color-green-dark)}.team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,3vw,3rem);display:grid}.team-person img{aspect-ratio:2/3;border-radius:var(--radius-sm);object-fit:cover;width:100%}.team-person h3{margin:1rem 0 0;font-size:1.35rem}.team-person p{margin:.25rem 0 0}.legal-copy{max-width:860px;margin-inline:auto}.legal-copy h1{max-width:12ch;margin-bottom:2rem}.legal-copy h2{margin-top:3.5rem;font-size:clamp(1.7rem,2.7vw,2.5rem)}.legal-copy p,.legal-copy li{font-size:1.05rem}.legal-copy a{color:var(--color-green-dark)}.error-page{text-align:center;min-height:62vh}.error-page h1{max-width:12ch;margin-inline:auto}.error-page>p:not(.error-code){max-width:38rem;margin:0 auto 2rem;font-size:1.2rem}.error-code{color:var(--color-green-dark);letter-spacing:.12em;margin-bottom:.5rem;font-size:1.1rem;font-weight:650}@media (width<=1180px){.header-inner{gap:2rem}.site-nav,.site-nav ul{gap:1.2rem}.home-hero,.team-feature{grid-template-columns:minmax(360px,.9fr) minmax(500px,1.1fr);gap:2rem}.contact-section{grid-template-columns:1fr 1fr}.route-column{grid-column:1/-1}.route-column img{max-height:460px}}@media (width<=900px){:root{--section-space:clamp(4.5rem, 14vw, 7rem)}html.menu-open{overflow:hidden}.header-inner{grid-template-columns:minmax(170px,230px) 1fr;min-height:104px}.menu-toggle{justify-self:end;display:inline-flex}.site-nav{border-top:1px solid var(--color-line);background:var(--color-white);height:calc(100vh - 104px);padding:2rem var(--page-pad) 3rem;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2rem;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.site-nav.is-open{display:flex}.site-nav ul{flex-direction:column;align-items:stretch;gap:0}.site-nav ul a{border-bottom:1px solid var(--color-line);padding:1rem 0;font-size:1.35rem;display:block}.site-nav ul a:after{display:none}.nav-booking{width:100%}.home-hero,.team-feature,.page-hero,.trust-section,.doctor-profile-inner,.appointment-band,.reading-section{grid-template-columns:1fr}.home-hero{gap:0;min-height:0;padding-top:3.5rem}.home-hero-copy{padding-bottom:3.5rem}.home-hero-media img,.team-feature-media img{max-height:none}.home-hero-media,.team-feature-media{margin-right:0}.focus-grid{grid-template-columns:1fr;gap:0}.focus-item{border-bottom:1px solid #3f913840;padding-block:2.25rem}.focus-item:first-child{padding-top:0}.focus-item:last-child{border-bottom:0;padding-bottom:0}.focus-item p{min-height:0}.trust-media img{aspect-ratio:4/3;min-height:0}.trust-copy{padding:clamp(3rem, 9vw, 5rem) var(--page-pad)}.team-feature{min-height:0}.team-feature-copy{padding-bottom:3rem}.doctor-profile{padding-block:var(--section-space)}.doctor-profile-inner img{width:min(100%,360px)}.appointment-copy,.appointment-media img{min-height:360px}.contact-section{grid-template-columns:1fr}.route-column{grid-column:auto}.page-hero{min-height:0}.page-hero-copy{padding-top:1rem}.reading-intro{position:static}.service-index{grid-template-columns:1fr}.service-index a:nth-child(n){margin-inline:0}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{text-align:left;grid-template-columns:1fr}.footer-nav{justify-content:flex-start}.footer-contact{text-align:left;align-items:flex-start}}@media (width<=640px){:root{--page-pad:1.25rem}h1{font-size:clamp(2.8rem,13vw,4rem)}h2{font-size:clamp(2.15rem,10vw,3.1rem)}.header-inner{grid-template-columns:minmax(145px,190px) 1fr;min-height:92px}.site-nav{height:calc(100vh - 92px)}.section-heading{grid-template-columns:1fr;gap:1.3rem}.section-heading span{width:96px}.home-hero h1{max-width:9ch}.button-row,.button-row .button{width:100%}.focus-icon{width:50px;height:50px}.trust-copy{padding-inline:var(--page-pad)}.team-feature-media{overflow:hidden}.team-feature-media img{width:124%;max-width:none;transform:translate(-12%)}.doctor-profile-inner{gap:2rem}.appointment-copy{min-height:0;padding:3rem 1.4rem}.appointment-media img{min-height:280px}.page-hero{gap:2rem;padding-top:3.5rem}.page-hero-media img{aspect-ratio:1}.reading-section{gap:3rem}.team-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
