@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--bg:#fff;--bg-soft:#f8fafa;--bg-soft-2:#f5f9f8;--teal-deep:#015876;--teal-soft:#55aaa5;--mint:#dff3ef;--text-primary:#172321;--text-muted:#687875;--border:#e4ecea;--white:#fff;--radius-sm:14px;--radius-md:18px;--radius-lg:24px;--shadow-soft:0 12px 32px #1723210f;--shadow-softer:0 6px 18px #1723210d;--font-heading:"Plus Jakarta Sans", "DM Sans", sans-serif;--font-body:"Inter", sans-serif;--ease:cubic-bezier(.22, 1, .36, 1);--dur-fast:.25s;--dur-med:.55s;--dur-slow:.8s;--container:1240px;--gutter:clamp(20px, 5vw, 64px)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@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}}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.01em;font-weight:700;line-height:1.15}p{color:var(--text-muted)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font-body);font-size:16px}ul{list-style:none}.container{max-width:var(--container);padding:0 var(--gutter);margin:0 auto}:focus-visible{outline:2px solid var(--teal-deep);outline-offset:3px;border-radius:4px}.section{padding:clamp(64px,9vw,128px) 0}.section-soft{background:var(--bg-soft)}.section-mint{background:var(--bg-soft-2)}.btn{transition:all var(--dur-fast) var(--ease);white-space:nowrap;border-radius:100px;align-items:center;gap:10px;padding:15px 28px;font-size:.98rem;font-weight:600;display:inline-flex}.btn svg{transition:transform var(--dur-fast) var(--ease)}.btn:hover svg{transform:translate(4px)}.btn-primary{background:var(--teal-deep);color:var(--white)}.btn-primary:hover{box-shadow:var(--shadow-soft);background:#12524f}.btn-secondary{background:var(--white);color:var(--text-primary);border:1.5px solid var(--teal-deep)}.btn-secondary:hover{background:var(--mint)}.btn-ghost{color:var(--teal-deep);border-bottom:1.5px solid #0000;padding:8px 0;font-weight:600}.btn-ghost:hover{border-color:var(--teal-deep)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.mobile-menu__overlay{z-index:200;background:#17232159;position:fixed;inset:0}.mobile-menu__panel{background:var(--white);z-index:201;width:min(84vw,360px);padding:40px var(--gutter);flex-direction:column;justify-content:center;gap:40px;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-12px 0 40px #1723211f}.mobile-menu__nav{flex-direction:column;gap:26px;display:flex}.mobile-menu__link{font-family:var(--font-heading);color:var(--text-primary);align-items:center;min-height:44px;padding:4px 0;font-size:1.5rem;font-weight:600;display:flex}.mobile-menu__cta{justify-content:center;width:100%}@media (width>=992px){.mobile-menu__overlay,.mobile-menu__panel{display:none}}.navbar{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all var(--dur-fast) var(--ease);background:#172321;position:sticky;top:0}.navbar--scrolled{box-shadow:var(--shadow-softer);background:#172321}.navbar__inner{height:92px;transition:height var(--dur-fast) var(--ease);justify-content:space-between;align-items:center;display:flex}.navbar--scrolled .navbar__inner{height:72px}.navbar__logo{align-items:center;gap:10px;display:flex}.navbar__logo img{width:40px;height:40px;border-radius:0!important}.navbar__logo-text{font-family:var(--font-heading);color:#fff;flex-direction:column;font-size:1.2rem;font-weight:800;line-height:1.45;display:flex}.navbar__logo-text span{letter-spacing:.06em;color:#c6c6c6;font-size:.62rem;font-weight:500}.navbar__links{align-items:center;gap:30px;display:none}.navbar__link{color:#fff;padding:6px 0;font-size:.94rem;font-weight:500;position:relative}.navbar__link:after{content:"";width:0;height:2px;transition:width var(--dur-fast) var(--ease);background:#fff;position:absolute;bottom:-2px;left:0}.navbar__link:hover:after,.navbar__link--active:after{width:100%}.navbar__link--active{color:#fff}.navbar__actions{align-items:center;gap:16px;display:flex}.navbar__cta{padding:12px 22px;font-size:.9rem;display:none}.navbar__burger{color:#fff;align-items:center;display:flex}@media (width>=992px){.navbar__links{display:flex}.navbar__cta{display:inline-flex}.navbar__burger{display:none}}@media (width<=992px){.navbar__inner{height:72px;transition:height var(--dur-fast) var(--ease);justify-content:space-between;align-items:center;display:flex}}.footer{background:var(--text-primary);color:#ffffffb8;padding-top:clamp(56px,8vw,88px)}.footer__grid{grid-template-columns:1fr;gap:40px;padding-bottom:56px;display:grid}.footer__logo{font-family:var(--font-heading);color:var(--white);margin-bottom:14px;font-size:1.3rem;font-weight:800;display:block}.footer__brand p{color:#fff9;max-width:320px;margin-bottom:20px}.footer__social{gap:12px;display:flex}.footer__social a{width:36px;height:36px;color:var(--white);transition:background var(--dur-fast) var(--ease);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social a:hover{background:#ffffff1a}.footer__col h3{color:var(--white);margin-bottom:18px;font-size:.98rem}.footer__col ul{flex-direction:column;gap:12px;display:flex}.footer__col a{color:#ffffffa6;transition:color var(--dur-fast) var(--ease);font-size:.92rem}.footer__col a:hover{color:var(--white)}.footer__contact li{color:#ffffffa6;align-items:flex-start;gap:10px;font-size:.9rem;display:flex}.footer__contact svg{flex-shrink:0;margin-top:3px}.footer__hours{flex-direction:column;gap:6px;margin-top:20px;font-size:.84rem;display:flex}.footer__hours div{color:#ffffff8c;justify-content:space-between;gap:12px;display:flex}.footer__bottom{border-top:1px solid #ffffff1f;padding:22px 0 86px}.footer__bottom-inner{color:#ffffff80;flex-direction:column;gap:12px;font-size:.82rem;display:flex}.footer__legal{gap:20px;display:flex}.footer__legal a{color:#fff9}@media (width>=640px){.footer__grid{grid-template-columns:1.2fr 1fr 1fr 1.2fr}.footer__bottom-inner{flex-direction:row;justify-content:space-between}}@media (width>=992px){.footer__bottom{padding-bottom:22px}}.floating-actions{z-index:90;background:var(--white);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0);display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #1723210f}.floating-actions__item{color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:4px;padding:10px 0 12px;font-size:.72rem;font-weight:600;display:flex}.floating-actions__item--primary{color:var(--teal-deep)}@media (width>=992px){.floating-actions{display:none}}@media (width<=992px){.floating-actions__item{padding:7px 0}}.loader{z-index:999;background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader-svg{width:120px;height:40px}.loader-path{stroke-dasharray:160;stroke-dashoffset:160px;animation:draw 1.1s var(--ease,ease) forwards infinite alternate}@keyframes draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.loader-path{stroke-dashoffset:0;animation:none}}.hero{padding-top:clamp(40px,6vw,72px);overflow:hidden}.hero__grid{grid-template-columns:1fr;align-items:center;gap:56px;padding-bottom:56px;display:grid}.hero__eyebrow{color:var(--teal-deep);margin-bottom:20px;font-size:.9rem;font-weight:600;display:inline-block}.hero__headline{letter-spacing:-.02em;font-size:clamp(2.4rem,6vw,4.4rem);font-weight:800}.hero__headline span{color:var(--teal-deep)}.hero__copy{max-width:480px;color:var(--text-muted);margin-top:24px;font-size:1.1rem}.hero__actions{flex-wrap:wrap;gap:16px;margin-top:36px;display:flex}.hero__meta{flex-wrap:wrap;gap:28px;margin-top:36px;display:flex}.hero__meta-item{color:var(--text-muted);align-items:center;gap:8px;font-size:.94rem;font-weight:500;display:flex}.hero__visual{justify-content:center;display:flex;position:relative}img{border-radius:var(--radius-lg)}.hero__frame{aspect-ratio:1/1.05;border-radius:var(--radius-lg);background:linear-gradient(160deg, var(--mint) 0%, var(--bg-soft) 100%);border:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:420px;display:flex;position:relative}.hero__line-art{width:55%;height:auto}.hero__frame-caption{font-family:var(--font-heading);color:var(--teal-deep);letter-spacing:.02em;font-size:1rem;font-weight:700}.hero__float-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);color:var(--text-primary);align-items:center;gap:10px;padding:14px 18px;font-size:.86rem;font-weight:600;display:flex;position:absolute}.hero__float-card--top{top:6%;left:-4%}.hero__float-card--bottom{bottom:8%;right:-4%}.hero__float-dot{background:var(--teal-soft);border-radius:50%;flex-shrink:0;width:8px;height:8px}.hero__trust-strip{border-top:1px solid var(--border);padding:26px 0}.hero__trust-inner{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:20px 40px;font-size:.92rem;font-weight:600;display:flex}@media (width>=680px){.hero__float-card--top{left:2%}.hero__float-card--bottom{right:2%}}@media (width>=992px){.hero__grid{grid-template-columns:1.05fr .95fr}.hero__trust-inner{justify-content:space-between}}.section-heading{max-width:640px;margin-bottom:44px}.section-heading--center{text-align:center;margin-left:auto;margin-right:auto}.section-heading__label{color:var(--teal-deep);margin-bottom:14px;font-size:.86rem;font-weight:600;display:inline-block}.section-heading__title{font-size:clamp(2rem,4vw,3.2rem)}.section-heading__desc{color:var(--text-muted);margin-top:16px;font-size:1.05rem}.treatment-card{color:inherit;background:#fff;border:1px solid #f0f0f0;border-radius:1rem;height:100%;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.treatment-card:before{content:"";opacity:0;background:linear-gradient(135deg,#0000 50%,#4f46e508);transition:opacity .3s;position:absolute;inset:0}.treatment-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.treatment-card:hover:before{opacity:1}.treatment-card__icon-wrapper{border:2px solid #0000;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.treatment-card:hover .treatment-card__icon-wrapper{border-color:inherit;transform:scale(1.05)rotate(-3deg)}.treatment-card__icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:28px;height:28px;transition:all .4s cubic-bezier(.4,0,.2,1)}.treatment-card:hover .treatment-card__icon{transform:scale(1.1);filter:brightness(0)saturate()invert()!important}.treatment-card:hover .treatment-card__icon-wrapper{box-shadow:0 0 20px #4f46e526}.treatment-card__title{color:#1a1a1a;margin-top:0;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;transition:color .3s}.treatment-card:hover .treatment-card__title{color:#4f46e5}.treatment-card__summary{color:#666;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.treatment-card__link{color:#4f46e5;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.treatment-card:hover .treatment-card__link{color:#4338ca;gap:.75rem}@keyframes pulse-glow{0%,to{box-shadow:0 0 #4f46e533}50%{box-shadow:0 0 0 10px #4f46e500}}.treatment-card:hover .treatment-card__icon-wrapper{animation:1.5s ease-in-out infinite pulse-glow}.treatment-grid{grid-template-columns:1fr;gap:22px;display:grid}@media (width>=640px){.treatment-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1080px){.treatment-grid{grid-template-columns:repeat(3,1fr)}}.why__grid{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}.why__visual{position:relative}.why__panel{border-radius:var(--radius-lg);background:linear-gradient(150deg, var(--mint), var(--white));border:1px solid var(--border)}.why__panel img{object-fit:cover}.why__float{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:var(--radius-sm);padding:14px 18px;font-size:.88rem;font-weight:600;position:absolute}.why__float--0{top:10%;left:-4%}.why__float--1{bottom:10%;right:-4%}.why__list{grid-template-columns:1fr;gap:16px;margin-top:8px;display:grid}.why__list li{color:var(--text-primary);align-items:center;gap:12px;font-size:1rem;font-weight:600;display:flex}.why__list-dot{background:var(--teal-deep);border-radius:50%;flex-shrink:0;width:9px;height:9px}@media (width>=560px){.why__list{grid-template-columns:1fr 1fr}}@media (width>=992px){.why__grid{grid-template-columns:.9fr 1.1fr}}.doctor-section__grid{grid-template-columns:1fr;align-items:center;gap:44px;display:grid}.doctor-section__placeholder{aspect-ratio:4/5;border-radius:var(--radius-lg);background:var(--mint);border:1px solid var(--border);text-align:center;color:var(--teal-deep);justify-content:center;align-items:center;padding:24px;font-size:.92rem;font-weight:600;display:flex}.doctor-section__content h2{margin:10px 0 6px;font-size:clamp(1.9rem,3.6vw,2.8rem)}.doctor-section__title{color:var(--teal-deep);margin-bottom:18px;font-weight:600}.doctor-section__copy{max-width:520px;margin-bottom:30px}@media (width>=900px){.doctor-section__grid{grid-template-columns:.85fr 1.15fr}}.steps{grid-template-columns:1fr;gap:36px;display:grid;position:relative}.steps__line{display:none}.steps__item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:30px 26px}.steps__num{font-family:var(--font-heading);color:var(--teal-deep);background:var(--mint);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:18px;font-size:1rem;font-weight:700;display:flex}.steps__item h3{margin-bottom:8px;font-size:1.1rem}.steps__item p{font-size:.94rem}@media (width>=900px){.steps{grid-template-columns:repeat(4,1fr)}.steps__line{background:var(--border);height:1px;display:block;position:absolute;top:20px;left:12.5%;right:12.5%}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.testimonial-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:16px;height:100%;padding:30px 26px;display:flex}.testimonial-card__stars{color:var(--teal-soft);gap:3px;display:flex}.testimonial-card__review{color:var(--text-primary);flex-grow:1;font-size:.98rem}.testimonial-card__footer{flex-direction:column;gap:2px;display:flex}.testimonial-card__name{font-size:.94rem;font-weight:700}.testimonial-card__source{color:var(--text-muted);font-size:.78rem}.swiper{padding-bottom:8px}.faq__item{border-bottom:1px solid var(--border)}.faq__trigger{text-align:left;width:100%;font-family:var(--font-heading);color:var(--text-primary);justify-content:space-between;align-items:center;gap:16px;padding:22px 4px;font-size:1.02rem;font-weight:600;display:flex}.faq__icon{color:var(--teal-deep);transition:transform var(--dur-fast) var(--ease);flex-shrink:0;display:flex}.faq__icon--open{transform:rotate(45deg)}.faq__panel{transition:max-height var(--dur-med) var(--ease);overflow:hidden}.faq__answer{max-width:640px;padding:0 4px 22px;font-size:.96rem}.cta-section{background:var(--mint)}.cta-section__inner{text-align:center;max-width:640px;margin:0 auto}.cta-section__inner h2{margin-bottom:16px;font-size:clamp(1.9rem,4vw,2.8rem)}.cta-section__inner p{margin-bottom:32px;font-size:1.05rem}.cta-section__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.map-section__grid{grid-template-columns:1fr;gap:40px;display:grid}.map-section__info h2{margin:8px 0 18px;font-size:clamp(1.8rem,3.4vw,2.4rem)}.map-section__address{color:var(--text-muted);margin-bottom:30px;font-style:normal;line-height:1.8}.map-section__landmark{color:var(--teal-deep);font-weight:600}.map-section__actions{flex-wrap:wrap;gap:14px;display:flex}.map-section__map{border-radius:var(--radius-md);border:1px solid var(--border);min-height:320px;overflow:hidden}.map-section__map iframe{border:0;width:100%;height:100%;min-height:320px}@media (width>=992px){.map-section__grid{grid-template-columns:.85fr 1.15fr}}.about-intro{grid-template-columns:1fr;align-items:center;gap:44px;display:grid}.about-intro__placeholder{aspect-ratio:4/3.4;border-radius:var(--radius-lg);background:linear-gradient(150deg, var(--mint), var(--bg-soft));border:1px solid var(--border)}.about-intro__content h2{margin:8px 0 18px;font-size:clamp(1.9rem,3.6vw,2.7rem)}.about-intro__content p{max-width:520px;margin-bottom:22px}.about-intro__content blockquote{border-left:3px solid var(--teal-deep);font-family:var(--font-heading);color:var(--text-primary);max-width:460px;margin-bottom:26px;padding-left:18px;font-style:normal;font-weight:600}.section-flex-heading{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:8px;display:flex}.section-flex-heading .section-heading{margin-bottom:0}.experience-strip{grid-template-columns:1fr;gap:14px;display:grid}.experience-strip__item{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px 24px;font-size:.98rem;font-weight:600}.faq-section{max-width:780px}@media (width>=720px){.experience-strip{grid-template-columns:repeat(5,1fr)}}@media (width>=900px){.about-intro{grid-template-columns:1fr 1fr}.section-flex-heading{flex-direction:row;align-items:flex-end}}.page-header{padding:clamp(56px,8vw,96px) 0 clamp(40px,6vw,64px)}.page-header__eyebrow{color:var(--teal-deep);margin-bottom:16px;font-size:.9rem;font-weight:600;display:inline-block}.page-header h1{max-width:720px;font-size:clamp(2.2rem,5vw,3.6rem)}.page-header p{max-width:560px;margin-top:18px;font-size:1.05rem}.gallery__filters{flex-wrap:wrap;gap:10px;margin-bottom:32px;display:flex}.gallery__filter{border:1px solid var(--border);color:var(--text-muted);transition:all var(--dur-fast) var(--ease);cursor:pointer;background:0 0;border-radius:100px;padding:10px 20px;font-size:.88rem;font-weight:600}.gallery__filter:hover{background:var(--bg-soft)}.gallery__filter--active{background:var(--teal-deep);color:var(--white);border-color:var(--teal-deep)}.gallery__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.gallery__tile{aspect-ratio:1;border-radius:var(--radius-sm);border:1px solid var(--border);transition:transform var(--dur-fast) var(--ease);cursor:pointer;background:var(--bg-soft-2);align-items:flex-end;padding:14px;display:flex;position:relative;overflow:hidden}.gallery__tile:hover{transform:scale(1.02)}.gallery__tile-image{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:100%;position:absolute;top:0;left:0}.gallery__tile-caption{z-index:1;color:var(--white);text-align:left;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:4px;padding:6px 12px;font-size:.82rem;font-weight:600;position:relative}.gallery__empty{text-align:center;padding:40px 0}.gallery__lightbox{z-index:300;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#172321eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gallery__lightbox-image{background:var(--bg-soft);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;width:min(85vw,900px);max-height:85vh;display:flex;position:relative;overflow:hidden}.gallery__lightbox-img{object-fit:contain;border-radius:var(--radius-md) var(--radius-md) 0 0;width:100%;height:auto;max-height:75vh}.gallery__lightbox-caption{color:var(--text);background:var(--bg);text-align:center;border-radius:0 0 var(--radius-md) var(--radius-md);width:100%;padding:16px;font-weight:600}.gallery__lightbox-close{color:var(--white);cursor:pointer;z-index:301;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.gallery__lightbox-close:hover{background:#000c;transform:scale(1.1)}.gallery__lightbox-nav{color:var(--white);cursor:pointer;z-index:301;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;padding:12px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery__lightbox-nav:hover{background:#000c;transform:translateY(-50%)scale(1.1)}.gallery__lightbox-nav--prev{left:20px}.gallery__lightbox-nav--next{right:20px}@media (width>=640px){.gallery__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.gallery__grid{grid-template-columns:repeat(4,1fr)}}.about-philosophy,.about-approach{grid-template-columns:1fr;align-items:center;gap:40px;display:grid}.about-philosophy__panel,.about-approach__panel{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(150deg, var(--mint), var(--white))}@media (width>=900px){.about-philosophy,.about-approach{grid-template-columns:1fr 1fr}.about-approach>div:first-child{order:1}.about-approach>div:last-child{order:2}}.treatments-page__filters{flex-wrap:wrap;gap:10px;margin-bottom:36px;display:flex}.treatments-page__empty{text-align:center;padding:60px 0}.treatment-detail-hero{background:var(--bg-soft);padding:clamp(56px,8vw,88px) 0 40px}.treatment-detail-hero h1{max-width:700px;margin:14px 0;font-size:clamp(2rem,4.4vw,3.2rem)}.treatment-detail-hero p{max-width:560px;font-size:1.05rem}.treatment-detail__grid{grid-template-columns:1fr;gap:48px;display:grid}.treatment-detail__block{margin-bottom:40px}.treatment-detail__block h2{margin-bottom:16px;font-size:1.4rem}.treatment-detail__list{flex-direction:column;gap:12px;display:flex}.treatment-detail__list li{color:var(--text-primary);align-items:flex-start;gap:10px;display:flex}.treatment-detail__list svg{color:var(--teal-deep);flex-shrink:0;margin-top:2px}.treatment-detail__process{flex-direction:column;gap:16px;display:flex}.treatment-detail__process li{color:var(--text-primary);align-items:baseline;gap:16px;display:flex}.treatment-detail__process span{font-family:var(--font-heading);color:var(--teal-deep);flex-shrink:0;font-weight:700}.treatment-detail__disclaimer{border-top:1px solid var(--border);padding-top:20px;font-size:.84rem;font-style:italic}.treatment-detail__aside{flex-direction:column;align-self:start;gap:20px;display:flex}.treatment-detail__card{background:var(--mint);border-radius:var(--radius-md);padding:28px 24px}.treatment-detail__card--muted{background:var(--bg-soft);border:1px solid var(--border)}.treatment-detail__card h3{margin-bottom:10px;font-size:1.1rem}.treatment-detail__card p{margin-bottom:20px;font-size:.92rem}@media (width>=992px){.treatment-detail__grid{grid-template-columns:1fr 320px}.treatment-detail__aside{position:sticky;top:110px}}.doctor-page__grid{grid-template-columns:1fr;gap:44px;display:grid}.doctor-page__image .doctor-section__placeholder{aspect-ratio:4/5;border-radius:var(--radius-lg);background:var(--mint);border:1px solid var(--border);text-align:center;color:var(--teal-deep);justify-content:center;align-items:center;padding:24px;font-size:.92rem;font-weight:600;display:flex}.doctor-page__title{color:var(--teal-deep);margin-bottom:28px;font-weight:600}.doctor-page__content h2{margin:30px 0 12px;font-size:1.2rem}.doctor-page__content h2:first-of-type{margin-top:0}.doctor-page__content p{margin-bottom:8px}.doctor-page__list{flex-direction:column;gap:8px;margin-bottom:8px;display:flex}.doctor-page__content .btn{margin-top:28px}@media (width>=900px){.doctor-page__grid{grid-template-columns:.8fr 1.2fr}}.form-field{flex-direction:column;gap:8px;margin-bottom:22px;display:flex}.form-field label{color:var(--text-primary);font-size:.9rem;font-weight:600}.form-field__required{color:var(--teal-deep)}.form-field input,.form-field select,.form-field textarea{border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--white);width:100%;color:var(--text-primary);transition:border-color var(--dur-fast) var(--ease);padding:14px 16px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--teal-deep);outline:none}.form-field--error input,.form-field--error select,.form-field--error textarea{border-color:#c0392b}.form-field__hint{color:var(--text-muted);font-size:.78rem}.form-field__error{color:#c0392b;align-items:center;gap:6px;font-size:.82rem;display:flex}.form-field textarea{resize:vertical;min-height:120px}.form-field__charcount{color:var(--text-muted);align-self:flex-end;font-size:.76rem}.form-checkbox{color:var(--text-primary);cursor:pointer;align-items:flex-start;gap:10px;font-size:.88rem;display:flex}.form-checkbox input{width:18px;height:18px;accent-color:var(--teal-deep);flex-shrink:0;margin-top:3px}.contact-form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:560px;padding:clamp(24px,4vw,40px)}.contact-form__server-error{color:#c0392b;margin-bottom:16px;font-size:.88rem}.contact-form__success{background:var(--mint);border-radius:var(--radius-lg);text-align:center;max-width:560px;color:var(--teal-deep);padding:44px 30px}.contact-form__success h3{color:var(--text-primary);margin:14px 0 10px}.contact-form__success p{color:var(--text-muted)}.contact-page__grid{grid-template-columns:1fr;gap:48px;display:grid}.contact-page__info{flex-direction:column;gap:26px;display:flex}.contact-page__item{align-items:flex-start;gap:16px;display:flex}.contact-page__item svg{color:var(--teal-deep);flex-shrink:0;margin-top:3px}.contact-page__item h3{margin-bottom:4px;font-size:.98rem}.contact-page__item a{color:var(--teal-deep);font-weight:600}.contact-page__landmark{color:var(--teal-deep);margin-top:2px;font-weight:600}.contact-page__map{border-radius:var(--radius-md);border:1px solid var(--border);min-height:260px;margin-top:8px;overflow:hidden}.contact-page__map iframe{border:0;width:100%;height:100%;min-height:260px}.contact-page__form-title{margin-bottom:20px;font-size:1.4rem}@media (width>=992px){.contact-page__grid{grid-template-columns:.9fr 1.1fr}}.appointment-form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:640px;padding:clamp(24px,4vw,44px)}.appointment-form__steps{flex-wrap:wrap;gap:10px 18px;margin-bottom:36px;display:flex}.appointment-form__steps li{color:var(--text-muted);align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.appointment-form__steps li span{border:1.5px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.74rem;display:flex}.appointment-form__step--active{color:var(--teal-deep)!important}.appointment-form__step--active span{border-color:var(--teal-deep);background:var(--teal-deep);color:var(--white)}.appointment-form__step--done span{border-color:var(--teal-soft);background:var(--mint);color:var(--teal-deep)}.appointment-form__actions{gap:14px;margin-top:12px;display:flex}.appointment-form__review h3{margin-bottom:18px;font-size:1.15rem}.appointment-form__review dl{flex-direction:column;gap:12px;margin-bottom:10px;display:flex}.appointment-form__review dl>div{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding-bottom:12px;font-size:.92rem;display:flex}.appointment-form__review dt{color:var(--text-muted);font-weight:500}.appointment-form__review dd{color:var(--text-primary);text-align:right;font-weight:600}.appointment-form__server-error{color:#c0392b;margin-top:12px;font-size:.88rem}.appointment-form__success{background:var(--mint);border-radius:var(--radius-lg);text-align:center;max-width:560px;color:var(--teal-deep);padding:48px 32px}.appointment-form__success svg{margin-bottom:16px}.appointment-form__success h3{color:var(--text-primary);margin-bottom:12px;font-size:1.4rem}.appointment-form__success p{color:var(--text-muted)}button:disabled{opacity:.7;cursor:not-allowed}.legal-page{max-width:720px}.legal-page h2{margin:30px 0 10px;font-size:1.15rem}.legal-page h2:first-child{margin-top:0}.legal-page p{margin-bottom:4px}.not-found{align-items:center;min-height:70vh;display:flex}.not-found__inner{text-align:center;max-width:480px;margin:0 auto}.not-found__inner h1{margin-bottom:12px;font-size:clamp(2rem,4.4vw,2.8rem)}.not-found__inner p{margin-bottom:30px}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}
