:root{--green:#435e4b;--dark:#263d30;--cream:#f6f5ef;--paper:#fffefa;--ink:#26392d;--muted:#62695e;--line:#d9ded4;--serif:'Italiana',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--gutter:clamp(24px,5vw,88px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 var(--sans)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;object-fit:cover}button:focus-visible,a:focus-visible,summary:focus-visible,select:focus-visible{outline:3px solid #b49453;outline-offset:6px}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:400}em{font-style:normal;font-family:Georgia,serif;font-weight:400;font-style:italic}h2{font-size:clamp(42px,4.4vw,70px);line-height:1.09;letter-spacing:-.04em}h3{font-size:22px;font-weight:500;line-height:1.3}section{scroll-margin-top:20px}.skip-link{position:fixed;top:-100px;left:20px;padding:12px;background:white;z-index:200}.skip-link:focus{top:10px}.header{height:110px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 var(--gutter);border-bottom:1px solid var(--line);background:var(--cream);position:relative;z-index:30}.brand img{width:120px;height:74px;object-fit:contain}.header nav{display:flex;gap:32px;font-size:14px}.header nav a{position:relative}.header nav a:after{content:'';position:absolute;bottom:-7px;left:0;width:0;height:1px;background:var(--green);transition:width .2s}.header nav a:hover:after{width:100%}.header-cta{font-size:14px;border:1px solid var(--green);padding:12px 19px;display:flex;gap:22px}.header-cta:hover{background:var(--green);color:white}.menu-button{display:none;background:none;border:0;font-size:26px}.hero{display:grid;grid-template-columns:1.03fr 1fr;min-height:690px}.hero-copy{padding:62px 30px 35px var(--gutter);display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.eyebrow{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;letter-spacing:.16em;margin-bottom:30px}.eyebrow span{width:23px;height:1px;background:currentColor}.hero h1{font-size:clamp(56px,5.85vw,93px);letter-spacing:-.045em;line-height:1.04}.hero h1 em{font-size:.87em;letter-spacing:-.055em}.hero-description{color:var(--muted);margin-top:27px;line-height:1.8;font-size:16px}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:32px}.button{background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:17px 24px;border:1px solid var(--green);font-size:14px;transition:background .2s,transform .2s}.button:hover{background:var(--dark);transform:translateY(-2px)}.text-link{display:inline-flex;align-items:center;gap:22px;padding:10px 0;border-bottom:1px solid var(--green);font-size:14px}.hero-foot{display:flex;gap:24px;padding-top:32px;margin-top:33px;border-top:1px solid var(--line);font-size:12px;letter-spacing:.01em;width:min(440px,100%)}.hero-foot span+span{padding-left:24px;border-left:1px solid var(--line)}.hero-media{background:var(--green);position:relative;padding:28px 28px 61px;display:grid;grid-template-columns:1.25fr .8fr;gap:14px;overflow:hidden}.film-wrap{position:relative;background:#203a2b;align-self:start;height:calc(100% - 0px);min-width:0;overflow:hidden}.film-wrap video{width:100%;height:100%;object-fit:contain;display:block;max-height:600px}.film-cover{position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(14,31,22,.85));border:0;color:white;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;padding:30px 15px;gap:22px;text-align:center}.film-cover small{display:block;font-size:10px;letter-spacing:.12em;margin-top:7px}.play-circle{border:1px solid #ffffffaf;display:grid;place-items:center;border-radius:50%;width:65px;height:65px;font-size:17px;background:#ffffff15;backdrop-filter:blur(5px);transition:transform .3s}.film-cover:hover .play-circle{transform:scale(1.1)}.film-cover[hidden]{display:none}.hero-photo{position:relative;margin-top:70px;overflow:hidden;height:calc(100% - 70px)}.hero-photo img{width:100%;height:100%;object-position:49% 50%}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 55%,#13251dbc)}.hero-photo>span{position:absolute;bottom:26px;left:18px;color:white;font-family:var(--serif);font-size:40px;line-height:1.1;z-index:1}.hero-photo em{font-size:.9em}.media-caption{position:absolute;bottom:20px;left:28px;right:28px;display:flex;justify-content:space-between;gap:18px;color:#f3f4ec;font-size:10px;letter-spacing:.12em}.media-caption span+span{letter-spacing:0}.signature-strip{display:flex;align-items:center;justify-content:space-around;gap:15px;padding:23px var(--gutter);border-bottom:1px solid var(--line);font-size:11px;letter-spacing:.14em;color:var(--green)}.signature-strip i{font-size:20px;font-style:normal}footer{padding:50px var(--gutter);display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);gap:40px}footer img{width:130px;height:80px;object-fit:contain}footer p{color:var(--muted);font-size:14px}footer a{font-size:14px;border-bottom:1px solid var(--line)}
@media(min-width:1600px){.hero{min-height:760px}.film-wrap video{max-height:660px}.hero-copy{padding-top:80px}}@media(max-width:1100px){.header nav{gap:20px}.header-cta{display:none}.hero{min-height:630px}.hero-copy{padding-top:42px}.hero h1{font-size:65px}.hero-media{padding:20px 20px 60px;grid-template-columns:1fr}.hero-photo{display:none}.hero-media .film-wrap{max-width:315px;margin:auto;height:550px}.hero-actions{gap:20px}.button{padding:15px 19px;gap:20px}.media-caption span+span{display:none}.hero-foot{gap:15px}.hero-foot span+span{padding-left:15px}}@media(max-width:700px){html{scroll-padding-top:20px}.header{height:88px;padding:0 24px}.brand img{width:103px;height:65px}.header nav{display:none}.menu-button{display:block}#mobile-nav:not([hidden]){display:flex;flex-direction:column;gap:17px;padding:24px;border-bottom:1px solid var(--line);background:var(--cream)}.hero{display:flex;flex-direction:column}.hero-copy{padding:43px 24px 35px}.eyebrow{font-size:10px;margin-bottom:24px;letter-spacing:.13em}.hero h1{font-size:clamp(54px,13vw,79px);line-height:1.02}.hero-description{font-size:16px;max-width:340px;margin-top:23px}.desktop-br{display:none}.hero-actions{gap:24px;margin-top:25px}.text-link,.button{font-size:13px}.hero-foot{margin-top:26px;padding-top:21px;font-size:11px}.hero-media{padding:24px 24px 52px;grid-template-columns:1.2fr .72fr;gap:12px}.hero-media .film-wrap{height:auto;max-width:none;aspect-ratio:9/16;margin:0}.film-wrap video{height:100%;object-fit:cover}.hero-photo{display:block;margin-top:35px;height:calc(100% - 35px)}.hero-photo>span{font-size:29px;left:13px;bottom:20px}.film-cover{padding:17px 8px;gap:13px;font-size:13px}.film-cover small{font-size:8px}.play-circle{width:48px;height:48px;font-size:13px}.media-caption{bottom:17px;left:24px}.media-caption span+span{display:block;font-size:9px}.signature-strip{padding:20px 24px;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:.05em}.signature-strip span:last-child,.signature-strip i:nth-last-child(2){display:none}.signature-strip i{font-size:14px}footer{padding:35px 24px;flex-wrap:wrap;gap:25px}footer p{flex:1;font-size:12px;min-width:170px}footer a{font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.section-pad{padding:100px var(--gutter)}.intro{padding-top:78px;padding-bottom:65px}.intro-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:10%}.intro-grid>p{max-width:460px;color:var(--muted);font-size:17px;line-height:1.85}.world-links{display:grid;grid-template-columns:1fr 1fr;gap:6%;margin-top:48px}.world-links>a{border-top:1px solid var(--line);padding-top:22px;position:relative;padding-right:42px}.world-links span{font-size:11px;letter-spacing:.13em}.world-links p{font-family:var(--serif);font-size:27px;margin-top:10px;line-height:1.3}.world-links b{font-size:25px;font-weight:400;position:absolute;right:0;top:35px;transition:transform .25s}.world-links>a:hover b{transform:translate(4px,-4px)}.clinic{background:var(--dark);color:var(--cream);display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.clinic-image{height:650px;position:relative;overflow:hidden}.clinic-image>img{width:100%;height:100%;object-fit:cover;object-position:50% 35%}.clinic-image:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0b201ab3);pointer-events:none}.image-tag{position:absolute;top:22px;left:22px;font-size:10px;letter-spacing:.1em;background:#f6f5ef;padding:9px 14px;color:var(--green)}.clinic-watch{position:absolute;z-index:1;bottom:25px;left:25px;right:25px;background:#ffffff12;border:1px solid #ffffff65;color:white;padding:17px 10px;backdrop-filter:blur(9px);font-size:14px;display:flex;justify-content:center;align-items:center;gap:16px}.clinic-watch span{font-size:12px}.clinic-content .eyebrow{color:#d5dfcd;margin-bottom:23px}.section-description{color:#d2d9cf;font-size:16px;line-height:1.8;max-width:480px;margin-top:25px}.clinic-list{margin:28px 0}.clinic-list details{border-top:1px solid #cbd7c036}.clinic-list details:last-child{border-bottom:1px solid #cbd7c036}summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:17px;font-size:17px;padding:19px 0}summary::-webkit-details-marker{display:none}summary>span{font-size:11px;opacity:.6}summary i{margin-left:auto;font-size:24px;font-style:normal;font-weight:400;line-height:1;transition:transform .2s}details[open]>summary i{transform:rotate(45deg)}.clinic-list details>div{font-size:14px;line-height:1.8;color:#d2d9cf;padding:0 25px 22px 32px}.button-light{background:var(--cream);color:var(--dark);border-color:var(--cream)}.button-light:hover{background:#dce5d5;color:var(--dark)}.clinic-note{font-size:11px;color:#c1ccbd;line-height:1.7;margin-top:17px;max-width:390px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:45px}.section-heading>p{max-width:335px;color:var(--muted);line-height:1.8;padding-bottom:3px}.salon-feature{display:grid;grid-template-columns:1.05fr 1fr;gap:8%;align-items:center}.feature-photo{height:650px;position:relative;overflow:hidden}.feature-photo>img{width:100%;height:100%;object-position:50% 40%;transition:transform 1s}.feature-photo:hover>img{transform:scale(1.025)}.feature-photo>span{position:absolute;bottom:25px;left:25px;background:var(--cream);padding:11px 18px;font-size:10px;letter-spacing:.15em}.feature-copy{padding-right:4%}.feature-copy>h3{font-family:var(--serif);font-size:clamp(33px,3vw,49px);line-height:1.12;letter-spacing:-.03em}.feature-copy>p:not(.eyebrow){margin:25px 0 17px;color:var(--muted);line-height:1.85}.feature-copy .text-link{border-top:0;border-right:0;border-left:0;background:none}.feature-mini{display:flex;gap:25px;align-items:center;margin-top:35px;padding-top:30px;border-top:1px solid var(--line)}.feature-mini img{width:116px;height:145px;object-position:center 27%}.feature-mini>div{font-family:var(--serif);font-size:27px;line-height:1.2}.feature-mini small{display:block;font-family:var(--sans);font-size:12px;color:var(--muted);margin-top:15px}.service-navigation{display:flex;align-items:flex-end;justify-content:space-between;margin:60px 0 30px;gap:30px;scroll-margin-top:110px}.service-heading h3{font-family:var(--serif);font-size:32px;font-weight:400;line-height:1.2;letter-spacing:-.02em}.service-heading p{font-size:14px;color:var(--muted);margin-top:10px;line-height:1.6}.tabs{display:flex;border-bottom:1px solid var(--line);gap:24px;flex-shrink:0}.tabs button{background:none;border:0;position:relative;padding:13px 4px;font-size:15px;min-height:48px}.tabs button[aria-selected=true]{box-shadow:0 2px 0 var(--green);font-weight:600}.tabs button span{font-size:11px;margin-left:9px;vertical-align:super;font-weight:400}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 34px}.service-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:0;min-width:0;padding:27px 0 25px;border:0;border-top:1px solid var(--line);border-radius:0;background:none;transition:background .2s;-webkit-appearance:none;appearance:none}.service-card h4{font-size:20px;font-weight:500;line-height:1.4;margin:0 0 10px}.service-card p{color:var(--muted);font-size:15px;line-height:1.7;margin:0 0 20px;max-width:28ch}.service-more{margin-top:auto;display:inline-block;font-size:13px;line-height:1.4;color:var(--green);text-decoration:underline;text-decoration-color:#435e4b66;text-underline-offset:5px;transition:text-decoration-color .2s}.service-card:hover .service-more{text-decoration-color:var(--green)}.service-card:hover h4{color:var(--green)}.service-card:focus-visible{outline:2px solid var(--green);outline-offset:6px;background:#e9ede44d}.service-card:focus:not(:focus-visible){outline:none}
.beauty-band{display:grid;grid-template-columns:.9fr 1.1fr .65fr;background:#e5e9df;align-items:center}.beauty-band>img{width:100%;height:545px;object-fit:cover;object-position:center 27%}.beauty-band>div{padding:50px 13%}.beauty-band h2{font-size:clamp(40px,3.5vw,58px)}.beauty-band p:not(.eyebrow){font-size:15px;margin:25px 0 18px;color:var(--muted)}.beauty-band .text-link{background:none;border-top:0;border-left:0;border-right:0;font-size:13px;text-align:left}.beauty-band>img.beauty-side{height:405px;width:calc(100% - 36px);object-position:center 15%}.gallery-filters{display:flex;gap:11px;flex-wrap:wrap;margin:0 0 32px}.gallery-filters button{padding:10px 19px;background:none;border:1px solid var(--line);border-radius:30px;font-size:13px;transition:background .2s}.gallery-filters button[aria-pressed=true]{background:var(--green);border-color:var(--green);color:white}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-item{padding:0;background:none;border:0;text-align:left;position:relative;overflow:hidden;aspect-ratio:3/4}.gallery-item img{height:100%;width:100%;object-fit:cover;transition:transform .65s;object-position:center 33%}.gallery-item:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#162b208f)}.gallery-item:hover img{transform:scale(1.045)}.gallery-item>span{position:absolute;bottom:18px;left:17px;right:17px;color:#fff;font-size:13px;display:flex;justify-content:space-between;align-items:center;z-index:1}.gallery-item>span i{font-style:normal;font-size:23px}.gallery-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:25px;gap:20px}.gallery-bottom p{font-size:12px;color:var(--muted)}.gallery-bottom button{background:none;border-top:0;border-left:0;border-right:0}.essence{background:#e8ece3;display:grid;grid-template-columns:1fr 1.05fr;gap:11%;align-items:center}.essence-copy>p:not(.eyebrow){color:var(--muted);margin-top:26px;line-height:1.9;max-width:420px}.essence-copy .text-link{margin-top:22px}.essence-photo{position:relative;min-height:650px;height:100%;overflow:hidden}.essence-photo img{width:100%;height:100%;object-fit:cover}.essence-photo>span{position:absolute;bottom:25px;right:25px;background:var(--cream);padding:22px;font-size:11px;letter-spacing:.12em;line-height:1.9}.questions{display:grid;grid-template-columns:.9fr 1.1fr;gap:8%;align-items:start}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{font-size:16px;padding:22px 0;gap:25px}.faq-list details p{padding-bottom:23px;padding-right:30px;color:var(--muted);font-size:14px;line-height:1.85}.contact{background:var(--green);color:var(--cream);text-align:center;padding-top:78px;padding-bottom:78px}.contact .eyebrow{justify-content:center}.contact h2{font-size:clamp(42px,4.5vw,72px)}.contact>p:not(.eyebrow){margin-top:25px;color:#e1e7dc;font-size:16px}.contact>.button{margin-top:30px}.contact>p.contact-note{font-size:12px;margin-top:24px}.contact-details{display:flex;justify-content:center;gap:36px;flex-wrap:wrap;margin-top:30px}.contact-details:empty{display:none}.contact-details div{font-size:14px;max-width:300px}.contact-details small{display:block;font-size:11px;letter-spacing:.1em;margin-bottom:8px}.contact-details a{border-bottom:1px solid #ffffff66}dialog{color:var(--ink);border:0;padding:0;background:var(--cream);max-width:calc(100vw - 32px);max-height:calc(100dvh - 40px);overflow:auto}dialog::backdrop{background:#112219cf;backdrop-filter:blur(5px)}body.modal-open{overflow:hidden}.close-dialog{position:absolute;right:14px;top:12px;z-index:5;display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);background:var(--cream);font-size:27px;line-height:1}.service-dialog{width:850px}.detail-layout{display:grid;grid-template-columns:.8fr 1fr}.detail-layout>img{width:100%;height:100%;min-height:480px;object-position:center 28%}.detail-copy{padding:62px 40px 42px}.detail-copy .eyebrow{font-size:10px;margin-bottom:20px}.detail-copy h2{font-size:43px}.detail-copy>p{color:var(--muted);margin-top:23px}.detail-copy ul{padding-left:20px;color:var(--muted);font-size:14px;margin:24px 0}.detail-copy li{padding-bottom:9px}.detail-copy .button{margin-top:12px}.detail-layout.no-image{display:block}.no-image .detail-copy{max-width:620px}.service-dialog:has(.no-image){width:620px}.booking-dialog{padding:50px;width:600px}.booking-dialog h2{font-size:46px}.booking-dialog>p:not(.eyebrow){color:var(--muted);margin-top:24px;font-size:15px}.booking-dialog label{display:block;font-size:14px;margin:25px 0 9px}.booking-dialog select{width:100%;background:var(--paper);color:var(--ink);border:1px solid #9baa9c;border-radius:0;padding:13px 12px;font-size:15px}.message-preview{background:#e8ece3;padding:18px;font-size:14px;margin-top:20px;line-height:1.8}.booking-dialog>p.booking-status{font-size:12px;margin:17px 0}.booking-dialog .button{width:100%;margin-top:6px}.booking-dialog>p.copy-feedback{font-size:12px;margin-top:15px;min-height:20px}.button[hidden]{display:none}.gallery-dialog{width:1100px;background:#17251c;color:white;overflow:hidden;height:min(850px,93dvh)}.gallery-dialog figure{margin:0;height:100%;padding:25px 70px 48px}.gallery-dialog figure img{height:100%;width:100%;object-fit:contain}.gallery-dialog figcaption{text-align:center;font-size:13px;padding-top:12px}.gallery-prev,.gallery-next{position:absolute;top:50%;width:45px;height:45px;border:1px solid #ffffff66;background:#263d30;color:#fff;font-size:24px}.gallery-prev{left:12px}.gallery-next{right:12px}.reveal{transition:opacity .7s,transform .7s}.reveal.waiting{opacity:0;transform:translateY(24px)}
@media(max-width:1100px){.section-pad{padding:75px var(--gutter)}.clinic{gap:6%}.clinic-image{height:600px}.clinic h2{font-size:52px}.beauty-band{grid-template-columns:.9fr 1.1fr}.beauty-side{display:none!important}.beauty-band>div{padding:35px 9%}.services-grid{gap:0 20px}.service-card h4{font-size:19px}.feature-photo{height:580px}.essence{gap:7%}.essence-photo{min-height:600px}.gallery-grid{gap:14px}.gallery-item>span{font-size:11px;left:12px;right:12px;bottom:12px}}
@media(max-width:700px){.section-pad{padding:58px 24px}h2{font-size:44px}.intro-grid{grid-template-columns:1fr;gap:25px}.intro-grid>p{font-size:16px}.world-links{gap:25px;margin-top:35px}.world-links>a{padding-right:20px;padding-top:17px}.world-links span{font-size:9px;letter-spacing:.05em}.world-links p{font-size:22px;line-height:1.2}.world-links b{font-size:19px;top:51px}.clinic{display:flex;flex-direction:column-reverse;gap:34px}.clinic h2{font-size:47px}.clinic-content{width:100%}.clinic-content h2 br:nth-child(2){display:none}.clinic-image{width:100%;height:480px}.clinic-image>img{object-position:50% 29%}.clinic .section-description{margin-top:23px}.clinic-note{font-size:11px}.clinic-list summary{font-size:17px}.clinic .button{font-size:14px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:23px;font-size:15px}.salon-feature{grid-template-columns:1fr;gap:30px}.feature-photo{height:500px}.feature-copy{padding:0}.feature-copy h3{font-size:37px}.feature-mini{margin-top:27px;padding-top:25px}.feature-mini img{width:100px;height:125px}.service-navigation{flex-direction:column;align-items:flex-start;margin-top:44px;gap:20px;scroll-margin-top:100px}.service-heading h3{font-size:29px}.tabs{width:100%}.services-grid{grid-template-columns:1fr;gap:0}.service-card{padding:25px 0 23px;gap:0}.service-card h4{font-size:19px;margin-bottom:8px}.service-card p{max-width:none;font-size:15px;margin-bottom:15px}.service-more{font-size:13px}.beauty-band{grid-template-columns:1fr}.beauty-band>img{height:420px;object-position:center 28%}.beauty-band>div{padding:42px 24px 48px}.beauty-band h2{font-size:45px}.gallery-filters{gap:8px;margin-bottom:25px}.gallery-filters button{padding:8px 13px;font-size:11px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:11px}.gallery-item>span{font-size:11px}.gallery-item>span i{font-size:20px}.gallery-bottom p{font-size:11px}.essence{grid-template-columns:1fr;gap:35px}.essence-copy h2{font-size:46px}.essence-copy h2 br:nth-child(3){display:none}.essence-copy>p:not(.eyebrow){margin-top:20px;font-size:15px}.essence-photo{height:530px;min-height:0}.essence-photo>span{bottom:18px;right:18px;padding:15px;font-size:9px}.questions{grid-template-columns:1fr;gap:30px}.faq-list summary{font-size:15px;line-height:1.5;padding:19px 0}.contact h2{font-size:41px}.contact>p:not(.eyebrow){font-size:15px}.contact-details{flex-direction:column;align-items:center;gap:20px}.booking-dialog{padding:50px 25px 25px}.booking-dialog h2{font-size:40px}.detail-layout{grid-template-columns:1fr}.detail-layout>img{height:280px;min-height:0;object-position:center 31%}.detail-copy{padding:35px 25px}.detail-copy h2{font-size:39px}.gallery-dialog{height:85dvh}.gallery-dialog figure{padding:65px 18px 76px}.gallery-dialog .gallery-prev,.gallery-dialog .gallery-next{top:auto;bottom:12px}.gallery-dialog figcaption{font-size:12px}.image-tag{left:18px;top:18px;font-size:9px}.clinic-watch{left:18px;right:18px;font-size:13px}}
/* Cinematic opening — original SA colors, photography and films. */
.reading-progress{position:fixed;z-index:100;top:0;left:0;height:3px;background:#b5c797;width:0;pointer-events:none}.cinematic-header{background:#263d30;color:var(--cream);height:94px;border-color:#ffffff24;position:sticky;top:0;transition:height .25s,background .3s}.cinematic-header .brand img{filter:brightness(0) invert(1);width:107px;height:64px}.cinematic-header nav a:after{background:var(--cream)}.header-tools{display:flex;gap:24px;align-items:center}.cinematic-header .header-cta{color:var(--cream);border-color:#ffffff60;font-size:12px;padding:11px 16px}.cinematic-header .header-cta:hover{background:var(--cream);color:var(--green)}#sound-toggle{display:flex;align-items:center;gap:9px;border:0;background:none;color:inherit;font-size:10px;padding:12px 0;letter-spacing:.06em;white-space:nowrap}.sound-bars{display:flex;align-items:center;gap:3px;height:18px;width:20px}.sound-bars i{width:2px;height:4px;background:currentColor}.sound-bars i:nth-child(2){height:12px}.sound-bars i:nth-child(3){height:17px}.sound-bars i:nth-child(4){height:8px}#sound-toggle[aria-pressed=true] .sound-bars i{animation:audio-bars 1s ease-in-out infinite alternate}#sound-toggle[aria-pressed=true] .sound-bars i:nth-child(2){animation-delay:.3s}#sound-toggle[aria-pressed=true] .sound-bars i:nth-child(3){animation-delay:.6s}@keyframes audio-bars{to{height:4px}}
/* A single, full-bleed film replaces the floating preview card. */
.cinematic-header{position:fixed;top:0;left:0;right:0;height:96px;background:linear-gradient(#15251da6,#15251d08);border-color:#ffffff25;transition:background .3s,height .3s;backdrop-filter:none}
.cinematic-header.is-scrolled{height:80px;background:#20372bf2;backdrop-filter:blur(18px)}
.cinematic-header nav{font-size:14px;gap:28px}
.cinematic-header .brand img{width:110px;height:66px}
.cinematic-header .header-cta{font-size:13px;padding:12px 17px}
#sound-toggle{font-size:12px}
.cinematic-hero{display:block;position:relative;isolation:isolate;overflow:hidden;background:#15281e;color:var(--cream);height:100svh;min-height:760px;max-height:1060px}
.hero-backdrop{position:absolute;inset:0;z-index:-3;overflow:hidden}
.hero-backdrop video{position:absolute;inset:0 0 0 auto;width:76%;height:100%;object-fit:cover;object-position:50% 36%;mask-image:linear-gradient(90deg,transparent,#000 20%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 20%)}
.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#15281efa 3%,#15281ee8 24%,#15281e88 46%,#15281e12 74%),linear-gradient(0deg,#15281eeb 1%,transparent 38%,#15281e24 85%)}
.hero-light{position:absolute;inset:0;pointer-events:none;background:radial-gradient(650px circle at var(--pointer-x,15%) var(--pointer-y,45%),#b4cba010,transparent 75%);z-index:-1}
.hero-location{position:absolute;top:128px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;font-size:12px;letter-spacing:.12em;color:#e3e8dd}
.hero-location>span:last-child{border-left:1px solid #ffffff60;padding-left:18px}
.cinematic-hero .hero-copy{position:relative;z-index:2;padding:190px var(--gutter) 156px;height:100%;width:100%;max-width:none;justify-content:center;align-items:flex-start;pointer-events:none}
.cinematic-hero .hero-copy button,.cinematic-hero .hero-copy a{pointer-events:auto}
.cinematic-hero .eyebrow{font-size:12px;font-weight:500;letter-spacing:.15em;color:#e3e8dd;margin-bottom:25px}
.cinematic-hero h1{font-size:clamp(72px,7.2vw,118px);line-height:1.02;letter-spacing:-.045em;max-width:850px}
.cinematic-hero h1 em{display:inline-block;font-size:.98em;letter-spacing:-.055em;line-height:1.14;color:#ecf0df}
.cinematic-hero .hero-description{font-size:17px;line-height:1.75;color:#e6e9df;margin-top:23px;max-width:410px}
.cinematic-hero .hero-actions{gap:28px;margin-top:32px;flex-wrap:wrap}
.cinematic-hero .hero-primary{background:var(--cream);color:var(--dark);border-color:var(--cream);font-size:14px;padding:18px 23px;gap:38px;min-height:60px}
.cinematic-hero .hero-primary:hover{background:#dfe9cc;border-color:#dfe9cc}
.hero-watch{display:flex;align-items:center;gap:13px;background:none;border:0;color:var(--cream);padding:5px 0;text-align:left;font-size:14px;line-height:1.4}
.hero-watch small{display:block;font-size:10px;letter-spacing:.1em;color:#d2dccc;margin-top:5px}
.watch-icon{display:grid;place-items:center;width:48px;height:48px;flex-shrink:0;border:1px solid #ffffff85;border-radius:50%;background:#ffffff0a;font-size:12px;transition:background .25s,transform .25s}
.hero-watch:hover .watch-icon{background:#ffffff22;transform:scale(1.07)}
.hero-bottom{position:absolute;left:var(--gutter);right:var(--gutter);bottom:0;display:flex;align-items:center;gap:6%;z-index:3;border-top:1px solid #ffffff4a;min-height:108px}
.hero-paths{display:grid;grid-template-columns:repeat(3,1fr);width:74%;gap:28px}
.hero-paths>a{display:flex;align-items:center;gap:16px;min-height:68px;font-size:14px;position:relative}
.hero-paths>a:after{content:'';position:absolute;top:-20px;left:0;width:0;height:2px;background:#e7efd8;transition:width .35s}
.hero-paths>a:hover:after{width:100%}
.path-index{font-size:11px;color:#b9c8b2}
.path-arrow{margin-left:auto;font-size:22px;transition:transform .25s}
.hero-paths a:hover .path-arrow{transform:translate(3px,-3px)}
.hero-video-control{display:flex;align-items:center;gap:18px;margin-left:auto;white-space:nowrap}
.video-state{display:flex;align-items:center;gap:9px;font-size:11px;color:#e0e7d9}
.video-state i{width:5px;height:5px;border-radius:50%;background:#d8e7b8;box-shadow:0 0 12px #d8e7b86b}
#motion-toggle{display:grid;place-items:center;width:44px;height:44px;border:1px solid #ffffff65;border-radius:50%;background:#ffffff08;color:var(--cream);font-size:15px;line-height:1;flex-shrink:0}
#motion-toggle:hover{background:#ffffff25}
.motion-paused .video-state i{box-shadow:none;background:#b9c8b2}
.signature-strip{background:#e5e9df}
.film-dialog{height:min(90dvh,950px);aspect-ratio:9/16;width:auto;background:#12221a;overflow:hidden;padding:0 0 32px;color:white}
.film-dialog video{width:100%;height:100%;display:block;object-fit:contain}
.film-dialog>p{font-size:10px;letter-spacing:.1em;text-align:center;margin-top:8px}
.film-dialog .close-dialog{right:8px;top:8px;background:#263d30b3;color:white;border-color:#ffffff44;border-radius:50%;width:44px;height:44px;backdrop-filter:blur(5px)}
.button{position:relative;overflow:hidden}.button:after{content:'';position:absolute;inset:-30% auto -30% -50%;width:30%;background:linear-gradient(90deg,transparent,#ffffff25,transparent);transform:skewX(-20deg);transition:left .6s;pointer-events:none}.button:hover:after{left:130%}
#gallery-more[hidden]{display:none}
dialog[open]{animation:dialog-enter .25s ease-out}@keyframes dialog-enter{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.cinematic-hero .hero-copy>*{animation:hero-enter .85s both}.cinematic-hero .hero-copy h1{animation-delay:.12s}.cinematic-hero .hero-description{animation-delay:.22s}.cinematic-hero .hero-actions{animation-delay:.32s}@keyframes hero-enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.cinematic-hero .hero-copy{padding-left:7%;padding-right:7%}.hero-location,.hero-bottom{left:7%;right:7%}.hero-backdrop video{width:72%}}
@media(max-width:1100px){.cinematic-header nav{gap:22px;font-size:13px}.cinematic-header .header-tools{margin-left:auto}.cinematic-hero{min-height:740px}.cinematic-hero h1{font-size:84px}.cinematic-hero .hero-copy{padding-top:185px;padding-bottom:150px}.hero-backdrop video{width:87%;object-position:56% 36%}.hero-shade{background:linear-gradient(90deg,#15281ee8,#15281eb8 40%,#15281e35 85%),linear-gradient(0deg,#15281eeb,transparent 45%)}.hero-video-control .video-state{display:none}.hero-paths{width:87%;gap:24px}.hero-bottom{gap:25px}}
@media(max-width:700px){
.cinematic-header,.cinematic-header.is-scrolled{height:76px;padding:0 24px;gap:20px}.cinematic-header .brand img{height:53px;width:90px}.cinematic-header .header-tools{margin-left:auto;gap:0}.cinematic-header .menu-button{color:var(--cream);padding:5px;font-size:23px;min-width:34px}.cinematic-header #sound-toggle{font-size:11px;gap:8px}#mobile-nav{position:fixed;top:76px;left:0;right:0;z-index:29;box-shadow:0 16px 24px #14251d15}#mobile-nav:not([hidden]){gap:0;padding:12px 24px}#mobile-nav a{padding:13px 0;border-bottom:1px solid var(--line)}#mobile-nav a:last-child{border:0}
.cinematic-hero{height:100svh;min-height:760px;max-height:1050px}.hero-backdrop video{width:100%;height:72%;object-position:50% 24%;mask-image:linear-gradient(#000 68%,transparent);-webkit-mask-image:linear-gradient(#000 68%,transparent)}.hero-shade{background:linear-gradient(0deg,#14291ff7 1%,#162d22eb 18%,#15281ecd 38%,#15281e25 65%,#15281e38 85%,#15281e73)}.hero-location{top:100px;left:24px;right:24px;font-size:10px;letter-spacing:.08em}.hero-location>span:last-child{padding-left:12px}.hero-light{display:none}
.cinematic-hero .hero-copy{position:absolute;bottom:125px;height:auto;width:100%;padding:0 24px;max-width:none;justify-content:flex-end}.cinematic-hero .eyebrow{font-size:10px;letter-spacing:.11em;margin-bottom:15px}.cinematic-hero h1{font-size:clamp(49px,12.2vw,78px);line-height:1.04;max-width:none}.cinematic-hero h1 em{font-size:1em;letter-spacing:-.045em;line-height:1.15}.cinematic-hero .hero-description{font-size:15px;line-height:1.7;margin-top:18px}.cinematic-hero .hero-actions{align-items:flex-start;gap:17px;margin-top:25px;flex-direction:column;width:100%}.cinematic-hero .hero-primary{font-size:14px;padding:16px 20px;min-height:54px;width:100%;max-width:360px}.hero-watch{font-size:13px;gap:12px;min-height:44px;padding:0}.watch-icon{width:40px;height:40px;font-size:10px}.hero-watch small{font-size:9px;letter-spacing:.08em;margin-top:3px}
.hero-bottom{left:24px;right:24px;min-height:95px;gap:15px}.hero-paths{grid-template-columns:1fr 1fr;width:100%;gap:20px}.hero-paths>a{font-size:12px;gap:8px;min-height:74px;flex-wrap:wrap;align-content:center;position:relative;padding-right:18px}.path-index{font-size:9px;width:100%;line-height:1;margin-bottom:2px}.path-arrow{position:absolute;right:0;top:35px;font-size:19px}.hero-paths>a:after{top:-11px}.hero-paths>a:nth-child(3){display:none}.hero-video-control{margin:0}.hero-video-control #motion-toggle{width:40px;height:40px}.film-dialog{height:min(88dvh,850px);max-width:calc(100vw - 20px)}
}
@media(max-width:380px){.cinematic-hero{min-height:735px}.cinematic-hero .hero-copy{bottom:116px}.cinematic-hero h1{font-size:47px}.cinematic-hero .eyebrow{font-size:9px;letter-spacing:.065em}.hero-location{font-size:9px}.cinematic-hero .hero-description{font-size:14px}.hero-bottom{gap:12px}.hero-paths{gap:15px}.hero-paths>a{font-size:11px}.cinematic-hero .hero-actions{margin-top:21px;gap:14px}}
@media(prefers-reduced-motion:reduce){.hero-copy>*,dialog[open],.sound-bars i{animation:none!important}.reveal.waiting{opacity:1;transform:none}}
.therapy{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:center;background:#e7ece2}.therapy-copy>p:not(.eyebrow){margin:25px 0 17px;color:var(--muted);max-width:420px;line-height:1.85}.therapy .text-link{border-top:0;border-left:0;border-right:0;background:none;text-align:left}.therapy-small-photo{display:flex;gap:23px;align-items:center;margin-top:35px}.therapy-small-photo>img{width:136px;height:172px;object-fit:cover;object-position:center}.therapy-small-photo>span{font-family:var(--serif);font-size:28px;line-height:1.2}.therapy-small-photo em{font-size:24px}.therapy-video{padding:16px;background:#f6f5ef;max-width:363px;justify-self:center;transform:none;box-shadow:0 25px 55px #263d3015;position:relative}.therapy-video video{width:100%;display:block;aspect-ratio:9/16;object-fit:contain;background:#1b3022}.therapy-caption{display:flex;flex-direction:column;gap:4px;margin-top:12px;font-size:10px;letter-spacing:.1em}.therapy-caption span+span{font-size:12px;letter-spacing:0;color:var(--muted)}.founder .essence-photo img{object-position:50% 35%}.founder strong{font-weight:600;color:var(--green)}.founder-sign{padding-top:24px;margin-top:28px;border-top:1px solid #b8c6b5}.founder-sign>span{font-family:var(--serif);font-size:30px}.founder-sign>small{display:block;font-size:10px;letter-spacing:.13em;color:var(--muted);margin-top:7px}.essence-photo .anniversary{display:flex;gap:16px;align-items:center;background:var(--dark);color:var(--cream);right:0;bottom:0;padding:22px 30px}.anniversary b{font-family:var(--serif);font-size:67px;font-weight:400;line-height:1}.anniversary>span{font-size:9px;letter-spacing:.12em;line-height:1.7}.founder h2{font-size:clamp(42px,4.3vw,69px)}
@media(max-width:700px){.therapy{grid-template-columns:1fr;gap:32px}.therapy h2{font-size:44px}.therapy-copy>p:not(.eyebrow){font-size:15px}.therapy-small-photo{margin-top:27px;gap:20px}.therapy-small-photo>img{width:100px;height:130px}.therapy-small-photo>span{font-size:25px}.therapy-small-photo em{font-size:22px}.therapy-video{width:85%;max-width:330px;padding:12px}.therapy-caption{font-size:9px}.therapy-caption span+span{font-size:11px}.founder h2{font-size:44px}.founder .essence-photo{height:560px}.founder-sign>span{font-size:27px}.anniversary b{font-size:57px}.essence-photo .anniversary{padding:17px 23px}.founder-sign>small{font-size:9px}}
.location{display:grid;grid-template-columns:.85fr 1fr;align-items:center;gap:10%;background:#e9ede4}.location-photo{height:600px;overflow:hidden}.location-photo img{height:100%;width:100%;object-position:center 33%}.location-copy address{font-style:normal;margin:27px 0;color:var(--muted);font-size:16px;line-height:1.9}.hours{border-top:1px solid #c4cebe;border-bottom:1px solid #c4cebe;padding:14px 0;margin-bottom:25px}.hours>div{display:flex;justify-content:space-between;gap:25px;font-size:14px;padding:7px 0}.hours>div span+span{color:var(--muted)}.location-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.google-rating{display:flex;align-items:center;gap:22px;margin-top:29px}.google-rating>b{font-size:30px;font-weight:400}.google-rating>b>span{display:block;font-size:12px;letter-spacing:.1em}.google-rating>span{font-size:13px}.google-rating small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.booking-phone{font-size:13px;justify-content:center;width:100%;margin-top:17px;border-color:var(--line)}.message-preview[hidden]{display:none}.rating-link{white-space:nowrap}.header-cta{white-space:nowrap}.contact-details>div{font-size:13px}.contact-details>div:first-child{display:none}
@media(max-width:700px){html{scroll-padding-top:94px}.location{grid-template-columns:1fr;gap:36px}.location-photo{height:430px}.location-copy h2{font-size:45px}.location-copy address{font-size:15px}.location-actions{gap:22px}.location-actions .text-link{font-size:13px}.google-rating{gap:19px}signature-strip{gap:9px;font-size:8px;letter-spacing:.035em}.signature-strip .rating-link{font-size:9px}}

/* Clean text-led navigation: no decorative arrow glyphs. */
.button{justify-content:center}.header-cta{justify-content:center}.world-links>a{padding-right:0}.hero-paths>a{padding-right:0}.text-link{line-height:1.6}.service-heading{max-width:520px}
/* Quiet editorial layout: the photograph remains entirely unobstructed. */
.service-more{display:inline-flex;align-items:center;border:1px solid #435e4b55;border-radius:30px;padding:8px 15px;font-size:12px;text-decoration:none;line-height:1.4;transition:background .2s,color .2s,border-color .2s}
.service-card:hover .service-more,.service-card:focus-visible .service-more{background:var(--green);border-color:var(--green);color:var(--paper)}
.signature-intro{padding-top:80px;padding-bottom:70px}
.signature-showcase{display:grid;grid-template-columns:1.15fr 1fr;gap:8%;align-items:center}
.signature-portrait{margin:0;min-width:0}
.signature-image{display:block;width:100%;aspect-ratio:4/5;overflow:hidden;background:#cdd3c7;border:0;padding:0;cursor:zoom-in}
.signature-image>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 55%;transition:transform 1s}
.signature-image:focus-visible{outline:2px solid var(--green);outline-offset:5px}
.signature-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px;line-height:1.5}
.photo-expand{display:inline-flex;align-items:center;flex-shrink:0;min-height:44px;padding:8px 0;background:none;border:0;font-size:13px;color:var(--green);text-decoration:underline;text-underline-offset:5px;text-decoration-color:#435e4b70;transition:text-decoration-color .2s}
.photo-expand:hover,.photo-expand:focus-visible{text-decoration-color:var(--green)}
.signature-copy .eyebrow{font-size:11px;letter-spacing:.12em;margin-bottom:23px}
.signature-copy h2{font-size:clamp(44px,4.8vw,74px);line-height:1.08}
.signature-copy>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.85;margin-top:24px;max-width:440px}
.signature-copy>p.signature-instruction{font-size:14px;margin-top:22px;line-height:1.7;color:var(--green)}
.signature-choices{margin-top:22px;border-top:1px solid var(--line)}
.signature-choices>button{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;padding:19px 0;text-align:left;background:none;border:0;border-bottom:1px solid var(--line);font-size:17px;line-height:1.4;transition:background .2s}
.signature-choices small{font-size:11px;letter-spacing:.1em;display:block;color:var(--muted);margin-bottom:7px}
.signature-action{font-size:14px;color:var(--green);flex-shrink:0;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#435e4b70;transition:text-decoration-color .2s}
.signature-choices>button:hover,.signature-choices>button:focus-visible{background:#435e4b08}
.signature-choices>button:hover .signature-action,.signature-choices>button:focus-visible .signature-action{text-decoration-color:var(--green)}
.signature-note{display:flex;align-items:center;gap:19px;margin-top:30px;color:var(--green)}
.signature-note>span{font-family:var(--serif);font-size:40px;line-height:1;border-right:1px solid var(--line);padding-right:19px}
.signature-note p{font-size:12px;line-height:1.8}
.signature-intro .world-links{margin-top:45px}
.signature-dialog{width:min(860px,calc(100vw - 24px));background:#182b21;color:var(--cream);height:min(94dvh,1100px);overflow:hidden}
.signature-dialog figure{margin:0;padding:25px 25px 56px;height:100%}
.signature-dialog img{height:100%;width:100%;object-fit:contain}
.signature-dialog figcaption{text-align:center;font-size:12px;margin-top:12px}
.signature-dialog .close-dialog{border:1px solid #ffffff70;color:var(--cream);background:#263d30dd;border-radius:50%}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.signature-image:hover>img{transform:scale(1.015)}}
@media(max-width:1100px){.signature-showcase{gap:6%;grid-template-columns:1fr 1fr}.signature-copy h2{font-size:50px}.signature-copy>p:not(.eyebrow){font-size:15px;margin-top:20px}.signature-note{display:none}.signature-choices>button{font-size:16px;padding:16px 0}.signature-copy .eyebrow{font-size:10px}.signature-image{aspect-ratio:3/4}}
@media(max-width:700px){.signature-intro{padding:52px 24px}.signature-showcase{grid-template-columns:1fr;gap:36px}.signature-image{aspect-ratio:4/5}.signature-caption{padding:6px 0;font-size:12px;gap:12px}.photo-expand{font-size:12px}.signature-copy h2{font-size:47px;max-width:360px}.signature-copy .eyebrow{font-size:10px;margin-bottom:19px}.signature-copy>p:not(.eyebrow){font-size:16px;margin-top:21px;max-width:none}.signature-copy>p.signature-instruction{font-size:14px;margin-top:18px}.signature-choices{margin-top:21px}.signature-choices>button{font-size:17px;padding:17px 0}.signature-choices small{font-size:11px;letter-spacing:.08em}.signature-intro .world-links{margin-top:33px}.signature-dialog figure{padding:58px 12px 50px}.signature-dialog figcaption{font-size:11px;line-height:1.4}.gallery-filters button{min-height:42px}.service-more{font-size:12px}.service-heading p{font-size:14px}.service-navigation{margin-bottom:25px}}
@media(max-width:380px){.signature-copy h2{font-size:42px}.signature-choices>button{font-size:16px;gap:12px}.signature-caption>span{max-width:155px}.signature-dialog figcaption{font-size:10px}}

/* The chosen service travels with the customer into WhatsApp. */
.message-label{display:block;color:var(--green);font-size:11px;letter-spacing:.1em;margin-bottom:9px}
.message-preview p{margin:0;font-size:15px;line-height:1.7;overflow-wrap:anywhere}
.booking-dialog select{font-size:16px}
#whatsapp-action{min-height:52px}

/* Consistent vector controls, independent of device emoji fonts. */
.ui-icon{display:block;width:22px;height:22px;flex:0 0 22px}
.watch-icon .ui-icon{width:24px;height:24px;flex-basis:24px}
.hero-watch{padding:12px 20px 12px 12px;border:1px solid #f6f5ef75;border-radius:40px;background:#17302380;backdrop-filter:blur(8px);transition:background .2s,border-color .2s}
.hero-watch:hover,.hero-watch:focus-visible{background:#435e4b;border-color:var(--cream)}
.hero-watch .watch-icon{width:48px;height:48px;flex:0 0 48px;background:var(--cream);color:var(--green);border:0;display:grid;place-items:center}
.hero-watch small{letter-spacing:.1em}
.clinic-watch>span{display:grid;place-items:center}.clinic-watch .ui-icon{width:20px;height:20px}
[data-therapy-open]{display:inline-flex;align-items:center;gap:12px}
#motion-toggle>span,.close-dialog,.menu-button,.gallery-prev,.gallery-next{place-items:center}
.menu-button{align-items:center;justify-content:center}.menu-button .ui-icon{margin:auto}
#motion-toggle>span{display:grid}.close-dialog .ui-icon,.gallery-prev .ui-icon,.gallery-next .ui-icon{margin:auto}
.gallery-item>span i{display:grid;place-items:center;width:32px;height:32px;border:1px solid #ffffff80;border-radius:50%;flex-shrink:0}.gallery-item>span .ui-icon{width:16px;height:16px}
summary .disclosure-icon{display:grid;place-items:center;flex-shrink:0;width:28px;height:28px;transition:transform .2s}
details[open]>summary .disclosure-icon{transform:rotate(180deg)}
@media(max-width:700px){.hero-watch{padding:10px 16px 10px 10px;gap:12px;max-width:100%}.hero-watch .watch-icon{width:44px;height:44px;flex-basis:44px}.hero-watch>span:last-child{font-size:14px}.hero-watch small{font-size:10px}.gallery-item>span{gap:8px}}

.therapy.therapy-video-only{display:block;padding-top:56px;padding-bottom:56px}.therapy-video-only .therapy-video{width:min(100%,420px);margin:0 auto}.therapy-video-only video{display:block;width:100%;height:auto;aspect-ratio:9/16;object-fit:contain;max-height:none}.therapy-video-only .therapy-video{box-shadow:none;background:transparent}@media(max-width:700px){.therapy.therapy-video-only{padding:32px 24px}}

.detail-layout>.treatment-detail-video{display:block;width:100%;height:100%;max-height:740px;aspect-ratio:9/16;object-fit:contain;background:#172b20}.service-dialog:has(.treatment-detail-video){width:850px}@media(max-width:700px){.detail-layout>.treatment-detail-video{width:100%;height:auto;max-height:58svh;object-fit:contain}}
