:root{--ivory:#faf7f2;--ink:#322237;--plum:#604365;--gold:#a88746;--muted:#68636b;--line:#ded2c1;--soft:#f0eaf1;--white:#fff;--wrap:1320px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--ivory);color:var(--ink);font:400 16px/1.7 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea{touch-action:manipulation}
button,a{ -webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.55}
img{max-width:100%;height:auto}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:500;line-height:1.15;letter-spacing:-.045em}
h1{font-size:clamp(42px,5.4vw,76px)}
h2{font-size:clamp(30px,3.1vw,44px)}
h3{font-size:21px;letter-spacing:-.025em}
p{color:var(--muted);margin:16px 0}
ul{padding-left:20px}
li{margin:9px 0}
.wrap{max-width:var(--wrap);margin:auto;padding-left:44px;padding-right:44px}
.section{padding-top:84px;padding-bottom:84px}
.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:600;color:var(--plum);margin:0 0 23px}
.icon{width:25px;height:25px;flex-shrink:0;vertical-align:middle;filter:invert(53%) sepia(26%) saturate(700%) hue-rotate(1deg) brightness(94%)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:56px;border:1px solid var(--plum);border-radius:9px;background:var(--plum);color:white;padding:15px 25px;font-size:14px;line-height:1.4;transition:transform .22s,background .22s}
.button:hover{background:#48304d;transform:translateY(-2px)}
.button .icon{filter:invert(1);width:22px}
.button-light{background:var(--ivory);color:var(--plum);border-color:var(--ivory)}
.button-light:hover{background:white}
.button-light .icon{filter:none}
.text-link{display:inline-flex;align-items:center;gap:12px;padding:7px 0;border-bottom:1px solid var(--plum);color:var(--plum);font-size:14px}
.text-link .icon{width:19px}
.small{font-size:12px;line-height:1.65}
.lead{font-size:22px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-100px;left:10px;z-index:1000;background:var(--plum);color:white;padding:12px}
.skip-link:focus{top:10px}
:focus-visible{outline:3px solid #ab8949;outline-offset:5px}
.actions{display:flex;align-items:center;gap:30px}
.art-caption{position:absolute;bottom:20px;left:30px;right:25px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.art-caption>span{font-size:8px;letter-spacing:.14em;color:var(--gold)}
.motion-toggle{background:var(--ivory);color:var(--muted);font-size:10px;border:0;border-radius:20px;padding:8px;display:flex;align-items:center;gap:5px;z-index:3}
.motion-toggle .icon{width:15px;height:15px}
.care-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);padding:22px 55px}
.care-strip a{display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px;color:#4b414f}
.care-strip a+a{border-left:1px solid var(--line)}
.care-strip .icon{width:32px;height:32px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:45px}
.section-head .eyebrow{margin-bottom:15px}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.featured-service{display:flex;gap:25px;padding:7px 28px}
.featured-service:first-child{padding-left:0}
.featured-service+.featured-service{border-left:1px solid var(--line)}
.featured-service>.icon{width:52px;height:52px}
.featured-service h3{font-size:18px;line-height:1.35}
.featured-service p{font-size:12px;margin:9px 0}
.price{font-size:22px!important;color:#98783b;margin:9px 0!important;font-weight:500}
.price small{font-size:10px}
.mini-link{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--plum);margin-top:16px}
.mini-link .icon{width:15px;height:15px}
.silk-section{position:relative;background:var(--ivory) url(silk.webp) center/cover;text-align:center;padding:80px 25px}
.silk-section h2{font-size:48px;line-height:1.16}
.silk-section>.wrap>p:not(.eyebrow){font-size:15px}
.member-teasers{display:flex;justify-content:center;gap:50px;margin:35px auto;max-width:850px}
.member-teasers a{display:flex;flex-direction:column;min-width:170px;padding:10px 35px}
.member-teasers a+a{border-left:1px solid #cbbcaa}
.member-teasers strong{font-weight:500;font-size:38px;line-height:1.3;color:var(--plum)}
.member-teasers span{font-size:12px}
.member-teasers span:first-child{font-size:18px;margin-bottom:8px}
.about-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.about-art{position:relative;overflow:hidden;min-height:400px;display:grid;place-items:center;background:var(--soft)}
.about-art>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7}
.about-art>div{position:relative;text-align:left;font-size:32px;line-height:1.6;letter-spacing:-.04em;color:var(--plum)}
.about-art .icon{display:block;width:65px;height:65px;margin-bottom:25px}
.doctor-signature{border-left:1px solid var(--gold);padding-left:22px;margin:30px 0}
.doctor-signature h3{font-size:19px}
.doctor-signature p{font-size:12px;margin:7px 0}
.steps-section{background:#eee8e0}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:75px;margin-top:45px}
.step-number{font-size:36px;color:var(--gold);font-weight:400}
.steps-grid h3{margin-top:18px}
.steps-grid p{font-size:14px}
.faq-section{display:grid;grid-template-columns:1fr 1.4fr;gap:80px}
.faqs details{border-bottom:1px solid var(--line);padding:23px 0}
.faqs summary{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;font-size:15px;list-style:none}
.faqs summary::-webkit-details-marker{display:none}
.faqs summary .icon{width:18px;transition:transform .2s}
.faqs details[open] summary .icon{transform:rotate(45deg)}
.faqs p{font-size:14px}
.final-cta{background:var(--plum);padding:55px 0;color:white}
.final-cta>.wrap{display:flex;align-items:center;justify-content:space-between}
.final-cta .eyebrow{color:#e6d7bc;margin-bottom:12px}
.booking-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;padding-bottom:90px}
.booking-panel{background:#fffdf9;border:1px solid var(--line);padding:35px}
.booking-aside{padding:25px 0}
.booking-aside h2{font-size:28px;margin-bottom:28px}
.booking-aside h3{font-size:18px}
.booking-aside p{font-size:14px}
.booking-aside .icon{margin-right:14px;width:22px}
.booking-aside hr,hr{border:0;border-top:1px solid var(--line);margin:25px 0}
label{display:block;font-size:13px;margin:18px 0;color:var(--ink)}
input,select,textarea{display:block;width:100%;margin-top:8px;min-height:47px;border:1px solid #cfc1b1;border-radius:5px;padding:11px 13px;background:#fffdf9;color:var(--ink);font-size:14px}
input[type=radio],input[type=checkbox]{width:18px;min-height:18px;display:inline-block;vertical-align:middle;margin:0 8px 0 0;accent-color:var(--plum)}
fieldset{padding:0;border:0;margin:20px 0}
legend{font-size:14px;font-weight:600}
.booking-form .form-row-two{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.slot-grid{display:flex;flex-wrap:wrap;gap:9px;margin:15px 0}
.slot-grid label{margin:0}
.slot-grid label input{position:absolute;opacity:0;width:1px}
.slot-grid label span{display:block;border:1px solid var(--line);border-radius:5px;padding:8px 14px;font-size:13px}
.slot-grid input:checked+span{background:var(--plum);color:white}
.slot-grid input:focus-visible+span{outline:3px solid var(--gold)}
.booking-alert{background:#eee6f0;border-left:3px solid var(--plum);padding:18px;margin:20px 0}
.booking-alert p{font-size:13px;margin:6px 0}
.booking-summary{padding:17px;background:#f0eae1;margin:20px 0;font-size:14px}
.booking-summary p{margin:3px 0}
.form-status{font-size:13px}
.error-notice{padding:15px;background:#f6e5e0;border-left:3px solid #9c5144;margin:15px 0}
.success-notice{padding:22px;background:#e8efe6;border-left:3px solid #617158}
.membership-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.membership-card{background:#fffcf8;padding:27px 23px;border:1px solid var(--line);display:flex;flex-direction:column}
.membership-card h2{font-size:30px}
.membership-card .eyebrow{font-size:9px;margin-bottom:15px}
.membership-price{font-size:28px;color:var(--ink)}
.membership-price small{font-size:10px;white-space:nowrap}
.discount-label{border-bottom:1px solid var(--line);border-top:1px solid var(--line);padding:15px 0;color:var(--plum);font-size:13px}
.membership-card ul{font-size:12px;color:var(--muted);padding-left:15px;margin-bottom:30px}
.membership-card .button{margin-top:auto;font-size:12px;padding:13px 10px;gap:10px}
.membership-card.m03{background:#322a32;color:var(--ivory);border-color:#322a32}
.m03 .eyebrow,.m03 .membership-price,.m03 .discount-label,.m03 li{color:var(--ivory)}
.m03 .button{background:var(--ivory);color:var(--ink)}
.m03 .button .icon{filter:none}
.membership-note{max-width:800px;margin:65px auto 0;text-align:center}
.membership-note h2{font-size:29px}
.membership-note p{font-size:14px}
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center;padding-top:0}
.profile-illustration img{max-height:620px;object-fit:contain;mix-blend-mode:multiply}
.values-list{margin:30px 0}
.values-list p{display:grid;grid-template-columns:28px 130px 1fr;gap:12px;font-size:12px;align-items:center}
.values-list strong{font-size:14px;font-weight:500}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-top:0}
.address-card{background:#eee8e0;padding:40px}
.address-card>.icon{width:44px;height:44px;margin-bottom:22px}
.address-card h2{font-size:29px}
.address-card a:not(.button){display:block;color:var(--plum)}
.address-card h3{margin-top:25px}
.contact-grid form{margin-top:25px}
.standard-page h1{margin-bottom:35px}
.standard-page{min-height:450px}
.woo-wrap{padding-top:0}
.woocommerce .button,.woocommerce button.button{display:inline-flex;background:var(--plum);color:white;border:0;border-radius:6px;padding:13px 20px;font-size:13px}
.woocommerce .price{display:block}
.woocommerce table{width:100%;border-collapse:collapse;font-size:14px}
.woocommerce th,.woocommerce td{padding:14px;border-bottom:1px solid var(--line);text-align:left}
.woocommerce .product-thumbnail img{max-width:90px}
.woocommerce .quantity input{width:80px}
.woocommerce .cart_totals,.woocommerce-checkout-review-order{max-width:650px;margin:30px 0 30px auto;padding:25px;background:#eee8e0}
.woocommerce .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:45px}
.woocommerce form .form-row{margin:15px 0}
.woocommerce .form-row label{margin:0}
.woocommerce-notices-wrapper ul,.woocommerce-error{list-style:none;padding:15px;background:#f3e4dc}
.woocommerce-message,.woocommerce-info{padding:15px;border-left:3px solid var(--gold);background:#efe8df;margin:15px 0}
.woocommerce-MyAccount-navigation ul{display:flex;gap:20px;flex-wrap:wrap;list-style:none;padding:0 0 20px;border-bottom:1px solid var(--line);font-size:13px}
.woocommerce-MyAccount-content{padding-top:20px}
.woocommerce h2{font-size:28px;margin:20px 0}
.woocommerce h3{font-size:22px;margin:20px 0}
.woocommerce .product .woocommerce-product-gallery{float:left;width:43%;margin-right:6%}
.woocommerce .product .summary{overflow:hidden}
.woocommerce .product .woocommerce-tabs{clear:both;padding-top:35px}
.woocommerce-tabs ul.tabs{display:flex;list-style:none;padding:0;gap:25px}
.woocommerce .product_meta{font-size:12px;margin:20px 0}
.payment_methods{list-style:none;padding:0}
.payment_box{font-size:13px}
.woocommerce .shop_table .actions .coupon{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.woocommerce .coupon input{width:180px}
.woocommerce-breadcrumb,.woocommerce-result-count,.woocommerce-ordering{font-size:12px;margin-bottom:20px}
.woocommerce-ordering{max-width:300px}
.woocommerce .related{clear:both}
.gh-coupon-panel{padding:25px;background:#eee6f0;margin:25px 0}
.gh-coupon-panel code{padding:10px;background:white;color:var(--plum);display:inline-block}
.woocommerce input[type=checkbox]{display:inline-block}
.woocommerce .screen-reader-text{position:absolute;left:-9999px}
.woocommerce .woocommerce-form-login-toggle{margin-bottom:25px}
@keyframes gh-breathe{0%,100%{transform:translate3d(0,4px,0) rotate(-1deg) scale(.97)}50%{transform:translate3d(0,-7px,0) rotate(1deg) scale(1)}}
@media(max-width:1150px){
.actions{gap:20px}
.actions .text-link{font-size:12px}
.membership-grid{grid-template-columns:repeat(2,1fr)}
.about-section{gap:50px}
.art-caption>span{display:none}
.art-caption{justify-content:end}
.featured-service{padding:0 20px;gap:15px}
.featured-service>.icon{width:40px;height:40px}
}
@media(max-width:850px){
.wrap{padding-left:25px;padding-right:25px}
.section{padding-top:55px;padding-bottom:55px}
.care-strip{padding:20px}
.care-strip a{gap:10px;font-size:10px}
.care-strip .icon{width:25px;height:25px}
.featured-grid{gap:0}
.featured-service{flex-direction:column;gap:15px}
.featured-service h3{font-size:16px}
.section-head h2{font-size:30px}
.section-head .text-link{font-size:11px}
.about-section{gap:35px}
.about-art{min-height:340px}
.about-art>div{font-size:24px}
.about-section h2{font-size:30px}
.faq-section{gap:40px}
.steps-grid{gap:30px}
.booking-layout{gap:30px;grid-template-columns:1.3fr 1fr}
.booking-panel{padding:23px}
.contact-grid{gap:35px}
.profile-grid{gap:40px}
.values-list p{grid-template-columns:25px 1fr}
.values-list p strong{display:inline}
.profile-grid h2{font-size:36px}
}
@media(max-width:600px){
.art-caption{bottom:8px;right:20px}
.motion-toggle{font-size:9px}
.care-strip{padding:10px 24px;display:flex;flex-direction:column;align-items:start;gap:0}
.care-strip a{font-size:12px;width:100%;justify-content:start;padding:12px 0;gap:15px}
.care-strip a+a{border-left:0;border-top:1px solid var(--line)}
.care-strip .icon{width:24px}
.section-head{display:block;margin-bottom:30px}
.section-head h2{font-size:29px}
.section-head>.text-link{margin-top:18px}
.featured-grid{display:flex;flex-direction:column;gap:0}
.featured-service{padding:25px 0!important;flex-direction:row;gap:22px}
.featured-service+.featured-service{border-left:0;border-top:1px solid var(--line)}
.featured-service>.icon{width:46px;height:46px}
.featured-service h3{font-size:20px}
.featured-service p{font-size:13px}
.featured{padding-top:45px;padding-bottom:25px}
.silk-section{padding:55px 20px}
.silk-section h2{font-size:35px}
.member-teasers{gap:0;margin:30px 0}
.member-teasers a{min-width:0;flex:1;padding:5px 10px}
.member-teasers strong{font-size:29px}
.member-teasers span{font-size:9px}
.member-teasers span:first-child{font-size:15px}
.about-section{display:flex;flex-direction:column;align-items:stretch;gap:35px}
.about-art{min-height:270px}
.about-art>div{font-size:26px}
.about-section h2{font-size:35px}
.steps-grid{display:flex;flex-direction:column;gap:20px}
.steps-grid>div{position:relative;padding-left:60px}
.step-number{position:absolute;left:0;top:13px;font-size:29px}
.steps-grid h3{font-size:20px}
.faq-section{display:block}
.faqs{margin-top:25px}
.final-cta .wrap{display:block}
.final-cta h2{font-size:38px}
.final-cta .button{margin-top:27px}
.booking-layout{display:flex;flex-direction:column;gap:15px}
.booking-panel{padding:22px 18px}
.booking-form .form-row-two{display:block}
.booking-aside{padding:15px 0}
.membership-grid{grid-template-columns:1fr}
.membership-card{padding:30px}
.membership-note h2{font-size:27px}
.profile-grid{display:flex;flex-direction:column-reverse;gap:35px}
.profile-illustration{max-height:370px;overflow:hidden}
.profile-illustration img{max-height:370px}
.contact-grid{display:flex;flex-direction:column;gap:40px}
.address-card{padding:28px}
.contact-grid h2{font-size:30px}
.woocommerce .col2-set{display:block}
.woocommerce .product .woocommerce-product-gallery{float:none;width:100%;margin:0}
.woocommerce table{font-size:11px}
.woocommerce td,.woocommerce th{padding:8px}
.woocommerce .product-thumbnail{display:none}
.woocommerce .cart_totals{padding:15px}
.woocommerce .shop_table .actions .coupon{display:block}
.woocommerce .coupon input{width:100%;margin-bottom:12px}
.woocommerce-MyAccount-navigation ul{gap:10px 18px}
.woocommerce .woocommerce-checkout-review-order{padding:15px}
}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*,*:before,*:after{animation:none!important;transition:none!important}
.ribbon-canvas{display:none}
}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:600px){
.woocommerce table.cart,.woocommerce table.cart tbody,.woocommerce table.cart tr,.woocommerce table.cart td{display:block;width:100%}
.woocommerce table.cart thead{display:none}
.woocommerce table.cart tr{padding:15px 0;border-bottom:1px solid var(--line)}
.woocommerce table.cart td{border:0;font-size:14px}
.woocommerce table.cart td[data-title]{display:flex;justify-content:space-between;align-items:center;gap:16px}
.woocommerce table.cart td[data-title]:before{content:attr(data-title);font-weight:600}
.woocommerce table.cart .product-name a{max-width:65%;text-align:right}
.woocommerce table.cart .product-remove{text-align:right}
.woocommerce table.cart .product-remove a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:24px}
.woocommerce table.cart .product-thumbnail{display:none}
.woocommerce table.cart .actions .coupon{width:100%;display:block;float:none}
.woocommerce table.cart .actions input,.woocommerce table.cart .actions button{width:100%;margin:0 0 12px}
.woocommerce table.cart .quantity{width:75px}
.woocommerce .cart_totals table{font-size:14px}
}
@media(min-width:851px){
.featured{padding-top:42px;padding-bottom:42px}
.featured .section-head{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;margin:0}
.featured .section-head:focus-within{position:static;width:auto;height:auto;clip:auto;overflow:visible;margin-bottom:20px}
}
[hidden]{display:none!important}
.profile-photo{margin:0;align-self:start;width:100%}
.profile-photo img{display:block;width:100%;height:auto;border-radius:16px}
.professional-details{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;margin:25px 0 30px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.professional-details>div:last-child{grid-column:1/-1}
.professional-details dt{font-size:12px;color:var(--muted);line-height:1.5}
.professional-details dd{margin:5px 0 0;font-size:16px;font-weight:600;letter-spacing:.025em;color:var(--plum);overflow-wrap:anywhere}
@media(max-width:600px){
.profile-grid{flex-direction:column}
.profile-photo{max-width:100%}
.professional-details{gap:18px 15px}
.professional-details dd{font-size:14px}
}
