@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=DM+Serif+Display&display=swap');
:root{--navy:#112d3b;--navy-deep:#0b222e;--green:#c7e49b;--paper:#fff;--ice:#eff5f7;--ink:#172f3a;--muted:#51656d;--line:#d8e1e4;--header:94px;--gutter:clamp(24px,6.5vw,110px);--serif:'DM Serif Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header)}body{margin:0;color:var(--ink);background:var(--navy);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}p,h1,h2,h3,figure{margin:0}h1,h2,h3{font-weight:400}p{font-size:1rem}h1,h2{font-family:var(--serif);letter-spacing:-.035em;line-height:1.06}em{font-weight:400}em,i,cite,dfn,address{font-style:normal}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #397bc0;outline-offset:6px}::selection{background:var(--green);color:var(--navy)}[hidden]{display:none!important}.skip-link{position:fixed;left:20px;top:-100px;background:#fff;padding:12px 20px;z-index:100}.skip-link:focus{top:16px}
.site-header{height:var(--header);position:fixed;top:0;left:0;right:0;z-index:50;padding:0 3.2vw;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(20,42,50,.09);display:flex;align-items:center;justify-content:space-between;gap:30px;backdrop-filter:blur(16px)}.brand{flex:0 0 202px}.brand img{width:202px;height:auto}.desktop-nav{display:flex;align-items:center;gap:clamp(20px,2.2vw,36px);font-size:.875rem;font-weight:500}.desktop-nav a{padding:10px 0;position:relative}.desktop-nav a:after{content:'';height:1px;position:absolute;bottom:6px;left:0;right:100%;background:var(--ink);transition:right .2s}.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{right:0}.header-actions{display:flex;align-items:center;gap:16px}.button{display:inline-flex;justify-content:center;align-items:center;gap:32px;min-height:53px;padding:15px 24px;border:1px solid transparent;border-radius:4px;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s}.button span{font-size:1.3rem;font-weight:400}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--navy);color:white}.button-dark:hover{background:#244657}.button-lime{background:var(--green);color:var(--navy)}.button-lime:hover{background:#ddf1c0}.button-white{background:white;color:var(--navy)}.button-white:hover{background:var(--green)}.menu-toggle{display:none;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:none;border:1px solid var(--line);border-radius:4px}.menu-toggle span{display:block;width:18px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:white;box-shadow:0 25px 30px #112d3b18;padding:20px var(--gutter)}.mobile-nav a{display:block;padding:12px 0;border-bottom:1px solid var(--line)}
.chapter-nav{position:fixed;right:12px;top:50%;transform:translateY(-50%);z-index:40;display:grid}.chapter-nav a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;position:relative}.chapter-nav a:after{content:'';width:5px;height:5px;border-radius:50%;background:var(--green);opacity:.4;transition:all .3s}.chapter-nav a[aria-current]:after{width:7px;height:7px;opacity:1;box-shadow:0 0 0 5px #c7e49b24}.chapter-nav span{opacity:0;pointer-events:none;position:absolute;right:30px;white-space:nowrap;background:var(--navy);color:white;padding:4px 10px;border-radius:3px;font-size:.875rem;transition:opacity .2s}.chapter-nav a:hover span,.chapter-nav a:focus-visible span{opacity:1}body.light-chapter .chapter-nav a:after{background:var(--navy)}body.light-chapter .chapter-nav a[aria-current]:after{box-shadow:0 0 0 5px #112d3b14}
.hero-story{position:relative;height:100svh;min-height:760px;color:white;scroll-margin-top:0}.hero-stage{position:relative;min-height:760px;height:100svh;overflow:hidden;background:var(--navy-deep)}.hero-opening{position:absolute;inset:0;z-index:4;pointer-events:none}.hero-copy{position:absolute;top:50%;left:var(--gutter);width:60%;max-width:860px;transform:translateY(-42%);pointer-events:auto}.eyebrow{font-size:.8125rem;line-height:1.4;font-weight:550;letter-spacing:.13em}.hero-copy .eyebrow{display:flex;align-items:center;gap:14px;color:#d6e2e6;margin-bottom:35px}.short-rule{width:30px;height:1px;background:var(--green);flex-shrink:0}.hero-copy h1{font-size:clamp(5rem,8.5vw,9rem);letter-spacing:-.04em;line-height:1.03}.hero-copy h1 em{color:var(--green)}.hero-description{color:#c0cfd6;font-size:1.0625rem;line-height:1.7;margin-top:30px}.hero-buttons{margin-top:30px;display:flex;align-items:center;gap:30px}.text-link{display:inline-flex;align-items:center;gap:25px;padding:8px 0;border:0;border-bottom:1px solid currentColor;background:none;font-size:.875rem;font-weight:550;text-align:left;line-height:1.7}.text-link span{font-size:1.3rem;font-weight:400}.text-link:hover{color:#486c39}.text-link.light{color:white}.text-link.light:hover{color:var(--green)}.hero-image-window{position:absolute;inset:0;z-index:2;clip-path:circle(24% at 83% 48%);will-change:clip-path}.hero-image{width:100%;height:100%;object-fit:cover;object-position:40% center;transform:scale(1.08);will-change:transform}.photo-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,28,36,.6),rgba(8,28,36,.12));opacity:.35}.image-caption{position:absolute;right:7%;bottom:19%;color:#d0dbe0;display:flex;gap:14px;align-items:flex-start;font-size:.875rem;font-weight:400;line-height:1.6}.caption-line{width:28px;height:1px;background:#749097;margin-top:10px}.hero-arrival{display:none;position:absolute;inset:0;z-index:5;padding:var(--header) var(--gutter) 30px;align-items:center;justify-content:center;text-align:center;flex-direction:column;pointer-events:none;opacity:0}.hero-arrival h2{font-size:clamp(4.5rem,8vw,8rem);margin:22px 0}.hero-arrival h2 em{color:var(--green)}.hero-arrival p:not(.eyebrow){font-size:1.125rem;color:#eef4f4}.hero-arrival .button{margin-top:30px}.hero-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff15;z-index:6}.hero-progress span{display:block;height:100%;width:0;background:var(--green)}
body.motion-enabled .hero-story{height:255svh}body.motion-enabled .hero-stage{position:sticky;top:0}body.motion-enabled .hero-arrival{display:flex}
.screen{position:relative;padding:calc(var(--header) + 42px) var(--gutter) 26px;min-height:100svh;display:flex;flex-direction:column;scroll-margin-top:0;background:var(--paper)}.section-top{display:flex;justify-content:flex-end;align-items:center;gap:24px;margin-bottom:50px}.section-top .eyebrow{color:var(--muted)}.section-aside{font-size:.875rem;color:var(--muted)}.section-intro h2,.resources-heading h2{font-size:clamp(3.4rem,5.2vw,5.75rem)}.section-intro h2 em,.resources-heading h2 em{color:#497344}.section-intro>p:not(.doctor-credential){max-width:460px;color:var(--muted);line-height:1.8;margin-top:25px;font-size:1.0625rem}.section-intro>.text-link{margin-top:27px}.section-foot{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:auto;padding-top:42px;font-size:.75rem;letter-spacing:.08em;color:var(--muted)}.section-foot>a{letter-spacing:0;font-size:.875rem;display:flex;align-items:center;gap:22px}.section-foot>a span{font-size:1.25rem}.care-grid{display:grid;grid-template-columns:1fr 1.03fr;gap:8vw;align-items:start;flex:1}.care-list{padding-top:7px}details{border-top:1px solid var(--line)}details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.care-list summary{display:flex;align-items:center;gap:18px;padding:26px 0;font-size:clamp(1.05rem,1.6vw,1.5rem);line-height:1.4}.row-number{font-size:.75rem;color:#6e828a;align-self:center;min-width:20px}.expand-icon{width:25px;height:25px;margin-left:auto;position:relative;flex-shrink:0}.expand-icon:before,.expand-icon:after{content:'';height:1px;width:12px;background:var(--ink);position:absolute;top:12px;left:7px}.expand-icon:after{transform:rotate(90deg);transition:transform .25s}details[open] .expand-icon:after{transform:rotate(0)}.detail-content{padding:0 35px 28px 38px;color:var(--muted)}.detail-content a{display:inline-block;margin-top:15px;color:var(--ink);font-size:.875rem;text-decoration:underline;text-underline-offset:5px}.community-note{display:flex;align-items:center;gap:16px;margin-top:46px}.medical-plus{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;color:#466b3a;background:#edf4e5;font-size:2rem;line-height:1}.community-note p{font-size:.875rem;color:var(--muted);line-height:1.5}
.weight-section{background:var(--navy);color:white}.weight-section .section-top .eyebrow,.weight-section .section-aside,.weight-section .section-foot{color:#b7cbd3}.weight-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:9vw;align-items:center;flex:1}.weight-section .section-intro h2 em{color:var(--green)}.weight-section .section-intro>p{color:#c2d0d7;max-width:510px}.weight-section .section-intro .button{margin-top:34px}.program-pdf{display:block;max-width:max-content;margin-top:23px;color:#d1dde0;font-size:.875rem;border-bottom:1px solid #749099;padding:6px 0}.program-pdf span{margin-left:20px;font-size:.75rem;letter-spacing:.05em}.program-card{background:#f6f9f4;color:var(--navy);padding:34px 38px 25px;border-radius:6px}.program-card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:.75rem;font-weight:550;letter-spacing:.09em}.pill{font-size:.75rem;background:#e5eddc;border:1px solid #d7e3cc;padding:5px 10px;border-radius:30px;letter-spacing:0}.price{padding:15px 0 24px;border-bottom:1px solid #d4dfd0}.price>span{font-size:clamp(3.5rem,5vw,5rem);font-family:var(--serif);letter-spacing:-.04em;line-height:1.3}.price p{font-size:.875rem;color:var(--muted)}.program-inclusions{margin:22px 0 25px;padding:0;list-style:none;display:grid;gap:12px}.program-inclusions li{display:flex;align-items:center;font-size:.9375rem;gap:10px;flex-wrap:wrap}.program-inclusions li>span:last-child:not(.check){color:var(--muted);font-size:.75rem;margin-left:auto}.check{color:#436434}.payment-plan{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d4dfd0;border-bottom:1px solid #d4dfd0;padding:15px 0;gap:12px}.payment-plan>div{display:flex;flex-direction:column}.payment-plan>div+div{border-left:1px solid #d4dfd0;padding-left:20px}.payment-plan span{font-size:.75rem;letter-spacing:.05em;color:var(--muted)}.payment-plan strong{font-size:1.45rem;font-weight:500}.program-card>.text-link{margin-top:14px}.program-note{font-size:.75rem;color:var(--muted);line-height:1.6;margin-top:14px}
.doctor-section{background:var(--ice)}.doctor-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:8.5vw;align-items:center;flex:1}.doctor-figure{max-width:440px;width:100%;margin:0 auto}.portrait-mat{background:#dce7e3;border-radius:180px 180px 5px 5px;padding:36px 35px 0;overflow:hidden}.portrait-mat img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;mix-blend-mode:multiply}.doctor-figure figcaption{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #cad7dc}.doctor-figure figcaption strong{font-size:1rem;font-weight:550}.doctor-figure figcaption span{font-size:.875rem;color:var(--muted)}.doctor-credential{font-size:.75rem;letter-spacing:.11em;color:var(--muted);margin-bottom:23px}.doctor-section .section-intro h2{font-size:clamp(3.1rem,4.65vw,5.3rem)}.doctor-section .section-intro>p:not(.doctor-credential){font-size:1rem;max-width:580px;line-height:1.7;margin-top:20px}.doctor-facts{display:grid;grid-template-columns:1fr 1fr;gap:25px;border-top:1px solid #cad7dc;padding-top:20px;margin-top:27px}.doctor-facts strong{display:block;font-family:var(--serif);font-size:2.35rem;line-height:1.25;letter-spacing:-.02em}.doctor-facts span{display:block;font-size:.8125rem;color:var(--muted);margin-top:3px}.doctor-section .section-intro>.text-link{margin-top:20px}
.resources-section{background:white}.resources-heading{display:flex;justify-content:space-between;align-items:end;gap:40px}.resources-heading>p{color:var(--muted);max-width:340px;font-size:1.0625rem;line-height:1.8;margin-bottom:8px}.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:36px;margin-bottom:35px}.resource-item{text-align:left;background:none;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 22px 26px;display:block;color:var(--ink);transition:background .2s}.resource-item:first-child{padding-left:0}.resource-item+.resource-item{border-left:1px solid var(--line)}.resource-item:hover{background:#f2f6ed}.resource-item>div{display:flex;justify-content:space-between;align-items:center;gap:14px}.resource-type{font-size:.75rem;letter-spacing:.08em;color:var(--muted)}.resource-item>div>span:last-child{font-size:1.4rem}.resource-item h3{font-family:var(--serif);font-size:2rem;letter-spacing:-.015em;margin:23px 0 10px;line-height:1.1}.resource-item p{font-size:.875rem;color:var(--muted);line-height:1.65;max-width:225px}.insurance-band{display:grid;grid-template-columns:1.1fr 1fr auto;align-items:center;gap:40px;background:#f0f5f7;padding:24px 30px}.insurance-band .eyebrow{font-size:.75rem;color:var(--muted);margin-bottom:10px}.insurance-band h3{font-family:var(--serif);font-size:1.9rem;letter-spacing:-.015em;line-height:1.15}.insurance-band p:not(.eyebrow){font-size:.875rem;color:var(--muted);margin-top:8px}.insurance-names{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:7px;font-size:.8125rem;font-weight:500;color:#526773}.insurance-band .text-link{white-space:nowrap}
.visit-section{background:var(--navy-deep);color:white;min-height:100svh}.visit-section .section-top .eyebrow,.visit-section .section-aside{color:#b7cbd3}.visit-heading{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:65px}.visit-heading h2{font-size:clamp(5rem,8.1vw,8.7rem)}.visit-heading h2 em{color:var(--green)}.call-circle{flex-shrink:0;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;width:180px;height:180px;border:1px solid #748a7288;border-radius:50%;background:var(--green);color:var(--navy);transition:transform .3s,background .3s}.call-circle:hover{transform:rotate(-6deg);background:#e0f1c6}.call-circle>span:first-child{font-size:3.5rem;line-height:1}.call-circle>span:last-child{font-size:.75rem;letter-spacing:.08em}.visit-grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:55px;margin-bottom:55px}.contact-label{font-size:.75rem;letter-spacing:.1em;color:#9eb5bf;margin-bottom:18px}.visit-grid address{font-style:normal;font-size:1rem;line-height:1.8}.visit-grid .text-link{font-size:.8125rem;margin-top:15px}.contact-phone{font-size:1.75rem;display:block;line-height:1.3;font-weight:400;letter-spacing:-.02em}.contact-email{display:block;color:#d3dfe4;margin-top:12px;font-size:.9375rem;overflow-wrap:anywhere}.fax{color:#9eb5bf;font-size:.8125rem;margin-top:7px}.hours{margin:0}.hours>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #ffffff1c;padding:9px 0;font-size:.875rem}.hours>div:first-child{padding-top:0}.hours dd{margin:0;color:#d1dfe5;white-space:nowrap}.site-footer{border-top:1px solid #ffffff26;padding-top:27px;display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:auto}.footer-brand{font-size:1.3rem;font-weight:550;letter-spacing:.04em;line-height:1.15}.footer-brand span{display:block;font-size:.75rem;letter-spacing:.09em;font-weight:400;margin-top:7px}.site-footer p{font-size:.75rem;color:#9eb5bf}.site-footer>div{display:flex;gap:22px;align-items:center;flex-wrap:wrap;font-size:.75rem;color:#b7cbd3}.site-footer button{border:0;border-bottom:1px solid #9eb5bf66;background:transparent;padding:0;color:inherit;font-size:inherit}.site-footer button[aria-pressed=true]{color:var(--green)}
dialog{border:0;border-radius:8px;width:min(720px,calc(100% - 32px));max-height:calc(100svh - 48px);padding:32px 42px 40px;color:var(--ink);background:white;box-shadow:0 40px 100px #0003}dialog::backdrop{background:#071923bb;backdrop-filter:blur(6px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.dialog-top .eyebrow{font-size:.75rem;color:var(--muted)}.dialog-close{width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;background:#eff4f6;border:0;border-radius:50%;font-size:1.75rem;line-height:1}.dialog-close:hover{background:#dce8eb}dialog h2{font-size:3rem;line-height:1.1;margin-bottom:23px}dialog>p{color:var(--muted);margin-top:17px;line-height:1.8}dialog>p a{text-decoration:underline}dialog>.button{margin-top:24px}.dialog-steps{margin-top:24px}.dialog-steps>div{border-top:1px solid var(--line);padding:20px 0;display:flex;gap:20px}.dialog-steps>div>span{font-size:.875rem;color:#70846b}.dialog-steps h3{font-weight:550;font-size:1.0625rem;margin-bottom:7px}.dialog-steps p{color:var(--muted);font-size:.9375rem}.dialog-note{font-size:.875rem!important;background:#eff5f7;padding:18px}.download-row{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);padding:24px 0;margin-top:20px}.download-row h3{font-size:1.125rem;font-weight:500}.download-row p{font-size:.875rem;color:var(--muted);margin-top:4px}.download-row>span{font-size:1.5rem}.download-row:hover h3{text-decoration:underline;text-underline-offset:5px}.faq-list summary{font-weight:500;padding:22px 25px 22px 0;position:relative}.faq-list summary:after{content:'+';position:absolute;right:0;font-size:1.2rem}.faq-list details[open] summary:after{content:'−'}.faq-list p{padding:0 20px 22px 0;color:var(--muted)}.faq-list p a{text-decoration:underline}
@media(min-width:1100px) and (min-height:760px){.screen{padding-top:calc(var(--header) + 46px)}.care-grid,.weight-grid,.doctor-grid{padding-bottom:18px}}
@media(max-width:1150px){:root{--gutter:5vw;--header:84px}.site-header{padding:0 4vw;gap:22px}.brand{flex-basis:175px}.brand img{width:175px}.desktop-nav{gap:20px;font-size:.8125rem}.header-book{padding:12px 17px;font-size:.8125rem;min-height:48px;gap:16px}.hero-copy{width:65%}.hero-copy h1{font-size:8.8vw}.care-grid,.weight-grid,.doctor-grid{gap:5vw}.program-card{padding:28px}.section-top{margin-bottom:35px}.section-aside{font-size:.8125rem}.insurance-band{grid-template-columns:1fr 1fr;gap:20px}.insurance-band>.text-link{grid-column:2;justify-self:start}.insurance-names{align-self:end}.resource-item{padding-right:17px;padding-left:17px}.visit-grid{gap:30px}.site-footer{flex-wrap:wrap}.site-footer>div{margin-left:auto}.chapter-nav{right:3px}}
@media(max-width:900px){:root{--header:78px;--gutter:30px}.desktop-nav{display:none}.menu-toggle{display:flex}.site-header{padding:0 24px}.brand{flex-basis:170px}.brand img{width:170px}.chapter-nav{display:none}.hero-story,.hero-stage{min-height:700px}.hero-copy{width:85%;z-index:5}.hero-copy h1{font-size:clamp(4.6rem,10vw,7rem)}.hero-copy .eyebrow{font-size:.75rem}.hero-image-window{clip-path:circle(27% at 90% 42%)}.hero-image{object-position:34% center}.hero-copy{top:52%;transform:translateY(-40%)}.image-caption{right:7%;bottom:12%;font-size:.75rem}.hero-arrival h2{font-size:clamp(4rem,9vw,6rem)}.screen{padding-top:calc(var(--header) + 32px)}.section-aside{display:none}.section-intro h2,.resources-heading h2{font-size:clamp(3.4rem,6.4vw,4.5rem)}.care-grid{gap:30px;grid-template-columns:1fr 1fr}.care-list summary{font-size:1.125rem;gap:12px}.detail-content{padding-left:32px}.weight-grid{grid-template-columns:1fr 1fr;gap:28px}.weight-section .section-intro h2{font-size:3.3rem}.program-card{padding:25px 22px}.pill{display:none}.program-inclusions li{font-size:.875rem}.payment-plan>div+div{padding-left:12px}.weight-section .section-intro>p{font-size:1rem}.doctor-grid{gap:35px;grid-template-columns:.8fr 1.2fr}.portrait-mat{padding:25px 18px 0}.doctor-figure figcaption{flex-direction:column;align-items:start;gap:4px}.doctor-section .section-intro h2{font-size:3rem}.doctor-facts{gap:15px}.resources-heading>p{max-width:260px}.resource-grid{grid-template-columns:repeat(2,1fr);row-gap:0}.resource-item:nth-child(3){border-left:0;padding-left:0;border-top:0}.resource-item:nth-child(4){border-top:0}.resource-item h3{margin-top:12px}.resource-item p{max-width:280px}.insurance-band{padding:24px}.visit-grid{grid-template-columns:1fr 1fr;row-gap:35px}.visit-grid>div:last-child{grid-column:1/-1;max-width:400px;width:100%}.call-circle{width:145px;height:145px}.call-circle>span:last-child{font-size:.75rem}.visit-heading{margin-bottom:48px}.section-foot{padding-top:32px}}
@media(max-width:650px){:root{--gutter:24px;--header:74px}.site-header{padding:0 20px;gap:12px}.brand{flex-basis:150px}.brand img{width:150px}.header-actions{gap:10px}.header-book{min-height:42px;padding:10px 13px;font-size:.75rem;gap:10px}.header-book span{display:none}.menu-toggle{width:40px;height:40px}.hero-story,.hero-stage{height:100svh;min-height:770px}body.motion-enabled .hero-story{height:235svh}.hero-copy{top:calc(var(--header) + 40px);transform:none;left:var(--gutter);right:var(--gutter);width:auto}.hero-copy .eyebrow{font-size:.75rem;letter-spacing:.065em;gap:10px;margin-bottom:23px}.short-rule{width:20px}.hero-copy h1{font-size:clamp(3.65rem,13vw,5rem);line-height:1.01}.hero-description{font-size:.9375rem;margin-top:20px;line-height:1.65}.hero-buttons{gap:23px;margin-top:24px}.hero-buttons .button{min-height:48px;padding:13px 18px;gap:18px;font-size:.8125rem}.hero-buttons .text-link{font-size:.8125rem}.hero-image-window{clip-path:circle(22% at 71% 80%)}.hero-image{object-position:30% center}.image-caption{left:24px;right:auto;bottom:105px;max-width:120px;font-size:.75rem;z-index:6;display:block}.caption-line{display:block;margin:0 0 10px;width:25px}.hero-arrival{padding-left:22px;padding-right:22px}.hero-arrival .eyebrow{font-size:.75rem}.hero-arrival h2{font-size:clamp(3.5rem,12vw,4.5rem);margin:22px 0}.hero-arrival p:not(.eyebrow){font-size:1rem}.hero-arrival .button{font-size:.8125rem}.screen{padding-top:calc(var(--header) + 32px);padding-bottom:22px;min-height:100svh}.section-top{margin-bottom:30px}.section-top .eyebrow{font-size:.75rem}.care-grid,.weight-grid,.doctor-grid{grid-template-columns:1fr;gap:38px}.section-intro h2,.resources-heading h2{font-size:clamp(3rem,10.8vw,4rem)}.section-intro>p:not(.doctor-credential){font-size:1rem;margin-top:20px;max-width:none}.section-intro>.text-link{margin-top:20px}.community-note{margin-top:28px}.care-list{padding-top:0}.care-list summary{padding:23px 0;font-size:1.15rem}.detail-content{padding-right:20px}.section-foot{padding-top:35px;gap:15px}.section-foot>span{font-size:.75rem;max-width:180px}.section-foot>a{font-size:.8125rem;gap:14px}.weight-section .section-intro h2{font-size:clamp(3rem,10.8vw,4rem)}.weight-section .section-intro .button{margin-top:25px}.program-card{padding:28px 26px}.price>span{font-size:4.5rem}.program-inclusions li{font-size:.9375rem}.pill{display:block}.program-pdf{margin-top:18px;font-size:.8125rem}.weight-grid{gap:32px}.doctor-figure{max-width:320px}.portrait-mat{padding:30px 26px 0}.doctor-figure figcaption{flex-direction:row;align-items:center;gap:10px;font-size:.875rem}.doctor-figure figcaption strong{font-size:.875rem}.doctor-figure figcaption span{font-size:.75rem}.doctor-section .section-intro h2{font-size:clamp(2.9rem,10.3vw,3.8rem)}.doctor-credential{margin-bottom:17px;font-size:.75rem}.doctor-facts{gap:22px}.doctor-facts strong{font-size:2.3rem}.doctor-facts span{font-size:.8125rem}.resources-heading{display:block}.resources-heading>p{max-width:none;margin-top:23px;font-size:1rem}.resource-grid{margin-top:30px;margin-bottom:28px}.resource-item{padding:20px 16px 22px;min-width:0}.resource-item:nth-child(even){padding-right:0}.resource-type{font-size:.75rem;letter-spacing:.04em}.resource-item h3{font-size:1.7rem;line-height:1.1;margin-top:16px}.resource-item p{font-size:.8125rem;line-height:1.6}.insurance-band{grid-template-columns:1fr;padding:24px;gap:18px}.insurance-band>.text-link{grid-column:auto;justify-self:start}.insurance-names{row-gap:10px}.insurance-band h3{font-size:1.8rem}.visit-heading{gap:20px;align-items:end;margin-bottom:42px}.visit-heading h2{font-size:clamp(3.5rem,12.5vw,4.8rem)}.call-circle{width:74px;height:74px;margin-bottom:6px}.call-circle>span:first-child{font-size:2rem}.call-circle>span:last-child{display:none}.visit-grid{grid-template-columns:1fr;gap:34px;margin-bottom:45px}.visit-grid>div:last-child{grid-column:auto;max-width:none}.contact-label{margin-bottom:13px}.contact-phone{font-size:1.8rem}.contact-email{font-size:.9375rem}.site-footer{align-items:start;gap:24px}.site-footer>p{font-size:.75rem;max-width:140px;text-align:right;margin-left:auto}.site-footer>div{width:100%;margin:0;gap:15px;justify-content:space-between;font-size:.75rem;line-height:1.7}.footer-brand{font-size:1.1rem}.footer-brand span{font-size:.75rem}.hours>div{padding:10px 0}dialog{padding:22px 24px 30px;max-height:calc(100svh - 32px)}dialog h2{font-size:2.5rem}.dialog-top{margin-bottom:16px}.dialog-top .eyebrow{font-size:.75rem}.dialog-steps>div{gap:16px}.dialog-close{width:40px;height:40px}.download-row h3{font-size:1.05rem}}
@media(max-width:370px){.brand{flex-basis:132px}.brand img{width:132px}.header-book{font-size:.75rem;padding:8px 10px}.site-header{padding:0 14px}.hero-copy .eyebrow{font-size:.75rem}.hero-copy h1{font-size:3.5rem}.hero-buttons{gap:15px}.hero-buttons .button{padding:12px 15px}.program-card{padding:24px 20px}.pill{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
body.reduce-motion .hero-story{height:auto;min-height:0}body.reduce-motion .hero-stage{height:auto;min-height:100svh;overflow:visible;padding:calc(var(--header) + 45px) var(--gutter) 40px;display:flex;flex-direction:column;gap:35px}body.reduce-motion .hero-opening{position:relative}body.reduce-motion .hero-copy{position:static;transform:none;width:100%;max-width:100%}body.reduce-motion .hero-image-window{position:relative;inset:auto;clip-path:none!important;aspect-ratio:2/1;border-radius:5px}body.reduce-motion .hero-image{transform:none!important}body.reduce-motion .hero-arrival,body.reduce-motion .image-caption,body.reduce-motion .hero-progress{display:none}body.reduce-motion{scroll-behavior:auto}body.reduce-motion *{transition:none!important}

.screen.can-pin{position:sticky;top:0;box-shadow:0 -18px 60px #081f2914}
body.reduce-motion .screen{position:relative}

/* Scroll-driven chapter entrances preserve native wheel and touch scrolling. */
.chapter-anchor{position:relative;height:0;pointer-events:none}
.hero-story{z-index:0}
body.motion-enabled .hero-stage.hero-handoff{position:fixed;inset:0;width:100%;transform:scale(calc(1 - var(--hero-exit,0)*.055));filter:brightness(calc(1 - var(--hero-exit,0)*.24));border-radius:calc(var(--hero-exit,0)*26px);transform-origin:50% 45%}
body.motion-enabled .screen{transform:scale(var(--chapter-scale,1));opacity:var(--chapter-opacity,1);clip-path:var(--chapter-clip,none);transform-origin:50% 30%}
body.motion-enabled .scroll-reveal{opacity:var(--reveal-opacity,1);translate:var(--reveal-x,0px) var(--reveal-y,0px)}
.section-foot>a span,.resource-item>div>span:last-child,.text-link>span{display:inline-block;transition:transform .25s}
.section-foot>a:hover span,.section-foot>a:focus-visible span{transform:translateY(5px)}
.text-link:hover>span,.text-link:focus-visible>span{transform:translate(3px,-3px)}
.care-list summary{transition:color .2s,background .2s,padding .2s}
.care-list summary:hover,.care-list summary:focus-visible{color:#497344;background:#f2f7ee;padding-left:10px}
.care-list details[open] .row-number{color:#497344}
.program-card,.resource-item,.portrait-mat{position:relative;transform:perspective(1000px) rotateX(var(--hover-y,0deg)) rotateY(var(--hover-x,0deg));transition:transform .3s,box-shadow .3s,background .3s}
.program-card:hover{box-shadow:0 22px 65px #0000002e}
.payment-plan{gap:0;padding:8px 0}
.payment-plan>button{display:flex;flex-direction:column;align-items:flex-start;padding:10px 12px;background:transparent;border:0;border-radius:3px;text-align:left;transition:background .2s,box-shadow .2s}
.payment-plan>button+button{border-left:1px solid #d4dfd0}
.payment-plan>button:hover{background:#e8f0e0}
.payment-plan>button[aria-pressed=true]{background:#e2edda;box-shadow:inset 0 -2px #628849}
.payment-detail{min-height:44px;margin-top:13px;font-size:.8125rem;color:var(--muted);line-height:1.65}
.portrait-mat{display:block;width:100%;border:0;color:var(--ink);text-align:left;overflow:hidden}
.portrait-mat img{transition:transform .55s}
.portrait-link{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 3px;font-size:.875rem;background:#dce7e3;position:relative}
.portrait-link>span{font-size:1.35rem;transition:transform .3s}
.portrait-mat:hover img,.portrait-mat:focus-visible img{transform:scale(1.035)}
.portrait-mat:hover .portrait-link>span{transform:translate(3px,-3px)}
.resource-item:hover,.resource-item:focus-visible{background:radial-gradient(circle at var(--light-x,50%) var(--light-y,50%),#e7f0de,#f2f6ed 80%);box-shadow:0 10px 30px #112d3b0c}
.resource-item:hover>div>span:last-child,.resource-item:focus-visible>div>span:last-child{transform:translate(4px,-4px)}
.resource-item h3{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:7px;text-decoration-thickness:1px;transition:text-decoration-color .25s}
.resource-item:hover h3,.resource-item:focus-visible h3{text-decoration-color:#658b50}
.call-circle:hover{transform:perspective(900px) rotateX(var(--hover-y,0deg)) rotateY(var(--hover-x,0deg)) scale(1.035)}
.visit-grid .contact-phone{transition:color .2s}
.visit-grid .contact-phone:hover{color:var(--green)}
.button:active,.resource-item:active,.call-circle:active{filter:brightness(.95)}
body.reduce-motion .screen{transform:none;opacity:1;clip-path:none}
body.reduce-motion .scroll-reveal{opacity:1;translate:none}
body.reduce-motion .program-card,body.reduce-motion .portrait-mat,body.reduce-motion .resource-item,body.reduce-motion .call-circle{transform:none!important}
@media(prefers-reduced-motion:reduce){.program-card,.portrait-mat,.resource-item,.call-circle{transform:none!important}}
@media(max-width:650px){.payment-plan>button{padding:10px}.payment-detail{min-height:44px}.portrait-link{font-size:.8125rem}}

/* The clinic tour has its own pinned timeline and two photo scenes. */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.clinic-tour{position:relative;color:white;background:var(--navy-deep);scroll-margin-top:0}
.tour-stage{position:relative;background:var(--navy-deep)}
.tour-scene{position:relative;display:grid;grid-template-columns:43% 57%;min-height:100svh;background:var(--navy-deep);padding-top:var(--header)}
.tour-copy{padding:40px 40px 50px var(--gutter);align-self:center;position:relative;z-index:2}
.tour-copy .eyebrow{color:#b9ced7;font-size:.8125rem;letter-spacing:.12em;margin-bottom:36px}
.tour-copy h2{font-size:clamp(4rem,6.3vw,7rem);line-height:1.03;letter-spacing:-.025em}
.tour-copy h2 em{color:var(--green)}
.tour-copy>p:not(.eyebrow){max-width:310px;margin-top:28px;color:#c6d7de;font-size:1.0625rem;line-height:1.8}
.tour-room-label{display:inline-block;border-top:1px solid #9fb7c147;padding-top:17px;margin-top:36px;font-size:.75rem;letter-spacing:.13em;color:#c6d7de}
.tour-photo{position:relative;margin:0;overflow:hidden;min-height:650px}
.tour-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:50% 65%;display:block}
.tour-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0b222e26,transparent 20%,transparent 85%,#0b222e22);pointer-events:none}
.tour-exam{background:#223c47}.tour-exam .tour-copy h2 em{color:#d6e6ed}.tour-exam .tour-photo img{object-position:50% 68%}
body.motion-enabled .clinic-tour{height:300svh;background:transparent}
body.motion-enabled .tour-stage{height:100svh;position:sticky;top:0;overflow:hidden;isolation:isolate}
body.motion-enabled .tour-stage.tour-fixed{position:fixed;inset:0;width:100%}
body.motion-enabled .tour-stage.tour-exiting{filter:brightness(calc(1 - var(--tour-exit,0)*.3))}
body.motion-enabled .tour-scenes{position:absolute;inset:0}
body.motion-enabled .tour-scene{position:absolute;inset:0;height:100%;min-height:0;grid-template-rows:1fr;padding-bottom:0;will-change:transform,clip-path}
body.motion-enabled .tour-photo{min-height:0}
body.motion-enabled .tour-photo img{will-change:transform}
body.motion-enabled .tour-welcome{z-index:1}
body.motion-enabled .tour-exam{z-index:2;transform:translateX(100%)}
body.motion-enabled #care.tour-outgoing{position:fixed!important;top:var(--pin-top,0px);left:0;right:0;width:100%}
.resource-item h3{display:flex;align-items:center;flex-wrap:wrap;gap:14px;min-height:52px}
.resource-item .resource-logo{flex-shrink:0;max-width:100%;height:52px;object-fit:contain}
.resource-item .resource-logo-quest{width:116px;border-radius:4px}
.resource-item .resource-logo-northstar{width:120px;padding:6px 8px;border-radius:4px;background:var(--navy)}
@media(max-width:520px){.resource-grid{grid-template-columns:1fr}.resources-section .resource-item{padding-left:0;padding-right:0;border-left:0}.resources-section .resource-item+.resource-item{border-top:0}}

.insurance-band,.insurance-band .eyebrow,.insurance-band p:not(.eyebrow),.insurance-names{color:var(--ink)}
.inline-action{display:inline;background:none;border:0;padding:0;color:inherit;font:inherit;text-align:left;text-decoration:underline;text-underline-offset:4px}
.detail-content .inline-action{font-size:.875rem;margin-top:15px}
.mobile-nav .inline-action{display:block;width:100%;padding:12px 0;border-bottom:1px solid var(--line);text-decoration:none}
button.contact-phone{background:none;border:0;padding:0;text-align:left}
#insurance-dialog{width:min(850px,calc(100% - 32px))}
#insurance-dialog>.insurance-intro{color:var(--ink)}
.insurance-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 40px;margin-top:30px}
.insurance-plan-group{border-top:1px solid var(--line);padding-top:18px;min-width:0}
.insurance-plan-group h3{font-family:var(--serif);font-size:1.6rem;line-height:1.2}
.insurance-plan-group ul{margin:14px 0 0;padding-left:18px;display:grid;gap:6px;font-size:.9375rem}
.insurance-plan-group li{padding-left:3px;overflow-wrap:anywhere}
.insurance-plan-group li::marker{color:#497344}
.insurance-help{margin-top:30px;padding:23px;background:var(--ice);border-radius:8px;display:flex;align-items:center;gap:24px}
.insurance-help h3{font-size:1.0625rem;font-weight:500}
.insurance-help p{margin-top:7px;font-size:.875rem}
.insurance-help .button{flex-shrink:0;gap:16px}
.schedule-phone-card{margin-top:26px;padding:24px;background:var(--ice);border-radius:8px}
.schedule-phone-card label{display:block;font-size:.75rem;font-weight:550;letter-spacing:.1em}
#clinic-phone{display:block;width:100%;min-width:0;margin:8px 0 18px;padding:0;border:0;border-radius:0;background:transparent;color:var(--ink);font-size:clamp(1.6rem,6.6vw,2.5rem);letter-spacing:-.035em;line-height:1.4;cursor:text}
#clinic-phone:focus-visible{outline:2px solid #397bc0;outline-offset:4px}
#copy-clinic-phone{gap:22px}
#copy-clinic-phone:disabled{cursor:wait}
.copy-status{font-size:.8125rem;margin-top:10px;min-height:1.6em}
.schedule-info{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:28px}
.schedule-info h3{font-size:1rem;font-weight:550;margin-bottom:12px}
.schedule-info address{font-size:.9375rem;line-height:1.8}
.schedule-hours{margin:0;font-size:.875rem}
.schedule-hours>div{display:flex;justify-content:space-between;gap:16px;padding:6px 0;border-bottom:1px solid var(--line)}
.schedule-hours>div:first-child{padding-top:0}
.schedule-hours dd{margin:0;white-space:nowrap}
@media(max-width:650px){.insurance-plan-grid{grid-template-columns:1fr;gap:23px}.insurance-help{flex-direction:column;align-items:stretch;padding:20px}.insurance-help .button{justify-content:space-between}.schedule-phone-card{padding:20px}.schedule-info{grid-template-columns:1fr;gap:26px}}
.network-affiliation{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:0 0 28px;margin-bottom:28px;border-bottom:1px solid var(--line);color:var(--ink)}
.network-affiliation>div{max-width:820px}
.network-affiliation .affiliation-label{font-size:.75rem;letter-spacing:.09em;margin-bottom:10px}
.network-affiliation h3{font-family:var(--serif);font-size:1.7rem;line-height:1.2;margin-bottom:10px}
.network-affiliation p:not(.affiliation-label){font-size:1rem;line-height:1.65;color:var(--muted)}
.network-affiliation p a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.network-affiliation>.text-link{flex-shrink:0;white-space:nowrap}
@media(max-width:900px){.network-affiliation{align-items:flex-start;flex-direction:column;gap:15px}}

.visit-contact{display:flex;flex-direction:column;align-items:flex-start;gap:28px;min-width:0}
.visit-details{width:100%;min-width:0}
.visit-action{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  width:min(100%,300px);min-height:58px;margin-top:auto;padding:15px 20px;
  border:1px solid #c7e49b70;border-radius:14px;background:#ffffff06;color:#fff;
  font-size:.875rem;font-weight:500;line-height:1.5;
  transition:background .2s,border-color .2s,transform .2s;
}
.visit-action>span{flex-shrink:0;font-size:1.25rem;line-height:1;transition:transform .2s}
.visit-action:hover,.visit-action:focus-visible{background:#c7e49b14;border-color:var(--green)}
.visit-action:hover>span,.visit-action:focus-visible>span{transform:translate(2px,-2px)}
.visit-call{flex-shrink:0;min-width:240px;min-height:66px;padding:18px 26px;border-radius:14px;justify-content:space-between;font-size:1rem}
.site-footer,.site-footer p,.site-footer>div{color:#fff}
.site-footer button{border-bottom-color:#ffffff66}
@media(min-width:901px){.visit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.visit-heading{flex-direction:column;align-items:flex-start;gap:28px}.visit-call{width:min(100%,300px);min-width:0}}
@media(max-width:650px){.visit-contact{gap:24px}.visit-action{min-height:56px}.visit-call{min-height:60px}}

.care-section .section-foot{justify-content:flex-end}
@media(max-width:900px){.screen > .section-top{display:none}}

/* A contained brand circle, followed by the scroll-driven clinic photograph. */
.hero-stage{
  --hero-circle-size:min(40vw,66svh,600px);
  --hero-circle-x:73%;
  --hero-circle-y:calc(50svh + var(--header) / 2);
}
.hero-copy{top:var(--hero-circle-y);width:48%;max-width:790px;transform:translateY(-50%)}
.hero-copy h1{font-size:clamp(3.7rem,7.5vw,8rem)}
.hero-image-window{clip-path:circle(calc(var(--hero-circle-size) / 2) at var(--hero-circle-x) var(--hero-circle-y))}
.hero-logo-orbit{
  position:absolute;left:var(--hero-circle-x);top:var(--hero-circle-y);
  width:var(--hero-circle-size);height:var(--hero-circle-size);
  transform:translate(-50%,-50%);z-index:3;border-radius:50%;
  display:grid;place-items:center;overflow:hidden;background:#fff;
  pointer-events:none;will-change:opacity;
}
.hero-logo-orbit img{width:78%;height:auto;object-fit:contain}
.image-caption{
  top:calc(var(--hero-circle-y) + var(--hero-circle-size) / 2 + 18px);
  left:var(--hero-circle-x);right:auto;bottom:auto;transform:translateX(-50%);
  width:280px;max-width:none;justify-content:center;text-align:center;
  font-size:.8125rem;line-height:1.5;
}
.image-caption .caption-line{display:none}
.hero-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:424px;margin-top:32px}
.hero-buttons .button{width:100%;min-height:58px;padding:16px 22px;gap:15px;justify-content:space-between;border-radius:32px;font-size:.875rem;white-space:nowrap}
.hero-button-secondary{border:1px solid #a4bac77a;background:transparent;color:#f4f8fa}
.hero-button-secondary:hover{background:#ffffff0c;border-color:var(--green);color:var(--green)}
@media(max-width:1050px) and (min-width:651px){
  .hero-buttons{grid-template-columns:1fr;max-width:220px;gap:10px;margin-top:26px}
  .hero-buttons .button{min-height:52px;padding:13px 20px}
}
@media(max-width:900px) and (min-width:651px){
  .hero-stage{--hero-circle-size:40vw}
  .hero-copy{width:47%}
  .hero-copy h1{font-size:clamp(3.2rem,6.4vw,4rem)}
  .hero-copy .eyebrow{margin-bottom:24px;letter-spacing:.08em}
  .hero-description{font-size:.9375rem;margin-top:24px}
  .image-caption{width:240px;font-size:.75rem}
}
@media(max-width:650px){
  .hero-stage{
    --hero-circle-size:clamp(220px,60vw,280px);
    --hero-circle-x:50%;
    --hero-circle-y:calc(100% - var(--hero-circle-size) / 2 - 80px);
    min-height:0;
  }
  .hero-story{min-height:0}
  .hero-copy{top:calc(var(--header) + 32px);width:auto;max-width:none;transform:none}
  .hero-copy h1{font-size:clamp(3.1rem,12.8vw,5rem)}
  .hero-buttons{margin-top:24px;gap:10px;max-width:400px}
  .hero-buttons .button{min-height:52px;padding:13px 15px;gap:8px;font-size:.8125rem}
  .image-caption{display:block;width:260px;font-size:.75rem}
}
@media(max-width:370px){
  .hero-buttons .button{min-height:48px;padding:12px;font-size:.75rem;justify-content:center}
  .hero-buttons .button span{display:none}
}
@media(max-width:650px) and (max-height:740px){
  .hero-stage{--hero-circle-size:clamp(150px,44vw,180px);--hero-circle-y:calc(100% - var(--hero-circle-size) / 2 - 60px)}
  .hero-copy{top:calc(var(--header) + 22px)}
  .hero-copy .eyebrow{font-size:.6875rem;margin-bottom:14px;letter-spacing:.04em}
  .hero-copy h1{font-size:clamp(2.6rem,11.5vw,3.5rem)}
  .hero-description{font-size:.875rem;margin-top:14px;line-height:1.5}
  .hero-buttons{margin-top:18px}
  .hero-buttons .button{min-height:44px;padding-top:10px;padding-bottom:10px}
  .image-caption{top:calc(var(--hero-circle-y) + var(--hero-circle-size) / 2 + 12px);line-height:1.4}
}
body.reduce-motion .hero-logo-orbit{display:none}

body.reduce-motion .clinic-tour{height:auto;background:var(--navy-deep)}
body.reduce-motion .tour-stage{position:relative;height:auto;overflow:visible;clip-path:none!important;filter:none}
body.reduce-motion .tour-scene{position:relative;transform:none!important;clip-path:none!important;min-height:100svh}
body.reduce-motion .tour-photo img{transform:none!important}
@media(max-width:1150px){.tour-copy{padding-right:26px}.tour-copy h2{font-size:5.7vw}.desktop-nav{gap:clamp(14px,1.5vw,24px)}}
@media(max-width:900px){.tour-copy{padding:44px 26px 48px var(--gutter)}.tour-copy h2{font-size:6.7vw}.tour-copy .eyebrow{font-size:.75rem;letter-spacing:.08em;margin-bottom:24px}.tour-copy>p:not(.eyebrow){font-size:1rem}.tour-room-label{margin-top:26px}.tour-photo{min-height:500px}}
@media(max-width:650px){.tour-scene{display:flex;flex-direction:column;min-height:0;padding-top:calc(var(--header) + 28px)}.tour-copy{width:100%;padding:0 24px 27px;align-self:stretch}.tour-copy .eyebrow{font-size:.75rem;margin-bottom:16px}.tour-copy h2{font-size:clamp(2.7rem,9.5vw,3.65rem);line-height:1.02}.tour-copy h2 br{display:none}.tour-copy h2 em:before{content:' '}.tour-copy>p:not(.eyebrow){font-size:.9375rem;line-height:1.65;max-width:330px;margin-top:13px}.tour-room-label{display:none}.tour-photo{width:100%;height:65svh;min-height:390px}.tour-photo img{object-position:50% 75%}.tour-exam .tour-photo img{object-position:50% 74%}body.motion-enabled .tour-scene{padding-top:calc(var(--header) + 28px);padding-bottom:0;height:100%;min-height:0}body.motion-enabled .tour-photo{height:auto;min-height:0;flex:1}.tour-photo:after{background:linear-gradient(180deg,#0b222e10,transparent 30%,#0b222e20)}}
@media(max-height:650px) and (min-width:651px){.tour-copy{padding-top:25px;padding-bottom:30px}.tour-copy .eyebrow{margin-bottom:18px}.tour-copy h2{font-size:clamp(3rem,5.5vw,4.5rem)}.tour-copy>p:not(.eyebrow){margin-top:20px}.tour-room-label{margin-top:20px}}

/* A balanced portrait card with even framing and natural photo color. */
.doctor-figure{max-width:400px;padding:14px;background:white;border:1px solid #cad7dc;border-radius:20px;box-shadow:0 14px 36px #112d3b08}
.doctor-figure .portrait-mat{padding:0;border-radius:12px;background:white;transform:none;transition:box-shadow .25s}
.doctor-figure .portrait-mat img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;object-position:center;border-radius:12px;mix-blend-mode:normal;transform:none}
.doctor-figure .portrait-link{padding:16px 4px;background:white;color:var(--ink)}
.doctor-figure .portrait-mat:hover,.doctor-figure .portrait-mat:focus-visible{box-shadow:0 0 0 1px #cad7dc}
.doctor-figure figcaption{flex-direction:column;align-items:flex-start;gap:4px;padding:16px 4px 6px;border-bottom:0;border-top:1px solid #d8e2e6}
.doctor-figure figcaption span{color:var(--ink)}

.paige-section .doctor-figure .portrait-mat img{object-position:50% 70%}
.paige-section .doctor-figure figcaption{margin-top:16px}
