:root{--ink:#102f40;--navy:#173e51;--blue:#8098a2;--cream:#faf8f4;--paper:#fffdfb;--rose:#f4ebe5;--peach:#d6ad98;--muted:#64707a;--line:#dcdedb;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',sans-serif;--ease:cubic-bezier(.22,1,.36,1);--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--cream);color:var(--ink);font:17px/1.5 var(--sans);-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,a{touch-action:manipulation}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{border:0}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);line-height:1.06;letter-spacing:-.05em}h1{font-size:clamp(54px,6.4vw,98px);font-weight:700}h2{font-size:clamp(40px,4.2vw,64px);font-weight:700}h3{line-height:1.2}p{color:var(--muted)}svg{flex-shrink:0}.icon{width:24px;height:24px;vertical-align:middle}button:active,.button:active{transform:scale(.98)}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #be8062;outline-offset:5px}::selection{background:var(--peach);color:var(--ink)}[hidden]{display:none!important}.sr-only,.skip-link:not(:focus){position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;white-space:nowrap}.skip-link:focus{position:fixed;z-index:1000;background:white;padding:15px}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.section{padding:100px 0}.section-heading{max-width:860px;margin-bottom:32px}.eyebrow{display:flex;align-items:center;gap:16px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;margin-bottom:22px;color:var(--muted)}.eyebrow:before{content:'';width:32px;height:3px;border-radius:3px;background:var(--peach);flex-shrink:0}.lead{font-size:clamp(18px,1.5vw,22px);line-height:1.55;margin-top:24px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:13px 25px;border-radius:50px;background:var(--navy);color:white;font-size:15px;font-weight:700;border:1.5px solid var(--navy);line-height:1.2;transition:background .2s,color .2s,transform .2s,box-shadow .2s;text-align:center}.button.outline{color:var(--ink);background:rgba(255,255,255,.6)}.button.light{background:var(--cream);color:var(--ink);border-color:var(--cream)}.button.peach{background:var(--peach);border-color:var(--peach);color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:15px;font-weight:600;background:none;padding:8px 0}.round{width:44px;height:44px;border-radius:50%;background:var(--paper);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s,background .2s}.icon-disc{display:inline-flex;align-items:center;justify-content:center;background:#f0e0d8;border-radius:50%;width:70px;height:70px;flex-shrink:0}.icon-disc>.icon{width:36px;height:36px}.organic{position:relative;isolation:isolate;overflow:hidden}.organic:before,.organic:after{content:'';position:absolute;z-index:-1;pointer-events:none;border-radius:50%;width:500px;height:650px;transform:rotate(-28deg)}.organic:before{background:rgba(215,182,164,.14);right:-170px;top:-280px}.organic:after{background:rgba(120,148,159,.13);left:-350px;bottom:-440px}.dark{color:var(--cream);background:var(--navy)}.dark p{color:#d5dee0}.dark .eyebrow{color:#e3bba7}.dark .button.outline{color:var(--cream);background:transparent;border-color:var(--peach)}.dark .icon-disc{background:rgba(255,255,255,.11);color:#e8c4b0}.site-header{height:90px;position:sticky;top:0;z-index:40;background:rgba(250,248,244,.95);backdrop-filter:blur(16px);transition:box-shadow .2s}.site-header.scrolled{box-shadow:0 2px 20px #102f4009}.nav-shell{height:100%;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand>img{width:44px;height:48px;object-fit:contain}.brand strong{display:block;font-size:23px;letter-spacing:.18em;font-weight:700;line-height:1.25}.brand small{display:block;font-size:15px;color:#68717e;letter-spacing:.01em}.desktop-nav{display:flex;gap:25px;align-items:center;margin-left:auto;font-size:13px;font-weight:500}.desktop-nav a{position:relative;padding:8px 0}.desktop-nav a:after{content:'';position:absolute;bottom:2px;left:0;right:0;height:2px;background:var(--peach);transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.nav-book{font-size:13px;min-height:44px;padding:10px 19px}.nav-book .icon{width:18px}.menu-toggle{display:none}.scroll-progress{height:2px;background:var(--peach);transform:scaleX(0);transform-origin:left;position:absolute;bottom:0;width:100%}.hero{padding:65px 0 35px}.hero:before{width:1150px;height:1100px;left:-450px;right:auto;top:-300px;background:#efe6df;opacity:.6}.hero:after{width:400px;height:500px;right:-190px;left:auto;top:-320px;background:#80939d;bottom:auto}.hero-grid{display:grid;grid-template-columns:1.03fr 1fr;gap:45px;align-items:center}.hero-copy{padding-bottom:24px;position:relative;z-index:2}.hero h1{font-size:clamp(60px,6vw,89px)}.hero .eyebrow{font-size:11px;letter-spacing:.09em}.hero .lead{max-width:530px;font-size:20px;line-height:1.65}.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.hero-actions .button{font-size:14px;padding-inline:19px}.hero-visual{position:relative;min-width:0;padding:20px 0 65px}.hero-frame{border-radius:170px 30px 30px 30px;overflow:hidden;box-shadow:0 25px 60px #173e5115}.reference-photo{position:relative;overflow:hidden;background:#ded6ca;width:100%}.reference-photo>img{position:absolute;display:block;height:auto;pointer-events:none}.hero-frame .hero-photo{aspect-ratio:1.04!important;overflow:hidden}.hero-frame .hero-photo>img{width:215%!important;left:-34%!important;top:-236%!important}.hero-caption{display:flex;justify-content:space-between;align-items:center;position:absolute;left:15px;right:0;bottom:30px;font-family:var(--serif);font-style:italic;font-size:20px}.hero-caption span{font-family:var(--sans);font-style:normal;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.hero-seal{position:absolute;bottom:65px;left:-40px;width:115px;height:115px;border:7px solid var(--cream);background:var(--navy);color:#fbf7f0;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:5px;font-size:10px;line-height:1.5}.hero-seal .icon{width:25px;height:35px;color:var(--peach)}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:38px;border-top:1px solid var(--line);padding-top:25px}.hero-stats>div{text-align:center;border-right:1px solid var(--line)}.hero-stats>div:last-child{border-right:0}.hero-stats strong{display:block;font-size:27px;letter-spacing:-.04em;line-height:1.3}.hero-stats span{font-size:14px;color:var(--muted)}.about-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.about-intro{padding-top:45px}.about .lead{font-size:20px}.about:before{background:rgba(130,155,168,.16);border:1px solid #d6ad9870;top:-370px;right:-10px;width:550px;height:650px}.about:after{background:#7893a33b;left:-260px;bottom:-230px}.about-cards{display:grid;gap:12px}.about-card{display:grid;grid-template-columns:58px 62px minmax(0,1fr);align-items:center;gap:18px;background:var(--cream);border-radius:20px;padding:23px;color:var(--ink)}.about-card .step-number{font:48px/1 var(--serif);color:#c4a397;border-right:1px solid #d6c4bb;padding-right:12px}.about-card .icon-disc{width:60px;height:60px;background:#f0e0d8;color:var(--ink)}.about-card h3{font-size:20px;margin-bottom:6px;letter-spacing:-.04em}.about-card p{font-size:14px;color:#7b8991;line-height:1.45}.about-cards>.button{margin-top:6px}.about-intro .text-link{color:#e8c4b0;margin-top:10px}.services-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:start}.services:before{background:#8098a2;right:-340px;top:-390px}.service-intro .section-heading{margin-bottom:24px}.modalities{background:#f6eeea;border-radius:16px;padding:16px 22px;margin-bottom:22px}.modalities>span{display:block;text-transform:uppercase;font-size:10px;letter-spacing:.17em;color:var(--muted);margin-bottom:8px}.modalities>div{display:grid;grid-template-columns:1fr 1fr}.modalities b{display:flex;align-items:center;justify-content:center;gap:12px;font-size:17px;font-weight:600}.modalities b+b{border-left:1px solid #bec2c5}.modalities .icon{box-sizing:content-box;width:24px;height:24px;padding:10px;background:var(--rose);border-radius:50%}.service-editorial{border-radius:24px;overflow:hidden;position:relative;height:230px;margin-top:35px}.service-editorial img{width:100%;height:120%;object-fit:cover;position:absolute;top:-10%}.service-editorial span{position:absolute;left:24px;bottom:24px;font:27px/1.15 var(--serif);color:white;text-shadow:0 2px 16px #000;background:#173e51bf;padding:12px 20px;border-radius:12px}.service-list{display:grid;gap:5px}.service-item{border-bottom:1px solid var(--line);position:relative}.service-item summary{display:flex;gap:20px;align-items:center;cursor:pointer;padding:20px 12px;border-radius:20px;list-style:none;transition:background .2s}.service-item summary::-webkit-details-marker,.faq-item summary::-webkit-details-marker{display:none}.service-item:first-child summary{background:#f7efea}.service-item .icon-disc{width:66px;height:66px;background:#f2e7e0}.service-item .icon-disc>.icon{width:36px;height:36px}.service-copy{min-width:0;flex:1}.service-copy strong{display:block;font-size:21px;line-height:1.2;margin-bottom:8px;letter-spacing:-.04em}.service-copy>span{display:block;color:#74818a;font-size:15px;line-height:1.35}.service-item .round{width:34px;height:34px;background:#f2e4dd}.service-item .round>.icon{width:21px}.service-open{position:relative;min-height:320px;border-radius:20px;overflow:hidden;background:var(--navy);color:white;margin-bottom:8px}.service-item[open]>summary{position:absolute;z-index:3;top:12px;right:12px;width:36px;height:36px;padding:0;opacity:0}.service-item[open]>summary .service-copy,.service-item[open]>summary .icon-disc{display:none}.service-art,.article-photo,.service-page-photo{background-image:url('../images/therapy-grid.webp');background-size:300% 200%;background-position:calc(mod(var(--photo),3)*50%) calc(round(down,var(--photo)/3)*100%)}.service-art{position:absolute;inset:0;opacity:.8}.service-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#102f4070,transparent 90%),linear-gradient(0deg,#102f40 0%,#102f40b0 25%,transparent 100%)}.service-detail{position:relative;padding:28px 25px 20px}.service-detail h3{font:700 37px/1.08 var(--serif);letter-spacing:-.04em;max-width:65%;color:white;min-height:104px}.price-options{display:flex;gap:12px;margin:30px 0 8px}.price-options>div{display:flex;align-items:center;gap:12px;border:1px solid #ffffff50;background:#173e5170;backdrop-filter:blur(5px);border-radius:12px;padding:10px 14px;flex:1}.price-options .icon{background:#f0ded5;color:var(--ink);border-radius:50%;padding:9px;width:44px;height:44px}.price-options span{font-size:12px;line-height:1.1}.price-options strong{display:block;font:38px/1.1 var(--serif)}.service-detail>.button{width:100%;min-height:38px;font-size:14px;padding:8px}.service-more{display:flex;justify-content:center;align-items:center;font-size:11px;gap:8px;margin-top:10px}.service-more .icon{width:16px;height:16px}.collapse-service{position:absolute;top:12px;right:12px;background:#fff3!important;color:white;z-index:4}.collapse-service .icon{transform:rotate(-90deg)}.rental{margin-top:18px;border-radius:22px;padding:24px}.rental .eyebrow{font-size:10px;margin-bottom:18px}.rental-layout{display:grid;grid-template-columns:65px minmax(0,1fr);gap:20px;position:relative}.rental .icon-disc{width:64px;height:64px}.rental h3{font:700 31px/1.1 var(--serif);letter-spacing:-.04em;margin-bottom:8px}.rental p:not(.eyebrow){font-size:15px;line-height:1.4}.rental .button{width:100%;margin-top:15px;min-height:36px;padding:8px 12px;font-size:13px}.rental-price{position:absolute;right:0;top:-41px;font-size:10px;border:1px solid #d7c4b5;border-radius:30px;padding:4px 8px}.impact{padding:40px 0}.impact:before{right:-280px;top:-520px;background:#7893a366}.impact:after{background:#7893a34d;left:-310px;bottom:-500px}.impact-layout{display:flex;align-items:center;justify-content:space-between;padding-inline:85px}.impact-layout>div{display:grid;grid-template-columns:auto 1fr;column-gap:25px;align-items:center}.impact-line{display:block;width:32px;height:3px;background:var(--peach);grid-column:1/-1;margin-bottom:10px}.impact strong{font:700 82px/1 var(--serif);letter-spacing:-.04em}.impact-layout>div>span:not(.impact-line){font-size:22px;max-width:160px;line-height:1.25}.impact-layout>div>p{grid-column:1/-1;font-size:14px;margin-top:12px}.impact-motto{font-size:11px;letter-spacing:.28em;color:#dbe0e0!important;line-height:1.7}.impact-motto:after{content:'';display:block;width:28px;height:2px;background:var(--peach);margin-top:14px}.team .section-heading{max-width:1000px}.team-filters{display:flex;gap:14px;max-width:650px;margin:30px 0}.team-filters>label{flex:1;min-width:0}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102f40' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:17px;background-position:right 15px center}.team-filters select{width:100%;min-height:48px;padding:10px 35px 10px 18px;border:0;background-color:#f3ede7;color:var(--ink);border-radius:12px;font-size:14px}.carousel{position:relative}.carousel-track{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;min-width:0;padding-bottom:15px}.carousel-track::-webkit-scrollbar{display:none}.profile-card{flex:0 0 calc((100% - 52px)/3);scroll-snap-align:start;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 5px 18px #102f4006;min-width:0;display:flex;flex-direction:column}.profile-card>.profile-photo{aspect-ratio:1.45!important;object-fit:cover}.profile-card .profile-photo img{width:171.7%!important;left:-7.3%!important;top:-188.1%!important}.profile-card:nth-child(2) .profile-photo img{width:293.04%!important;left:-193.04%!important;top:-188.1%!important}.profile-body{padding:22px;flex:1;display:flex;flex-direction:column}.profile-body h3{font:700 29px/1.15 var(--serif);letter-spacing:-.04em}.profile-body>p{font-size:14px}.sample-label{font-size:10px;color:#6e7778;letter-spacing:.05em;display:inline-block;margin-bottom:7px;line-height:1.2}.chips{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0}.chips>span,.chip{padding:6px 12px;border-radius:50px;background:#f6eeea;color:#5d6d77;font-size:12px}.profile-meta{display:flex;align-items:center;gap:10px;margin-top:7px}.profile-meta .icon{width:20px;height:20px;color:var(--ink)}.profile-actions{display:flex;gap:8px;margin-top:20px;padding-top:4px}.profile-actions .button{flex:1;font-size:12px;min-height:40px;padding:9px 8px;white-space:nowrap}.carousel-prev,.carousel-next{position:absolute;top:25%;z-index:3;box-shadow:0 4px 15px #0002;width:45px;height:45px}.carousel-prev{left:-20px}.carousel-next{right:-20px}.carousel-prev .icon{transform:rotate(180deg)}.carousel-dots{display:flex;gap:12px;justify-content:center;margin:9px 0 28px}.carousel-dots button{width:8px;height:8px;border-radius:50%;padding:0;background:#e0e1df}.carousel-dots button[aria-current=true]{background:var(--navy)}.filter-empty{padding:25px;background:var(--rose);border-radius:15px}.orientation{display:flex;align-items:center;gap:30px;background:#f4ebe5;border-radius:24px;padding:28px 45px;position:relative;overflow:hidden;margin-top:25px}.orientation:after{content:'';position:absolute;right:-80px;bottom:-130px;width:260px;height:260px;border-radius:50%;background:#eacbc24d}.orientation>.icon-disc{width:100px;height:100px}.orientation>.icon-disc .icon{width:58px;height:58px}.orientation>div{position:relative;z-index:1;border-left:1px solid #d9c5b9;padding-left:30px;flex:1;display:grid;grid-template-columns:1fr auto;column-gap:35px;align-items:center}.orientation h3{font:700 31px/1.1 var(--serif);letter-spacing:-.04em}.orientation p{font-size:17px;margin-top:8px;grid-column:1}.orientation .button{grid-row:1/3;grid-column:2;align-self:center;white-space:nowrap;font-size:13px}.reviews,.faq{background:var(--blue);color:var(--cream)}.reviews p,.faq .section-heading p{color:#f4f3ed}.reviews .eyebrow,.faq .eyebrow{color:#fbf5ef}.reviews:before{background:#b6c6cb2b;right:-250px;top:-290px}.reviews:after{background:#b6c6cb24;left:-350px;bottom:-430px}.reviews-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:25px}.review-score{border-radius:25px;padding:30px;align-self:start;min-width:0}.review-score:before{width:300px;height:300px;top:-200px;right:-140px;background:#7b98ac30}.score-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.score-line>strong{font:700 86px/1 var(--serif);letter-spacing:-.04em}.stars{color:#efa753;font-size:26px;letter-spacing:3px;white-space:nowrap}.google-word{display:flex;margin-left:auto;font-size:22px;font-weight:500;letter-spacing:-1px}.google-word i{font-style:normal}.google-word i:nth-child(1),.google-word i:nth-child(4){color:#4285f4}.google-word i:nth-child(2),.google-word i:nth-child(6){color:#ea4335}.google-word i:nth-child(3){color:#fbbc05}.google-word i:nth-child(5){color:#34a853}.review-score h3{font-size:22px;letter-spacing:-.04em;margin-top:15px}.review-score p{font-size:15px;margin-top:10px}.review-filters{display:flex;gap:8px;margin-top:24px}.review-filters>button{flex:1;border-radius:40px;background:none;border:1px solid #deddd3;color:var(--cream);font-size:12px;padding:9px 10px}.review-filters>button.active{color:var(--ink);background:var(--cream);font-weight:700}.review-cards{display:flex;gap:18px;min-width:0}.review-card{flex:1;min-width:0;background:var(--paper);border-radius:24px;padding:24px;color:var(--ink);display:flex;flex-direction:column;align-items:flex-start}.review-person{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:15px}.avatar{width:42px;height:42px;flex-shrink:0;border-radius:50%;background:#eee1d6;display:grid;place-items:center;font-size:23px}.review-person strong{font-size:15px}.google-g{font-size:30px;color:#4285f4;font-weight:700;margin-left:auto}.review-card>.stars{font-size:23px;letter-spacing:1px}.review-card blockquote{font-size:17px;margin:12px 0 20px;color:#42494c;line-height:1.55}.review-card .chip{margin-top:auto;display:inline-flex;align-items:center;gap:5px}.chip .icon{width:16px;height:16px}.review-invitation{background:#f8f1eb}.review-invitation h3{font:700 27px/1.15 var(--serif);letter-spacing:-.04em;margin:12px 0}.review-invitation p{font-size:14px;color:var(--muted)}.review-invitation .text-link{font-size:13px;margin:14px 0}.review-link{display:flex;width:max-content;max-width:100%;margin:35px auto 0;padding-inline:40px}.review-note{text-align:center;font-size:13px;margin-top:20px}.clinics{background:#f2e7de}.clinics:before{background:#dec7b733}.clinics .section-heading{max-width:970px}.clinic-gallery{max-width:1030px;margin:0 auto}.clinic-tabs{display:flex;border-radius:50px;background:var(--cream);margin-bottom:20px;box-shadow:0 4px 18px #173e510b}.clinic-tabs>button{border-radius:50px;flex:1;padding:16px;font-size:18px;background:transparent;font-weight:600;transition:background .2s,color .2s}.clinic-tabs>button[aria-selected=true]{background:var(--navy);color:white}.gallery-stage{position:relative;min-width:0}.gallery-images{position:relative;aspect-ratio:2.37;overflow:hidden;border-radius:24px}.gallery-image{display:none;position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto!important}.gallery-image.active{display:block;animation:gallery-in .4s var(--ease)}.gallery-image.reference-photo>img{height:auto}.gallery-image:nth-child(2)>img,.gallery-image:nth-child(3)>img{top:calc(-985 / 202 * 100%)!important}.gallery-stage>.round{position:absolute;z-index:2;top:calc(50% - 22px);box-shadow:0 5px 15px #0001}.gallery-prev{left:15px}.gallery-prev .icon{transform:rotate(180deg)}.gallery-next{right:15px}.gallery-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:12px}.gallery-thumbs>button{padding:0;border-radius:18px;overflow:hidden;border:3px solid transparent;background:transparent}.gallery-thumbs>button[aria-pressed=true]{border-color:#c89b84}.gallery-thumbs .reference-photo{aspect-ratio:1.65!important;border-radius:14px}.clinic-sprite{background:url('../images/clinic-grid.webp') 0 100%/300% 200%;display:block}.gallery-thumbs .clinic-sprite{aspect-ratio:1.65}.clinic-actions{display:flex;gap:10px;margin-top:20px}.clinic-actions>.button{flex:1;font-size:17px;min-height:58px}.faq:before{background:#173e51;right:-180px;top:-440px;border:2px solid #d9b29a}.faq-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.faq-intro .lead{max-width:420px}.faq-mark{padding:45px;transform:rotate(-30deg);opacity:.45}.faq-mark .icon{width:210px;height:240px;stroke-width:.5}.faq-item{background:#f7f1e9;border-radius:18px;color:var(--ink);overflow:hidden;margin-bottom:12px}.faq-item summary{list-style:none;font-size:16px;font-weight:700;display:flex;align-items:center;gap:20px;justify-content:space-between;padding:20px 24px;cursor:pointer;line-height:1.3}.faq-symbol{width:30px;height:30px;border-radius:50%;background:#eee3d7;flex-shrink:0;display:grid;place-items:center;font-size:20px}.faq-symbol:before{content:'+'}.faq-item[open] .faq-symbol{background:#e8cdbf}.faq-item[open] .faq-symbol:before{content:'−'}.faq-answer{padding:8px 24px 24px;background:#f7eae2}.faq-answer p{color:#53656d;font-size:16px;line-height:1.45}.faq-answer .button{margin-top:15px;min-height:38px;padding:9px 18px;font-size:13px}.talk-card{background:#f7f1e9;border-radius:18px;padding:27px 28px;color:var(--ink);position:relative;overflow:hidden;margin-top:28px}.talk-card h3{font:700 30px/1.15 var(--serif);letter-spacing:-.04em;position:relative;z-index:1}.talk-card p{font-size:15px;max-width:85%;color:#60717a;margin:12px 0 20px;position:relative;z-index:1}.talk-card .button{position:relative;z-index:1;font-size:13px;padding:12px 16px;min-height:48px}.talk-card .button .icon{width:20px;height:20px}.talk-leaf{position:absolute;right:-10px;bottom:-30px;transform:rotate(-28deg);color:#486a76;opacity:.5}.talk-leaf>.icon{width:130px;height:160px;stroke-width:.8}.site-footer{padding-top:65px;background:#f7f3ec}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr 1.15fr;gap:50px;padding-bottom:50px}.footer-grid h3{font-size:14px;margin:8px 0 18px}.footer-grid p{font-size:14px;margin:20px 0}.footer-grid nav{display:grid;gap:10px;font-size:13px;color:#67737a}.footer-grid .text-link{font-size:12px}.footer-grid .button{font-size:13px}.footer-clinics{display:flex;gap:18px;font-size:12px;margin-top:20px}.footer-bottom{border-top:1px solid var(--line);padding-block:22px;display:flex;justify-content:space-between;color:#788189;gap:20px}.footer-bottom small{font-size:11px}.footer-bottom nav{display:flex;gap:18px;font-size:10px}.whatsapp-float{position:fixed;right:22px;bottom:22px;background:#4dc560;color:white;border-radius:50%;width:52px;height:52px;display:grid;place-items:center;z-index:35;box-shadow:0 5px 20px #244d4930;transition:transform .2s}.whatsapp-float .icon{width:31px;height:31px;stroke-width:1.5}.back-top{position:fixed;right:29px;bottom:88px;width:37px;height:37px;z-index:34;box-shadow:0 2px 10px #0001}.back-top .icon{transform:rotate(-90deg);width:19px}.page-hero{padding:36px 0 65px;background:#f2ebe4}.page-hero .section-heading{margin:0;max-width:1000px}.page-hero h1{font-size:clamp(46px,5.6vw,78px);max-width:1050px}.page-hero .lead{max-width:650px;font-size:20px}.breadcrumbs{display:flex;gap:10px;font-size:11px;color:#74818a;flex-wrap:wrap;margin-bottom:45px}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.story-image{position:sticky;top:120px}.story-image>.reference-photo{border-radius:24px}.story-image>span{font:40px/1.2 var(--serif);display:block;padding:28px 0}.prose{color:#61717a;line-height:1.8;font-size:17px}.prose h2{font-size:36px;color:var(--ink);letter-spacing:-.035em;line-height:1.2;margin:35px 0 20px}.prose h2:first-child{margin-top:0}.prose p{margin-bottom:22px}.prose ul{padding-left:25px}.prose li{margin-bottom:12px}.prose a:not(.button){text-decoration:underline;text-underline-offset:4px}.legal-content,.article-content{max-width:800px}.reading-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:70px;align-items:start}.booking-card{position:sticky;top:120px;border-radius:24px;background:#f2e7df;padding:35px}.booking-card>.icon-disc{margin-bottom:20px}.booking-card h2{font-size:36px;line-height:1.12}.booking-card p{font-size:15px;margin:15px 0}.booking-card .button{width:100%;margin-top:20px}.booking-card small{display:block;font-size:11px;color:var(--muted);margin-top:18px}.booking-card .eyebrow{font-size:10px}.booking-price{display:flex;align-items:baseline;gap:12px;margin-top:22px}.booking-price strong{font:48px var(--serif)}.booking-price span{font-size:12px}.service-page-photo{aspect-ratio:1.5;border-radius:24px;margin-bottom:35px}.clinic-links{display:grid;grid-template-columns:1fr 1fr;gap:25px}.clinic-links>a{display:flex;align-items:center;gap:20px;padding:30px;border:1px solid var(--line);border-radius:24px}.clinic-links h2{font-size:30px}.clinic-links p{font-size:14px;margin-top:10px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.contact-card{background:var(--rose);border-radius:25px;padding:40px;position:sticky;top:120px}.contact-card h2{font-size:43px;margin:25px 0}.contact-card .button{width:100%;margin-top:15px}.contact-card small{display:block;font-size:12px;color:var(--muted);margin-top:20px}.contact-options{display:grid;gap:22px}.contact-options>article{padding:25px;border-bottom:1px solid var(--line)}.contact-options h2{font-size:35px}.contact-options p{font-size:16px;margin:15px 0}.contact-options .text-link{display:flex;width:max-content;max-width:100%;font-size:14px}.contact-options .eyebrow{font-size:10px}.rental-photo{overflow:hidden;aspect-ratio:1.7;border-radius:25px;margin-bottom:30px}.rental-photo>img{width:100%;height:115%;object-fit:cover}.rental-features{display:flex;gap:15px;flex-wrap:wrap}.rental-features>span{padding:10px;border-radius:10px;background:var(--rose);font-size:12px;display:flex;align-items:center;gap:10px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.article-card{background:#fff;border-radius:20px;overflow:hidden}.article-photo{aspect-ratio:1.5}.article-card a>div:not(.article-photo){padding:24px}.article-card h2{font-size:29px;line-height:1.2;letter-spacing:-.03em}.article-card .eyebrow{font-size:9px;letter-spacing:.07em}.article-card p{font-size:15px;margin-top:15px}.article-card .text-link{margin-top:15px}.profile-page{display:grid;grid-template-columns:1fr 1.3fr;gap:65px}.profile-page-image{border-radius:24px;overflow:hidden;height:max-content}.profile-page-image .reference-photo{aspect-ratio:1!important}.profile-page-image .reference-photo>img{top:-130%!important}.profile-page .prose>.button{margin-top:25px}.error-page{padding-block:100px}.error-page p{margin:25px 0;max-width:550px}.mobile-menu{border:0;padding:25px;background:var(--cream);color:var(--ink);width:100%;height:100dvh;max-width:none;max-height:none;margin:0}.mobile-menu[open]{display:flex;flex-direction:column}.mobile-menu-top{display:flex;justify-content:space-between;align-items:center;font-family:var(--serif);font-size:23px;margin-bottom:25px}.mobile-menu nav{display:flex;flex-direction:column;gap:0}.mobile-menu nav a{font-family:var(--serif);font-size:30px;line-height:1.25;border-bottom:1px solid var(--line);padding:15px 0}.mobile-menu>.button{margin-top:25px;flex-shrink:0}.mobile-menu>.text-link{margin-top:20px;align-self:center}.booking-dialog{width:min(530px,calc(100% - 30px));max-height:calc(100dvh - 32px);border:0;border-radius:24px;padding:35px;color:var(--ink);background:var(--cream);box-shadow:0 25px 100px #0004}.booking-dialog::backdrop,.mobile-menu::backdrop{background:#102f4070;backdrop-filter:blur(5px)}.booking-dialog[open],.mobile-menu[open]{animation:dialog-in .22s var(--ease)}.dialog-close{position:absolute;top:15px;right:15px;width:32px;height:32px;background:var(--rose)}.dialog-close .icon{width:18px}.booking-dialog>.eyebrow{font-size:9px;margin-right:25px}.booking-dialog h2{font-size:42px;margin-bottom:15px}.booking-dialog>p:not(.eyebrow){font-size:14px}.booking-dialog form{margin-top:20px}.booking-dialog label{display:block;margin-bottom:6px;font-size:12px;font-weight:600}.booking-dialog label span{font-weight:400;color:var(--muted)}.booking-dialog input:not([type=hidden]),.booking-dialog select{width:100%;border:1px solid #d4d8d4;border-radius:9px;background-color:#fffdfa;min-height:44px;padding:10px 13px;color:var(--ink);font-size:14px;margin-bottom:14px}.booking-dialog select{padding-right:34px}.booking-dialog select:disabled{opacity:.5}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-note{font-size:12px;margin:2px 0 16px}.booking-dialog .button{width:100%}.form-privacy{font-size:10px;text-align:center;margin-top:13px}.form-privacy a{text-decoration:underline}.reveal{opacity:1;transform:none;transition:opacity .7s var(--ease),transform .7s var(--ease)}.motion-enabled .reveal.is-pending{opacity:0;transform:translateY(25px)}.motion-enabled .about-card:nth-child(2n),.motion-enabled .article-card:nth-child(2){transition-delay:70ms}@keyframes dialog-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes gallery-in{from{opacity:.3;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}
@media(hover:hover) and (pointer:fine){.button:hover{background:#28576a;box-shadow:0 6px 18px #173e5112}.button.outline:hover,.button.light:hover{background:#eee2d9;color:var(--ink)}.text-link:hover{color:#ab775b}.desktop-nav a:hover:after{transform:scaleX(1)}.round:hover{background:#eddfd3}.service-item summary:hover{background:#f3e9e1}.whatsapp-float:hover{transform:translateY(-3px)}.profile-card:hover{box-shadow:0 8px 25px #102f4010}}
@media(min-width:1600px){.wrap{max-width:1380px}.hero{padding-top:90px}.hero h1{font-size:100px}.hero-grid{gap:70px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:16px;font-size:12px}.nav-shell{gap:18px}.brand strong{font-size:20px}.nav-book{padding:10px 14px}.hero-grid{gap:30px}.hero h1{font-size:64px}.hero-actions{flex-direction:column;align-items:stretch;max-width:360px}.hero-seal{left:-20px}.hero-caption{font-size:15px}.hero-caption span{display:none}.about-layout,.services-layout,.faq-layout{gap:40px}.about-card{grid-template-columns:38px 45px minmax(0,1fr);gap:12px;padding:20px 17px}.about-card .step-number{font-size:36px}.about-card .icon-disc{width:45px;height:45px}.about-card .icon-disc .icon{width:28px;height:28px}.about-card h3{font-size:18px}.about-card p{font-size:13px}.service-copy strong{font-size:19px}.service-copy>span{font-size:14px}.service-item summary{gap:14px}.service-item .icon-disc{width:54px;height:54px}.rental h3{font-size:26px}.rental-layout{grid-template-columns:48px minmax(0,1fr);gap:16px}.rental .icon-disc{width:48px;height:48px}.rental-price{font-size:9px}.profile-card{flex-basis:calc((100% - 26px)/2)}.orientation>div{display:block}.orientation .button{margin-top:15px}.reviews-layout{grid-template-columns:1fr}.review-score{display:grid;grid-template-columns:1fr 1fr;column-gap:30px}.score-line{grid-row:1/4}.review-score h3{margin-top:5px}.review-filters{margin-top:15px}.footer-grid{gap:25px}.contact-layout,.reading-layout,.story-layout{gap:35px}.booking-card{padding:25px}.clinic-actions>.button{font-size:14px}}
@media(max-width:900px){.desktop-nav,.nav-book{display:none}.menu-toggle{display:flex;margin-left:auto}.hero h1{font-size:55px}.hero .lead{font-size:17px}.hero .eyebrow{font-size:9px;gap:9px}.hero-grid{gap:20px}.hero-visual{padding-bottom:50px}.hero-frame{border-radius:95px 20px 20px 20px}.hero-seal{width:90px;height:90px;font-size:8px;bottom:50px}.hero-caption{bottom:10px;font-size:16px}.about-layout{grid-template-columns:1fr}.about-intro{padding:0;max-width:650px}.about-cards{grid-template-columns:1fr 1fr}.about-cards>.button{grid-column:1/-1}.about-card{grid-template-columns:35px 45px minmax(0,1fr);align-items:start}.about-card p{font-size:13px}.services-layout{grid-template-columns:.8fr 1.2fr;gap:30px}.section{padding:70px 0}.services h2{font-size:39px}.service-item summary{padding:15px 8px}.service-item .icon-disc{width:42px;height:42px}.service-item .icon-disc>.icon{width:28px;height:28px}.service-copy strong{font-size:17px}.service-copy>span{font-size:13px}.service-item .round{width:28px;height:28px}.modalities{padding:14px}.modalities b{font-size:13px;gap:6px}.modalities .icon{width:18px;height:18px;padding:6px}.modalities>span{font-size:8px}.rental{padding:20px 15px}.rental-layout{grid-template-columns:42px minmax(0,1fr);gap:12px}.rental h3{font-size:25px}.rental p:not(.eyebrow){font-size:13px}.rental .eyebrow{font-size:8px;gap:10px}.rental-price{top:-37px}.rental .eyebrow:before{width:24px}.rental .button{font-size:10px;gap:5px}.impact-layout{padding-inline:35px}.impact strong{font-size:65px}.impact-layout>div>span:not(.impact-line){font-size:18px}.faq-layout{grid-template-columns:1fr}.faq-intro .section-heading{max-width:600px}.faq-mark{display:none}.faq-content{max-width:none}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.contact-layout{gap:25px}.contact-card{padding:25px}.contact-card h2{font-size:32px}.contact-options .text-link{font-size:12px}.reading-layout{grid-template-columns:minmax(0,1fr) minmax(0,.8fr);gap:30px}.booking-card h2{font-size:29px}.booking-price strong{font-size:39px}.booking-price{flex-wrap:wrap;gap:5px}.article-grid{grid-template-columns:1fr 1fr}.article-grid>.article-card:last-child{grid-column:1/-1;max-width:50%}}
@media(max-width:680px){:root{--radius:18px}body{font-size:16px}.desktop-only{display:none!important}.wrap{width:calc(100% - 36px)}.section{padding:45px 0}h1,h2{letter-spacing:-.055em}h2{font-size:36px;line-height:1.03}.eyebrow{font-size:10px;letter-spacing:.13em;gap:10px;margin-bottom:16px}.eyebrow:before{width:25px;height:2px}.lead{font-size:16px;line-height:1.4;margin-top:16px}.section-heading{margin-bottom:20px}.button{min-height:42px;font-size:13px;padding:10px 16px;gap:9px}.button .icon{width:20px;height:20px}.site-header{height:60px}.nav-shell{width:calc(100% - 26px)}.brand{gap:10px}.brand>img{width:36px;height:40px}.brand strong{font-size:19px;letter-spacing:.17em}.brand small{font-size:12px}.menu-toggle{width:41px;height:41px}.menu-toggle .icon{width:26px;height:26px;stroke-width:2.2}.hero{padding:37px 0 10px}.hero:before{width:650px;height:620px;left:-300px;top:-250px;transform:rotate(-25deg);background:#f0e6df;opacity:.7}.hero:after{width:195px;height:310px;top:-152px;right:-93px;transform:rotate(-24deg);background:#84959f}.hero-grid{display:flex;flex-direction:column;gap:12px;align-items:stretch}.hero-copy{padding:0}.hero .eyebrow{font-size:11px;letter-spacing:.055em;gap:9px;font-weight:700;margin-bottom:18px;white-space:nowrap}.hero .eyebrow:before{width:23px}.hero h1{font-size:clamp(42px,10.8vw,70px);line-height:.99;letter-spacing:-.052em}.hero .lead{font-size:clamp(15px,3.85vw,23px);line-height:1.36;margin-top:17px;max-width:none}.hero-actions{gap:8px;margin-top:18px;max-width:none}.hero-actions .button{font-size:13px;min-height:39px;padding:9px 13px}.hero-actions .button .icon{width:20px;height:20px}.hero-visual{padding:0}.hero-frame{border-radius:19px;box-shadow:none;transform:none!important}.hero-frame .hero-photo{aspect-ratio:868/409!important}.hero-frame .hero-photo>img{width:108.1797%!important;left:-4.1475%!important;top:-229.829%!important}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:15px;padding-top:0;border:0;row-gap:0}.hero-stats>div{padding:1px 0 6px}.hero-stats>div:nth-child(2){border-right:0}.hero-stats>div:nth-child(n+3){border-top:1px solid var(--line);padding-top:5px}.hero-stats strong{font-size:20px;letter-spacing:-.04em;line-height:1.25}.hero-stats span{font-size:12px;line-height:1.2;display:block}.about{padding:47px 0 30px}.about .wrap{width:calc(100% - 44px)}.about-layout{display:block}.about h2{font-size:36px;line-height:1.03}.about h2 br{display:none}.about .eyebrow{margin-bottom:16px}.about .lead{font-size:16px;line-height:1.4;margin-top:15px}.about .section-heading{margin-bottom:13px}.about-cards{display:grid;grid-template-columns:1fr;gap:9px}.about-card{display:grid;grid-template-columns:57px 61px minmax(0,1fr);gap:10px;padding:17px 14px;border-radius:14px;align-items:center;min-height:87px}.about-card .step-number{font-size:43px;padding-right:11px;border-color:#dac6bb;line-height:1.2}.about-card .icon-disc{width:55px;height:55px}.about-card .icon-disc>.icon{width:33px;height:33px}.about-card h3{font-size:17px;margin-bottom:5px;line-height:1.1}.about-card p{font-size:12px;line-height:1.28;letter-spacing:-.02em;color:#7b8c98}.about-card:nth-child(1){min-height:110px}.about-card:nth-child(2){min-height:96px}.about-cards>.button{margin-top:4px;font-size:14px;min-height:38px}.about:before{right:-200px;top:-440px}.about:after{width:300px;height:420px;left:-220px;bottom:-70px}.services{padding:36px 0 23px}.services .wrap{width:calc(100% - 30px)}.services-layout{display:block}.services .section-heading{padding:0 6px}.services h2{font-size:36px;line-height:1.02}.services .lead{font-size:15px;line-height:1.3;max-width:340px;margin-top:14px}.services .eyebrow{font-size:10px;letter-spacing:.09em;margin-bottom:14px}.services:before{width:190px;height:270px;right:-122px;top:-165px;transform:rotate(-25deg)}.service-intro .section-heading{margin-bottom:13px}.modalities{padding:9px 17px 10px;margin-bottom:6px;border-radius:13px}.modalities>span{font-size:8px;letter-spacing:.13em;margin-bottom:4px}.modalities b{font-size:15px;gap:10px}.modalities .icon{width:23px;height:23px;padding:8px}.service-list{gap:4px}.service-item summary{padding:13px 11px 14px;gap:17px;border-radius:12px;min-height:88px}.service-item .icon-disc{width:59px;height:59px}.service-item .icon-disc>.icon{width:34px;height:34px}.service-copy strong{font-size:15px;letter-spacing:-.055em;margin-bottom:6px}.service-copy>span{font-size:12px;line-height:1.2;letter-spacing:-.025em}.service-item .round{width:28px;height:28px;margin-left:0}.service-item .round>.icon{width:19px;height:19px}.service-open{min-height:0;border-radius:13px;margin-bottom:0}.service-detail{padding:25px 17px 10px}.service-detail h3{font-size:29px;max-width:65%;min-height:66px}.price-options{gap:10px;margin:25px 0 6px}.price-options>div{padding:7px 9px;gap:10px;min-width:0;border-radius:9px}.price-options .icon{width:34px;height:34px;padding:7px}.price-options span{font-size:9px}.price-options strong{font-size:28px}.service-detail>.button{font-size:12px;min-height:25px;padding:5px}.service-more{font-size:9px;margin-top:6px}.collapse-service{width:29px!important;height:29px!important;right:11px;top:10px}.rental{padding:16px 17px 15px;margin-top:8px;border-radius:15px}.rental .eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:14px}.rental .eyebrow:before{width:29px}.rental-layout{grid-template-columns:58px minmax(0,1fr);gap:17px}.rental .icon-disc{width:57px;height:57px}.rental .icon-disc .icon{width:36px;height:36px}.rental h3{font-size:25px;margin-bottom:6px;letter-spacing:-.05em}.rental p:not(.eyebrow){font-size:13px;line-height:1.3}.rental-layout>div{padding-left:14px;border-left:1px solid #d9dbd58c}.rental .button{font-size:11px;padding:6px 9px;min-height:29px;margin-top:9px;gap:5px}.rental .button .icon{width:17px;height:17px}.rental-price{top:-31px;font-size:8px;padding:2px 6px}.impact{padding:17px 0 13px}.impact-layout{padding-inline:38px;position:relative;display:block}.impact-layout>div{display:block}.impact-line{width:29px;height:2px;margin-bottom:4px}.impact strong{font-size:50px;line-height:.98;display:block}.impact-layout>div>span:not(.impact-line){font-size:16px;line-height:1.1;display:block;max-width:none}.impact-layout>div>p{font-size:11px;line-height:1.2;margin-top:6px;white-space:nowrap}.impact-motto{position:absolute;right:20px;top:10px;font-size:7px;letter-spacing:.22em;line-height:1.45}.impact-motto:after{width:24px;margin-top:9px}.team{padding:19px 0 23px}.team .wrap{width:calc(100% - 36px)}.team .eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:10px}.team h2{font-size:32px;line-height:1.03}.team h2 br{display:none}.team .lead{font-size:15px;line-height:1.3;margin-top:13px}.team .section-heading{margin-bottom:12px}.team-filters{gap:7px;margin:12px 0}.team-filters select{font-size:11px;padding:8px 20px 8px 12px;min-height:31px;border-radius:8px;background-position:right 8px center;background-size:13px}.carousel-track{gap:13px;padding-bottom:4px}.profile-card{flex-basis:64%;border-radius:13px}.profile-card>.profile-photo{aspect-ratio:466/320!important}.profile-body{padding:11px 13px}.profile-body h3{font-size:21px;letter-spacing:-.06em;line-height:1.15}.profile-body>p{font-size:11px;line-height:1.3}.sample-label{font-size:8px;margin-bottom:4px}.chips{gap:5px;margin:9px 0 5px;flex-wrap:nowrap}.chips>span{font-size:9px;padding:5px 8px}.profile-meta{gap:8px;margin-top:6px;font-size:11px!important}.profile-meta .icon{width:17px;height:17px}.profile-actions{gap:5px;margin-top:12px;padding-top:0}.profile-actions .button{font-size:10px;min-height:30px;padding:6px 8px;border-width:1px}.carousel-prev,.carousel-next{top:22%;width:32px;height:32px}.carousel-prev{left:-4px}.carousel-next{right:-5px}.carousel-prev .icon,.carousel-next .icon{width:18px;height:18px}.carousel-dots{margin:14px 0;gap:12px}.carousel-dots button{width:7px;height:7px}.orientation{gap:14px;padding:20px 14px;border-radius:14px;margin-top:14px;align-items:flex-start}.orientation>.icon-disc{width:71px;height:71px;margin-top:3px}.orientation>.icon-disc .icon{width:43px;height:43px}.orientation>div{padding-left:15px;display:block}.orientation h3{font-size:21px;line-height:1.07;letter-spacing:-.045em}.orientation p{font-size:12px;margin-top:7px;line-height:1.3}.orientation .button{margin-top:9px;font-size:10px;min-height:30px;padding:6px 12px;white-space:normal;gap:5px}.orientation .button .icon{width:15px;height:15px}.reviews{padding:31px 0 23px}.reviews .wrap{width:calc(100% - 34px)}.reviews .section-heading{padding:0 7px;margin-bottom:18px}.reviews .eyebrow{font-size:10px;margin-bottom:12px}.reviews h2{font-size:36px;line-height:1.04}.reviews .lead{font-size:16px;line-height:1.35;margin-top:13px}.reviews-layout{display:block}.review-score{padding:15px 30px 13px;border-radius:16px;display:block;min-height:0}.score-line{display:flex;gap:12px;flex-wrap:nowrap}.score-line>strong{font-size:58px;line-height:1}.score-line>.stars{font-size:23px;letter-spacing:1px;margin-top:4px}.google-word{font-size:22px;margin-left:auto;align-self:flex-end;margin-bottom:5px;letter-spacing:-1px}.review-score h3{font-size:18px;line-height:1.2;margin-top:0}.review-score p{font-size:13px;margin-top:5px;white-space:nowrap}.review-filters{gap:6px;margin-top:13px}.review-filters>button{font-size:12px;padding:6px 7px;min-height:31px}.review-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;margin:12px -8px 0;padding:0 20px 8px;align-items:stretch}.review-card{flex:0 0 89%;border-radius:14px;padding:16px;scroll-snap-align:start}.review-person{gap:10px;margin-bottom:7px}.avatar{width:39px;height:39px;font-size:21px}.review-person strong{font-size:13px}.google-g{font-size:27px}.review-card>.stars{font-size:23px;letter-spacing:1px}.review-card blockquote{font-size:14px;line-height:1.4;margin:9px 0 12px}.review-card .chip{font-size:10px;padding:5px 9px}.review-invitation h3{font-size:25px}.review-invitation p{font-size:13px}.review-invitation .text-link{font-size:12px}.review-link{font-size:12px;min-height:44px;margin:25px auto 0;padding:11px 20px;gap:10px}.review-link .icon{width:19px;height:19px}.review-note{font-size:10px;margin-top:16px}.clinics{padding:25px 0 25px}.clinics .wrap{width:calc(100% - 38px)}.clinics .eyebrow{font-size:10px;margin-bottom:14px}.clinics h2{font-size:35px;line-height:1.03}.clinics h2 br{display:none}.clinics .lead{font-size:15px;line-height:1.36;margin-top:13px}.clinics .section-heading{margin-bottom:15px}.clinic-tabs{margin-bottom:10px}.clinic-tabs>button{font-size:13px;padding:10px 6px}.gallery-images{border-radius:15px;aspect-ratio:2.37}.gallery-stage>.round{width:29px;height:29px;top:calc(50% - 14.5px)}.gallery-stage .icon{width:18px;height:18px}.gallery-prev{left:7px}.gallery-next{right:7px}.gallery-thumbs{gap:7px;margin-top:6px}.gallery-thumbs>button{border-width:2px;border-radius:11px}.gallery-thumbs .reference-photo{border-radius:8px;aspect-ratio:1.65!important}.clinic-actions{gap:6px;margin-top:9px}.clinic-actions>.button{font-size:10px;line-height:1.3;min-height:41px;padding:8px 8px;gap:6px}.clinic-actions .icon{width:19px;height:19px}.faq{padding:36px 0 15px}.faq .wrap{width:calc(100% - 26px)}.faq-layout{display:block}.faq .section-heading{padding:0 10px;margin-bottom:17px}.faq .eyebrow{font-size:9px;letter-spacing:.15em;margin-bottom:16px}.faq h2{font-size:37px;line-height:1.02}.faq .lead{font-size:15px;line-height:1.25;margin-top:15px;max-width:310px}.faq:before{width:220px;height:310px;right:-115px;top:-230px;transform:rotate(-38deg);border-width:1px}.faq-item{border-radius:12px;margin-bottom:7px}.faq-item summary{font-size:14px;letter-spacing:-.02em;padding:13px 16px;gap:8px;min-height:51px;line-height:1.2}.faq-symbol{width:27px;height:27px;font-size:19px}.faq-answer{padding:10px 16px 15px}.faq-answer p{font-size:14px;line-height:1.35;letter-spacing:-.015em}.faq-answer .button{font-size:12px;min-height:30px;padding:6px 15px;margin-top:12px}.talk-card{border-radius:12px;padding:18px 19px 16px;margin-top:15px}.talk-card h3{font-size:24px;letter-spacing:-.04em}.talk-card p{font-size:13px;line-height:1.35;margin:9px 0 14px;max-width:87%}.talk-card .button{font-size:11px;min-height:40px;padding:9px 12px;gap:9px;max-width:100%}.talk-card .button>.icon{width:23px;height:23px}.talk-card .button>.icon:last-child{width:17px;height:17px}.talk-leaf{right:-2px;bottom:-19px;opacity:.7}.talk-leaf>.icon{width:95px;height:120px}.site-footer{padding-top:35px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px 20px;padding-bottom:30px}.footer-grid>div:first-child{grid-column:1/-1;display:flex;align-items:flex-start;gap:25px;flex-wrap:wrap}.footer-grid>div:first-child p{margin:5px 0;font-size:12px}.footer-grid>div:first-child .text-link{padding:0}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid h3{font-size:13px;margin-bottom:14px}.footer-grid nav{font-size:12px;gap:9px}.footer-grid p{font-size:13px;margin:10px 0 15px}.footer-grid .button{font-size:12px}.footer-bottom{display:block;padding-bottom:25px}.footer-bottom nav{gap:13px;flex-wrap:wrap;margin-top:12px;font-size:9px}.whatsapp-float{right:10px;bottom:13px;width:41px;height:41px}.whatsapp-float .icon{width:26px;height:26px}.back-top{right:14px;bottom:65px;width:31px;height:31px}.back-top .icon{width:17px;height:17px}.page-hero{padding:22px 0 35px}.breadcrumbs{font-size:10px;margin-bottom:25px;gap:8px}.page-hero .eyebrow{font-size:9px}.page-hero h1{font-size:43px;line-height:1.07}.page-hero .lead{font-size:16px;line-height:1.45}.page-hero:before{width:250px;height:300px;right:-160px;top:-220px}.story-layout,.reading-layout,.contact-layout,.profile-page{grid-template-columns:1fr;gap:30px}.story-image,.booking-card,.contact-card{position:static}.story-image>span{font-size:30px;padding:20px 0 0}.prose{font-size:16px;line-height:1.7}.prose h2{font-size:29px;margin:27px 0 17px}.prose p{margin-bottom:18px}.booking-card{padding:27px;border-radius:20px}.booking-card h2{font-size:32px}.booking-card p{font-size:15px}.booking-price{gap:12px}.booking-price strong{font-size:45px}.service-page-photo{border-radius:18px;margin-bottom:25px}.clinic-links{grid-template-columns:1fr;gap:15px}.clinic-links>a{padding:22px;gap:15px}.clinic-links .icon-disc{width:45px;height:45px}.clinic-links .icon-disc>.icon{width:25px;height:25px}.clinic-links h2{font-size:28px}.clinic-links p{font-size:13px}.contact-card{padding:25px}.contact-card h2{font-size:35px}.contact-options>article{padding:15px 6px 25px}.contact-options .text-link{font-size:14px}.contact-options h2{font-size:30px}.article-grid{grid-template-columns:1fr;gap:20px}.article-grid>.article-card:last-child{max-width:none;grid-column:auto}.article-card h2{font-size:30px}.profile-page-image{max-width:360px}.profile-page .reference-photo{aspect-ratio:1.45!important}.profile-page .reference-photo>img{top:-188.125%!important}.profile-page .prose h2{margin-top:20px}.error-page{padding:65px 0}.booking-dialog{padding:29px 23px 23px}.booking-dialog h2{font-size:34px}.booking-dialog input:not([type=hidden]),.booking-dialog select{font-size:16px}.booking-dialog>.eyebrow{font-size:8px;gap:7px}.booking-dialog>.eyebrow:before{width:17px}.booking-dialog .button{font-size:13px}.form-pair{gap:10px}.mobile-menu nav a{font-size:28px;padding:12px 0}.mobile-menu-top{margin-bottom:10px}.mobile-menu>.button{margin-top:20px}.mobile-menu>.text-link{font-size:14px}.motion-enabled .reveal.is-pending{transform:translateY(14px)}}
@media(max-width:370px){.wrap{width:calc(100% - 30px)}.hero .eyebrow{font-size:9px}.hero h1{font-size:41px}.hero .lead{font-size:14px}.hero-stats strong{font-size:18px}.about .wrap{width:calc(100% - 30px)}.about-card{grid-template-columns:42px 44px minmax(0,1fr);gap:8px;padding:15px 10px}.about-card .step-number{font-size:36px}.about-card .icon-disc{width:42px;height:42px}.about-card h3{font-size:15px}.about-card p{font-size:11px}.about h2,.services h2{font-size:32px}.service-item summary{gap:10px;padding:12px 8px}.service-item .icon-disc{width:49px;height:49px}.service-copy strong{font-size:14px}.service-copy>span{font-size:11px}.service-item .round{width:25px;height:25px}.rental h3{font-size:23px}.rental-layout{grid-template-columns:45px 1fr;gap:10px}.rental .icon-disc{width:45px;height:45px}.impact-layout{padding-inline:26px}.impact-layout>div>p{font-size:9px}.impact-motto{right:8px}.team h2{font-size:29px}.profile-card{flex-basis:78%}.profile-body h3{font-size:20px}.orientation{padding:16px 12px;gap:10px}.orientation>.icon-disc{width:50px;height:50px}.orientation>.icon-disc .icon{width:32px;height:32px}.orientation>div{padding-left:10px}.orientation h3{font-size:20px}.review-score{padding-inline:18px}.score-line>strong{font-size:50px}.score-line>.stars{font-size:19px}.google-word{font-size:20px}.reviews h2{font-size:33px}.review-score h3{font-size:17px}.review-card{flex-basis:95%}.clinics h2{font-size:30px}.clinic-actions>.button{font-size:9px;padding-inline:6px;gap:4px}.clinic-actions .icon{width:15px;height:15px}.faq h2{font-size:34px}.faq-item summary{font-size:13px}.talk-card{padding:18px 16px}.talk-card .button{font-size:10px;gap:6px;padding-inline:9px}.talk-card h3{font-size:22px}.page-hero h1{font-size:37px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-enabled .reveal.is-pending{opacity:1;transform:none}[data-parallax]{transform:none!important}}
/* Preserve each reference's image coordinates independently of its display box. */
.reference-photo>img{width:var(--ref-width)!important;top:0!important;left:0!important}
.hero-desktop-photo{width:100%;height:100%;aspect-ratio:1.04;object-fit:cover;object-position:65% center}.hero-frame>.hero-photo{display:none}
.team-sprite{background:url('../images/team-grid.webp') 100% 0/200% 200%;aspect-ratio:1.45!important;width:100%}.profile-page-image>.team-sprite{aspect-ratio:1!important}
.round:disabled{opacity:.45;cursor:default}.round:disabled:active{transform:none}
@media(min-width:1151px){.team-track{max-width:100%}.profile-card{flex-basis:calc((100% - 26px)/2)}.profile-card>.profile-photo{max-height:360px}.profile-body{padding:24px 30px}.profile-actions{max-width:370px}.review-card{min-height:320px}}
@media(max-width:680px){.hero-desktop-photo{display:none}.hero-frame>.hero-photo{display:block}.hero-frame .hero-photo>img{width:var(--ref-width)!important;top:0!important;left:0!important}.profile-card .profile-photo img,.profile-card:nth-child(2) .profile-photo img{width:var(--ref-width)!important;top:0!important;left:0!important}.gallery-thumbs .reference-photo{aspect-ratio:var(--ref-ratio,1.65)!important}.review-card{min-height:0}.review-invitation h3{font-size:21px}.review-card .chip{margin-top:12px}.review-card blockquote{margin-bottom:8px}.about h2{max-width:330px;font-size:36px}.about-card .step-number{font-size:44px}.about-card p{font-size:12px}.hero h1{font-size:clamp(44px,11.6vw,72px);letter-spacing:-.035em}.hero .lead{font-size:clamp(15px,3.85vw,23px)}.hero-actions{margin-top:18px}.hero-stats{margin-top:15px}}
