@font-face{font-family:Nunito Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-sans-latin-400-normal-AkRraKH2.woff2)format("woff2"),url(/assets/nunito-sans-latin-400-normal-DY9yCUyQ.woff)format("woff")}@font-face{font-family:Nunito Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/nunito-sans-latin-500-normal-DlmaWqTx.woff2)format("woff2"),url(/assets/nunito-sans-latin-500-normal-BkymD7ni.woff)format("woff")}@font-face{font-family:Nunito Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-sans-latin-600-normal-BtVRvDNj.woff2)format("woff2"),url(/assets/nunito-sans-latin-600-normal-DLks-Kj1.woff)format("woff")}@font-face{font-family:Nunito Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-sans-latin-700-normal-CICRJDmU.woff2)format("woff2"),url(/assets/nunito-sans-latin-700-normal-CLVG92B9.woff)format("woff")}@font-face{font-family:Nunito Sans;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/nunito-sans-latin-800-normal-MgCk9Q3Y.woff2)format("woff2"),url(/assets/nunito-sans-latin-800-normal-DOf_K5Iw.woff)format("woff")}@font-face{font-family:Nunito Sans;font-style:italic;font-display:swap;font-weight:700;src:url(/assets/nunito-sans-latin-700-italic-BWjcSM-B.woff2)format("woff2"),url(/assets/nunito-sans-latin-700-italic-Dj9XgNcK.woff)format("woff")}:root{--navy-950:#061a2b;--navy-900:#082a42;--navy-800:#0b3654;--blue-700:#0d6fbd;--blue-600:#1689f5;--blue-100:#dceefe;--blue-50:#eff7ff;--ink:#0a253a;--muted:#526b7d;--muted-light:#c7d7e3;--surface:#fff;--canvas:#f5f8fa;--line:#d7e2e9;--line-dark:#ffffff29;--success:#20ad62;--shadow-sm:0 8px 24px #061a2b14;--shadow-md:0 20px 56px #061a2b1f;--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--content:1180px;--gutter:20px;--header-height:72px;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px;overflow-x:clip}body{background:var(--canvas);min-width:320px;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;overflow-x:clip}body,button,a{-webkit-tap-highlight-color:transparent}img,svg{display:block}img{max-width:100%}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}button{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:inherit;letter-spacing:-.035em;text-wrap:balance;line-height:1.08}p{text-wrap:pretty}main,section,footer{min-width:0}.site-shell{width:min(100% - (var(--gutter) * 2), var(--content));margin-inline:auto}.skip-link{z-index:1000;background:var(--surface);color:var(--navy-950);box-shadow:var(--shadow-sm);border-radius:8px;padding:10px 14px;transition:transform .18s ease-out;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline-offset:3px;outline:3px solid #62b5ee}.button{border-radius:var(--radius-sm);cursor:pointer;min-height:48px;transition:background-color .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease), box-shadow .22s var(--ease), transform .15s ease-out;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:12px 18px;font-size:15px;font-weight:800;line-height:1.2;display:inline-flex}.button svg{flex:none;width:20px;height:20px}.button--gold{background:var(--blue-700);color:#fff;box-shadow:0 10px 22px #1763a633}.button--gold:hover{background:#12578f;box-shadow:0 13px 28px #1763a645}.button--outline{color:#fff;background:#061a2b3d;border-color:#ffffffa6}.button--outline:hover{background:#ffffff1f;border-color:#fff}.button:active,.carousel-buttons button:active,.edge-arrow:active,.menu-toggle:active,.floating-whatsapp:active,.footer__socials a:active{transform:scale(.97)}.site-header{z-index:100;height:var(--header-height);background:#fffffffa;border-bottom:1px solid #08243a14;position:relative}.site-header__inner{justify-content:space-between;align-items:center;gap:20px;height:100%;display:flex}.logo{align-items:center;min-width:0;display:inline-flex}.logo img{object-fit:contain;width:106px;height:52px}.site-header .logo img{filter:brightness(0)saturate()invert(13%)sepia(31%)saturate(1335%)hue-rotate(164deg)brightness(91%)contrast(97%)}.desktop-nav,.header-button{display:none}.menu-toggle{background:var(--navy-950);color:#fff;cursor:pointer;width:48px;height:48px;box-shadow:var(--shadow-sm);border:0;border-radius:12px;place-items:center;padding:0;transition:background-color .2s,transform .15s;display:grid}.menu-toggle svg{width:25px;height:25px}.mobile-nav{z-index:90;background:var(--surface);opacity:0;visibility:hidden;max-height:0;transition:max-height .28s var(--ease), opacity .18s ease, visibility .18s ease;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 18px 40px #061a2b24}.mobile-nav.is-open{opacity:1;visibility:visible;max-height:520px}.mobile-nav .site-shell{padding-block:12px 20px;display:grid}.mobile-nav a:not(.button){border-bottom:1px solid var(--line);min-height:48px;color:var(--ink);transition:color .18s ease, padding-left .22s var(--ease);align-items:center;padding-inline:4px;font-weight:700;display:flex;position:relative}.mobile-nav a:not(.button):before{content:"";background:var(--blue-700);width:0;height:2px;transition:width .22s var(--ease), margin-right .22s var(--ease);border-radius:2px;margin-right:0}.mobile-nav a:not(.button).is-active:before{width:18px;margin-right:10px}.mobile-nav .button{margin-top:16px}.hero{isolation:isolate;background:var(--navy-950);color:#fff;min-height:720px;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:#04182894;position:absolute;inset:0}.hero__image--ambient{z-index:-2;object-fit:cover;object-position:28% center;width:100%;height:100%;position:absolute;inset:0}.hero__portrait-frame,.hero__image--portrait{display:none}.hero__content{z-index:2;padding-top:92px;position:relative}.hero__eyebrow,.mini-title>span,.about__copy>span{color:#84c9f6;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:800;line-height:1.4}.hero h1{max-width:390px;margin-bottom:18px;font-size:clamp(38px,10.6vw,48px);font-weight:800}.hero h1 em{color:#72bded;white-space:normal;width:100%;max-width:100%;font-style:normal;display:block}.hero__name-tail{display:inline}.hero__actions{gap:10px;display:grid}.hero__actions .button{width:100%}.hero__actions .button--gold{color:var(--navy-950);box-shadow:none;background:#fff}.hero__stats{z-index:3;border-radius:var(--radius-md);color:var(--ink);box-shadow:var(--shadow-md);background:#fffffff2;border:1px solid #ffffffc7;gap:0;padding:10px 16px;display:grid;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.hero__stats>div{align-items:center;gap:12px;min-width:0;padding:8px 2px;display:flex}.hero__stats>div+div{border-top:1px solid var(--line)}.hero__stats svg{width:28px;height:28px;color:var(--blue-700);flex:none}.hero__stats span{min-width:0;display:grid}.hero__stats strong{font-variant-numeric:tabular-nums;font-size:14px;font-weight:800;line-height:1.3}.hero__stats small{color:var(--muted);font-size:12px;line-height:1.35}.compact-section,.results,.clinic,.service-area,.testimonials,.process,.faq,.contact-cta{padding-block:72px;position:relative}.mini-title{text-align:left;max-width:680px;margin-bottom:32px}.mini-title>span{color:var(--blue-700);margin-bottom:9px;display:block}.mini-title h2{color:var(--ink);margin-bottom:14px;font-size:clamp(28px,8vw,36px);font-weight:800}.mini-title i{background:var(--blue-600);border-radius:3px;width:44px;height:3px;display:block}.treatments{background:var(--canvas)}.treatments .site-shell{position:relative}.carousel-buttons{gap:8px;display:flex}.carousel-buttons--treatments{position:absolute;top:76px;right:0}.carousel-buttons button,.edge-arrow{border:1px solid var(--line);background:var(--surface);width:46px;height:46px;color:var(--navy-800);cursor:pointer;border-radius:50%;place-items:center;padding:0;transition:background-color .2s,color .2s,border-color .2s,transform .15s;display:grid;box-shadow:0 6px 18px #061a2b12}.carousel-buttons button:hover,.edge-arrow:hover{border-color:var(--blue-600);background:var(--blue-700);color:#fff}.carousel-buttons svg,.edge-arrow svg{width:18px;height:18px}.treatment-row,.testimonial-row{scrollbar-width:none;overscroll-behavior-inline:contain}.treatment-row::-webkit-scrollbar{display:none}.testimonial-row::-webkit-scrollbar{display:none}.treatment-row{scroll-snap-type:x mandatory;grid-auto-columns:minmax(214px,72vw);grid-auto-flow:column;gap:16px;padding:2px 1px 14px;display:grid;overflow-x:auto}.treatment-card{scroll-snap-align:start;scroll-snap-stop:always;min-width:0}.treatment-card img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm)}.treatment-card h3{color:var(--ink);letter-spacing:-.015em;margin:14px 2px 0;font-size:17px;font-weight:800}.results{background:var(--surface);overflow:hidden}.results__inner{width:100%}.results .mini-title{width:min(100% - (var(--gutter) * 2), var(--content));margin-inline:auto}.result-marquee{overflow:hidden}.result-row{--result-card-width:330px;--result-gap:14px;--result-cycle-distance:-1032px;gap:var(--result-gap);width:max-content;padding-inline:var(--gutter);will-change:transform;animation:34s linear infinite result-marquee;display:flex}.result-marquee:hover .result-row{animation-play-state:paused}.result-card{width:var(--result-card-width);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#dfe7ec;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.result-card>div{min-width:0;position:relative;overflow:hidden}.result-card>div+div{border-left:1px solid #fffc}.result-card img{aspect-ratio:3/4;object-fit:cover;object-position:center;width:100%}.result-card__before{filter:none}.result-card span{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#061a2bd1;border-radius:5px;padding:4px 8px;font-size:10px;font-weight:800;line-height:1;position:absolute;bottom:9px;left:10px}@keyframes result-marquee{to{transform:translateX(var(--result-cycle-distance))}}.about{background:var(--navy-900);color:#fff;padding-block:0}.about__panel{width:100%}.about__panel>img{object-fit:cover;object-position:48% center;width:100%;height:430px}.about__copy{width:min(100% - (var(--gutter) * 2), 620px);margin-inline:auto;padding-block:48px 64px}.about__copy>span{margin-bottom:10px;display:block}.about__copy h2{margin-bottom:10px;font-size:clamp(36px,10vw,48px);font-weight:800}.about__copy>p{color:#e0eaf1;max-width:58ch;margin-bottom:12px;font-size:16px;line-height:1.65}.about__features{border-top:1px solid var(--line-dark);gap:0;margin-block:28px;display:grid}.about__features>div{border-bottom:1px solid var(--line-dark);align-items:center;gap:16px;min-height:76px;padding-block:16px;display:flex}.about__features svg{color:#81c6f2;flex:none;width:30px;height:30px}.about__features strong{font-size:15px;font-weight:700;line-height:1.45}.about__copy .button{width:100%;color:var(--navy-950);box-shadow:none;background:#fff}.clinic{background:var(--canvas)}.clinic__layout{gap:4px;display:grid}.clinic__gallery{gap:12px;display:grid}.clinic__gallery img{object-fit:cover;border-radius:var(--radius-sm);width:100%}.clinic__gallery img:first-child{aspect-ratio:16/9}.clinic__gallery img:last-child{aspect-ratio:4/3}.service-area{background:radial-gradient(circle at 88% 12%, #1689f533, transparent 32%), linear-gradient(135deg, var(--navy-950), var(--navy-800));color:#fff;position:relative;overflow:hidden}.service-area:before{content:"";pointer-events:none;opacity:.28;background-image:repeating-radial-gradient(circle at 100% 0,#0000 0 14px,#81c6f22e 15px,#0000 16px 27px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(270deg,#000,#0000 58%);mask-image:linear-gradient(270deg,#000,#0000 58%)}.service-area__panel{z-index:1;gap:34px;display:grid;position:relative}.service-area__intro>span{color:#77c5fb;letter-spacing:.11em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800;display:block}.service-area__intro h2{max-width:620px;margin-bottom:18px;font-size:clamp(30px,8vw,44px);font-weight:800}.service-area__intro p,.service-area__details>p{color:#c8dce9;max-width:62ch;margin-bottom:0;font-size:16px;line-height:1.7}.service-area__details{border-top:1px solid var(--line-dark);gap:22px;padding-top:30px;display:grid}.service-area__location{align-items:center;gap:15px;display:flex}.service-area__location svg{color:#63baff;flex:none;width:34px;height:34px}.service-area__location p{gap:2px;margin:0;display:grid}.service-area__location strong{color:#fff;font-size:17px}.service-area__location span{color:#9fbbcd;font-size:13px}.service-area__details ul{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}.service-area__details li{color:#e8f5fd;background:#ffffff0f;border:1px solid #77c5fb40;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:700}.testimonials{background:var(--surface)}.testimonials__wrap{position:relative}.testimonial-row{scroll-snap-type:x mandatory;grid-auto-columns:minmax(278px,84vw);grid-auto-flow:column;gap:16px;padding-block:2px 14px;display:grid;overflow-x:auto}.testimonial-card{scroll-snap-align:start;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--canvas);flex-direction:column;min-height:260px;margin:0;padding:28px 24px;display:flex}.testimonial-card__stars{color:#c28b2b;gap:4px;margin-bottom:22px;display:flex}.testimonial-card__stars svg{width:18px;height:18px}.testimonial-card>p{color:var(--ink);flex:1;margin-bottom:28px;font-size:17px;line-height:1.65}.testimonial-card footer{align-items:center;gap:12px;display:flex}.testimonial-card footer span{background:var(--blue-100);width:42px;height:42px;color:var(--blue-700);border-radius:12px;place-items:center;font-size:12px;font-weight:800;display:grid}.testimonial-card footer strong{font-size:15px;font-weight:800}.edge-arrow{z-index:2;position:absolute;top:84px}.edge-arrow--left{right:54px}.edge-arrow--right{right:0}.process{background:var(--blue-50)}.process__layout{display:grid}.process__steps{gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.process__steps:before{content:"";background:#b7d1e4;width:2px;position:absolute;top:29px;bottom:28px;left:24px}.process__steps li{grid-template-columns:48px minmax(0,1fr);column-gap:18px;padding-block:0 28px;display:grid;position:relative}.process__step-top{z-index:1;background:var(--surface);width:48px;height:48px;color:var(--blue-700);border:1px solid #bdd4e5;border-radius:14px;grid-row:1/span 2;place-items:center;display:grid;position:relative;box-shadow:0 6px 16px #1763a614}.process__step-top span{background:var(--navy-900);color:#fff;border-radius:50%;place-items:center;min-width:24px;height:24px;font-size:10px;font-weight:800;display:grid;position:absolute;top:-7px;right:-7px}.process__step-top svg{width:24px;height:24px}.process__steps p{color:var(--ink);align-self:end;margin:1px 0 5px;font-size:17px;font-weight:800;line-height:1.35}.process__steps small{max-width:52ch;color:var(--muted);font-size:15px;line-height:1.6}.faq{background:var(--surface)}.faq__items{border-top:1px solid var(--line)}.faq__items article{border-bottom:1px solid var(--line)}.faq__items article button{width:100%;min-height:64px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;padding:16px 2px;display:flex}.faq__items article button span{font-size:16px;font-weight:700;line-height:1.45}.faq__items article button svg{width:20px;height:20px;color:var(--blue-700);transition:transform .22s var(--ease);flex:none}.faq__items article.is-open button svg{transform:rotate(180deg)}.faq__items article>div{padding:0 42px 20px 2px}.faq__items article>div p{max-width:68ch;color:var(--muted);margin:0;font-size:16px;line-height:1.65}.contact-cta{background:var(--navy-800);color:#fff;padding-block:0}.contact-cta__panel{gap:28px;padding-block:56px 64px;display:grid;position:relative}.contact-cta__mark{color:#ffffff14;width:92px;height:92px;position:absolute;top:34px;right:0}.contact-cta__content{z-index:1;position:relative}.contact-cta h2{max-width:520px;margin-bottom:14px;font-size:clamp(30px,8vw,40px);font-weight:800}.contact-cta p{color:#dce8f0;max-width:54ch;margin-bottom:0;font-size:16px;line-height:1.65}.contact-cta__action{z-index:1;gap:10px;display:grid;position:relative}.contact-cta__action .button{width:100%;color:var(--navy-950);box-shadow:none;background:#fff}.contact-cta__action small{color:#bfcfdb;text-align:center;font-size:13px}.footer{background:var(--navy-950);color:#fff;padding-block:52px 24px}.footer__grid{gap:0;display:grid}.footer__brand{padding-bottom:32px}.footer .logo img{filter:brightness(0)invert();width:154px;height:92px}.footer__brand>p{max-width:34ch;color:var(--muted-light);margin:12px 0 20px;font-size:15px;line-height:1.6}.footer__socials{gap:10px;display:flex}.footer__socials a{color:#fff;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:46px;height:46px;transition:background-color .2s,border-color .2s,transform .15s;display:grid}.footer__socials a:hover{background:var(--navy-800);border-color:#72bded}.footer__socials svg{width:20px;height:20px}.footer__nav,.footer__treatments{display:none}.footer__contact,.footer__hours{border-top:1px solid var(--line-dark);padding-block:24px}.footer h2{color:#fff;letter-spacing:-.01em;margin-bottom:16px;font-size:16px;font-weight:800}.footer__contact a,.footer__contact p,.footer__hours p{min-height:32px;color:var(--muted-light);overflow-wrap:anywhere;align-items:flex-start;gap:10px;margin:0 0 9px;font-size:15px;line-height:1.55;display:flex}.footer__contact svg,.footer__hours svg{color:#72bded;flex:none;width:18px;height:18px;margin-top:3px}.footer__bottom{border-top:1px solid var(--line-dark);color:#91a9ba;gap:6px;margin-top:24px;padding-top:20px;font-size:12px;line-height:1.5;display:grid}.floating-whatsapp{right:max(16px, env(safe-area-inset-right));bottom:max(16px, env(safe-area-inset-bottom));z-index:80;width:68px;height:68px;box-shadow:none;transition:transform .18s var(--ease), filter .18s ease;background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:fixed}.floating-whatsapp:hover{box-shadow:none;filter:brightness(1.04)drop-shadow(0 12px 18px #055b2f47);background:0 0;transform:translateY(-2px)scale(1.035)}.floating-whatsapp:active{transform:scale(.96)}.floating-whatsapp img{object-fit:contain;filter:drop-shadow(0 8px 14px #055b2f3d);width:100%;height:100%;display:block}@media (width>=861px){.floating-whatsapp{right:max(24px, env(safe-area-inset-right));bottom:max(24px, env(safe-area-inset-bottom));width:78px;height:78px}}@media (width<=699px){.treatment-row{grid-auto-columns:100%}.hero__image--ambient{object-position:2% center}.hero h1{max-width:270px}.hero__content>p:not(.hero__eyebrow){max-width:300px}}@media (width<=374px){:root{--gutter:16px}.hero__image--ambient{object-position:9% center}.hero h1{max-width:225px;font-size:32px}.hero__content>p:not(.hero__eyebrow){max-width:258px}.hero__content{padding-top:76px}.hero__stats{bottom:18px}.carousel-buttons--treatments{top:82px}}@media (width<=420px){.hero{min-height:720px}.hero__eyebrow{letter-spacing:.1em;max-width:270px;font-size:10px}.hero h1{text-wrap:wrap;max-width:270px;font-size:34px}.hero__name-tail{display:block}}@media (width>=700px){:root{--gutter:32px}.hero{min-height:690px}.hero__content{padding-top:120px}.hero h1{max-width:580px;font-size:56px}.hero__actions{display:flex}.hero__actions .button{width:auto}.hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));padding:18px 24px}.hero__stats>div{padding:2px 20px}.hero__stats>div+div{border-top:0;border-left:1px solid var(--line)}.treatment-row{grid-auto-columns:250px}.about__panel{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);display:grid}.about__panel>img{height:100%;min-height:650px}.about__copy{align-self:center;width:auto;margin:0;padding:72px 48px}.about__copy .button{width:auto}.clinic__layout{grid-template-columns:minmax(220px,.65fr) minmax(0,1.6fr);align-items:center;gap:48px}.clinic .mini-title{margin-bottom:0}.clinic__gallery{grid-template-columns:minmax(0,1.75fr) minmax(190px,.65fr);gap:14px;height:clamp(320px,30vw,390px)}.clinic__gallery img,.clinic__gallery img:first-child,.clinic__gallery img:last-child{aspect-ratio:auto;width:100%;height:100%}.service-area__panel{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:64px}.service-area__details{border-top:0;border-left:1px solid var(--line-dark);padding:8px 0 8px 48px}.testimonial-row{grid-auto-columns:360px}.process__layout,.faq__layout{grid-template-columns:230px minmax(0,1fr);gap:56px}.process .mini-title,.faq .mini-title{margin-bottom:0}.contact-cta__panel{grid-template-columns:minmax(0,1fr) 260px;align-items:center}.contact-cta__action .button{width:auto}.footer__grid{grid-template-columns:1.2fr 1fr 1fr;column-gap:44px}.footer__brand{grid-row:span 2}.footer__contact,.footer__hours{border-top:0}.footer__bottom{grid-template-columns:1fr auto}}@media (width>=700px) and (width<=860px){.about__panel{display:block}.about__panel>img{object-position:center 38%;height:520px;min-height:0}.about__copy{width:min(100% - (var(--gutter) * 2), 620px);margin-inline:auto;padding:56px 0 72px}}@media (width>=861px){:root{--header-height:78px;--gutter:40px}html{scroll-padding-top:calc(var(--header-height) + 24px)}.site-header{position:fixed;top:0;left:0;right:0;box-shadow:0 4px 18px #061a2b0f}.logo img{width:122px;height:58px}.desktop-nav{justify-content:center;align-items:center;gap:clamp(22px,2.6vw,38px);margin-left:auto;display:flex}.desktop-nav a{color:#294255;align-items:center;min-height:44px;font-size:14px;font-weight:700;transition:color .18s;display:inline-flex;position:relative}.desktop-nav a:after{content:"";background:var(--blue-700);transform-origin:0;height:2px;transition:transform .22s var(--ease);position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover,.desktop-nav a.is-active{color:var(--blue-700)}.desktop-nav a:hover:after,.desktop-nav a.is-active:after{transform:scaleX(1)}.header-button{background:var(--navy-950);margin-left:24px;display:inline-flex;box-shadow:0 8px 20px #061a2b29}.menu-toggle,.mobile-nav{display:none}.hero{min-height:760px;margin-top:var(--header-height);background:var(--navy-950)}.hero:before{background:#041828a3;display:block}.hero__image--ambient{object-fit:cover;object-position:center 44%;width:100%;height:100%;display:block;position:absolute;inset:0;transform:scaleX(-1)}.hero__portrait-frame,.hero__image--portrait{display:none}.hero__content{padding-top:104px;padding-right:0}.hero__eyebrow{white-space:nowrap;max-width:610px}.hero h1{text-wrap:wrap;width:min(52%,610px);max-width:610px;font-size:clamp(52px,4vw,64px)}.hero__content>p:not(.hero__eyebrow){width:min(48%,520px);max-width:520px;font-size:17px}.hero__actions{flex-wrap:wrap;gap:12px;width:min(52%,610px)}.hero__actions .button{min-width:184px;min-height:52px}.hero__actions .button--gold{background:var(--blue-600);color:#fff;box-shadow:0 12px 26px #0418283d}.hero__stats{padding:22px 34px;bottom:34px}.compact-section,.results,.clinic,.service-area,.testimonials,.process,.faq{padding-block:104px}.mini-title{margin-bottom:42px}.carousel-buttons--treatments{top:86px}.treatment-row{grid-auto-columns:250px;gap:20px}.result-row{--result-card-width:410px;--result-gap:20px;--result-cycle-distance:-1290px}.result-card{width:var(--result-card-width)}.about{padding-block:104px}.about__panel{width:min(100% - (var(--gutter) * 2), var(--content));border:1px solid var(--line-dark);border-radius:var(--radius-lg);background:var(--navy-800);overflow:hidden;box-shadow:0 28px 70px #03101b40}.about__panel>img{min-height:630px}.about__copy{padding-inline:64px}.testimonial-row{grid-auto-columns:calc(33.3333% - 16px);gap:24px}.edge-arrow{top:92px}.process__layout,.faq__layout{grid-template-columns:260px minmax(0,1fr);gap:80px}.process__steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.process__steps:before{width:auto;height:2px;inset:25px 24px auto}.process__steps li{padding:0;display:block}.process__step-top{margin-bottom:22px}.process__steps p{min-height:46px;margin-bottom:10px}.faq__items{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:36px;display:grid}.contact-cta__panel{grid-template-columns:minmax(0,1fr) 300px;min-height:240px;padding-block:64px}.footer{padding-top:68px}.footer__grid{grid-template-columns:1.25fr .75fr 1fr 1.1fr .9fr;gap:38px}.footer__brand{grid-row:auto}.footer__nav,.footer__treatments{align-content:start;gap:8px;display:grid}.footer__nav a,.footer__treatments a{color:var(--muted-light);font-size:13px;line-height:1.4;transition:color .18s}.footer__nav a:hover,.footer__treatments a:hover,.footer__contact a:hover{color:#fff}.footer__contact,.footer__hours{padding-block:0}.footer__contact a,.footer__contact p,.footer__hours p{font-size:13px}}@media (width>=1280px){:root{--content:1240px}}@media (width<=860px){.hero{background:var(--navy-950);flex-direction:column;min-height:0;display:flex;overflow:hidden}.hero:before{display:none}.hero__image--ambient{z-index:0;aspect-ratio:4/3;object-fit:cover;object-position:center;order:0;width:100%;height:auto;position:relative;inset:auto;transform:none}.hero__content{order:1;padding-top:44px;padding-bottom:30px}.hero h1{max-width:520px;margin-bottom:18px}.hero__content>p:not(.hero__eyebrow){max-width:520px}.hero__actions{margin:0}.hero__stats{width:min(100% - (var(--gutter) * 2), var(--content));order:2;margin:0 auto 40px;position:relative;bottom:auto;left:auto;transform:none}}@media (width<=699px){.hero__content{padding-top:40px}.hero h1,.hero__content>p:not(.hero__eyebrow){max-width:100%}.hero__actions{gap:12px;display:grid}}@media (width<=420px){.hero{min-height:0}.hero__eyebrow{max-width:100%}.hero h1{max-width:100%;font-size:36px}}@media (width<=374px){.hero h1{max-width:100%;font-size:33px}.hero__content>p:not(.hero__eyebrow){max-width:100%}}.site-header{background:#061a2b;border-bottom-color:#72bded29;height:92px}.site-header__inner{gap:10px}.site-header .logo{order:1}.site-header .logo img{filter:none;width:96px;height:68px}.site-header .header-button{color:#071c2d;white-space:nowrap;background:#fff;border-color:#ffffffdb;border-radius:12px;order:3;min-width:122px;min-height:44px;padding:10px 12px;font-size:11px;display:inline-flex;box-shadow:0 12px 32px #010b143d}.site-header .header-button:hover{color:#071c2d;background:#eaf6ff;border-color:#fff}.site-header .header-button svg{width:17px;height:17px}.menu-toggle{width:42px;height:42px;box-shadow:none;background:#ffffff0f;border:1px solid #ffffff29;border-radius:10px;order:2;margin-left:auto}.menu-toggle:hover{background:#ffffff1f}.mobile-nav{background:#061a2b;border-top:1px solid #ffffff1a;box-shadow:0 20px 44px #000c164d}.mobile-nav a:not(.button){color:#e4eef5;border-bottom-color:#ffffff1f}.mobile-nav a:not(.button).is-active{color:#72bded}.hero{background:#061a2b;min-height:1120px;display:block}.hero:before{background:linear-gradient(90deg,#031422fa 0%,#031422d1 44%,#0314222e 100%),linear-gradient(#03142214 0%,#0314222e 28%,#061a2b 61% 100%);display:block}.hero:after{content:"";z-index:0;pointer-events:none;opacity:.46;background:repeating-radial-gradient(at -8% 8%,#0000 0 15px,#167ee029 16px 17px),repeating-radial-gradient(at 106% 104%,#0000 0 17px,#167ee021 18px 19px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(150deg,#000 0%,#0000 34% 66%,#000 100%);mask-image:linear-gradient(150deg,#000 0%,#0000 34% 66%,#000 100%)}.hero__image--ambient{z-index:-2;aspect-ratio:auto;object-fit:cover;object-position:22% center;width:100%;height:740px;position:absolute;inset:-80px 0 auto;transform:scaleX(-1)}.hero__content{z-index:2;padding-top:218px;padding-bottom:0;position:relative}.hero__eyebrow{color:#2d97ff;letter-spacing:.055em;white-space:normal;border:1px solid #1c89f4b8;border-radius:18px;align-items:center;width:fit-content;max-width:310px;min-height:48px;margin-bottom:30px;padding:10px 16px;font-size:12px;line-height:1.45;display:flex}.hero h1{letter-spacing:-.04em;text-wrap:wrap;width:100%;max-width:390px;margin-bottom:22px;font-size:clamp(36px,10.2vw,43px);line-height:1.1}.hero h1 em{color:#1689f5;display:block}.hero__content>p:not(.hero__eyebrow){color:#e7eef4;max-width:355px;margin-bottom:28px;font-size:16px;line-height:1.65}.hero__actions{gap:12px;width:100%;display:grid}.hero__actions .button{border-radius:999px;width:100%;min-height:56px;font-size:16px}.hero__actions .button--gold{color:#fff;background:#1689f5;border-color:#1689f5;box-shadow:0 14px 30px #0068da47}.hero__actions .button--outline{background:#04182847;border-color:#ffffffb8}.hero__stats{z-index:2;width:min(100% - (var(--gutter) * 2), var(--content));color:#fff;box-shadow:none;background:0 0;border:0;border-radius:0;margin:44px auto 0;padding:0 0 64px;display:grid;position:relative;bottom:auto;left:auto;transform:none}.hero__stats>div{gap:18px;min-height:94px;padding:22px 4px}.hero__stats>div+div{border-top:1px solid #ffffff26;border-left:0}.hero__stats svg{color:#1689f5;width:38px;height:38px}.hero__stats strong{color:#fff;font-size:18px;line-height:1.32}.hero__stats small{color:#e0e9f0;max-width:260px;font-size:15px;line-height:1.5}.hero__doctor-card{display:none}@media (width<=699px){.hero{--hero-inline-space:clamp(24px, 7vw, 30px)}.hero__eyebrow{display:none}.hero:before{background:linear-gradient(#03142205 0,#0314220f 150px,#03142238 250px,#031422ad 390px,#031422f0 590px,#061a2b 740px)}.hero>.hero__content,.hero>.hero__stats{width:min(calc(100% - (var(--hero-inline-space) * 2)), 420px);margin-inline:auto}.hero__content{padding-top:270px}.hero__eyebrow{max-width:280px;min-height:44px;margin-bottom:26px;padding:8px 14px;font-size:11px}.hero h1{max-width:320px;margin-bottom:18px;font-size:clamp(31px,8.5vw,35px);line-height:1.08}.hero__content>p:not(.hero__eyebrow){max-width:300px;margin-bottom:24px;font-size:15px;line-height:1.55}.hero__actions{gap:10px;max-width:300px}.hero__actions .button{min-height:50px;padding:10px 16px;font-size:14px}.hero>.hero__stats{margin-top:38px}}@media (width>=380px) and (width<=860px){.site-header .logo img{width:112px;height:72px}.site-header .header-button{min-width:142px;padding-inline:14px;font-size:12px}}@media (width>=861px){:root{--header-height:96px}.site-header{height:var(--header-height);box-shadow:none;background:#031625fa;border-bottom-color:#72bded2e}.site-header .site-shell{grid-template-columns:190px minmax(0,1fr) 230px;align-items:center;gap:24px;width:min(100% - 96px,1480px);display:grid}.hero>.site-shell{width:min(100% - 96px,1680px)}.site-header .logo{justify-self:start}.site-header .logo img{width:160px;height:82px}.desktop-nav{order:2;justify-self:center;gap:clamp(22px,2.4vw,42px);margin-left:0}.desktop-nav a{color:#e6eef4;font-size:15px;font-weight:600}.desktop-nav a:hover,.desktop-nav a.is-active{color:#fff}.desktop-nav a:after{background:#1689f5;bottom:1px}.site-header .header-button{border-radius:13px;justify-self:end;min-width:220px;min-height:54px;margin-left:0;padding-inline:24px;font-size:15px}.site-header .header-button svg{width:20px;height:20px}.hero{min-height:max(660px, calc(100svh - var(--header-height)));margin-top:var(--header-height)}.hero:before{background:linear-gradient(90deg,#031625f5 0%,#031625e0 30%,#0316258c 55%,#03162538 78%,#0316254d 100%),linear-gradient(#0316250f 35%,#03162552 72%,#031625e0 100%)}.hero__image--ambient{object-fit:cover;object-position:center 28%;filter:brightness(.84)saturate(.92)contrast(1.02);width:100%;height:100%;inset:0;-webkit-mask-image:none;mask-image:none}.hero__content{z-index:3;padding-top:clamp(76px,9vh,112px)}.hero__eyebrow{white-space:nowrap;border-radius:999px;max-width:none;min-height:42px;margin-bottom:32px;padding:8px 20px;font-size:13px}.hero h1{width:min(55%,820px);max-width:820px;margin-bottom:26px;font-size:clamp(50px,4vw,70px);line-height:1.08}.hero h1 em{display:inline}.hero__content>p:not(.hero__eyebrow){width:min(50%,600px);max-width:600px;margin-bottom:34px;font-size:19px;line-height:1.58}.hero__actions{flex-wrap:nowrap;gap:16px;width:auto;display:flex}.hero__actions .button{width:auto;min-width:230px;min-height:58px;padding-inline:28px;font-size:17px}.hero>.hero__stats{grid-template-columns:1fr 1.35fr .9fr;gap:0;width:min(960px,100% - 390px);margin:0;padding:0;position:absolute;bottom:38px;left:max(48px,50% - 840px)}.hero__stats>div{gap:16px;min-height:72px;padding:8px 24px}.hero__stats>div:first-child{padding-left:0}.hero__stats>div+div{border-top:0;border-left:1px solid #ffffff57}.hero__stats svg{width:38px;height:38px}.hero__stats strong{font-size:16px}.hero__stats small{font-size:14px}.hero__doctor-card{z-index:3;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#092235b8;border:1px solid #ffffff1f;border-radius:18px;align-content:center;gap:5px;width:clamp(238px,18vw,320px);min-height:116px;padding:24px 28px 24px 54px;display:grid;position:absolute;bottom:28px;right:max(48px,50% - 840px);box-shadow:0 20px 52px #000a123d}.hero__doctor-card:before{content:"";background:#1689f5;border-radius:2px;width:2px;position:absolute;top:28px;bottom:28px;left:28px}.hero__doctor-card strong{font-size:20px;line-height:1.25}.hero__doctor-card span{color:#d7e5ee;font-size:15px}}@media (width>=861px) and (width<=1100px){.site-header .site-shell{grid-template-columns:126px minmax(0,1fr) 190px;gap:14px;width:calc(100% - 64px)}.hero>.site-shell{width:calc(100% - 64px)}.site-header .logo img{width:126px}.desktop-nav{gap:18px}.desktop-nav a{font-size:13px}.site-header .header-button{min-width:190px;margin-left:0;padding-inline:14px;font-size:13px}.hero{min-height:720px}.hero h1{width:62%;font-size:50px}.hero>.hero__stats{width:calc(100% - 330px);left:32px}.hero__stats>div{padding-inline:14px}.hero__stats strong{font-size:14px}.hero__stats small{font-size:12px}.hero__doctor-card{width:246px;right:32px}}@media (width>=861px) and (height<=800px){.hero{min-height:calc(100svh - var(--header-height))}.hero__content{padding-top:44px}.hero__eyebrow{min-height:38px;margin-bottom:22px;padding-block:6px}.hero h1{margin-bottom:20px;font-size:clamp(44px,3.5vw,58px)}.hero__content>p:not(.hero__eyebrow){margin-bottom:24px;font-size:17px}.hero__actions .button{min-height:52px}.hero>.hero__stats{bottom:18px}.hero__stats>div{min-height:62px}.hero__doctor-card{min-height:96px;padding-block:18px;bottom:14px}}@media (width<=359px){.site-header .logo img{width:82px}.site-header .header-button{min-width:112px;padding-inline:10px;font-size:10px}.menu-toggle{width:38px;height:38px}.hero__content{padding-top:200px}.hero h1{font-size:34px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.result-row{width:auto;overflow-x:auto}}.button--gold,.hero__actions .button--gold{border-color:var(--blue-600);background:var(--blue-600);color:#fff;box-shadow:0 12px 26px #1689f538}.button--gold:hover,.hero__actions .button--gold:hover{border-color:var(--blue-700);background:var(--blue-700);box-shadow:0 16px 32px #0d6fbd47}:focus-visible{outline-color:var(--blue-600)}.hero h1 em,.hero__eyebrow,.hero__stats svg,.about__features svg{color:var(--blue-600)}.mini-title i,.desktop-nav a:after,.mobile-nav a:not(.button):before{background:var(--blue-600)}.mini-title>span,.mobile-nav a:not(.button).is-active,.faq__items article button svg{color:var(--blue-700)}@media (width<=699px){.hero{--hero-inline-space:clamp(28px, 8vw, 32px)}.hero>.hero__content,.hero>.hero__stats{width:min(calc(100% - (var(--hero-inline-space) * 2)), 390px)}.hero__content{padding-top:302px}.hero h1{max-width:305px;font-size:clamp(30px,8.2vw,34px)}.hero__content>p:not(.hero__eyebrow){max-width:292px}.hero__actions{max-width:284px}.hero__actions .button{min-height:48px;padding-inline:14px;font-size:13px}.site-header__inner{align-items:center;gap:8px;width:100vw;max-width:none;margin-inline:0;padding-inline:16px;display:flex;position:relative}.site-header{width:100vw;max-width:100vw;overflow:hidden}.site-header .logo{margin-right:0;position:static;transform:none}.menu-toggle{margin-left:auto;position:static;transform:none}.site-header .header-button{gap:6px;width:122px;min-width:122px;max-width:122px;padding-inline:8px;font-size:10px;position:static;transform:none}.site-header .header-button svg{width:15px;height:15px}.site-header .header-button:active{transform:scale(.97)}}@media (width>=861px){:root{--header-height:84px}.hero{--hero-desktop-inline:max(9%, calc((100% - var(--content)) / 2))}.hero>.hero__content{width:min(82%, var(--content));margin-inline:auto}.hero>.hero__stats{left:var(--hero-desktop-inline);width:min(900px,73% - 250px)}.hero__doctor-card{right:var(--hero-desktop-inline)}.site-header .site-shell{grid-template-columns:142px minmax(0,1fr) 202px;gap:22px;width:min(100% - 48px,1080px)}.site-header .logo img{width:136px;height:70px}.desktop-nav{gap:clamp(16px,2vw,30px)}.site-header .header-button{min-width:202px;min-height:50px;padding-inline:20px}}@media (width>=861px) and (width<=1100px){.site-header .site-shell{grid-template-columns:124px minmax(0,1fr) 180px;gap:16px;width:calc(100% - 40px)}.site-header .logo img{width:120px}.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.site-header .header-button{min-width:180px;padding-inline:14px;font-size:13px}}@media (hover:hover) and (pointer:fine){.button:hover{transform:translateY(-2px)}.button svg{transition:transform .22s var(--ease)}.button:hover svg{transform:translateY(-1px)scale(1.06)}.treatment-card img,.clinic__gallery img,.testimonial-card{transition:transform .36s var(--ease), box-shadow .36s var(--ease), border-color .24s ease}.treatment-card:hover img,.clinic__gallery img:hover{transform:translateY(-4px)scale(1.015);box-shadow:0 18px 38px #062a4424}.treatment-card h3{transition:color .22s ease, transform .22s var(--ease)}.treatment-card:hover h3{color:var(--blue-700);transform:translate(3px)}.testimonial-card:hover{border-color:#1689f552;transform:translateY(-4px);box-shadow:0 16px 34px #062a441a}.faq__items article button{transition:color .22s ease, padding-left .22s var(--ease)}.faq__items article button:hover{color:var(--blue-700);padding-left:8px}.desktop-nav a:hover{transform:translateY(-1px)}.footer a{transition:color .2s ease, transform .2s var(--ease)}.footer a:hover{color:var(--blue-100)}}@media (prefers-reduced-motion:no-preference){.scroll-reveal{opacity:0;transition:opacity .56s var(--ease) var(--reveal-delay,0s), transform .56s var(--ease) var(--reveal-delay,0s)}.scroll-reveal--up{transform:translateY(22px)}.scroll-reveal--left{transform:translate(-24px)}.scroll-reveal--right{transform:translate(24px)}.scroll-reveal--scale{transform:translateY(16px)scale(.985)}.scroll-reveal.is-revealed{opacity:1;transform:translate(0,0)scale(1)}.mini-title.scroll-reveal i{transform-origin:0;transition:transform .44s var(--ease) calc(var(--reveal-delay,0s) + .26s);transform:scaleX(0)}.mini-title.scroll-reveal.is-revealed i{transform:scaleX(1)}@media (width<=860px){.scroll-reveal{transition-duration:.46s}.scroll-reveal--left,.scroll-reveal--right{transform:translateY(18px)}}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.testimonial-card.scroll-reveal.is-revealed:hover{transform:translateY(-4px)}}.site-header .header-button.button--gold,.about__copy .button.button--gold,.contact-cta__action .button.button--gold{isolation:isolate;color:#f7fbff;transition:transform .18s var(--ease), border-color .24s ease, background-color .24s ease, color .24s ease, box-shadow .24s ease;background:#0b639e;border-color:#0b639e;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff2e,0 10px 24px #05395e38}.site-header .header-button.button--gold>span,.site-header .header-button.button--gold>svg,.about__copy .button.button--gold>span,.about__copy .button.button--gold>svg,.contact-cta__action .button.button--gold>span,.contact-cta__action .button.button--gold>svg{z-index:1;color:inherit;position:relative}.site-header .header-button.button--gold:before,.about__copy .button.button--gold:before,.contact-cta__action .button.button--gold:before{content:"";z-index:0;pointer-events:none;transition:transform .52s var(--ease);background:linear-gradient(110deg,#0000 18%,#ffffff2e 48%,#0000 78%);position:absolute;inset:0;transform:translate(-115%)}.site-header .header-button.button--gold:hover,.about__copy .button.button--gold:hover,.contact-cta__action .button.button--gold:hover{color:#fff;background:#084b79;border-color:#084b79;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff24,0 15px 30px #032b4847}.site-header .header-button.button--gold:hover:before,.about__copy .button.button--gold:hover:before,.contact-cta__action .button.button--gold:hover:before{transform:translate(115%)}.site-header .header-button.button--gold:active,.about__copy .button.button--gold:active,.contact-cta__action .button.button--gold:active{color:#fff;background:#063e65;border-color:#063e65;transform:translateY(0)scale(.98);box-shadow:inset 0 2px 5px #01182a38,0 7px 16px #032b4833}.site-header .header-button.button--gold:focus-visible,.about__copy .button.button--gold:focus-visible,.contact-cta__action .button.button--gold:focus-visible{outline-color:#7cc5f4;box-shadow:0 0 0 4px #7cc5f43d,0 12px 26px #05395e3d}@media (prefers-reduced-motion:reduce){.site-header .header-button.button--gold:before,.about__copy .button.button--gold:before,.contact-cta__action .button.button--gold:before{display:none}}
