@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Lora:wght@400;500&display=swap";:root{color-scheme:light;--ink: #102426;--muted: #5f6d6c;--paper: #ffffff;--stone: #f4f2ed;--teal: #09292b;--teal-soft: #155e63;--teal-mid: #16474a;--sage: #eaffee;--sage-strong: #d7f6d3;--lime: #d7e8a8;--line: rgba(9, 41, 43, .14);--display: "Lora", Georgia, serif;--body: "Inter", Arial, sans-serif;--radius: 14px;--section: clamp(5.5rem, 10vw, 9rem);--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-padding-top:96px;scrollbar-color:var(--teal-soft) #e9eeea;scrollbar-width:thin}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:#e9eeea}body::-webkit-scrollbar-thumb{border:2px solid #e9eeea;border-radius:999px;background:var(--teal-soft)}::selection{background:var(--lime);color:var(--teal)}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display);font-weight:400;letter-spacing:-.025em;text-wrap:balance}h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.98}h2{font-size:clamp(2.45rem,4.5vw,4.65rem);line-height:1.04}h3{font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.15}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #ffd942;outline-offset:4px}img{display:block;max-width:100%}.page{overflow:clip}.container,.container-wide{width:min(1200px,calc(100% - 40px));margin-inline:auto}.container-wide{width:min(1440px,calc(100% - 32px))}.section-space{padding-block:var(--section)}.section-heading{margin-bottom:clamp(3.5rem,7vw,6.5rem)}.section-heading p{max-width:58ch;color:var(--muted);font-size:1.02rem}.section-heading--center{display:flex;align-items:center;flex-direction:column;gap:1.3rem;text-align:center}.section-heading--split{display:grid;align-items:end;grid-template-columns:1.45fr .65fr;gap:5rem}.signature-reveal.reveal.is-observed{opacity:0;transform:translateY(24px);filter:blur(4px);transition:opacity .72s var(--ease-out),transform .72s var(--ease-out),filter .72s var(--ease-out)}.signature-reveal.reveal.is-observed.is-visible{opacity:1;transform:translateY(0);filter:blur(0)}.site-header{position:fixed;z-index:100;top:18px;right:0;left:0;pointer-events:none}.site-header__inner{display:grid;align-items:center;width:min(1200px,calc(100% - 40px));margin-inline:auto;grid-template-columns:1fr auto auto;gap:10px}.brand,.site-nav,.site-header__cta,.menu-button{pointer-events:auto}.brand{display:inline-flex;align-items:center;justify-self:start;min-height:54px;padding:7px 12px 7px 8px;border-radius:11px;background:#091e1fc2;color:#fff;-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);transition:background .22s ease,transform .22s var(--ease-out)}.brand:hover{background:#09292bf0;transform:translateY(-1px)}.brand__mark{display:grid;width:38px;height:38px;margin-right:9px;place-items:center;border-radius:9px;background:linear-gradient(145deg,#fff,#c8d9d5);box-shadow:0 5px 12px #0000002e}.brand__mark svg{width:27px;fill:var(--teal)}.brand__name{font-family:var(--display);font-size:1.05rem}.site-nav{display:flex;align-items:center;min-height:54px;padding-inline:12px;border-radius:11px;background:#091e1fc2;color:#ffffffb8;-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2)}.site-nav a{padding:14px 13px;font-size:.84rem;font-weight:600;transition:color .18s ease}.site-nav a:hover{color:#fff}.site-header__cta{display:inline-flex;align-items:center;min-height:54px;padding:0 20px;border:5px solid rgba(9,30,31,.78);border-radius:11px;background:#fff;color:var(--teal);font-size:.86rem;font-weight:600;transition:background .2s ease,color .2s ease,transform .2s var(--ease-out)}.site-header__cta:hover{background:var(--sage);transform:translateY(-1px)}.site-nav__mobile-cta,.menu-button{display:none}.arrow-link{display:inline-flex;align-items:center;justify-content:space-between;min-height:52px;padding:6px 7px 6px 20px;gap:18px;border-radius:12px;background:var(--teal);color:#fff;font-size:.95rem;font-weight:600;transition:background .22s ease,transform .22s var(--ease-out)}.arrow-link:hover{background:var(--teal-soft);transform:translateY(-2px)}.arrow-link__icon{display:grid;width:40px;height:40px;border-radius:10px;background:#ffffff1f;place-items:center}.arrow-link--light{background:#fff;color:var(--teal)}.arrow-link--light:hover{background:var(--sage)}.arrow-link--light .arrow-link__icon{background:var(--teal);color:#fff}.hero{position:relative;min-height:max(760px,98svh);margin:8px;overflow:hidden;border-radius:16px;background:var(--teal);color:#fff}.hero__image,.hero__wash{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__image{object-fit:cover;object-position:center;animation:hero-breathe 12s var(--ease-out) both}.hero__wash{background:linear-gradient(90deg,#051c1de6,#051c1d85 41%,#051c1d0d 72%),linear-gradient(0deg,rgba(3,22,23,.7) 0%,transparent 47%)}.hero__content{position:relative;z-index:1;display:grid;align-items:end;min-height:max(760px,98svh);padding:160px 22px 72px;grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr);gap:5rem}.hero__copy{max-width:820px}.hero__lead{display:flex;align-items:center;max-width:55ch;margin-bottom:1.8rem;gap:9px;color:#ffffffdb;font-size:.94rem}.hero h1{margin-bottom:1.6rem;color:#fff}.hero__actions{display:flex;align-items:center;gap:1rem}.hero__form-link{color:#ffffffc7;font-size:.8rem;text-decoration:underline;text-underline-offset:4px}.hero__form-link:hover{color:#fff}.hero__aside{align-self:end;max-width:335px;padding-bottom:10px}.hero__aside-image{position:relative;height:170px;margin-bottom:1rem;overflow:hidden;border-radius:13px}.hero__aside-image img{width:100%;height:100%;object-fit:cover}.hero__aside-mark{position:absolute;right:12px;bottom:12px;display:grid;width:40px;height:40px;border-radius:50%;background:#09292bc7;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);place-items:center}.hero__aside p{color:#ffffffdb;font-size:.91rem;line-height:1.5}.trust-strip{padding-block:3.9rem;background:#fff}.trust-strip__grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-strip__grid>div{display:grid;align-items:center;padding:0 4rem;grid-template-columns:auto 1fr;gap:1.25rem}.trust-strip__grid>div+div{border-left:1px solid var(--line)}.trust-strip strong{font-family:var(--display);font-size:2.5rem;font-weight:400;letter-spacing:-.04em}.trust-strip span{max-width:18ch;color:var(--muted);font-size:.88rem;line-height:1.35}.manifesto{margin:8px;overflow:hidden;border-radius:16px;background:var(--teal);color:#fff}.manifesto__inner{position:relative;display:flex;align-items:center;min-height:1180px;padding-block:8rem;flex-direction:column}.manifesto__statement{position:relative;z-index:2;max-width:880px;text-align:center}.manifesto__statement h2{color:#fffffff5;font-size:clamp(2.4rem,4vw,4.4rem)}.manifesto__portrait{position:absolute;overflow:hidden;border-radius:14px;box-shadow:0 24px 50px #0000003d}.manifesto__portrait img{width:100%;height:100%;object-fit:cover}.manifesto__portrait--one{top:45%;left:9%;width:150px;height:170px;transform:rotate(-3deg)}.manifesto__portrait--two{top:40%;right:11%;width:175px;height:195px;transform:rotate(3deg)}.manifesto__portrait--three{bottom:20%;left:56%;width:145px;height:165px;transform:rotate(2deg)}.manifesto__close{position:absolute;z-index:2;bottom:9rem;left:50%;width:min(620px,78%);transform:translate(-50%);text-align:center}.manifesto__close h3{color:#fff;font-size:clamp(2.3rem,4vw,3.6rem)}.treatments__mosaic{display:grid;grid-template-columns:1fr 1.22fr 1fr;grid-template-rows:repeat(2,225px);gap:12px}.treatment-card{position:relative;min-width:0;overflow:hidden;border-radius:15px;background:var(--stone)}.treatment-card img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease-out),filter .35s ease}.treatment-card:after{position:absolute;inset:auto 0 0;height:50%;content:"";background:linear-gradient(transparent,#04191aa8);pointer-events:none}.treatment-card:hover img{transform:scale(1.045);filter:saturate(1.04)}.treatment-card span{position:absolute;z-index:1;right:12px;bottom:12px;left:12px;color:#fff;font-size:.92rem;font-weight:600}.treatments__center{display:flex;align-items:center;justify-content:center;padding:2.4rem;border-radius:15px;background:var(--sage);flex-direction:column;grid-column:2;grid-row:1 / 3;text-align:center}.treatments__center h3{margin:3.2rem 0 2.2rem;font-size:clamp(2rem,3.3vw,3.3rem)}.treatments__mark{color:var(--teal-soft)}.process{padding-top:2rem}.process-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:3.5rem}.process-track:before{position:absolute;top:145px;right:10%;left:10%;height:1px;content:"";background:var(--line)}.process-step{position:relative}.process-step__visual{position:relative;z-index:1;display:grid;height:290px;margin-bottom:2.2rem;border-radius:15px;background:var(--sage);color:var(--teal);place-items:center}.process-step__visual span{position:absolute;right:0;bottom:0;display:grid;width:74px;height:58px;border-radius:15px 0 0;background:#fff;color:var(--teal);font-weight:600;place-items:center}.process-step h3{margin-bottom:.8rem;font-family:var(--body);font-size:1.1rem;font-weight:600;letter-spacing:-.02em}.process-step p{max-width:34ch;color:var(--muted)}.why{position:relative;min-height:1150px;margin:8px;overflow:hidden;border-radius:16px;color:#fff}.why__image,.why__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.why__image{object-fit:cover;object-position:center}.why__overlay{background:linear-gradient(180deg,#09292b2e,#09292b38 38%,#09292bf0)}.why__inner{position:relative;z-index:1;display:flex;min-height:1150px;padding-block:7rem 5rem;flex-direction:column}.why__heading{max-width:720px;margin-inline:auto;text-align:center}.why__heading p{max-width:56ch;margin:1.3rem auto 0;color:#ffffffd4}.why__panels{display:grid;align-items:end;margin-top:auto;grid-template-columns:1.2fr .8fr;gap:12px}.why__benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px}.why__benefits article,.booking-preview{border-radius:14px;background:#041e1fbd;-webkit-backdrop-filter:blur(18px) saturate(1.05);backdrop-filter:blur(18px) saturate(1.05)}.why__benefits article{min-height:195px;padding:2rem}.why__benefits article:last-child{grid-column:1 / 3}.why__benefits h3{margin-bottom:.9rem;font-family:var(--body);font-size:1.05rem;font-weight:600}.why__benefits p{color:#ffffffbd;line-height:1.55}.booking-preview{padding:2rem}.booking-preview__top{display:flex;align-items:center;gap:12px}.booking-preview__icon{display:grid;width:42px;height:42px;border-radius:12px;background:var(--sage);color:var(--teal);place-items:center}.booking-preview__top div{display:flex;flex-direction:column}.booking-preview__top small{color:#ffffff94}.booking-preview__message{margin:1.8rem 0 1rem 2rem;padding:1rem 1.1rem;border-radius:12px 12px 3px;background:var(--sage);color:var(--teal);font-size:.9rem}.booking-preview__date{display:flex;align-items:center;margin-bottom:1.5rem;padding:.95rem 1.05rem;gap:10px;border-radius:11px;background:#ffffff17;color:#fffc;font-size:.86rem}.booking-preview>a{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600}.specialists__rail{width:100%;overflow:hidden}.specialists__track{display:flex;width:max-content;animation:specialist-rail 36s linear infinite}.specialists__rail:hover .specialists__track,.specialists__rail:focus-within .specialists__track{animation-play-state:paused}.specialist{position:relative;width:min(340px,28vw);height:430px;margin-right:12px;flex:none;overflow:hidden;border-radius:15px;background:var(--stone)}.specialist img{width:100%;height:100%;object-fit:cover;object-position:center top}.specialist div{position:absolute;right:0;bottom:0;display:flex;min-width:76%;padding:1rem 1.2rem;border-radius:14px 0 0;background:#fff;flex-direction:column}.specialist strong{font-size:.94rem;font-weight:600}.specialist span{color:var(--muted);font-size:.82rem}.experience{padding-top:2rem}.experience__grid{display:grid;grid-template-columns:1.35fr .8fr .9fr;grid-template-rows:260px 260px;gap:12px}.experience__image,.experience__feature{overflow:hidden;border-radius:15px}.experience__image--large{grid-row:1 / 3}.experience__image img{width:100%;height:100%;object-fit:cover}.experience__feature{display:flex;justify-content:space-between;padding:2rem;background:var(--sage);flex-direction:column}.experience__feature strong{color:var(--teal-soft);font-variant-numeric:tabular-nums}.experience__feature h3{margin-top:auto;font-size:1.7rem}.experience__feature p{margin-top:.8rem;color:var(--muted);font-size:.91rem}.experience__feature--dark{background:var(--teal);color:#fff;grid-column:2 / 4}.experience__feature--dark strong,.experience__feature--dark p{color:#ffffffad}.faq-section{padding-top:2.5rem}.faq-section__grid{display:grid;grid-template-columns:.72fr 1.38fr;gap:4rem}.faq-cta{display:flex;min-height:500px;padding:2.2rem;border-radius:15px;background:var(--sage);flex-direction:column}.faq-cta__mark{color:var(--teal-soft)}.faq-cta h2{margin:4rem 0 1rem;font-size:clamp(2rem,3vw,3rem)}.faq-cta p{max-width:34ch;color:var(--muted)}.faq-cta .arrow-link{align-self:flex-start;margin-top:auto}.faq-content>h2{margin-bottom:3rem}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{display:flex;align-items:center;min-height:70px;cursor:pointer;list-style:none;justify-content:space-between;gap:2rem;font-size:1rem;font-weight:600}.faq-item summary::-webkit-details-marker{display:none}.faq-item__icon{display:grid;width:30px;height:30px;flex:none;border-radius:8px;background:#ecf6f0;color:var(--teal);place-items:center}.faq-item__icon svg{transition:transform .26s var(--ease-out)}.faq-item[open] .faq-item__icon svg{transform:rotate(45deg)}.faq-item>p{max-width:68ch;padding:0 3.5rem 1.6rem 0;color:var(--muted)}.footer{position:relative;min-height:820px;overflow:hidden;background:var(--teal);color:#fff}.footer__inner{position:relative;z-index:1;width:min(1200px,calc(100% - 40px));margin-inline:auto;padding:7rem 0 2.5rem}.footer__shape{position:absolute;border-radius:48% 52% 34% 66%;background:#ffffff08}.footer__shape--one{top:-180px;left:-110px;width:520px;height:520px;transform:rotate(25deg)}.footer__shape--two{right:-140px;bottom:-220px;width:620px;height:620px;transform:rotate(-18deg)}.footer__cta{display:flex;align-items:center;flex-direction:column;text-align:center}.footer__cta .brand{background:transparent}.footer__cta .brand__name{display:none}.footer__cta .brand__mark{width:64px;height:64px;margin:0;border-radius:15px}.footer__cta .brand__mark svg{width:40px}.footer__cta h2{max-width:760px;margin:2.2rem 0 2.4rem;color:#fff}.footer__divider{height:1px;margin:6rem 0 4rem;background:#ffffff1f}.footer__grid{display:grid;grid-template-columns:.65fr .65fr .85fr 1.35fr;gap:3rem}.footer__grid>div{display:flex;align-items:flex-start;flex-direction:column;gap:.72rem}.footer__label{margin-bottom:.6rem;color:#ffffff85;font-size:.79rem;font-weight:600}.footer__grid a,.footer__grid span{color:#ffffffd6;font-size:.87rem}.footer__grid a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer__note p:last-child{max-width:48ch;color:#ffffffa8;font-size:.86rem}.footer__bottom{display:flex;margin-top:4.5rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.1);justify-content:space-between;color:#ffffff7a;font-size:.8rem}.floating-whatsapp{position:fixed;z-index:80;right:18px;bottom:18px;display:flex;align-items:center;min-height:48px;padding:0 17px;gap:9px;border-radius:999px;background:#176b54;color:#fff;box-shadow:0 12px 28px #05231a3d;font-size:.84rem;font-weight:600;transition:transform .22s var(--ease-out),background .22s ease}.floating-whatsapp:hover{background:#0f7b59;transform:translateY(-3px)}.review-capture .site-header{position:absolute}.review-capture .floating-whatsapp{display:none}.review-capture .specialists__track{animation:none}.appointment-hero{position:relative;min-height:max(780px,100svh);margin:8px;overflow:hidden;border-radius:16px;background:var(--teal);color:#fff}.appointment-hero>img,.appointment-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.appointment-hero>img{object-fit:cover;object-position:center}.appointment-hero__overlay{background:linear-gradient(90deg,#041e1fd1,#041e1f61 52%,#041e1f57),linear-gradient(0deg,rgba(4,30,31,.66) 0%,transparent 55%)}.appointment-hero__inner{position:relative;z-index:1;display:grid;align-items:end;min-height:max(780px,100svh);padding:150px 20px 62px;grid-template-columns:minmax(0,.9fr) minmax(540px,.85fr);gap:5rem}.appointment-hero__copy{max-width:650px}.appointment-hero__copy h1{margin-bottom:1.4rem;font-size:clamp(3rem,5.2vw,5.1rem)}.appointment-hero__copy>p{display:flex;align-items:flex-start;max-width:59ch;gap:9px;color:#ffffffd1}.appointment-hero__copy>p svg{flex:none;margin-top:.18rem;color:var(--lime)}.appointment-hero__contacts{display:flex;margin-top:2.7rem;gap:2rem}.appointment-hero__contacts>a,.appointment-hero__contacts>span{display:flex;align-items:center;gap:10px;font-size:.91rem;font-weight:600}.appointment-hero__contacts span span,.appointment-hero__contacts a span{display:flex;flex-direction:column}.appointment-hero__contacts small{color:#ffffff91;font-size:.7rem;font-weight:500}.appointment-form{padding:2rem;border-radius:15px;background:#051c1dc7;-webkit-backdrop-filter:blur(20px) saturate(1.1);backdrop-filter:blur(20px) saturate(1.1)}.appointment-form__heading{display:flex;align-items:flex-start;margin-bottom:1.6rem;justify-content:space-between;gap:1rem}.appointment-form__heading h2{font-family:var(--body);font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.appointment-form__heading p{max-width:50ch;margin-top:.35rem;color:#fff9;font-size:.75rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column}.field--wide{grid-column:1 / 3}.field label{margin-bottom:.42rem;color:#ffffffc2;font-size:.75rem;font-weight:600}.field label span{color:#ffffff7a;font-weight:400}.field input,.field select,.field textarea{width:100%;min-height:48px;padding:.78rem .9rem;border:0;border-radius:10px;outline:1px solid transparent;background:#ffffff1a;color:#fff;font-size:.85rem;transition:background .18s ease,outline-color .18s ease}.field textarea{min-height:74px;resize:vertical}.field input::placeholder,.field textarea::placeholder{color:#fff6}.field select{color-scheme:dark}.field input:focus,.field select:focus,.field textarea:focus{outline-color:var(--lime);background:#ffffff24}.field [aria-invalid=true]{outline-color:#ffaca7}.field__error{margin-top:.35rem;color:#ffc5c1;font-size:.7rem}.form-submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;margin-top:1.2rem;padding:0 1.1rem;gap:10px;border:0;border-radius:11px;cursor:pointer;background:#fff;color:var(--teal);font-weight:600;transition:background .2s ease,transform .2s var(--ease-out)}.form-submit:hover{background:var(--sage);transform:translateY(-2px)}.form-status{min-height:1.2em;margin-top:.65rem;color:#ffffffb3;font-size:.72rem;text-align:center}.visit__grid{display:grid;align-items:center;grid-template-columns:1.05fr .95fr;gap:clamp(4rem,9vw,9rem)}.visit__image{position:relative}.visit__image img{width:100%;height:560px;object-fit:cover;border-radius:15px}.visit__image a{position:absolute;right:0;bottom:0;display:flex;align-items:center;min-height:62px;padding:0 1.5rem;gap:10px;border-radius:15px 0 0;background:#fff;font-weight:600}.visit__content h2{margin-bottom:1.5rem}.visit__content>p{max-width:55ch;color:var(--muted)}.visit__details{display:grid;margin-top:3rem;gap:1.5rem}.visit__details>div{display:flex;gap:1rem;color:var(--muted)}.visit__details svg{flex:none;margin-top:2px;color:var(--teal-soft)}.visit__details span{display:flex;flex-direction:column}.visit__details strong{margin-bottom:.25rem;color:var(--ink);font-weight:600}.visit__details a{color:var(--teal-soft);text-decoration:underline;text-underline-offset:4px}.appointment-faq{padding-top:2rem}.appointment-faq__grid{display:grid;grid-template-columns:.65fr 1.15fr;gap:8rem}.appointment-faq__grid>div:first-child p{max-width:38ch;margin-top:1.2rem;color:var(--muted)}@keyframes hero-breathe{0%{transform:scale(1.045)}to{transform:scale(1)}}@keyframes specialist-rail{to{transform:translate(calc(-50% - 24px))}}@media(max-width:1100px){.site-header__inner{width:calc(100% - 28px)}.site-nav a{padding-inline:9px}.trust-strip__grid>div{padding-inline:2rem}.appointment-hero__inner{grid-template-columns:minmax(0,.8fr) minmax(500px,1fr);gap:2.5rem}}@media(max-width:900px){:root{--section: 6rem}.container,.container-wide{width:min(100% - 32px,720px)}.site-header__inner{grid-template-columns:1fr auto}.site-nav{position:absolute;top:62px;right:14px;left:14px;display:flex;visibility:hidden;align-items:stretch;padding:14px;opacity:0;transform:translateY(-10px);flex-direction:column;transition:opacity .2s ease,transform .24s var(--ease-out),visibility .2s}.site-nav.is-open{visibility:visible;opacity:1;transform:translateY(0)}.site-nav a{padding:13px 10px}.site-nav__mobile-cta{display:block;margin-top:8px;border-radius:9px;background:#fff;color:var(--teal)!important;text-align:center}.site-header__cta{display:none}.menu-button{display:grid;width:52px;height:52px;border:0;border-radius:11px;cursor:pointer;background:#091e1fd1;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);place-items:center}.section-heading--split{grid-template-columns:1fr;gap:1.2rem}.hero__content{grid-template-columns:1fr;gap:2.5rem}.hero__wash{background:linear-gradient(90deg,#051c1de0,#051c1d47 82%),linear-gradient(0deg,rgba(3,22,23,.74) 0%,transparent 55%)}.trust-strip__grid{grid-template-columns:1fr}.trust-strip__grid>div{padding:1.4rem 0}.trust-strip__grid>div+div{border-top:1px solid var(--line);border-left:0}.manifesto__inner{min-height:980px}.manifesto__portrait--one{left:4%}.manifesto__portrait--two{right:4%}.treatments__mosaic{grid-template-columns:1fr 1fr;grid-template-rows:220px 220px 300px 220px}.treatments__center{grid-column:1 / 3;grid-row:3}.process-track{gap:1rem}.process-step__visual{height:230px}.why__panels{grid-template-columns:1fr}.specialist{width:310px}.faq-section__grid,.appointment-faq__grid{grid-template-columns:1fr;gap:3rem}.faq-cta{min-height:390px}.footer__grid{grid-template-columns:1fr 1fr}.appointment-hero{min-height:auto}.appointment-hero__inner{min-height:auto;padding-top:150px;grid-template-columns:1fr}.appointment-hero__copy{max-width:700px}.appointment-hero>img{object-position:62% center}.appointment-hero__overlay{background:linear-gradient(180deg,#041e1f9e,#041e1fd1 48%,#041e1ff5)}.visit__grid{grid-template-columns:1fr;gap:4rem}}@media(max-width:680px){:root{--section: 5rem}h1{font-size:clamp(2.8rem,14vw,4.2rem)}h2{font-size:clamp(2.2rem,11vw,3.2rem)}.container,.container-wide{width:calc(100% - 28px)}.site-header{top:12px}.site-header__inner{width:calc(100% - 24px)}.brand{min-height:50px}.brand__mark{width:34px;height:34px}.brand__name{font-size:.98rem}.menu-button{width:50px;height:50px}.site-nav{top:58px;right:12px;left:12px}.hero{min-height:760px;margin:5px;border-radius:13px}.hero__image{object-position:62% center}.hero__content{align-items:end;min-height:760px;padding:130px 8px 48px}.hero__lead{align-items:flex-start;max-width:34ch}.hero h1{margin-bottom:1.2rem}.hero__actions{align-items:flex-start;flex-direction:column}.hero__aside{display:grid;align-items:center;max-width:none;padding:1rem;border-radius:13px;background:#041e1fb8;grid-template-columns:86px 1fr;gap:.9rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero__aside-image{height:76px;margin:0}.hero__aside-mark{right:6px;bottom:6px;width:28px;height:28px}.hero__aside p{font-size:.76rem}.trust-strip{padding-block:2.4rem}.trust-strip strong{font-size:2.1rem}.manifesto{margin:5px;border-radius:13px}.manifesto__inner{min-height:920px;padding-top:6rem}.manifesto__statement h2{font-size:2.2rem}.manifesto__portrait--one{top:48%;left:-4%;width:110px;height:135px}.manifesto__portrait--two{top:44%;right:-5%;width:125px;height:150px}.manifesto__portrait--three{bottom:24%;left:45%;width:105px;height:125px}.manifesto__close{bottom:5rem;width:90%}.manifesto__close h3{font-size:2rem}.treatments__mosaic{display:flex;flex-direction:column}.treatment-card{height:210px}.treatments__center{min-height:360px;order:-1}.process-track{grid-template-columns:1fr;gap:3rem}.process-track:before{display:none}.process-step__visual{height:240px;margin-bottom:1.6rem}.why{min-height:auto;margin:5px;border-radius:13px}.why__image{object-position:46% center}.why__inner{min-height:auto;padding-block:6rem 1rem}.why__panels{margin-top:24rem}.why__benefits{grid-template-columns:1fr}.why__benefits article:last-child{grid-column:auto}.why__benefits article{min-height:auto;padding:1.5rem}.booking-preview{padding:1.5rem}.specialist{width:260px;height:350px}.experience__grid{display:flex;flex-direction:column}.experience__image{height:300px}.experience__feature{min-height:260px}.faq-cta{min-height:420px;padding:1.5rem}.faq-content>h2{margin-bottom:1.5rem}.faq-item summary{min-height:76px}.footer{min-height:900px}.footer__inner{width:calc(100% - 32px);padding-top:5rem}.footer__cta h2{margin-top:1.7rem}.footer__divider{margin-block:4rem 3rem}.footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem}.footer__note{grid-column:1 / 3}.footer__bottom{align-items:flex-start;flex-direction:column;gap:.55rem}.floating-whatsapp{right:12px;bottom:12px;width:48px;padding:0;justify-content:center}.floating-whatsapp span{display:none}.appointment-hero{margin:5px;border-radius:13px}.appointment-hero__inner{width:calc(100% - 20px);padding:128px 0 12px;gap:3rem}.appointment-hero__copy h1{font-size:clamp(2.65rem,13vw,3.8rem)}.appointment-hero__contacts{align-items:flex-start;flex-direction:column;gap:1rem}.appointment-form{padding:1.25rem}.form-grid{grid-template-columns:1fr}.field--wide{grid-column:auto}.visit__image img{height:390px}.visit__image a{min-height:56px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.specialists__track{animation:none}.reveal,.reveal.is-observed{opacity:1;transform:none;filter:none}}
