:root{--navy:#27344b;--navy-soft:#4a5468;--navy-mute:#8891a3;--navy-faint:#5c6579;--gold:#b08d57;--gold-light:#d8b98c;--border:#eaeaea;--bg-off:#f7f6f4;--white:#fff;--font-body:"Manrope Variable", "Manrope", sans-serif;--header-h:92px;--header-h-scrolled:68px;--max-w:1360px;--pad-x:clamp(20px, 4vw, 48px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);font-family:var(--font-body);color:var(--navy);-webkit-font-smoothing:antialiased}@media (width<=880px){body{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}}a{color:var(--navy);text-decoration:none}a:hover{color:var(--gold)}::selection{background:var(--gold);color:#fff}img{max-width:100%;display:block}button{font-family:inherit}h2{font-family:var(--font-body);font-weight:200}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}.breadcrumbs{min-width:0;max-width:100%;color:var(--gold);flex-wrap:nowrap;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:500;display:flex;overflow:hidden}.breadcrumbs a{color:var(--gold);white-space:nowrap;flex-shrink:0;transition:color .3s}.breadcrumbs a:hover{color:var(--gold-light)}.breadcrumbs span[aria-hidden]{color:var(--gold);flex-shrink:0}.breadcrumbs .breadcrumbs__current{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--navy-mute);flex:1 1 0;overflow:hidden}.section{padding:clamp(80px, 9vw, 100px) var(--pad-x);max-width:var(--max-w);margin:0 auto}.section--no-pad-y{padding-block:0}.section--no-pad-top{padding-top:0}.section--no-pad-bottom{padding-bottom:0}.container{max-width:var(--max-w);padding-inline:var(--pad-x);margin-inline:auto}.section-bg--off{background:var(--bg-off)}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:48px;display:flex}.section-head .section-head__title{font-family:var(--font-body);letter-spacing:3px;color:var(--navy);margin:0;font-size:clamp(30px,4vw,46px);font-weight:200}.section-head p:not(.section-head__title),.section-head .section-head__desc{color:var(--navy-soft);max-width:380px;margin:0;font-size:16px;font-weight:400}.section-desc{color:var(--navy-soft);max-width:520px;margin:0 0 48px;font-size:16px;font-weight:400}.section-title{color:var(--navy);margin:0 0 12px;font-size:clamp(30px,4vw,46px)}#contacts-heading.section-title{font-family:var(--font-body);font-size:clamp(30px,4vw,46px);font-weight:200}.section-footer{justify-content:flex-start;margin-top:40px;display:flex}.btn-primary{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:16px 30px;font-size:15px;font-weight:600;transition:background .3s,color .3s;display:inline-block}.btn-primary:hover{background:var(--gold);color:#fff}.btn-outline{border:1px solid var(--navy);color:var(--navy);cursor:pointer;background:0 0;border-radius:10px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .3s,color .3s}.btn-outline:hover{background:var(--navy);color:#fff}.btn-gold{background:var(--gold);color:#fff;text-align:center;cursor:pointer;border:1px solid var(--gold);border-radius:10px;padding:18px 30px;font-size:16px;font-weight:700;transition:background .3s,color .3s;display:inline-block}.btn-gold:hover{background:var(--navy);color:#fff;border:1px solid #fff}.link-underline{color:var(--navy);border:none;border-bottom:1px solid var(--navy);cursor:pointer;background:0 0;padding-bottom:3px;font-family:inherit;font-size:15px;font-weight:600;transition:color .3s,border-bottom-color .3s;display:inline-block}.link-underline:hover{color:var(--gold);border-bottom-color:var(--gold)}.site-header{z-index:100;height:var(--header-h);border-bottom:1px solid var(--border);background:#fffffff5;transition:height .25s,background .3s,border-color .3s,-webkit-backdrop-filter .25s,backdrop-filter .25s;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{height:var(--header-h-scrolled);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.page-home .site-header:not(.is-scrolled){background:0 0;border-bottom-color:#0000}.site-header__inner{max-width:var(--max-w);padding:0 var(--pad-x);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.site-header__logo{flex-shrink:0;width:150px;height:46px;display:block}.site-header__logo img{-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:100%;height:100%}.nav-desktop{gap:22px;display:flex}.nav-desktop a{color:var(--navy);white-space:nowrap;border-bottom:1px solid #0000;padding-bottom:4px;font-size:14px;font-weight:500}.nav-desktop a:hover{color:var(--navy);border-bottom-color:var(--gold)}.header-actions{align-items:center;gap:20px;display:flex}.lang-switch{align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.lang-switch .lang-switch__item{cursor:pointer;color:var(--navy-mute);font:inherit;background:0 0;border:none;padding:0;text-decoration:none}.lang-switch .lang-switch__item.is-active{color:var(--navy)}.lang-switch--mobile{margin-top:28px;margin-bottom:28px;font-size:15px}.lang-switch--mobile .lang-switch__item{color:#ffffff8c}.lang-switch--mobile .lang-switch__item.is-active{color:#fff}.lang-switch--mobile .lang-switch__sep{color:#ffffff40}.lang-switch__sep{color:var(--border)}.header-phone{color:var(--gold);white-space:nowrap;font-size:15px;font-weight:600}.header-phone:hover{color:var(--gold-light)}.btn-book-header{background:var(--navy);border:1px solid var(--navy);cursor:pointer;color:#fff;white-space:nowrap;border-radius:10px;padding:12px 22px;font-size:14px;font-weight:600;transition:all .3s}.btn-book-header:hover{background:var(--gold);color:#fff;border:1px solid #fff}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:8px;display:none}.hamburger span{background:var(--navy);width:24px;height:2px;display:block}@media (width<=1200px){.header-phone{display:none}.header-actions{gap:14px}}@media (width<=1100px){.nav-desktop{gap:12px}.nav-desktop a{font-size:13px}}@media (width<=1000px){.nav-desktop{gap:8px}}@media (width<=880px){.nav-desktop,.header-actions{display:none}.hamburger{display:flex}}.mobile-nav-overlay{z-index:199;opacity:0;visibility:hidden;background:#00000073;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-nav-overlay.is-open{opacity:1;visibility:visible}.mobile-nav{background:var(--navy);z-index:200;visibility:hidden;flex-direction:column;width:min(340px,88vw);padding:28px clamp(20px,6vw,40px);transition:transform .3s,visibility .3s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.mobile-nav.is-open{visibility:visible;transform:translate(0)}.mobile-nav__top{justify-content:space-between;align-items:center;display:flex}.mobile-nav__logo{display:block}.mobile-nav__logo img{width:130px;height:auto;display:block}.mobile-nav__close{color:#fff;cursor:pointer;background:0 0;border:none;padding:0 0 0 12px;font-size:32px;line-height:1}.mobile-nav__links{flex-direction:column;gap:20px;margin-top:30px;display:flex}.mobile-nav__links a{color:#fff;font-size:16px;font-weight:100}.mobile-nav__footer{border-top:1px solid #ffffff26;flex-direction:column;gap:14px;margin-top:auto;margin-bottom:20px;padding-top:28px;display:flex}.mobile-nav__footer-row{color:#ffffffbf;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.mobile-nav__footer-row svg{color:var(--gold);flex-shrink:0}a.mobile-nav__footer-row:hover{color:#fff}.mobile-cta-bar{z-index:98;padding:12px var(--pad-x) calc(env(safe-area-inset-bottom,0px) + 10px);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;display:none;position:fixed;bottom:0;left:0;right:0}@media (width<=880px){.mobile-cta-bar{display:block}}.mobile-cta-bar__btn{background:var(--navy);border:1px solid var(--navy);color:#fff;cursor:pointer;text-align:center;border-radius:10px;width:100%;padding:14px 24px;font-size:16px;font-weight:700;transition:background .2s,color .2s;display:block}.mobile-cta-bar__btn:hover{background:var(--gold);color:#fff;border:1px solid var(--gold)}.mobile-nav__cta{background:var(--gold);color:#fff;text-align:center;border-radius:10px;padding:16px 24px;font-size:16px;font-weight:700;transition:background .2s,color .2s}.mobile-nav__cta:hover{color:var(--navy);background:#fff}.hero{width:100%;height:calc(92vh - var(--header-h));min-height:560px;margin-top:var(--header-h);position:relative;overflow:hidden}@media (width<=880px){.page-home .hero{height:95svh;margin-top:0}}.hero__bg-video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__scrim{background:#ffffffde;width:52%;position:absolute;top:0;bottom:0;left:0}.hero__inner{max-width:100%;height:100%;padding:0 var(--pad-x);align-items:center;margin:0 auto;display:flex;position:relative}.hero__content{max-width:min(528px,48%)}.hero__title{color:var(--navy);margin:0 0 24px;font-size:45px;font-weight:800;line-height:1.1}.hero__wordmark{font-family:var(--font-body);letter-spacing:3px;font-weight:200}.hero__subtitle{color:var(--navy);letter-spacing:-1px;padding-top:20px;font-size:30px;font-weight:500;display:block}.hero__subtitle .text-gold{color:var(--gold)}.hero__desc{color:var(--navy-soft);max-width:480px;margin:0 0 36px;font-size:16px;line-height:1.6}.hero__cta-row{flex-wrap:wrap;align-items:center;gap:16px 32px;margin-bottom:28px;display:flex}.hero__doctors{color:var(--navy-soft);flex-wrap:wrap;align-items:center;gap:10px;margin-top:40px;font-size:13px;font-weight:600;display:flex}.hero__doctors .dot{color:var(--gold)}.hero__fg-video-wrap{position:absolute;inset:0 0 0 52%;overflow:hidden}.hero__fg-video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (width<=880px){.hero{height:auto;min-height:85svh}.hero__scrim{width:100%}.hero__inner{padding:var(--header-h) 20px 40px;flex-direction:column;justify-content:center;align-items:flex-start}.hero__content{max-width:100%}.hero__subtitle{font-size:30px}.hero__desc{margin:40px 0 36px}.hero__fg-video-wrap{display:none}}.trust-strip{padding:0 var(--pad-x);max-width:var(--max-w);margin:0 auto}.trust-strip__row{border-top:1px solid var(--border);flex-wrap:wrap;margin-top:clamp(48px,7vw,88px);display:flex}.trust-strip__item{text-align:center;flex:220px;padding:28px 20px}.trust-strip__item:nth-child(2),.trust-strip__item:nth-child(3){border-left:1px solid var(--border)}.trust-strip__value{color:var(--navy);font-size:clamp(26px,2.6vw,34px);font-weight:800}.trust-strip__value--gold{color:var(--gold)}.trust-strip__label{color:var(--navy-soft);margin-top:6px;font-size:14px}@media (width<=720px){.trust-strip__row{border-top:none;border-bottom:1px solid var(--border);flex-wrap:wrap}.trust-strip__item{border-left:none;border-top:1px solid var(--border);text-align:center;flex-direction:column;flex:150px;justify-content:center;align-items:center;padding:34px 20px;display:flex}.trust-strip__item:nth-child(2),.trust-strip__item:nth-child(3){border-left:none}}#help{padding:clamp(80px,9vw,140px) 0;overflow:hidden}#help .section-head{max-width:var(--max-w);padding:0 var(--pad-x);margin:0 auto 40px}.help-scroll{scroll-padding-left:max(var(--pad-x), (100% - var(--max-w)) / 2 + var(--pad-x));scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.help-scroll::-webkit-scrollbar{display:none}.help-grid__card{scroll-snap-align:start;border-radius:14px;flex:none;width:clamp(240px,28vw,360px);height:300px;display:block;position:relative;overflow:hidden}.help-grid__card img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.help-grid__card:hover .help-grid__link{color:var(--gold)}.help-grid__overlay{background:linear-gradient(#27344b00 25%,#27344b26 45%,#27344bdb 100%);position:absolute;inset:0}.help-grid__text{padding:20px;position:absolute;bottom:0;left:0;right:0}.help-grid__title{color:#fff;margin-bottom:6px;font-size:17px;font-weight:700}.help-grid__link{color:var(--gold-light);font-size:13px;font-weight:600;transition:color .2s}.help-footer{max-width:var(--max-w);margin:32px auto 0}@media (width<=720px){.help-grid__card{width:72vw}}.ht-back{margin-top:40px}.ht-content{color:var(--navy-soft);text-wrap:pretty;width:100%;margin:0 0 20px;padding:0;font-size:16px;line-height:1.7}.ht-content strong{color:var(--navy);padding-top:15px;padding-bottom:5px;font-size:20px;font-weight:900;display:block}.ht-content li{margin-left:30px;padding-left:1.2em;list-style:none;position:relative}.ht-content li:before{content:"—";position:absolute;left:0}.ht-content p{text-align:justify}.ht-content__inner{flex-direction:column;gap:40px;max-width:780px;margin:0 auto;display:flex}.symptoms-card{background:var(--bg-off);border-radius:20px;padding:clamp(32px,4vw,56px)}.symptoms-card .symptoms-card__title{font-family:var(--font-body);letter-spacing:3px;color:var(--navy);margin:0 0 40px;font-size:clamp(24px,3.2vw,38px);font-weight:200;line-height:1.2}.symptoms-body{flex-wrap:wrap;align-items:flex-end;gap:40px 56px;display:flex}.symptoms-list{flex:420px;min-width:280px}.symptoms-list ul{grid-template-columns:repeat(3,1fr);gap:16px 28px;margin:0;padding:0;list-style:none;display:grid}.symptoms-list li{color:var(--navy-soft);border-bottom:1px solid #e0ddd8;align-items:center;gap:10px;padding-bottom:12px;font-size:15px;display:flex}.symptoms-list li:before{content:"—";color:var(--gold);flex-shrink:0}@media (width<=720px){.symptoms-list ul{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.symptoms-list ul{grid-template-columns:1fr}}.ht-hero{padding-top:calc(var(--header-h) + clamp(12px, 2vw, 18px));padding-bottom:clamp(60px,8vw,100px)}.ht-hero__inner{flex-wrap:wrap;align-items:center;gap:56px;margin-top:28px;display:flex}.ht-hero__body{flex:460px;min-width:300px}.ht-hero__badge{letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:20px;font-size:13px;font-weight:700}.ht-hero__text{color:var(--navy-soft);text-wrap:pretty;max-width:520px;margin:0 0 20px;font-size:16px;line-height:1.7}.ht-hero__text:last-of-type{margin-bottom:36px}.ht-hero__actions{flex-wrap:wrap;align-items:center;gap:16px 32px;display:flex}.ht-hero__link{color:var(--navy);border-bottom:1px solid var(--navy);padding-bottom:3px;font-size:15px;font-weight:600;transition:color .2s,border-color .2s}.ht-hero__link:hover{color:var(--gold);border-color:var(--gold)}.ht-hero__media{flex:440px;min-width:300px}.ht-hero__media img{-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:clamp(340px,38vw,500px)}.ht-hero__stat{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;margin-top:clamp(48px,6vw,80px);padding:36px 0}.ht-hero__stat p{color:var(--navy);text-wrap:pretty;max-width:900px;font-size:clamp(18px,2.2vw,26px);font-weight:500;line-height:1.5}.ht-hero__stat p strong{color:var(--gold);font-weight:800}.ht-dash{color:var(--navy);flex-shrink:0;font-weight:700}.ht-dash--gold{color:var(--gold)}.ht-gallery{padding-top:clamp(48px,6vw,80px);padding-bottom:0}.ht-gallery--pb{padding-bottom:clamp(48px,6vw,80px)}.ht-gallery.ht-gallery--no-pt{padding-top:0}.ht-gallery__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ht-gallery__item{aspect-ratio:4/3;border-radius:12px;overflow:hidden}.ht-gallery__item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media (width<=560px){.ht-gallery__grid{grid-template-columns:1fr}}.ht-consult{padding-top:0;padding-bottom:0}.ht-consult__inner{background:var(--navy);border-radius:20px;padding:clamp(32px,4vw,56px)}.ht-consult__title{font-family:var(--font-body);letter-spacing:0;color:#fff;text-wrap:pretty;margin:0 0 32px;font-size:clamp(26px,3.2vw,35px);font-weight:100;line-height:1.2}.ht-consult__body{flex-wrap:wrap;align-items:flex-end;gap:48px;display:flex}.ht-consult__list{flex:420px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;min-width:300px;display:grid}.ht-consult__item{color:#c7ccd8;border-bottom:1px solid #ffffff1f;align-items:center;gap:10px;padding-bottom:12px;font-size:15px;display:flex}.ht-consult__action{flex-direction:column;flex:260px;gap:16px;min-width:240px;display:flex}.ht-consult__note{color:#8891a3;text-align:center;font-size:13px}@media (width<=720px){.ht-consult__title{font-family:var(--font-body);font-size:clamp(24px,3.2vw,35px)}}.ht-list{padding:clamp(60px, 7vw, 100px) var(--pad-x);max-width:var(--max-w);margin:0 auto}.ht-list__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ht-list__grid .help-grid__card{scroll-snap-align:none;flex:none;width:100%;height:280px}@media (width<=900px){.ht-list__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.ht-list__grid{grid-template-columns:1fr}}.about{flex-wrap:wrap-reverse;align-items:center;gap:56px;display:flex}.about__media{flex:420px;min-width:300px}.about__media img{-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:clamp(340px,38vw,500px)}.about__body{flex:400px;min-width:300px}.about__body .about__title{font-family:var(--font-body);letter-spacing:3px;color:var(--navy);margin:0 0 24px;font-size:clamp(30px,4vw,46px);font-weight:200}.about__body p{color:var(--navy-soft);margin:0 0 20px;font-size:17px;line-height:1.7}.about__stats{flex-wrap:wrap;gap:40px;margin-bottom:36px;display:flex}.about__stat-value{color:var(--navy);font-size:26px;font-weight:800}.about__stat-label{color:var(--navy-soft);font-size:13px}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,80px);display:grid}.about-story__body .about-story__title{font-family:var(--font-body);letter-spacing:3px;color:var(--navy);margin:0 0 24px;font-size:clamp(28px,3.5vw,42px);font-weight:200;line-height:1.15}.about-story__body p{color:var(--navy-soft);margin:0 0 18px;font-size:16px;line-height:1.75}.about-story__body p:last-of-type{margin-bottom:32px}.about-story__media img{-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;height:500px}.about-stats__grid{background:var(--border);border:1px solid var(--border);border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.about-stats__item{background:var(--bg-off);text-align:center;padding:clamp(28px,4vw,48px) clamp(20px,3vw,36px)}.about-stats__value{color:var(--navy);font-size:clamp(32px,3.5vw,50px);font-weight:800;line-height:1}.about-stats__value--gold{color:var(--gold)}.about-stats__label{color:var(--navy-soft);margin-top:10px;font-size:14px;line-height:1.4}.about-team-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.about-team-grid .doctor-card{scroll-snap-align:none;flex:none;width:auto}@media (width<=1280px){.about-team-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=880px){.about-story{grid-template-columns:1fr}.about-story .about-story__media{order:-1}.about-story .about-story__media img{height:280px}.about-stats__grid{grid-template-columns:repeat(2,1fr)}.about-team-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=560px){.about-team-grid{grid-template-columns:1fr;gap:16px}}.ba-desc{color:var(--navy-soft);max-width:520px;margin:0 0 48px;font-size:16px}.ba-row{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.ba-card{flex-direction:column;flex:0 calc(33.333% - 14px);gap:12px;min-width:260px;display:flex}.ba-caption{color:var(--navy-soft);text-align:center;margin:0;font-size:14px}@media (width<=720px){.section[aria-labelledby=ba-heading] .section-head{text-align:center;flex-direction:column;align-items:center}}.ba-item{cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:none;background:var(--bg-off);border-radius:16px;width:100%;height:clamp(280px,26vw,380px);position:relative;overflow:hidden}.ba-item--image{cursor:default}.ba-item--image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.ba-item__after,.ba-item__before{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.ba-item__handle{pointer-events:none;justify-content:center;align-items:center;width:0;display:flex;position:absolute;top:0;bottom:0;transform:translate(-50%)}.ba-item__handle:before{content:"";background:#ffffffe6;width:2px;position:absolute;top:0;bottom:0;left:0}.ba-item__handle-dot{width:34px;height:34px;color:var(--navy);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:relative;box-shadow:0 4px 14px #0003}.ba-item__tag{color:#fff;letter-spacing:1px;text-transform:uppercase;background:#27344bd9;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:700;position:absolute;top:14px}.ba-item__tag--before{left:14px}.ba-item__tag--after{right:14px}.why-card{background:var(--navy);border-radius:20px;padding:clamp(40px,5vw,72px)}.why-card .why-card__title{font-family:var(--font-body);letter-spacing:3px;color:#fff;margin:0 0 56px;font-size:clamp(28px,4vw,46px);font-weight:200}.why-grid{flex-wrap:wrap;gap:40px;display:flex}.why-item{flex-direction:column;flex:220px;align-items:flex-start;min-width:200px;display:flex}.why-item__img{-o-object-fit:cover;object-fit:cover;border-radius:82px;flex-shrink:0;width:100px;height:100px;margin-bottom:20px}.why-item__title{color:#fff;margin-bottom:10px;font-size:19px;font-weight:700}.why-item__desc{color:#c7ccd8;margin:0;font-size:14px;line-height:1.6}#doctors{padding:clamp(80px,9vw,140px) 0;overflow:hidden}.doctors-head{max-width:var(--max-w);padding:0 var(--pad-x);justify-content:space-between;align-items:center;margin:0 auto 40px;display:flex}.doctors-head .section-title{margin-bottom:0}.doctors-controls{align-items:center;gap:16px;display:flex}.doctors-counter{color:var(--navy-mute);font-variant-numeric:tabular-nums;min-width:48px;font-size:13px}.doctors-arrows{gap:10px;display:flex}.doctors-arrow{border:1px solid var(--border);cursor:pointer;width:48px;height:48px;color:var(--navy);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:background .2s,color .2s,border-color .2s;display:flex}.doctors-arrow:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.doctors-arrow:disabled{opacity:.3;cursor:default;pointer-events:none}.doctors-scroll{padding-bottom:8px;padding-left:max(var(--pad-x), (100% - var(--max-w)) / 2 + var(--pad-x));scroll-padding-left:max(var(--pad-x), (100% - var(--max-w)) / 2 + var(--pad-x));scroll-snap-type:x mandatory;scrollbar-width:none;gap:32px;display:flex;overflow-x:auto}.doctors-scroll::-webkit-scrollbar{display:none}.doctor-card{scroll-snap-align:start;border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;flex:none;width:280px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.doctor-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #27344b1a}@media (width<=720px){.doctor-card{width:72vw}}.doctor-card__img-wrap{aspect-ratio:3/4;display:block;overflow:hidden}.doctor-card__img-wrap img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.doctor-card__img-wrap:hover img{transform:scale(1.04)}.doctor-card__body{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.doctor-card__name{color:var(--navy);font-size:17px;font-weight:700;line-height:1.3}.doctor-card__name a{color:inherit;transition:color .2s}.doctor-card__name a:hover{color:var(--gold)}.doctor-card__degree{color:var(--gold);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:3em;font-size:13px;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.doctor-card__link{color:var(--navy);border-bottom:1px solid var(--navy);align-self:flex-start;margin-top:auto;padding-bottom:2px;font-size:14px;font-weight:600;transition:color .2s,border-color .2s}.doctor-card__link:hover{color:var(--gold);border-color:var(--gold)}.reviews-rating{align-items:center;gap:10px;display:flex}.reviews-rating__stars{color:var(--gold);letter-spacing:2px;font-size:18px}.reviews-carousel{justify-content:center;align-items:center;gap:20px;display:flex;overflow:hidden}.review-card{border:1px solid var(--border);background:#fff;border-radius:12px;flex:0 0 300px;min-width:260px;max-width:340px;padding:28px;transition:transform .35s,opacity .35s,box-shadow .35s}.review-card--center{opacity:1;z-index:2;transform:scale(1.08);box-shadow:0 20px 48px #27344b24}.review-card--side{opacity:.55;z-index:1;cursor:pointer;transform:scale(.9)}.review-card--hidden{display:none}.review-card__top{align-items:center;gap:12px;margin-bottom:18px;display:flex}.review-card__avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.review-card__author{color:var(--navy-soft);font-size:14px;font-weight:700}.review-card__text{color:var(--navy);margin:0;font-size:15px;line-height:1.6}.reviews-controls{justify-content:center;align-items:center;gap:22px;margin-top:32px;display:flex}.reviews-controls__btn{border:1px solid var(--border);cursor:pointer;width:44px;height:44px;color:var(--navy);background:#fff;border-radius:50%;font-size:16px}.reviews-dots{gap:8px;display:flex}.reviews-dots__dot{cursor:pointer;background:#d8d8d8;border:none;border-radius:50%;width:8px;height:8px;padding:0}.reviews-dots__dot.is-active{background:var(--gold)}.reviews-more{text-align:center;margin-top:40px}@media (width<=720px){.review-card--side{display:none}}.lightbox{z-index:300;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.lightbox.is-open{opacity:1;pointer-events:all}.lightbox__backdrop{background:#0f141eeb;position:absolute;inset:0}.lightbox__stage{z-index:1;justify-content:center;align-items:center;max-width:min(90vw,1100px);max-height:90vh;display:flex;position:relative}.lightbox__img{-o-object-fit:contain;object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh;display:block}.lightbox__close{z-index:2;color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:24px;line-height:1;transition:opacity .15s;position:absolute;top:20px;right:24px}.lightbox__close:hover{opacity:1}.lightbox__arrow{z-index:2;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__arrow:hover{background:#ffffff40}.lightbox__arrow--prev{left:16px}.lightbox__arrow--next{right:16px}.lightbox__counter{z-index:2;color:#fff9;font-size:13px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(6px);opacity:0;pointer-events:none;background:#27344b8c;justify-content:center;align-items:center;padding:24px;transition:opacity .35s;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-overlay.open .modal-card{opacity:1;transform:none}.modal-card{background:var(--white);opacity:0;border-top:3px solid var(--gold);border-radius:4px;width:100%;max-width:500px;padding:48px 44px 40px;transition:transform .45s cubic-bezier(.7,0,.3,1),opacity .4s;position:relative;transform:translateY(20px)scale(.97)}@media (width<=560px){.modal-card{padding:40px 24px 28px}}.modal-close{width:36px;height:36px;color:var(--navy-mute);cursor:pointer;background:0 0;border:none;place-items:center;font-size:24px;line-height:1;transition:color .25s,transform .3s;display:grid;position:absolute;top:14px;right:14px}.modal-close:hover{color:var(--navy);transform:rotate(90deg)}.modal-eyebrow{letter-spacing:.12em;color:var(--gold);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:600}.modal-title{letter-spacing:-.02em;color:var(--navy);margin-bottom:10px;font-size:26px;font-weight:700;line-height:1.15}.modal-sub{color:var(--navy-soft);margin-bottom:28px;font-size:14px;line-height:1.65}.modal-form{flex-direction:column;gap:20px;display:flex}.modal-form label{flex-direction:column;gap:6px;display:flex}.modal-form input{color:var(--navy);border:none;border-bottom:1px solid var(--border);font-family:var(--font-body);background:0 0;outline:none;padding:10px 0;font-size:16px;transition:border-color .3s}.modal-form input::placeholder{color:var(--navy-mute)}.modal-form input:focus{border-bottom-color:var(--gold)}.modal-label{letter-spacing:.09em;color:var(--navy-mute);text-transform:uppercase;font-size:11px;font-weight:600}.field-error{color:#c0392b;margin-top:2px;font-size:12px}.modal-submit{border:1px solid var(--navy);cursor:pointer;font-family:var(--font-body);letter-spacing:.04em;color:var(--white);isolation:isolate;background:0 0;border-radius:2px;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;padding:16px 22px;font-size:14px;font-weight:600;transition:color .4s cubic-bezier(.7,0,.3,1),border-color .3s;display:flex;position:relative;overflow:hidden}.modal-submit:hover{color:var(--gold);border-color:var(--gold)}.modal-submit:hover .modal-submit-bg{transform:scaleY(0)}.modal-submit:hover .modal-arrow{transform:translate(6px)}.modal-submit:disabled{opacity:.6;cursor:default}.modal-submit .modal-arrow{transition:transform .4s cubic-bezier(.7,0,.3,1)}.modal-submit-bg{z-index:-1;background:var(--navy);transform-origin:bottom;transition:transform .5s cubic-bezier(.7,0,.3,1),background .3s;position:absolute;inset:0}.modal-fineprint{color:var(--navy-mute);margin-top:14px;font-size:11px;line-height:1.5}.modal-thanks{text-align:center;padding:20px 0 8px;animation:.5s cubic-bezier(.2,0,.1,1) modalThanksIn}.modal-thanks .modal-title{margin-top:4px;font-size:24px}.modal-checkmark{color:var(--gold);justify-content:center;margin-bottom:16px;display:flex}@keyframes modalThanksIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.faq-page{max-width:var(--max-w);padding:clamp(60px, 7vw, 100px) var(--pad-x);margin:0 auto}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item.open .faq-q{padding-left:14px}.faq-item.open .faq-n,.faq-item.open .faq-text{color:var(--gold)}.faq-item.open .faq-icon:after{transform:translate(-50%)rotate(90deg)}.faq-item.open .faq-a{max-height:300px}.faq-q{cursor:pointer;-webkit-user-select:none;user-select:none;grid-template-columns:52px 1fr auto;align-items:center;gap:20px;padding:28px 0;transition:padding .3s;display:grid}.faq-n{letter-spacing:.08em;color:var(--navy-mute);font-size:12px;font-weight:600;transition:color .3s}.faq-text{color:var(--navy);letter-spacing:-.01em;font-size:19px;font-weight:500;line-height:1.35;transition:color .3s}.faq-icon{flex-shrink:0;width:22px;height:22px;position:relative}.faq-icon:before,.faq-icon:after{content:"";background:var(--navy);transition:transform .4s cubic-bezier(.7,0,.3,1);position:absolute}.faq-icon:before{height:1.5px;top:50%;left:0;right:0;transform:translateY(-50%)}.faq-icon:after{width:1.5px;top:0;bottom:0;left:50%;transform:translate(-50%)}.faq-a{max-height:0;transition:max-height .5s cubic-bezier(.7,0,.3,1);overflow:hidden}.faq-a-inner{max-width:740px;color:var(--navy-soft);text-align:justify;padding:0 0 32px 72px;font-size:16px;line-height:1.7}@media (width<=680px){.faq-q{grid-template-columns:36px 1fr auto;gap:12px;padding:20px 0}.faq-text{font-size:15px}.faq-a-inner{padding-left:48px;font-size:14px}}.contacts-page{padding:clamp(60px, 7vw, 100px) var(--pad-x);max-width:var(--max-w);margin:0 auto}.contacts-page__inner{flex-wrap:wrap;align-items:flex-start;gap:64px;display:flex}.contacts-page__info{flex-direction:column;flex:300px;gap:32px;display:flex}.contacts-page__cards{border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:0;display:flex;overflow:hidden}.contacts-page__card{border-bottom:1px solid var(--border);padding:20px 28px}.contacts-page__card:last-child{border-bottom:none}.contacts-page__card-label{letter-spacing:.1em;text-transform:uppercase;color:var(--navy-mute);margin-bottom:6px;font-size:11px;font-weight:700}.contacts-page__card-value{color:var(--navy);font-size:16px;font-weight:600}.contacts-page__card-value--link{transition:color .3s}.contacts-page__card-value--link:hover{color:var(--gold)}.contacts-page__social{flex-direction:column;gap:12px;display:flex}.contacts-page__social-links{grid-template-columns:repeat(3,auto);justify-content:start;gap:10px;display:grid}@media (width<=560px){.contacts-page__social-links{grid-template-columns:repeat(2,1fr)}}.contacts-page__map{border:1px solid var(--border);aspect-ratio:4/3;border-radius:16px;flex:2 480px;min-width:300px;overflow:hidden}.contacts-page__map iframe{border:0;width:100%;height:100%;display:block}.contacts-row{flex-wrap:wrap;gap:56px;margin-top:44px;display:flex}.contacts-info{flex-direction:column;flex:320px;gap:15px;min-width:280px;display:flex}.contacts-info__label{color:var(--navy-mute);margin-bottom:4px;font-size:13px}.contacts-info__value{color:var(--navy);font-size:16px;font-weight:600}.contacts-social{grid-template-columns:repeat(3,auto);justify-content:start;gap:10px;margin-top:8px;display:grid}@media (width<=560px){.contacts-social{grid-template-columns:repeat(2,1fr)}}.contacts-cta{background:var(--navy);color:#fff;border-radius:10px;align-self:flex-start;margin-top:12px;padding:16px 28px;font-size:15px;font-weight:600;transition:background .3s,color .3s;display:inline-block}.contacts-cta:hover{background:var(--gold);color:#fff}.contacts-map{flex:420px;min-width:300px}.contacts-map iframe{border:0;border-radius:16px;width:100%;height:100%;min-height:340px;display:block}.social-card{border:1px solid var(--border);color:var(--navy);border-radius:12px;align-items:center;gap:10px;padding:10px 14px;transition:border-color .25s,color .25s,transform .25s;display:inline-flex}.social-card svg{flex-shrink:0;width:22px;height:22px}.social-card:hover{color:inherit;transform:translateY(-2px)}.social-card--instagram:hover{color:#e1306c;border-color:#e1306c}.social-card--facebook:hover{color:#1877f2;border-color:#1877f2}.social-card--telegram:hover{color:#229ed9;border-color:#229ed9}.social-card--whatsapp:hover{color:#25d366;border-color:#25d366}.social-card--viber:hover{color:#7360f2;border-color:#7360f2}.social-card__info{flex-direction:column;line-height:1.2;display:flex}.social-card__name{font-size:13px;font-weight:700}.contacts-location{max-width:var(--max-w);padding-inline:var(--pad-x);margin:0 auto}.contacts-location__text{color:var(--navy-soft);max-width:680px;margin-bottom:32px;font-size:clamp(15px,1.5vw,17px)}.contacts-location__videos{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width<=600px){.contacts-location__videos{grid-template-columns:1fr}}.contacts-location__video-wrap{padding-top:100%;position:relative}@media (width<=600px){.contacts-location__video-wrap{padding-top:180%}}.contacts-location__video-wrap{background:var(--bg-off);border-radius:16px;overflow:hidden}.contacts-location__video-wrap iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.social-card__action{color:var(--navy-mute);font-size:11px}.site-footer{background:var(--navy);padding:clamp(56px, 6vw, 80px) var(--pad-x) 32px}.site-footer__inner{max-width:var(--max-w);margin:0 auto}.site-footer__top{border-bottom:1px solid #ffffff1f;flex-wrap:wrap;gap:48px;padding-bottom:44px;display:flex}.site-footer__brand{flex-direction:column;flex:220px;gap:28px;display:flex}.site-footer__brand img{-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:150px;height:46px}.site-footer__contact{color:#c7ccd8;flex-direction:column;gap:12px;font-size:14px;display:flex}.site-footer__contact a{color:#c7ccd8;transition:color .3s}.site-footer__contact a:hover{color:var(--gold)}.site-footer__col{flex-direction:column;flex:160px;gap:12px;display:flex}.site-footer__col a{color:#c7ccd8;font-size:14px;transition:color .3s}.site-footer__col a:hover{color:var(--gold)}.site-footer__bottom{flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:24px;display:flex}.site-footer__legal{color:#8891a3;font-size:13px}.site-footer__powered{text-align:center;color:var(--navy-faint);padding-top:20px;font-size:12px}.site-footer__powered a{color:inherit;align-items:center;gap:6px;transition:color .3s;display:inline-flex}.site-footer__powered a:hover{color:var(--gold)}.site-footer__powered a img{-o-object-fit:contain;object-fit:contain;width:20px;height:20px}.page-hero{width:100%;height:calc(70vh - var(--header-h));min-height:190px;margin-top:var(--header-h);position:relative;overflow:hidden}.page-hero__scrim{z-index:1;background:#ffffffde;width:52%;position:absolute;top:0;bottom:0;left:0}.page-hero__inner{height:100%;padding:0 var(--pad-x);z-index:2;align-items:center;display:flex;position:relative}.page-hero__content{max-width:min(528px,48%)}.page-hero__title{color:var(--navy);letter-spacing:-.02em;margin:0 0 20px;font-size:clamp(30px,4vw,46px);font-weight:100;line-height:1.1}.page-hero__desc{color:var(--navy-soft);margin:0;font-size:16px;line-height:1.6}.page-hero__subdesc{color:var(--gold);margin:10px 0 0;font-size:15px;font-weight:600}.page-hero__img-wrap{z-index:0;position:absolute;inset:0;overflow:hidden}.page-hero__img-wrap img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media (width<=880px){.page-hero{height:calc(50vh - var(--header-h));min-height:280px}.page-hero__scrim{width:100%}.page-hero__inner{padding:40px 20px}.page-hero__content{max-width:100%}}.media-page__grid-wrap{padding:clamp(60px, 7vw, 100px) var(--pad-x);max-width:var(--max-w);margin:0 auto}.media-page__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}@media (width<=900px){.media-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.media-page__grid{grid-template-columns:1fr}}.media-card{border:1px solid var(--border);background:#fff;border-radius:14px;transition:transform .3s,box-shadow .3s;overflow:hidden}.media-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #27344b1f}.media-card__frame{width:100%;padding-bottom:56.25%;position:relative}.media-card__frame iframe{width:100%;height:100%;position:absolute;inset:0}.media-card__body{border-top:1px solid var(--border);padding:16px 20px 20px}.media-card__name{color:var(--navy);margin:0;font-size:14px;font-weight:600;line-height:1.45}.prices-page{max-width:var(--max-w);padding:clamp(60px, 7vw, 100px) var(--pad-x);margin:0 auto}.prices-section{margin-bottom:56px}.prices-section:last-of-type{margin-bottom:0}.prices-section__inner{border:1px solid var(--border);border-radius:16px;overflow:hidden}.prices-section__title{letter-spacing:.04em;text-transform:uppercase;color:var(--white);background:var(--navy);margin:0;padding:16px 28px;font-size:15px;font-weight:700}.prices-table{border-collapse:collapse;width:100%}.prices-table__row{border-bottom:1px solid var(--border)}.prices-table__row:last-child{border-bottom:none}.prices-table__row:hover{background:var(--bg-off)}.prices-table__name{color:var(--navy);padding:16px 28px;font-size:15px;line-height:1.5}.prices-table__note{color:var(--navy-mute);margin-top:2px;font-size:12px;display:block}.prices-table__unit{color:var(--navy-mute);white-space:nowrap;text-align:center;padding:16px 12px;font-size:13px}.prices-table__price{color:var(--gold);white-space:nowrap;text-align:right;padding:16px 28px 16px 12px;font-size:15px;font-weight:700}.prices-note{border-top:1px solid var(--border);margin-top:56px;padding-top:40px}.prices-note__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.prices-note__inner p{color:var(--navy-soft);max-width:520px;margin:0;font-size:14px;line-height:1.6}@media (width<=720px){.prices-table__unit{display:none}.prices-table__name,.prices-table__price{padding-left:16px;padding-right:16px}.prices-section__title{padding:14px 16px}}.gallery-slideshow{padding:clamp(48px, 6vw, 88px) var(--pad-x);max-width:var(--max-w);margin:0 auto}.gallery-slideshow__stage{background:var(--navy);border-radius:16px;position:relative;overflow:hidden}.gallery-slideshow__track{aspect-ratio:16/9;width:100%;position:relative}.gallery-slideshow__slide{opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.gallery-slideshow__slide.is-active{opacity:1;pointer-events:auto}.gallery-slideshow__slide img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.gallery-slideshow__arrow{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-slideshow__arrow:hover{background:var(--gold)}.gallery-slideshow__arrow--prev{left:20px}.gallery-slideshow__arrow--next{right:20px}.gallery-slideshow__counter{color:#ffffffb3;z-index:2;font-size:13px;font-weight:600;position:absolute;bottom:16px;right:20px}.gallery-slideshow__thumbs{scrollbar-width:none;gap:10px;margin-top:16px;padding-bottom:4px;display:flex;overflow-x:auto}.gallery-slideshow__thumbs::-webkit-scrollbar{display:none}.gallery-slideshow__thumb{cursor:pointer;opacity:.55;background:0 0;border:2px solid #0000;border-radius:8px;flex:none;width:88px;height:60px;padding:0;transition:border-color .3s,opacity .3s;overflow:hidden}.gallery-slideshow__thumb.is-active{border-color:var(--gold);opacity:1}.gallery-slideshow__thumb:hover{opacity:1}.gallery-slideshow__thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}@media (width<=560px){.gallery-slideshow__arrow{width:38px;height:38px;font-size:16px}.gallery-slideshow__thumb{width:64px;height:44px}}.doctors-page__grid-wrap{padding:clamp(60px, 7vw, 100px) var(--pad-x);max-width:var(--max-w);margin:0 auto}.doctors-page__grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}@media (width<=1000px){.doctors-page__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.doctors-page__grid{grid-template-columns:repeat(1,1fr)}}.doctors-page__card .doctor-card{scroll-snap-align:none;flex:none;width:100%}.doctor-profile{padding:clamp(60px, 7vw, 100px) var(--pad-x);max-width:var(--max-w);margin:2em auto 0}.doctor-profile__inner{grid-template-columns:360px 1fr;align-items:start;gap:clamp(40px,5vw,80px);display:grid}.doctor-profile__photo-col{top:calc(var(--header-h) + 32px);position:sticky}.doctor-profile__photo{aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;display:block}.doctor-profile__name{color:var(--navy);margin-bottom:8px;font-size:clamp(24px,3vw,36px);font-weight:800}.doctor-profile__title{color:var(--gold);margin-bottom:36px;font-size:15px;font-weight:600}.doctor-profile__section{border-bottom:1px solid var(--border);text-align:justify;margin-bottom:28px;padding-bottom:28px}.doctor-profile__section:last-of-type{border-bottom:none}.doctor-profile__section-label{color:var(--navy);margin-bottom:10px;font-size:22px;font-weight:700}.doctor-profile__section-text{color:var(--navy-soft);font-size:15px;line-height:1.7}.doctor-profile__section-text.prose p{margin:0 0 8px}.doctor-profile__section-text.prose ul,.doctor-profile__section-text.prose ol{margin:0 0 8px;padding-left:20px}.doctor-profile__section-text.prose li{margin-bottom:4px}.doctor-profile__section-text.prose strong{color:var(--navy);font-weight:600}.doctor-profile__section-text.prose em{font-style:italic}.doctor-profile__section-text.prose a{color:var(--gold);text-decoration:underline}.doctor-profile__actions{margin-top:40px}@media (width<=900px){.doctor-profile__inner{grid-template-columns:1fr}.doctor-profile__photo-col{max-width:320px;margin:0 auto;position:static}.doctor-profile__photo{aspect-ratio:3/4}.doctor-profile__body{text-align:left}}@media (width<=560px){.doctor-profile__photo-col{max-width:100%}}.error-page{min-height:calc(100vh - var(--header-h));padding:80px var(--pad-x);margin-top:var(--header-h);background:var(--bg-off);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.error-page__watermark{letter-spacing:-.06em;color:#0000;-webkit-text-stroke:2px #b08d5721;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0;justify-content:center;align-items:center;font-size:clamp(220px,32vw,420px);font-weight:900;line-height:1;display:flex;position:absolute;inset:0}.error-page__content{z-index:1;text-align:center;max-width:560px;position:relative}.error-page__badge{align-items:center;gap:10px;margin-bottom:28px;display:inline-flex}.error-page__badge:before,.error-page__badge:after{content:"";background:var(--gold);width:32px;height:1px;display:block}.error-page__badge-text{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:11px;font-weight:700}.error-page__code{color:var(--navy);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(64px,10vw,96px);font-weight:900;line-height:1}.error-page__title{color:var(--navy);margin-bottom:16px;font-size:clamp(22px,3.5vw,32px);font-weight:800}.error-page__desc{color:var(--navy-soft);margin-bottom:44px;font-size:16px;line-height:1.75}.error-page__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.error-page__home{background:var(--navy);color:#fff;border-radius:6px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .3s;display:inline-flex}.error-page__home:hover{background:var(--gold)}.error-page__back{border:1.5px solid var(--navy);color:var(--navy);border-radius:6px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;transition:border-color .3s,color .3s;display:inline-flex}.error-page__back:hover{border-color:var(--gold);color:var(--gold)}.error-page__decoration{pointer-events:none;z-index:0;position:absolute}.error-page__decoration--tl{border:1.5px solid #b08d571a;border-radius:50%;width:280px;height:280px;top:-40px;left:-40px}.error-page__decoration--br{border:1.5px solid #b08d5714;border-radius:50%;width:360px;height:360px;bottom:-60px;right:-60px}@media (width<=560px){.error-page__watermark{font-size:52vw}.error-page__actions{flex-direction:column;align-items:center}.error-page__home,.error-page__back{justify-content:center;width:100%}}.equipment-page{max-width:var(--max-w);padding:clamp(60px, 7vw, 100px) var(--pad-x);flex-direction:column;gap:0;margin:0 auto;display:flex}.equipment-card{border-bottom:1px solid var(--border);grid-template-columns:360px 1fr;align-items:center;gap:48px;padding:48px 0;display:grid}.equipment-card:first-child{padding-top:0}.equipment-card:last-child{border-bottom:none;padding-bottom:0}.equipment-card:nth-child(2n){grid-template-columns:1fr 360px}.equipment-card:nth-child(2n) .equipment-card__img-wrap{order:2}.equipment-card:nth-child(2n) .equipment-card__body{order:1}@media (width<=860px){.equipment-card{grid-template-columns:1fr!important}.equipment-card .equipment-card__img-wrap{order:-1!important}.equipment-card .equipment-card__body{order:0!important}}.equipment-card__img-wrap{background:var(--bg-off);border-radius:16px;overflow:hidden}.equipment-card__img-wrap img{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;transition:transform .4s;display:block}.equipment-card__img-wrap:hover img{transform:scale(1.03)}.equipment-card__body{flex-direction:column;gap:12px;display:flex}.equipment-card__name{color:var(--navy);margin:0;font-size:clamp(20px,2.5vw,26px);font-weight:100;line-height:1.2}.equipment-card__meta{color:var(--gold);align-items:center;gap:8px;margin:0;font-size:13px;font-weight:600;display:flex}.equipment-card__meta-sep{color:var(--border)}.equipment-card__desc{color:var(--navy-soft);text-align:justify;margin:4px 0 0;font-size:15px;line-height:1.7}.equipment-card__features{flex-wrap:wrap;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.equipment-card__features li{color:var(--navy);background:var(--bg-off);border:1px solid var(--border);white-space:nowrap;border-radius:20px;padding:4px 14px;font-size:12px;font-weight:600}.results-page{max-width:var(--max-w);padding:clamp(60px, 7vw, 100px) var(--pad-x);flex-direction:column;gap:0;margin:0 auto;display:flex}.results-card{border-bottom:1px solid var(--border);grid-template-columns:480px 1fr;align-items:center;gap:48px;padding:48px 0;display:grid}.results-card:first-child{padding-top:0}.results-card:last-child{border-bottom:none;padding-bottom:0}.results-card:nth-child(2n){grid-template-columns:1fr 480px}.results-card:nth-child(2n) .results-card__media{order:2}.results-card:nth-child(2n) .results-card__body{order:1}@media (width<=860px){.results-card{grid-template-columns:1fr!important}.results-card .results-card__media{order:-1!important}.results-card .results-card__body{order:0!important}}.results-card__media{border-radius:16px;flex-direction:column;gap:12px;display:flex;overflow:hidden}.results-card__media img{-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:100%;display:block}.results-card__video{background:#000;border-radius:16px;width:100%;display:block}.results-card__body{flex-direction:column;gap:14px;display:flex}.results-card__name{color:var(--navy);margin:0;font-size:clamp(20px,2.5vw,26px);font-weight:100;line-height:1.2}.results-card__desc{color:var(--navy-soft);text-align:justify;margin:0;font-size:15px;line-height:1.7}.news-list-page{max-width:var(--max-w);padding:clamp(60px, 7vw, 100px) var(--pad-x);margin:0 auto}.news-list-page__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (width<=900px){.news-list-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.news-list-page__grid{grid-template-columns:1fr}}.news-list-page__pagination{justify-content:center;margin-top:56px;display:flex}.news-card{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.news-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #27344b1a}.news-card__img-wrap{aspect-ratio:9/10;display:block;overflow:hidden}.news-card__img-wrap img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.news-card__img-wrap:hover img{transform:scale(1.04)}.news-card__body{flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.news-card__date{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);font-size:12px;font-weight:600}.news-card__title{color:var(--navy);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:17px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.news-card__title a{color:inherit;transition:color .2s}.news-card__title a:hover{color:var(--gold)}.news-card__link{color:var(--navy);border-bottom:1px solid var(--navy);align-self:flex-start;margin-top:auto;padding-bottom:2px;font-size:14px;font-weight:600;transition:color .2s,border-color .2s}.news-card__link:hover{color:var(--gold);border-color:var(--gold)}.news-detail{padding:clamp(60px, 7vw, 100px) var(--pad-x);max-width:var(--max-w);margin:0 auto;padding-bottom:0}.news-detail__inner{grid-template-columns:460px 1fr;align-items:start;gap:clamp(40px,5vw,80px);padding:clamp(80px,9vw,100px) 0;display:grid}.news-detail__img-col{top:calc(var(--header-h) + 32px);position:sticky}.news-detail__body{min-width:0}.news-detail__img{aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;border-radius:20px;width:100%;display:block}.news-detail__date{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:13px;font-weight:600;display:block}.news-detail__title{font-family:var(--font-body);color:var(--navy);letter-spacing:-.02em;margin-bottom:32px;font-size:clamp(26px,3.5vw,40px);font-weight:100;line-height:1.15}.news-detail__content{color:var(--navy-soft);margin-bottom:40px;font-size:16px;line-height:1.75}.news-detail__content p{text-align:justify;margin-bottom:1.2em}.news-detail__content h2,.news-detail__content h3{color:var(--navy);margin:1.6em 0 .6em;font-weight:700}.news-detail__content ul,.news-detail__content ol{margin-bottom:1.2em;padding-left:1.4em}.news-detail__content li{margin-bottom:.4em}.news-detail__content strong{color:var(--navy)}.news-detail__back{color:var(--navy);border-bottom:1px solid var(--navy);padding-bottom:2px;font-size:14px;font-weight:600;transition:color .2s,border-color .2s}.news-detail__back:hover{color:var(--gold);border-color:var(--gold)}@media (width<=900px){.news-detail__inner{grid-template-columns:1fr}.news-detail__title{font-family:var(--font-body);font-size:clamp(24px,3.5vw,40px)}.news-detail__img-col{max-width:420px;position:static}.news-detail__img{aspect-ratio:16/9}}
