:root{--ink:#1e2639;--muted:#717887;--paper:#fbfaf7;--panel:#f1f5f8;--soft:#e8efe8;--gold:#c8b68c;--green:#829f93;--white:#fff;--line:rgba(30,38,57,.14);--shadow:0 28px 90px rgba(30,38,57,.12);--ease:cubic-bezier(.3,.86,.36,.95);--serif:"Cormorant Garamond",Georgia,serif;--sans:Inter,Arial,sans-serif}*{box-sizing:border-box}html{font-size:10px;scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:1.7rem;line-height:1.45;-webkit-font-smoothing:antialiased}body.menu-open,body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,textarea{font:inherit}button{cursor:pointer}.container{width:calc(100% - 4rem);max-width:150rem;margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:70;padding:1.8rem 0;transition:background .45s var(--ease),box-shadow .45s var(--ease),padding .45s var(--ease)}.site-header.is-scrolled{padding:1rem 0;background:rgba(251,250,247,.82);backdrop-filter:blur(18px);box-shadow:0 12px 48px rgba(30,38,57,.08)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem}.logo img{width:12.8rem;mix-blend-mode:multiply}.top-nav{justify-self:center;display:flex;gap:2.4rem;color:rgba(30,38,57,.72);font-size:1.52rem;font-weight:500}.top-nav a{position:relative}.top-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-.45rem;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .45s var(--ease)}.top-nav a:hover:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;align-items:center;gap:1rem}.phone-link,.button{min-height:4.8rem;padding:0 2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.7);font-weight:600;transition:transform .35s var(--ease),background .35s var(--ease),color .35s var(--ease)}.button:hover,.phone-link:hover{transform:translateY(-2px);background:var(--white)}.button--dark{background:var(--ink);color:var(--white);border-color:var(--ink)}.burger{width:5rem;height:5rem;border:1px solid rgba(130,159,147,.35);border-radius:50%;display:grid;place-content:center;background:linear-gradient(135deg,rgba(130,159,147,.22),rgba(200,182,140,.26));color:var(--ink);box-shadow:0 10px 28px rgba(130,159,147,.18)}.burger span{display:block;width:2rem;height:2px;margin:.26rem 0;border-radius:10px;background:linear-gradient(90deg,var(--green),var(--gold));transition:transform .35s var(--ease),opacity .35s var(--ease)}body.menu-open .burger span:nth-child(1){transform:translateY(.72rem) rotate(45deg)}body.menu-open .burger span:nth-child(2){opacity:0}body.menu-open .burger span:nth-child(3){transform:translateY(-.72rem) rotate(-45deg)}.site-menu{position:fixed;inset:0;z-index:60;display:grid;grid-template-columns:1.1fr .9fr;background:var(--panel);transform:translateX(-105%);transition:transform .72s var(--ease)}body.menu-open .site-menu{transform:translateX(0)}.site-menu__main,.site-menu__side{padding:clamp(10rem,10vw,15rem) clamp(2.4rem,7vw,11rem) 5rem;min-height:100dvh}.site-menu__main{display:flex;flex-direction:column;justify-content:space-between;gap:4rem}.site-menu__links{display:grid;gap:.7rem;font-family:var(--serif);font-size:clamp(4.2rem,5.5vw,8.4rem);line-height:.9}.site-menu__links a{width:fit-content;transition:transform .35s var(--ease),color .35s var(--ease)}.site-menu__links a:hover{transform:translateX(1rem);color:var(--green)}.site-menu__side{background:var(--white);display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;font-size:clamp(2rem,2vw,3.2rem);font-family:var(--serif)}.socials{display:flex;flex-wrap:wrap;gap:1rem}.pill{white-space:normal}.socials a{min-height:4.2rem;padding:0 1.6rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.65);font-size:1.4rem;font-family:var(--sans);font-weight:600}.hero{position:relative;min-height:72rem;padding:14rem 0 7rem;display:grid;align-items:end;overflow:hidden}.hero--home{min-height:100svh;background:linear-gradient(135deg,#fbfaf7 0%,#eef5f1 62%,#f5ecda 100%)}.hero--compact{min-height:52rem}.hero__grid{min-width:0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(28rem,.95fr);gap:4rem;align-items:end}.hero__image{position:relative;min-height:54rem}.hero__image img{position:absolute;right:3vw;bottom:-4rem;width:min(48vw,58rem);filter:drop-shadow(0 38px 50px rgba(30,38,57,.18));animation:float 6s ease-in-out infinite}.hero__image:before{content:"";position:absolute;right:8%;bottom:4%;width:62%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.56);box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}@keyframes float{0%,100%{transform:translate3d(0,0,0) rotate(-2deg)}50%{transform:translate3d(0,-1.8rem,0) rotate(1deg)}}.eyebrow{display:inline-flex;align-items:center;gap:1rem;margin-bottom:2.2rem;color:var(--muted);font-size:1.15rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:4.8rem;height:1px;background:currentColor;opacity:.5}h1,h2,h3{margin:0;font-family:var(--serif);font-weight:500;line-height:.94;letter-spacing:0}h1{font-size:clamp(6rem,10vw,15rem);max-width:12ch}h2{font-size:clamp(4.6rem,7vw,10rem);max-width:12ch}h3{font-size:clamp(3rem,3.8vw,5.4rem);line-height:1}.lead{margin-top:2.6rem;max-width:min(72rem,100%);color:rgba(30,38,57,.76);font-size:clamp(2rem,2vw,2.8rem)}.copy{max-width:66rem;color:var(--muted);font-size:clamp(1.7rem,1.4vw,2.1rem)}.hero__meta{max-width:100%;display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem}.pill{max-width:100%;min-height:4.2rem;padding:0 1.6rem;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.58);backdrop-filter:blur(12px);font-size:1.35rem;font-weight:600}.section{padding:clamp(7rem,9vw,14rem) 0}.section--soft{background:var(--panel)}.section-head{display:grid;grid-template-columns:1fr minmax(28rem,52rem);gap:4rem;align-items:end;margin-bottom:clamp(4rem,6vw,8rem)}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.card,.soft-card{padding:clamp(2.4rem,4vw,4.8rem);background:var(--white);box-shadow:var(--shadow);border-radius:.8rem}.soft-card{background:var(--panel);box-shadow:none;border:1px solid var(--line)}.stack{display:grid;gap:1.4rem}.muted{color:var(--muted)}.media-grid{display:grid;grid-template-columns:1.1fr .8fr 1fr;gap:1.6rem}.media-grid figure{position:relative;margin:0;min-height:36rem;overflow:hidden;background:var(--white)}.media-grid figure:nth-child(2){margin-top:6rem}.media-grid figure:nth-child(3){margin-top:12rem}.media-grid img{width:100%;height:100%;min-height:inherit;object-fit:cover;transition:transform 1.1s var(--ease)}.media-grid figure:hover img{transform:scale(1.04)}.media-grid figcaption{position:absolute;left:1.6rem;bottom:1.6rem;padding:.8rem 1.1rem;background:rgba(255,255,255,.74);backdrop-filter:blur(14px);font-size:1.3rem}.service-row{display:grid;grid-template-columns:minmax(24rem,.9fr) 1fr auto;gap:3rem;align-items:center;padding:3.4rem 0;border-top:1px solid var(--line)}.service-row:last-child{border-bottom:1px solid var(--line)}.number{display:block;margin-bottom:1rem;color:var(--muted);font-size:1.2rem;font-weight:700}.price-list{display:grid;margin:2rem 0 4rem;border-top:1px solid var(--line)}.price-list div{display:grid;grid-template-columns:1fr auto;gap:2rem;padding:1.6rem 0;border-bottom:1px solid var(--line)}.doctor-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;background:var(--white);box-shadow:var(--shadow);border-radius:.8rem}.doctor-card img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top}.doctor-card__body{display:grid;gap:1.2rem;padding:2.4rem}.doctor-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.doctor-gallery img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top;border-radius:.8rem}.accordion{display:grid;gap:1rem}.accordion__item{border:1px solid var(--line);border-radius:.8rem;background:var(--white);overflow:hidden}.accordion__button{width:100%;padding:1.8rem 2rem;border:0;background:transparent;display:flex;justify-content:space-between;align-items:center;text-align:left;font-weight:700}.accordion__button span:last-child{width:2.2rem;height:1.5rem;position:relative}.accordion__button span:last-child:before,.accordion__button span:last-child:after{content:"";position:absolute;left:0;right:0;height:2px;background:var(--green)}.accordion__button span:last-child:before{top:0}.accordion__button span:last-child:after{bottom:0}.accordion__content{display:none;padding:0 2rem 2rem}.accordion__item.is-open .accordion__content{display:block}.ba-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.ba-card{background:var(--white);box-shadow:var(--shadow);border-radius:.8rem;overflow:hidden}.ba{--pos:50%;position:relative;aspect-ratio:1.28/1;overflow:hidden;background:var(--panel)}.ba img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ba__before{clip-path:inset(0 calc(100% - var(--pos)) 0 0)}.ba__line{position:absolute;top:0;bottom:0;left:var(--pos);width:3px;background:linear-gradient(var(--green),var(--gold));transform:translateX(-1.5px);pointer-events:none}.ba__line:after{content:"↔";position:absolute;top:50%;left:50%;width:5.2rem;height:5.2rem;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--white);transform:translate(-50%,-50%);font-size:1.8rem;box-shadow:0 10px 28px rgba(30,38,57,.22)}.ba input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.ba__label{position:absolute;left:1.2rem;top:1.2rem;padding:.7rem 1rem;border-radius:999px;background:rgba(30,38,57,.82);color:var(--white);font-size:1.2rem;font-weight:800;letter-spacing:.08em}.ba-card__body{padding:2.2rem;display:grid;gap:.8rem}.review-card{position:relative;min-height:26rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;transition:transform .35s var(--ease)}.review-card:hover{transform:translateY(-4px)}.review-card:after{content:"Открыть источник";color:var(--green);font-weight:700}.review-card p{font-family:var(--serif);font-size:clamp(2.6rem,3vw,4.2rem);line-height:1.05}.contacts-media img{width:100%;height:100%;min-height:42rem;object-fit:cover;border-radius:.8rem}.map-frame{width:100%;height:46rem;border:0;border-radius:.8rem;background:var(--panel);box-shadow:var(--shadow)}.doc-list{display:grid;gap:1rem}.doc-list a,.doc-list div{padding:2rem;border:1px solid var(--line);border-radius:.8rem;background:var(--white);display:flex;justify-content:space-between;gap:2rem}.form{display:grid;gap:1.4rem}.form label{display:grid;gap:.65rem;color:var(--muted);font-size:1.35rem;font-weight:700}.form input,.form textarea{width:100%;border:1px solid var(--line);border-radius:.8rem;background:var(--white);padding:1.4rem 1.6rem;color:var(--ink)}.form textarea{min-height:10rem;resize:vertical}.check{grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important}.modal{position:fixed;inset:0;z-index:100;display:none}.modal.is-open{display:block}.modal__shade{position:absolute;inset:0;background:rgba(30,38,57,.42);backdrop-filter:blur(6px)}.modal__panel{position:absolute;right:0;top:0;bottom:0;width:min(100%,56rem);overflow:auto;background:var(--paper);padding:clamp(3rem,6vw,6rem);box-shadow:var(--shadow);animation:panelIn .45s var(--ease)}@keyframes panelIn{from{transform:translateX(100%)}to{transform:none}}.modal__close{position:absolute;right:2rem;top:2rem;width:4.4rem;height:4.4rem;border:1px solid var(--line);border-radius:50%;background:var(--white);font-size:3rem}@keyframes fillScreen{to{transform:translateY(0)}}@keyframes drainScreen{from{transform:translateY(0)}to{transform:translateY(-100%)}}.reveal{opacity:0;transform:translateY(4rem);transition:opacity .85s var(--ease),transform .85s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.footer{padding:7rem 0 3rem;background:var(--white);border-top:1px solid var(--line)}.footer__grid{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem}.footer__logo{width:23rem;mix-blend-mode:multiply;margin-bottom:2rem}.footer__contacts{display:grid;gap:1rem;font-size:clamp(1.9rem,2.2vw,3rem);font-family:var(--serif)}@media (max-width:1180px){.top-nav{display:none}.hero__grid,.section-head,.grid-2,.grid-3,.footer__grid,.ba-grid{grid-template-columns:1fr}.hero__image{min-height:32rem}.hero__image img{width:min(78vw,44rem);right:0}.media-grid{grid-template-columns:1fr}.media-grid figure,.media-grid figure:nth-child(2),.media-grid figure:nth-child(3){margin-top:0}.service-row{grid-template-columns:1fr}.site-menu{grid-template-columns:1fr}.site-menu__side{min-height:auto;padding-top:4rem}.doctor-gallery{grid-template-columns:1fr 1fr}}@media (max-width:640px){.container{width:calc(100% - 2.4rem);max-width:150rem}.site-header__inner{display:flex;justify-content:space-between}.header-actions{display:flex;position:fixed;right:1.2rem;top:1.6rem;z-index:90}.burger{display:grid!important;flex:0 0 5rem;background:#e8efe8;border-color:#829f93;box-shadow:0 8px 20px rgba(30,38,57,.18)}.phone-link{display:none}.logo img{width:10.8rem}.hero{min-height:58rem;padding-top:11rem}.hero--home{min-height:94svh}.hero__image img{width:88vw}.doctor-gallery{grid-template-columns:1fr}.modal__panel{width:100%}}
/* refinements 2026-05-22 */
html{background:var(--paper)}.burger{background:var(--white);border-color:rgba(130,159,147,.5);box-shadow:0 10px 28px rgba(30,38,57,.1)}.burger span{width:2.2rem;height:3px;margin:.28rem 0;background:var(--green)}body.menu-open .burger span:nth-child(1){transform:translateY(.86rem) rotate(45deg)}body.menu-open .burger span:nth-child(3){transform:translateY(-.86rem) rotate(-45deg)}.site-menu__side{justify-content:center;gap:2.4rem;font-family:var(--sans);font-size:1.6rem}.menu-contact{display:grid;gap:.65rem}.menu-contact span{color:var(--green);font-size:1.1rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.menu-contact p{margin:0;font-family:var(--serif);font-size:clamp(2.2rem,2.2vw,3.4rem);line-height:1.05}.socials a{display:inline-flex;align-items:center;gap:.8rem;color:var(--green)}.socials a svg{width:1.9rem;height:1.9rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.socials a:hover{background:var(--soft);color:var(--ink)}.hero__image img{border-radius:.8rem;box-shadow:0 28px 80px rgba(30,38,57,.16);object-fit:cover}.home-reviews{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.home-review{min-height:21rem}.home-review.is-changing{opacity:.28;transform:translateY(1rem)}.home-review-link{display:flex;min-height:21rem;flex-direction:column;justify-content:space-between;gap:1.4rem}.review-card{min-height:18rem;padding:clamp(2rem,3vw,3.2rem)}.review-card p{margin:0;font-size:clamp(2.1rem,2.1vw,3.2rem);line-height:1.12}.reviews-strip{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1.2rem}.reviews-strip .review-card{flex:0 0 min(39rem,82vw);scroll-snap-align:start}.reviews-strip::-webkit-scrollbar{height:.8rem}.reviews-strip::-webkit-scrollbar-thumb{background:var(--green);border-radius:999px}.accordion__button{gap:2rem;padding:2rem 2.2rem;font-size:clamp(1.7rem,1.5vw,2.1rem)}.accordion__button span:first-child{padding-right:1rem}.accordion__button span:last-child{flex:0 0 4rem;width:4rem;height:4rem;border:1px solid rgba(130,159,147,.45);border-radius:50%;background:var(--soft)}.accordion__button span:last-child:before,.accordion__button span:last-child:after{left:50%;right:auto;top:50%;bottom:auto;width:1.7rem;height:2px;background:var(--green);transform:translate(-50%,-50%)}.accordion__button span:last-child:after{transform:translate(-50%,-50%) rotate(90deg)}.accordion__item.is-open .accordion__button span:last-child{background:var(--green)}.accordion__item.is-open .accordion__button span:last-child:before{background:var(--white)}.accordion__item.is-open .accordion__button span:last-child:after{background:var(--white);transform:translate(-50%,-50%) rotate(90deg) scaleX(0)}.price-accordion .price-list{margin:1rem 0 0}.price-accordion .accordion__content{padding-bottom:2.4rem}.ba__line{width:4px;background:linear-gradient(180deg,var(--gold),var(--green));transform:translateX(-2px)}.ba__line:after{background:var(--white);color:var(--green);border:2px solid var(--gold);box-shadow:0 12px 32px rgba(130,159,147,.32)}.ba__label{background:rgba(130,159,147,.92);color:var(--white)}.footer__contacts{gap:1.2rem;font-family:var(--sans);font-size:clamp(1.6rem,1.3vw,1.9rem);line-height:1.35}.footer__contacts a,.footer__contacts span{padding:1.15rem 1.35rem;border-left:3px solid var(--green);border-radius:.8rem;background:var(--paper);font-weight:650}.footer__contacts .button{width:max-content;border-left:1px solid var(--line);background:var(--white)}@media (max-width:1180px){.home-reviews{grid-template-columns:1fr 1fr}.reviews-strip{width:calc(100% - 2.4rem)}}@media (max-width:640px){.burger{background:var(--white);border-color:rgba(130,159,147,.55)}.home-reviews{grid-template-columns:1fr}.site-menu__side{padding-top:3rem}.footer__contacts .button{width:100%}.hero__image img{width:84vw}}.hero--home .hero__grid>div:first-child{position:relative;z-index:2}.hero--home .hero__image{z-index:1}.hero--home .hero__image img{right:0;bottom:0;width:min(42vw,52rem)}.hero--home .hero__image:before{right:4%;bottom:10%;width:58%}@media (max-width:1180px){.hero--home .hero__image img{width:min(76vw,46rem)}}
/* refinements 2026-05-25 */
.eyebrow{letter-spacing:0}.hero--home{min-height:88svh;padding:11.5rem 0 5rem;align-items:center}.hero--home .hero__grid{align-items:center}.hero__image--duo{min-height:48rem;isolation:isolate}.hero__image--duo:before{display:none}.hero__cutout{position:absolute;object-fit:cover;border-radius:0!important;box-shadow:none!important;mix-blend-mode:multiply;filter:drop-shadow(0 32px 36px rgba(30,38,57,.16));animation:float 7s ease-in-out infinite}.hero__cutout--main{right:0;bottom:0;width:min(45vw,61rem);clip-path:ellipse(48% 46% at 50% 52%)}.hero__cutout--small{right:min(31vw,38rem);bottom:4rem;width:min(24vw,30rem);clip-path:ellipse(49% 48% at 51% 50%);animation-delay:-2.4s;opacity:.92}.about-showcase{display:grid;grid-template-columns:minmax(28rem,.72fr) minmax(0,1fr);gap:2rem;align-items:stretch}.about-photo{margin:0;min-height:44rem;border-radius:.8rem;overflow:hidden;background:var(--white);box-shadow:var(--shadow)}.about-photo img{width:100%;height:100%;object-fit:cover}.about-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.section-head--with-art{grid-template-columns:1fr minmax(28rem,48rem) minmax(10rem,14rem)}.section-accent{justify-self:end;align-self:end;position:relative;width:12.8rem;aspect-ratio:1;border:1px solid rgba(130,159,147,.28);border-radius:50%;background:rgba(255,255,255,.62);box-shadow:0 22px 60px rgba(30,38,57,.09);overflow:hidden}.section-accent span,.section-accent i,.section-accent b{position:absolute;display:block;border-radius:999px}.section-accent span{inset:2.4rem;border:1px solid rgba(130,159,147,.55);animation:accentSpin 9s linear infinite}.section-accent i{width:2.8rem;height:2.8rem;left:2.2rem;top:3.2rem;background:var(--green);box-shadow:5.2rem 3.6rem 0 var(--gold);animation:accentPulse 3.2s ease-in-out infinite}.section-accent b{left:3rem;right:3rem;bottom:3.4rem;height:.45rem;background:linear-gradient(90deg,var(--green),var(--gold));animation:accentLine 2.8s var(--ease) infinite}.section-accent--team i{left:3rem;top:2.9rem;box-shadow:3.4rem 0 0 var(--gold),1.7rem 4.2rem 0 rgba(130,159,147,.5)}.section-accent--contact b{height:2.4rem;width:4.8rem;left:4rem;bottom:3.2rem;border:.35rem solid var(--green);background:transparent;border-radius:.6rem}.section-accent--contact b:after{content:"";position:absolute;left:50%;top:-1.2rem;width:1.5rem;height:1.5rem;border-left:.35rem solid var(--green);border-top:.35rem solid var(--green);transform:translateX(-50%) rotate(45deg);background:var(--white)}@keyframes accentSpin{to{transform:rotate(360deg)}}@keyframes accentPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-.9rem) scale(.92)}}@keyframes accentLine{0%,100%{transform:scaleX(.58);transform-origin:left}50%{transform:scaleX(1);transform-origin:left}}.hero .container{position:relative}.hero__accent-wrap{position:absolute;right:0;bottom:0}.service-row--visual{grid-template-columns:minmax(24rem,.82fr) minmax(20rem,1fr) minmax(12rem,18rem) auto}.service-thumb{margin:0;justify-self:center;width:min(18rem,100%);aspect-ratio:1.28/1;display:grid;place-items:center;overflow:visible}.service-thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 18px 24px rgba(30,38,57,.12));animation:float 6.5s ease-in-out infinite}.doctor-profile-grid{align-items:start}.doctor-profile-grid>.soft-card{position:sticky;top:10rem;align-self:start;min-height:0;border-color:rgba(130,159,147,.26);background:linear-gradient(135deg,#fff,#f4f8f5);box-shadow:0 20px 70px rgba(30,38,57,.08)}.doctor-profile-grid>.soft-card h3:before{content:"";display:block;width:4.4rem;height:4.4rem;margin-bottom:1.2rem;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--gold));box-shadow:0 12px 28px rgba(130,159,147,.24)}.spec-groups{display:grid;gap:1rem}.spec-group{border:1px solid rgba(130,159,147,.28);border-radius:.8rem;background:rgba(251,250,247,.72);overflow:hidden}.spec-group summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.4rem;padding:1.35rem 1.5rem;font-weight:750;cursor:pointer}.spec-group summary::-webkit-details-marker{display:none}.spec-group summary i{position:relative;flex:0 0 3.2rem;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--soft)}.spec-group summary i:before,.spec-group summary i:after{content:"";position:absolute;left:50%;top:50%;width:1.4rem;height:2px;background:var(--green);transform:translate(-50%,-50%)}.spec-group summary i:after{transform:translate(-50%,-50%) rotate(90deg)}.spec-group[open] summary i{background:var(--green)}.spec-group[open] summary i:before{background:var(--white)}.spec-group[open] summary i:after{background:var(--white);transform:translate(-50%,-50%) rotate(90deg) scaleX(0)}.spec-group ul{margin:0;padding:0 1.7rem 1.5rem 3.4rem;color:var(--muted)}.accordion__content{display:block;max-height:0;overflow:hidden;padding:0 2rem;transition:max-height .58s var(--ease),padding .58s var(--ease)}.accordion__item.is-open .accordion__content{padding:0 2rem 2rem}.reviews-strip{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding-bottom:0}.reviews-strip::-webkit-scrollbar{display:none}.reviews-strip .review-card{flex:0 0 calc((100% - 4.8rem)/3.85);scroll-snap-align:start}.footer{background:linear-gradient(180deg,#fff 0%,#f6f8f4 100%)}.footer__contacts{gap:1.4rem}.footer__contacts a,.footer__contacts span{border-left:0;border:1px solid rgba(130,159,147,.2);background:rgba(255,255,255,.72);box-shadow:0 12px 34px rgba(30,38,57,.05)}.footer__contacts a{font-size:clamp(2rem,2vw,2.8rem);font-family:var(--serif);line-height:1}.footer__contacts .button{border:1px solid var(--ink);background:var(--ink);color:var(--white);box-shadow:0 16px 40px rgba(30,38,57,.16)}.footer .socials{margin-top:2rem}.footer .socials a{width:5.8rem;height:5.8rem;min-height:5.8rem;padding:0;justify-content:center;border-radius:50%;background:var(--ink);color:var(--white);border-color:var(--ink)}.footer .socials a span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.footer .socials a svg{width:2.5rem;height:2.5rem}@media (max-width:1180px){.hero--home{min-height:auto}.hero__image--duo{min-height:34rem}.hero__cutout--main{width:min(78vw,48rem)}.hero__cutout--small{right:min(48vw,26rem);width:min(38vw,24rem)}.about-showcase,.about-cards,.section-head--with-art{grid-template-columns:1fr}.section-accent,.hero__accent-wrap{display:none}.service-row--visual{grid-template-columns:1fr}.service-thumb{justify-self:start;width:min(22rem,70vw)}.doctor-profile-grid>.soft-card{position:static}.reviews-strip .review-card{flex-basis:min(39rem,82vw)}}@media (max-width:640px){.hero--home{padding-top:10rem}.hero__image--duo{min-height:30rem}.hero__cutout--main{width:88vw}.hero__cutout--small{right:48vw;width:36vw}.about-photo{min-height:30rem}.footer .socials a{width:5.4rem;height:5.4rem;min-height:5.4rem}}

.price-accordion .accordion__content{padding:0 2rem}.price-accordion .accordion__item.is-open .accordion__content{padding:0 2rem 2.4rem}

.hero--home .hero__image.hero__image--duo{min-height:46rem;overflow:visible}.hero--home .hero__image.hero__image--duo:before{display:none}.hero--home .hero__image.hero__image--duo img{right:auto;bottom:auto;width:auto;border-radius:0!important;box-shadow:none!important}.hero--home .hero__image.hero__image--duo .hero__cutout{mix-blend-mode:normal;object-fit:cover;filter:drop-shadow(0 24px 34px rgba(30,38,57,.14));-webkit-mask-image:radial-gradient(ellipse at center,#000 58%,rgba(0,0,0,.72) 68%,transparent 78%);mask-image:radial-gradient(ellipse at center,#000 58%,rgba(0,0,0,.72) 68%,transparent 78%)}.hero--home .hero__image.hero__image--duo .hero__cutout--main{right:0;bottom:.6rem;width:min(38vw,48rem);height:38rem;clip-path:none}.hero--home .hero__image.hero__image--duo .hero__cutout--small{left:0;top:4.5rem;width:min(22vw,26rem);height:24rem;clip-path:none;opacity:.92}.hero--home .hero__image.hero__image--duo .hero__cutout--small{animation-delay:-2.4s}@media (max-width:1180px){.hero--home .hero__image.hero__image--duo .hero__cutout--main{width:min(76vw,44rem);height:30rem}.hero--home .hero__image.hero__image--duo .hero__cutout--small{width:min(38vw,22rem);height:18rem;top:1rem}}@media (max-width:640px){.hero--home .hero__image.hero__image--duo .hero__cutout--main{width:88vw;height:24rem}.hero--home .hero__image.hero__image--duo .hero__cutout--small{width:40vw;height:14rem}}

.about-showcase .about-cards{grid-template-columns:1fr}.about-showcase .about-cards h3{font-size:clamp(3rem,3vw,4.4rem)}.about-showcase .about-cards .card{padding:clamp(2.2rem,3vw,3.6rem)}

.service-thumb img{-webkit-mask-image:radial-gradient(ellipse at center,#000 62%,rgba(0,0,0,.72) 74%,transparent 86%);mask-image:radial-gradient(ellipse at center,#000 62%,rgba(0,0,0,.72) 74%,transparent 86%)}

/* refinements 2026-05-25 feedback */
.section--compact-bottom{padding-bottom:clamp(4.5rem,5vw,7rem)}
.walk-cta{margin-top:1.4rem}
.section-photo{justify-self:end;align-self:end;margin:0;width:min(18rem,100%);aspect-ratio:1;position:relative;overflow:visible}
.section-photo img,.service-hero-art img{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none;filter:drop-shadow(0 24px 34px rgba(30,38,57,.13));-webkit-mask-image:radial-gradient(ellipse at center,#000 58%,rgba(0,0,0,.76) 70%,transparent 84%);mask-image:radial-gradient(ellipse at center,#000 58%,rgba(0,0,0,.76) 70%,transparent 84%);animation:photoBreathe 7s ease-in-out infinite}
.section-photo--walk{width:min(17rem,100%)}
.section-photo--team{width:min(18.5rem,100%)}
.hero__accent-wrap.section-photo{position:absolute;right:0;bottom:-1rem}
@keyframes photoBreathe{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-.8rem,0) scale(1.025)}}
.hero--service{align-items:center}
.hero--service .hero__grid{align-items:center}
.service-hero-art{justify-self:end;margin:0;width:min(38vw,45rem);height:min(38vw,45rem);position:relative}
.service-hero-art:before{content:"";position:absolute;inset:14% 4% 8% 10%;border-radius:50%;background:rgba(255,255,255,.54);filter:blur(.2rem)}
.service-hero-art img{position:relative;z-index:1}
.doctor-profile-grid>.soft-card h3:before{border-radius:0;background:var(--green);box-shadow:0 12px 28px rgba(130,159,147,.24);-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 7c-5-3-15-4-21 3-7 8-3 21 1 30 3 8 5 17 12 17 4 0 5-5 6-10 1-4 2-7 5-7s4 3 5 7c1 5 2 10 6 10 7 0 9-9 12-17 4-9 8-22 1-30-6-7-16-6-21-3-3 2-3 2-6 0Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 7c-5-3-15-4-21 3-7 8-3 21 1 30 3 8 5 17 12 17 4 0 5-5 6-10 1-4 2-7 5-7s4 3 5 7c1 5 2 10 6 10 7 0 9-9 12-17 4-9 8-22 1-30-6-7-16-6-21-3-3 2-3 2-6 0Z'/%3E%3C/svg%3E") center/contain no-repeat}
.reviews-strip{overscroll-behavior-x:contain}
@media (max-width:1180px){.section-photo,.hero__accent-wrap.section-photo{display:block;justify-self:start;width:min(24rem,68vw);position:relative;right:auto;bottom:auto}.service-hero-art{justify-self:start;width:min(44rem,76vw);height:min(34rem,64vw)}}
@media (max-width:640px){.walk-cta{margin-top:1rem}.service-hero-art{width:88vw;height:26rem}.section-photo{width:min(20rem,58vw)}}

/* refinements 2026-05-25 final feedback */


body.home-page .section{padding:clamp(5.2rem,5.8vw,8.8rem) 0}
body.home-page .section-head{margin-bottom:clamp(2.8rem,3.8vw,5.2rem)}
body.home-page .section--compact-bottom{padding-bottom:clamp(3.6rem,4.2vw,5.8rem)}
body.home-page .hero--home{min-height:82svh;padding-bottom:3.8rem}
.button,.phone-link{position:relative;overflow:hidden;isolation:isolate;box-shadow:0 10px 26px rgba(30,38,57,.06);transition:transform .42s var(--ease),background .42s var(--ease),color .42s var(--ease),border-color .42s var(--ease),box-shadow .42s var(--ease)}
.button:before,.phone-link:before{content:"";position:absolute;inset:-2px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.42) 44%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.42) 56%,transparent 100%);transform:translateX(-125%) skewX(-16deg);transition:transform .72s var(--ease);z-index:0;pointer-events:none}
.button:hover,.phone-link:hover{transform:translateY(-3px);background:var(--white);color:var(--ink);border-color:rgba(130,159,147,.45);box-shadow:0 18px 44px rgba(30,38,57,.12)}
.button:hover:before,.phone-link:hover:before{transform:translateX(125%) skewX(-16deg)}
.button:active,.phone-link:active{transform:translateY(0) scale(.97);box-shadow:0 8px 20px rgba(30,38,57,.11);transition-duration:.16s}
.button--dark:hover{background:linear-gradient(135deg,#6f8d80,#1e2639);color:var(--white);border-color:#6f8d80}
.button--dark:focus-visible,.button:focus-visible,.phone-link:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.button:not(:hover):not(:active):not(:disabled){animation:buttonIdle 5.8s ease-in-out infinite}
@keyframes buttonIdle{0%,88%,100%{box-shadow:0 10px 26px rgba(30,38,57,.06)}92%{box-shadow:0 14px 34px rgba(130,159,147,.18)}}
.reveal{transition-duration:1.05s;transition-timing-function:cubic-bezier(.22,1,.36,1)}
.reveal.is-visible:not(.animate__animated){animation:animateFadeInUp .9s cubic-bezier(.22,1,.36,1) both}
@keyframes animateFadeInUp{0%{opacity:0;transform:translate3d(0,3.2rem,0)}100%{opacity:1;transform:translateZ(0)}}
.section-photo,.service-hero-art{width:min(28rem,100%);overflow:visible;background:transparent}
.section-photo img,.service-hero-art img{object-fit:cover;box-shadow:none!important;filter:drop-shadow(0 34px 42px rgba(30,38,57,.14));-webkit-mask-image:radial-gradient(ellipse at center,#000 66%,rgba(0,0,0,.78) 77%,transparent 91%);mask-image:radial-gradient(ellipse at center,#000 66%,rgba(0,0,0,.78) 77%,transparent 91%)}
.section-photo--walk{width:min(29rem,100%)}
.section-photo--team{width:min(31rem,100%)}
.hero__accent-wrap.section-photo{right:clamp(1rem,5vw,8rem);bottom:-1.5rem}
.service-hero-art{width:min(45vw,58rem);height:min(42vw,52rem)}
.service-hero-art:before{display:none}
.service-hero-art img{width:100%;height:100%}
.site-menu__side{background:linear-gradient(145deg,#fff 0%,#f4f8f5 100%);box-shadow:inset 1px 0 0 rgba(130,159,147,.18)}
.menu-contact{padding:1.4rem 0;border-bottom:1px solid rgba(130,159,147,.18)}
.menu-contact p{font-size:clamp(2rem,1.8vw,3rem);line-height:1.12}
body.reviews-page .hero{min-height:48rem;padding-bottom:2.6rem}
body.reviews-page main>.section{padding-top:1.8rem}
body.reviews-page .reviews-strip{margin-top:0}
.review-card{transition:transform .45s var(--ease),box-shadow .45s var(--ease),background .45s var(--ease)}
.review-card:hover{transform:translateY(-6px);box-shadow:0 32px 84px rgba(30,38,57,.16)}
.footer__contacts{font-family:var(--sans);align-content:start}
.footer__contacts span{font-size:clamp(1.45rem,1.15vw,1.75rem);line-height:1.45;font-family:var(--sans);font-weight:560}
.footer__contacts .button{font-family:var(--sans);font-size:1.55rem;font-weight:750;letter-spacing:0;background:var(--ink);color:var(--white);border-color:var(--ink)}
.footer__contacts .button:hover{background:linear-gradient(135deg,#6f8d80,#1e2639);color:var(--white)}
@media (max-width:1180px){body.home-page .section{padding:clamp(4.8rem,8vw,7rem) 0}.section-photo,.hero__accent-wrap.section-photo{width:min(30rem,72vw);margin-top:2rem}.service-hero-art{width:min(52rem,82vw);height:min(34rem,58vw)}body.reviews-page .hero{min-height:auto;padding-bottom:3rem}body.reviews-page main>.section{padding-top:2rem}}
@media (max-width:640px){body.home-page .hero--home{min-height:auto;padding-bottom:2.6rem}body.home-page .section{padding:4.4rem 0}.section-head{gap:2.2rem}.section-photo,.hero__accent-wrap.section-photo{width:min(24rem,70vw);justify-self:center;margin:1.2rem auto 0}.section-photo img,.service-hero-art img{filter:drop-shadow(0 22px 28px rgba(30,38,57,.12));-webkit-mask-image:radial-gradient(ellipse at center,#000 68%,rgba(0,0,0,.8) 79%,transparent 92%);mask-image:radial-gradient(ellipse at center,#000 68%,rgba(0,0,0,.8) 79%,transparent 92%)}.service-hero-art{width:min(32rem,86vw);height:23rem;margin:1rem auto 0}.reviews-strip .review-card{flex-basis:82vw}.footer__contacts span{font-size:1.42rem}.footer__contacts .button{width:100%;font-size:1.5rem}}
@media (max-width:640px){.hero--home .hero__image.hero__image--duo{min-height:27rem;margin-top:1.8rem}.hero--home .hero__image.hero__image--duo .hero__cutout--small{display:none}.hero--home .hero__image.hero__image--duo .hero__cutout--main{left:50%;right:auto;bottom:0;width:min(92vw,34rem);height:25rem;transform:translateX(-50%);animation:none}}

/* refinements 2026-05-26: real cutouts, denser about block, softer navigation */
section[id]{scroll-margin-top:9.4rem}





@keyframes pageCoverSoft{0%{opacity:0;transform:translate3d(0,104%,0)}12%{opacity:1}100%{opacity:1;transform:translate3d(0,0,0)}}
@keyframes pageRevealSoft{0%{opacity:1;transform:translate3d(0,0,0)}72%{opacity:1}100%{opacity:0;transform:translate3d(0,-104%,0)}}
body.home-page .hero--home{min-height:min(82svh,86rem);padding-bottom:2.8rem}
.hero--home .hero__image.hero__image--duo{min-height:52rem}
.hero--home .hero__image.hero__image--duo .hero__cutout,.section-photo img,.service-hero-art img,.service-thumb img{background:transparent!important;clip-path:none!important;-webkit-mask-image:none!important;mask-image:none!important;mix-blend-mode:normal!important;object-fit:contain}
.hero--home .hero__image.hero__image--duo .hero__cutout{height:auto!important;filter:drop-shadow(0 34px 42px rgba(30,38,57,.16));transform-origin:center bottom}
.hero--home .hero__image.hero__image--duo .hero__cutout--main{right:-2rem;bottom:-1rem;width:min(50vw,66rem);z-index:2}
.hero--home .hero__image.hero__image--duo .hero__cutout--small{left:clamp(1rem,2vw,3rem);top:1.8rem;width:min(18vw,24rem);opacity:.94;z-index:1;filter:drop-shadow(0 24px 30px rgba(30,38,57,.12))}
body.home-page .section:first-of-type{padding-top:clamp(4.4rem,4.6vw,6.8rem);padding-bottom:clamp(4.2rem,4.8vw,6.4rem)}
body.home-page .section:first-of-type .section-head{align-items:center;gap:2.6rem;margin-bottom:clamp(2rem,2.8vw,3.8rem)}
#about.section{padding-top:clamp(3.8rem,4.4vw,6.2rem);padding-bottom:clamp(3.8rem,4.6vw,6.4rem)}
#about .section-head{grid-template-columns:minmax(0,.82fr) minmax(28rem,.62fr);align-items:end;gap:2.2rem;margin-bottom:clamp(1.8rem,2.2vw,3rem)}
#about h2{font-size:clamp(4.2rem,5.2vw,7.2rem);max-width:15ch}
#about .copy{font-size:clamp(1.65rem,1.15vw,1.95rem);max-width:54rem}
.about-showcase{grid-template-columns:minmax(26rem,.58fr) minmax(0,1fr);gap:1.6rem;align-items:stretch}
.about-photo{min-height:34rem}
.about-showcase .about-cards{gap:1.4rem}
.about-showcase .about-cards .card{padding:clamp(2rem,2.5vw,3rem)}
.about-showcase .about-cards h3{font-size:clamp(2.8rem,2.7vw,4rem)}
.section-photo{aspect-ratio:auto;height:auto;width:min(36rem,100%);background:transparent!important}
.section-photo img{height:auto!important;filter:drop-shadow(0 30px 38px rgba(30,38,57,.14))}
.section-photo--walk{width:min(34rem,100%)}
.section-photo--team,.section-photo--doctor{width:min(34rem,100%)}
.section-photo--brand{width:min(44rem,100%)}
.hero__accent-wrap.section-photo{right:clamp(0rem,4vw,6rem);bottom:-2.4rem}
.service-hero-art{width:min(49vw,64rem);height:auto;aspect-ratio:auto;background:transparent!important}
.service-hero-art img{width:auto!important;max-width:100%;height:auto!important;max-height:min(52rem,62vh);filter:drop-shadow(0 34px 42px rgba(30,38,57,.14))}
@media (max-width:1180px){body.home-page .hero--home{min-height:auto}.hero--home .hero__image.hero__image--duo{min-height:38rem}.hero--home .hero__image.hero__image--duo .hero__cutout--main{width:min(78vw,54rem);right:0}.hero--home .hero__image.hero__image--duo .hero__cutout--small{width:min(30vw,22rem);left:0}#about .section-head,.about-showcase{grid-template-columns:1fr}.about-photo{min-height:30rem}.section-photo,.hero__accent-wrap.section-photo{width:min(36rem,74vw);margin-top:1.2rem}.service-hero-art{width:min(54rem,82vw)}}
@media (max-width:640px){section[id]{scroll-margin-top:7.6rem}.hero--home .hero__image.hero__image--duo{min-height:27rem}.hero--home .hero__image.hero__image--duo .hero__cutout--main{left:50%;right:auto;bottom:0;width:min(96vw,36rem);height:auto!important;transform:translateX(-50%)}.hero--home .hero__image.hero__image--duo .hero__cutout--small{display:none}.section-photo,.hero__accent-wrap.section-photo{width:min(30rem,78vw)}.section-photo--brand{width:min(32rem,82vw)}.service-hero-art{width:min(34rem,86vw);height:auto}.about-photo{min-height:24rem}}

.service-row--list{grid-template-columns:minmax(24rem,.72fr) minmax(28rem,1.18fr) auto;align-items:start}
.service-row--list p{margin:0 0 1.4rem;color:rgba(30,38,57,.76);font-size:1.65rem}
.service-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1.6rem;margin:0;padding:0;list-style:none;color:var(--muted);font-size:1.42rem}
.service-points li{position:relative;padding-left:1.8rem}
.service-points li:before{content:"";position:absolute;left:0;top:.72em;width:.68rem;height:.68rem;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--gold));box-shadow:0 0 0 .45rem rgba(130,159,147,.12)}
.doctor-hero{min-height:72rem;align-items:center}
.doctor-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(32rem,48rem);gap:clamp(3rem,6vw,8rem);align-items:center}
.doctor-gallery--carousel{position:relative;margin:0;aspect-ratio:4/5;display:block;overflow:hidden;border-radius:.8rem;background:linear-gradient(135deg,#fff,#eef5f1);box-shadow:0 34px 100px rgba(30,38,57,.16);isolation:isolate}
.doctor-gallery--carousel:before{content:"";position:absolute;inset:1.2rem;border:1px solid rgba(255,255,255,.72);border-radius:.55rem;z-index:4;pointer-events:none}
.doctor-gallery--carousel:after{content:"";position:absolute;inset:auto 0 0;height:38%;z-index:3;background:linear-gradient(0deg,rgba(30,38,57,.26),transparent);pointer-events:none}
.doctor-gallery--carousel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;opacity:0;transform:scale(1.045);animation:doctorCarousel 9s var(--ease) infinite;will-change:opacity,transform}
.doctor-gallery--carousel img:nth-child(2){animation-delay:3s}
.doctor-gallery--carousel img:nth-child(3){animation-delay:6s}
@keyframes doctorCarousel{0%{opacity:0;transform:scale(1.045) translateX(1.2rem)}7%{opacity:1;transform:scale(1.015) translateX(0)}30%{opacity:1;transform:scale(1.025) translateX(0)}38%{opacity:0;transform:scale(1.04) translateX(-1.2rem)}100%{opacity:0;transform:scale(1.045) translateX(-1.2rem)}}
@media (max-width:1180px){.service-row--list{grid-template-columns:1fr}.service-points{grid-template-columns:1fr}.doctor-hero{min-height:auto}.doctor-hero__grid{grid-template-columns:1fr}.doctor-gallery--carousel{width:min(48rem,100%)}}
@media (max-width:640px){.service-points{font-size:1.34rem}.doctor-gallery--carousel{width:100%;aspect-ratio:4/5}.doctor-hero__grid{gap:2.2rem}}
@media (prefers-reduced-motion:reduce){.doctor-gallery--carousel img{animation:none}.doctor-gallery--carousel img:first-child{opacity:1;transform:none}}

/* refinements 2026-05-27: premium PNG art and logo */
.logo{display:block;width:16.2rem;height:4.8rem;overflow:hidden}
.logo img{width:100%!important;height:100%!important;max-width:none;object-fit:cover;object-position:center;mix-blend-mode:multiply}
.footer__logo{width:min(30rem,100%);height:7.4rem;object-fit:cover;object-position:center;mix-blend-mode:multiply}
.premium-art{position:relative;isolation:isolate;overflow:visible}
.premium-art:before{content:"";position:absolute;inset:10% 2% 8%;z-index:0;border-radius:50%;background:radial-gradient(circle at 50% 46%,rgba(255,255,255,.86) 0,rgba(232,239,232,.66) 34%,rgba(200,182,140,.22) 58%,transparent 74%);filter:blur(1.8rem);opacity:.82;animation:premiumGlow 7.4s ease-in-out infinite}
.premium-art:after{content:"";position:absolute;inset:18% 12% 12%;z-index:0;border-radius:50%;border:1px solid rgba(255,255,255,.62);box-shadow:0 0 58px rgba(130,159,147,.18);opacity:.7;animation:premiumHalo 9s ease-in-out infinite}
.premium-art__image{position:relative;z-index:1;display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 34px 42px rgba(30,38,57,.14));animation:premiumFloat 7.8s var(--ease) infinite;will-change:transform,filter}
.premium-art.reveal{transform:translateY(3.2rem) scale(.985)}
.premium-art.reveal.is-visible{transform:none}
.premium-art.reveal.is-visible .premium-art__image{animation-name:premiumFloat,premiumImageIn;animation-duration:7.8s,.9s;animation-timing-function:var(--ease),var(--ease);animation-iteration-count:infinite,1}
.premium-art--home{min-height:52rem}
.premium-art--home:before{inset:8% 0 3%;filter:blur(2.4rem);opacity:.95}
.premium-art--home .premium-art__image{position:absolute!important;right:-3rem!important;bottom:-1rem!important;width:min(53vw,72rem)!important;height:auto!important;max-height:72rem;object-fit:contain!important}
.service-hero-art.premium-art{height:auto;aspect-ratio:auto}
.service-hero-art.premium-art .premium-art__image{width:100%!important;height:auto!important;max-height:min(54rem,66vh)}
.section-photo.premium-art{height:auto;aspect-ratio:auto}
.section-photo.premium-art .premium-art__image{height:auto!important;object-fit:contain!important}
.section-photo--prices{width:min(46rem,100%)}
.section-photo--cases{width:min(44rem,100%)}
.section-photo--reviews{width:min(34rem,100%)}
.section-photo--logo{width:min(58rem,100%)}
.section-photo--logo:before{inset:26% 0 18%;background:radial-gradient(ellipse at center,rgba(255,255,255,.8),rgba(200,182,140,.26) 48%,transparent 72%);filter:blur(2.2rem)}
.section-photo--logo:after{display:none}
.section-photo--logo .premium-art__image{height:min(20rem,22vw)!important;object-fit:cover!important;object-position:center!important;filter:drop-shadow(0 28px 34px rgba(30,38,57,.12))}
@keyframes premiumFloat{0%,100%{transform:translate3d(0,0,0) rotate(-1.2deg)}50%{transform:translate3d(0,-1.4rem,0) rotate(1deg)}}
@keyframes premiumGlow{0%,100%{transform:scale(.96);opacity:.68}50%{transform:scale(1.05);opacity:.92}}
@keyframes premiumHalo{0%,100%{transform:translateY(.8rem) scale(.98);opacity:.46}50%{transform:translateY(-.4rem) scale(1.03);opacity:.78}}
@keyframes premiumImageIn{0%{opacity:0;transform:translate3d(0,2.2rem,0) scale(.97)}100%{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@media (max-width:1180px){.logo{width:14.8rem;height:4.4rem}.premium-art--home{min-height:39rem}.premium-art--home .premium-art__image{right:0!important;width:min(76vw,54rem)!important}.hero__accent-wrap.section-photo.premium-art{position:relative;right:auto;bottom:auto}.section-photo--logo .premium-art__image{height:14rem!important}}
@media (max-width:640px){.logo{width:12.8rem;height:3.9rem}.footer__logo{height:6rem}.premium-art--home{min-height:28rem}.premium-art--home .premium-art__image{left:0!important;right:auto!important;bottom:0!important;width:min(96vw,36rem)!important}.section-photo--logo{width:min(34rem,86vw)}.section-photo--logo .premium-art__image{height:10rem!important}.premium-art:before{filter:blur(1.4rem)}}
@media (prefers-reduced-motion:reduce){.premium-art:before,.premium-art:after,.premium-art__image,.premium-art.reveal.is-visible .premium-art__image{animation:none!important}}

/* refinements 2026-05-26: premium transparent hero assets */
.hero--home .hero__image.hero__image--duo .hero__cutout,
.section-photo img,
.service-hero-art img{
  background:transparent!important;
  clip-path:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  mix-blend-mode:normal!important;
  object-fit:contain!important;
  filter:drop-shadow(0 32px 38px rgba(30,38,57,.22)) drop-shadow(0 12px 18px rgba(200,182,140,.18)) contrast(1.22) saturate(1.2) brightness(.98)!important;
  image-rendering:auto;
}
.hero--home .hero__image.hero__image--duo{min-height:50rem}
.hero--home .hero__image.hero__image--duo .hero__cutout--main{right:-3rem;bottom:-1rem;width:min(54vw,72rem);z-index:2}
.hero--home .hero__image.hero__image--duo .hero__cutout--small{left:clamp(0rem,1vw,1.8rem);top:2.4rem;width:min(22vw,30rem);opacity:1;z-index:3}
.section-photo{width:min(40rem,100%)}
.section-photo--walk{width:min(39rem,100%)}
.section-photo--team,.section-photo--doctor{width:min(36rem,100%)}
.section-photo--brand{width:min(50rem,100%)}
.service-hero-art{width:min(50vw,66rem)}
.service-hero-art img{width:100%!important;max-height:min(54rem,66vh)}
@media (min-width:1181px){
  .hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo{right:clamp(2rem,7vw,10rem);bottom:clamp(5rem,9vh,9rem)}
  .hero--service{align-items:center;padding-top:12rem;padding-bottom:5rem;min-height:66rem}
  .hero--compact.hero--service{min-height:58rem}
  .hero--service .hero__grid{align-items:center}
  .hero--service .service-hero-art{align-self:center;margin-top:0}
}
@media (max-width:1180px){
  .hero--home .hero__image.hero__image--duo{min-height:37rem}
  .hero--home .hero__image.hero__image--duo .hero__cutout--main{right:0;width:min(80vw,56rem)}
  .hero--home .hero__image.hero__image--duo .hero__cutout--small{left:0;top:0;width:min(32vw,24rem)}
  .section-photo,.hero__accent-wrap.section-photo{width:min(38rem,76vw)}
  .section-photo--brand{width:min(48rem,82vw)}
  .service-hero-art{width:min(56rem,84vw)}
}
@media (max-width:640px){
  .hero--home .hero__image.hero__image--duo{min-height:28rem}
  .hero--home .hero__image.hero__image--duo .hero__cutout--main{left:50%;right:auto;width:min(98vw,37rem);transform:translateX(-50%)}
  .hero--home .hero__image.hero__image--duo .hero__cutout--small{display:none}
  .section-photo,.hero__accent-wrap.section-photo{width:min(32rem,82vw)}
  .section-photo--brand{width:min(34rem,86vw)}
  .service-hero-art{width:min(35rem,88vw)}
  .service-hero-art img{max-height:28rem}
}

/* refinements 2026-05-27: home cleanup, walk CTA, transparent PNG glow */
html{scroll-behavior:smooth}



.premium-art:before{inset:16% 8% 10%;background:radial-gradient(circle at 50% 46%,rgba(130,159,147,.24),rgba(200,182,140,.15) 46%,transparent 72%);filter:blur(2.6rem);opacity:.76}
.premium-art:after{inset:22% 15% 15%;border-color:rgba(200,182,140,.18);box-shadow:0 0 48px rgba(130,159,147,.14);opacity:.5}
.hero--home .hero__image.hero__image--duo .hero__cutout,
.section-photo img,
.service-hero-art img{filter:drop-shadow(0 26px 30px rgba(30,38,57,.12)) drop-shadow(0 10px 20px rgba(130,159,147,.13)) saturate(1.04)!important}
.walk-orbit-wrap{display:grid;place-items:center;margin-top:clamp(2.4rem,4.8vw,5.6rem);padding-bottom:clamp(1rem,2vw,2.4rem)}
.walk-orbit{position:relative;display:grid;place-items:center;width:clamp(19rem,25vw,28rem);aspect-ratio:1;border-radius:50%;text-decoration:none;color:#1e2639;isolation:isolate}
.walk-orbit:before{content:"";position:absolute;inset:12%;border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.84),rgba(232,239,232,.64) 46%,rgba(130,159,147,.16) 68%,transparent 76%);box-shadow:0 3.2rem 7rem rgba(30,38,57,.12),0 0 4.8rem rgba(200,182,140,.18);animation:walkAura 6.8s ease-in-out infinite}
.walk-orbit:after{content:"";position:absolute;inset:8%;border-radius:50%;border:1px solid rgba(200,182,140,.42);box-shadow:inset 0 0 3rem rgba(255,255,255,.4)}
.walk-orbit__ring{position:absolute;inset:0;width:100%;height:100%;animation:walkRing 17s linear infinite;transform-origin:center}
.walk-orbit__ring text{font-family:Inter,Arial,sans-serif;font-size:1.08rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;fill:#6f8d80}
.walk-orbit__center{position:relative;z-index:2;display:grid;place-items:center;width:55%;aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(239,245,239,.78));box-shadow:0 1.8rem 4rem rgba(30,38,57,.13),inset 0 0 0 1px rgba(255,255,255,.86)}
.walk-orbit__person{width:62%;height:62%;overflow:visible}
.walk-orbit__head,.walk-orbit__body{fill:#829f93}
.walk-orbit__body{animation:walkBody 1.9s ease-in-out infinite;transform-origin:50% 48%}
.walk-orbit__head{animation:walkHead 1.9s ease-in-out infinite;transform-origin:center}
.walk-orbit__step{fill:none;stroke:#c8b68c;stroke-width:4;stroke-linecap:round;stroke-dasharray:10 11;animation:walkStep 1.9s ease-in-out infinite}
.walk-orbit:hover .walk-orbit__center{transform:translateY(-.4rem);box-shadow:0 2.4rem 5rem rgba(30,38,57,.17),inset 0 0 0 1px rgba(255,255,255,.92)}
.walk-orbit:hover .walk-orbit__ring{animation-duration:11s}
@keyframes walkRing{to{transform:rotate(360deg)}}
@keyframes walkAura{0%,100%{transform:scale(.96);opacity:.72}50%{transform:scale(1.04);opacity:.96}}
@keyframes walkBody{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-.3rem)}}
@keyframes walkHead{0%,100%{transform:translateY(0)}50%{transform:translateY(-.4rem)}}
@keyframes walkStep{0%,100%{stroke-dashoffset:0;opacity:.72}50%{stroke-dashoffset:-12;opacity:1}}
@media (max-width:760px){
  .walk-orbit{width:clamp(18rem,68vw,24rem)}
  .walk-orbit__ring text{font-size:.98rem;letter-spacing:.15em}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .walk-orbit:before,.walk-orbit__ring,.walk-orbit__body,.walk-orbit__head,.walk-orbit__step{animation:none!important}
}

/* refinements 2026-05-27: cleaner navigation, eye CTA, larger hero art */


#walk.section{padding-top:clamp(5.2rem,6.5vw,9rem);padding-bottom:clamp(4.8rem,6vw,8rem)}
#walk .section-head{margin-bottom:clamp(1.2rem,2.2vw,2.8rem)}
.walk-orbit-wrap{margin-top:0;padding-bottom:0}
.walk-orbit-wrap--hero{width:100%;display:grid;place-items:center;align-self:center}
.walk-orbit{width:clamp(16.8rem,18vw,22rem)}
.walk-orbit__ring text{font-size:1rem;letter-spacing:.13em;fill:#6f8d80}
.walk-orbit__center{width:50%;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.walk-orbit__eye{width:58%;height:58%;overflow:visible}
.walk-orbit__eye-shape{fill:none;stroke:#829f93;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.walk-orbit__iris{fill:#c8b68c}
.walk-orbit__pupil{fill:#1e2639}
.walk-orbit__head,.walk-orbit__body,.walk-orbit__step{display:none}
.hero--walk-cta{min-height:62rem;align-items:center}
.hero--walk-cta .hero__grid{align-items:center}
.footer__contacts span{font-family:var(--serif)!important;font-size:clamp(2rem,2vw,2.8rem);line-height:1.08;color:var(--ink);font-weight:500}
.hero--service{overflow:hidden}
.hero--service .service-hero-art{width:min(76rem,58vw);transform:translateX(5vw)}
.hero--service .service-hero-art:after{content:"";position:absolute;left:5%;right:0;bottom:2%;height:22%;z-index:0;border:0;border-radius:50%;background:radial-gradient(ellipse at center,rgba(251,250,247,.92),rgba(200,182,140,.28) 48%,transparent 72%);filter:blur(1.2rem);opacity:.9;animation:premiumHalo 9s ease-in-out infinite}
.hero--service .service-hero-art .premium-art__image{width:min(82rem,62vw)!important;max-height:78vh;transform:translateY(1.2rem)}
.section-photo--prices{width:min(72rem,54vw)}
.section-photo--cases{width:min(72rem,54vw)}
.section-photo--reviews,.section-photo--team,.section-photo--doctor{width:min(54rem,44vw)}
.hero__accent-wrap.section-photo--prices,.hero__accent-wrap.section-photo--cases{right:clamp(-10rem,-5vw,-3rem)!important;bottom:clamp(1rem,4vh,6rem)!important}
.hero__accent-wrap.section-photo--prices .premium-art__image,.hero__accent-wrap.section-photo--cases .premium-art__image{width:100%!important;max-height:78vh}
.section--contacts{padding-top:clamp(2.4rem,4vw,5rem);padding-bottom:clamp(3.6rem,5vw,7rem)}
.contacts-page .hero{min-height:clamp(50rem,66vh,62rem);padding-bottom:clamp(2rem,3.4vw,4rem)}
.contacts-page .section--contacts{padding-top:clamp(1rem,2vw,2.6rem)}
.contact-layout{max-width:94rem;margin-inline:auto}
.contact-card{padding:clamp(2.2rem,3.2vw,3.8rem);font-family:var(--sans);gap:1rem}
.contact-card h3{font-size:clamp(3.8rem,5vw,6.8rem)}
.contact-card p{margin:.15rem 0;font-size:clamp(1.7rem,1.25vw,2rem);line-height:1.35}
.contact-card__button{width:fit-content;min-height:5.4rem;margin-top:.8rem;padding:0 2.8rem;font-size:1.7rem}
.contact-socials{margin-top:.6rem}
.contact-socials a{min-height:4.6rem;background:rgba(130,159,147,.13);border-color:rgba(130,159,147,.42);color:#1e2639}
.contact-socials a svg{width:1.9rem;height:1.9rem;margin-right:.8rem;fill:none;stroke:#6f8d80;stroke-width:1.8}
.contacts-media{display:none!important}
.map-frame{min-height:42rem}
.section--contacts + .section--soft{padding-top:clamp(3.2rem,5vw,7rem)}
@media (max-width:1180px){
  .hero--service .service-hero-art{width:min(66rem,90vw);transform:none}
  .hero--service .service-hero-art .premium-art__image{width:100%!important;max-height:54rem}
  .section-photo--prices,.section-photo--cases,.section-photo--reviews,.section-photo--team,.section-photo--doctor{width:min(54rem,88vw)}
  .hero--walk-cta{min-height:auto}
}
@media (max-width:640px){
  #walk.section{padding-top:4.8rem;padding-bottom:4.8rem}
  #walk .section-head{margin-bottom:1.6rem}
  .walk-orbit{width:clamp(15.8rem,56vw,20.5rem)}
  .walk-orbit__ring text{font-size:.92rem;letter-spacing:.1em}
  .hero--service .service-hero-art{width:100%;margin-left:0;transform:scale(1.16);transform-origin:center top;justify-self:center}
  .hero--service .lead{max-width:100%}
  .contacts-page .section-photo--logo{width:min(28rem,74vw)}
  .section-photo--prices,.section-photo--cases{width:112vw}
  .hero__accent-wrap.section-photo--prices,.hero__accent-wrap.section-photo--cases{right:-18vw!important}
  .contact-card__button{width:100%;font-size:1.65rem}
  .contact-socials a{flex:1 1 14rem;justify-content:center}
}

/* refinements 2026-05-28: review art, services assets, contacts cleanup */
.home-page #reviews .section-head{position:relative;display:block;min-height:clamp(30rem,34vw,48rem);overflow:hidden;margin-bottom:clamp(3rem,5vw,6rem);padding:clamp(3.2rem,5vw,6rem) 0}
.home-page #reviews .section-head:before{content:"";position:absolute;inset:0 34% 0 0;z-index:1;background:linear-gradient(90deg,rgba(251,250,247,.98),rgba(251,250,247,.88) 58%,rgba(251,250,247,0));pointer-events:none}
.home-page #reviews .section-head > div,.home-page #reviews .section-head > .copy{position:relative;z-index:2}
.home-page #reviews .section-head > .copy{margin-top:2.2rem}
.home-page #reviews .section-photo--reviews{position:absolute;z-index:0;right:clamp(10rem,15vw,22rem);top:clamp(4rem,8vw,11rem);width:min(74rem,54vw);aspect-ratio:1;transform:none;opacity:.32;pointer-events:none}
.home-page #reviews .section-photo--reviews .premium-art__image{width:100%!important;height:100%!important;object-fit:contain!important}
.home-page #reviews .section-photo--reviews:before{opacity:.35}
.home-page #reviews .section-photo--reviews:after{display:none}
.review-card .muted,.home-review .muted{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.34rem;line-height:1.25}
.review-card{display:flex;flex-direction:column}
.review-card .muted{margin-top:auto;padding-top:2rem}
.home-review{display:flex;flex-direction:column}
.home-reviews{align-items:stretch}
.reviews-strip{align-items:stretch}
.section-photo--interior{overflow:hidden;border-radius:.8rem;box-shadow:0 36px 90px rgba(30,38,57,.16);background:var(--panel)}
.section-photo--interior img{width:100%;height:100%;min-height:clamp(32rem,34vw,52rem);object-fit:cover;filter:saturate(1.02) contrast(1.03)}
.hero__accent-wrap.section-photo--interior{width:min(72rem,54vw);right:clamp(-10rem,-5vw,-3rem)!important;bottom:clamp(2rem,5vh,7rem)!important}
.hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/implantation.jpg"]),
.hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/prosthetics-before-after.png"]){grid-template-columns:minmax(0,1fr);position:relative;min-height:clamp(38rem,42vw,58rem);align-items:center;overflow:visible}
.hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/implantation.jpg"]) > div,
.hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/prosthetics-before-after.png"]) > div{position:relative;z-index:2;max-width:min(74rem,72vw)}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/implantation.jpg"]),
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]){position:absolute;z-index:0;right:clamp(-9rem,-3vw,-2rem);top:50%;width:min(84rem,62vw);margin:0;transform:translateY(-50%) scale(1.04);opacity:.34;pointer-events:none;isolation:isolate}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/implantation.jpg"]):before,
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]):before{content:"";position:absolute;inset:8% 4% 6%;z-index:0;border:0!important;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(251,250,247,.88),rgba(130,159,147,.16) 48%,transparent 72%);filter:blur(2.2rem);opacity:.82}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/implantation.jpg"]):after,
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]):after{display:none!important}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/implantation.jpg"]) .premium-art__image,
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]) .premium-art__image{position:relative;z-index:1;width:100%!important;max-height:min(64rem,72vh);transform:none!important;opacity:.42}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/implantation.jpg"]) .premium-art__image{clip-path:inset(0 0 0 1.4%)!important}
@media (max-width:1180px){
  .hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/implantation.jpg"]),
  .hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/prosthetics-before-after.png"]){min-height:clamp(34rem,56vw,50rem)}
  .hero--service .service-hero-art:has(img[src*="/assets/img/hero/implantation.jpg"]),
  .hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]){right:-18vw;width:min(72rem,92vw);opacity:.28}
}
@media (max-width:640px){
  .hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/implantation.jpg"]),
  .hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/prosthetics-before-after.png"]){min-height:34rem}
  .hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/implantation.jpg"]) > div,
  .hero--service .hero__grid:has(.service-hero-art img[src*="/assets/img/hero/prosthetics-before-after.png"]) > div{max-width:100%}
  .hero--service .service-hero-art:has(img[src*="/assets/img/hero/implantation.jpg"]),
  .hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]){right:-34vw;width:120vw;opacity:.2;transform:translateY(-45%) scale(1)}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/implantation.jpg"]) .premium-art__image,
  .hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]) .premium-art__image{opacity:.3}
}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]){right:clamp(-4rem,1vw,2rem);width:min(88rem,66vw);transform:translateY(-50%);opacity:1}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]):before{opacity:.42;filter:blur(2.8rem)}
.hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]) .premium-art__image{width:100%!important;max-height:min(66rem,76vh);object-fit:contain!important;opacity:1}
@media (max-width:1180px){
  .hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]){right:-10vw;width:min(76rem,96vw);opacity:1}
}
@media (max-width:640px){
  .hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]){right:-28vw;width:122vw;opacity:1;transform:translateY(-45%)}
  .hero--service .service-hero-art:has(img[src*="/assets/img/hero/prosthetics-before-after.png"]) .premium-art__image{opacity:1;max-height:31rem}
}
.hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo--team.section-photo--doctor{right:clamp(1rem,5vw,7rem)!important;bottom:clamp(0rem,2.5vh,2.6rem)!important;width:min(42rem,34vw);max-height:46rem;overflow:hidden}
.hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo--team.section-photo--doctor .premium-art__image{max-height:46rem!important;object-fit:contain!important;object-position:center bottom!important}
@media (max-width:1180px){
  .hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo--team.section-photo--doctor{display:none!important}
}
.contacts-page .section--contacts + .section--soft{display:none}
@media (max-width:640px){
  .home-page #reviews .section-head{min-height:auto;padding:0;overflow:visible}
  .home-page #reviews .section-head:before,.home-page #reviews .section-photo--reviews{display:none!important}
  .hero__accent-wrap.section-photo--doctor{display:none!important}
  .hero__accent-wrap.section-photo--interior{width:112vw;right:-18vw!important}
  .section-photo--interior img{min-height:24rem}
}

/* page transition 2026-06-02 */






@keyframes pageTransitionCover{
  from{transform:translate3d(0,102%,0)}
  to{transform:translate3d(0,0,0)}
}
@keyframes pageTransitionReveal{
  0%{transform:translate3d(0,0,0);opacity:1}
  82%{transform:translate3d(0,-102%,0);opacity:1}
  100%{transform:translate3d(0,-102%,0);opacity:0}
}
@media (prefers-reduced-motion:reduce){
  
}
.site-menu{overflow-y:auto!important;overscroll-behavior:contain}
.site-menu__links{gap:.42rem;font-size:clamp(3.4rem,4.65vw,6.8rem);line-height:.96}
.footer__logo{width:min(28rem,100%)!important;height:8.8rem!important;max-height:8.8rem!important;object-fit:contain!important;object-position:left center!important;padding-top:.45rem}
.doctor-profile-grid .accordion{gap:1.8rem}
.doctor-profile-grid .accordion__item{overflow:visible;border-color:rgba(130,159,147,.26);background:linear-gradient(135deg,#fff,#f7faf6);box-shadow:0 24px 70px rgba(30,38,57,.08)}
.doctor-profile-grid .accordion__button{pointer-events:none;cursor:default;padding:2.8rem clamp(2.2rem,3vw,3.8rem) 1.2rem;font-family:var(--serif);font-size:clamp(2.9rem,3vw,4.4rem);font-weight:500;line-height:1;color:var(--ink)}
.doctor-profile-grid .accordion__button span:first-child{padding-right:0}
.doctor-profile-grid .accordion__button span:last-child{display:none}
.doctor-profile-grid .accordion__content{max-height:none!important;overflow:visible!important;padding:0 clamp(2.2rem,3vw,3.8rem) 3rem!important}
.doctor-profile-grid .accordion__content>ul{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}
.doctor-profile-grid .accordion__content>ul li{position:relative;padding:1.05rem 0 1.05rem 2.4rem;border-bottom:1px solid rgba(130,159,147,.16);color:rgba(30,38,57,.82);font-weight:560}
.doctor-profile-grid .accordion__content>ul li:before{content:"";position:absolute;left:0;top:1.65rem;width:.75rem;height:.75rem;border-radius:50%;background:var(--green);box-shadow:0 0 0 .45rem rgba(130,159,147,.12)}
.doctor-profile-grid .spec-groups{grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));align-items:start}
.doctor-profile-grid .spec-group{background:rgba(255,255,255,.78);box-shadow:0 14px 38px rgba(30,38,57,.06)}
.doctor-profile-grid .spec-group summary{pointer-events:none;cursor:default;padding:1.55rem 1.7rem 1rem;font-family:var(--serif);font-size:2.35rem;font-weight:600;color:var(--ink)}
.doctor-profile-grid .spec-group summary i{display:none}
.doctor-profile-grid .spec-group ul{padding:0 1.7rem 1.7rem 2.8rem;font-size:1.48rem;line-height:1.34}
.doctor-card__body>.button{align-self:end;width:max-content}
@media (max-width:640px){.site-menu__links{font-size:clamp(3.1rem,12vw,5rem);line-height:.98}.doctor-profile-grid .accordion__button{font-size:3rem;padding:2.2rem 2rem 1rem}.doctor-profile-grid .accordion__content{padding:0 2rem 2.2rem!important}.doctor-profile-grid .spec-groups{grid-template-columns:1fr}.doctor-card__body>.button{width:100%}.footer__logo{height:7.2rem!important;max-height:7.2rem!important}}

/* refinements 2026-06-05 */
.site-header{
  color:var(--ink);
}
.site-menu,
.modal{
  color:var(--ink);
}
.modal{
  display:block;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .34s var(--ease),visibility 0s linear .54s;
}
.modal.is-open,
.modal.is-closing{
  visibility:visible;
}
.modal.is-open{
  opacity:1;
  pointer-events:auto;
  transition-delay:0s;
}
.modal.is-closing{
  opacity:0;
  pointer-events:none;
  transition-delay:0s;
}
.modal__shade{
  opacity:0;
  transition:opacity .34s var(--ease);
}
.modal.is-open .modal__shade{
  opacity:1;
}
.modal.is-closing .modal__shade{
  opacity:0;
}
.modal__panel{
  transform:translateX(100%);
  animation:none!important;
  transition:transform .52s var(--ease);
}
.modal.is-open .modal__panel{
  transform:translateX(0);
}
.modal.is-closing .modal__panel{
  transform:translateX(100%);
}
.phone-country{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
}
.phone-country__option{
  min-height:3.8rem;
  display:inline-flex;
  align-items:center;
  gap:.7rem;
  padding:0 1.25rem;
  border:1px solid rgba(130,159,147,.28);
  border-radius:999px;
  background:rgba(255,255,255,.68);
  color:rgba(30,38,57,.72);
  font-size:1.34rem;
  font-weight:700;
  transition:background .3s var(--ease),border-color .3s var(--ease),color .3s var(--ease),transform .3s var(--ease);
}
.phone-country__option span{
  font-size:1.5rem;
  line-height:1;
}
.phone-country__option b{
  font:inherit;
}
.phone-country__option.is-active{
  background:var(--soft);
  border-color:rgba(130,159,147,.62);
  color:var(--ink);
  box-shadow:0 10px 28px rgba(130,159,147,.12);
}
.phone-country__option:hover{
  transform:translateY(-1px);
}
.phone-input-wrap{
  position:relative;
  display:block;
}
.phone-input-wrap input{
  position:relative;
  z-index:1;
  background:var(--white);
}
.phone-input__hint,
.phone-input__measure{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font:inherit;
  line-height:1;
  white-space:pre;
  pointer-events:none;
}
.phone-input__hint{
  z-index:2;
  color:rgba(113,120,135,.46);
}
.phone-input__hint[hidden]{
  display:none!important;
}
.phone-input__measure{
  left:1.6rem;
  z-index:-1;
  visibility:hidden;
}
.form__notice{
  margin-top:-.2rem;
  color:#8a6a34;
  font-size:1.22rem;
  font-weight:650;
}
.form__notice[hidden]{
  display:none!important;
}
.hero--service .hero__grid:has(.service-hero-art img[src*="prosthetics-before-after.png"]){
  overflow:visible;
}
.hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]){
  right:clamp(1rem,5vw,8rem)!important;
  width:min(78rem,54vw)!important;
  transform:translateY(-50%)!important;
  opacity:1!important;
}
.hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]):before{
  inset:2% 0;
  opacity:.34!important;
  filter:blur(2.6rem)!important;
}
.hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]) .premium-art__image{
  width:100%!important;
  max-height:min(62rem,68vh)!important;
  object-fit:contain!important;
  opacity:1!important;
}
@media (max-width:1180px){
  .hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]){
    right:-8vw!important;
    width:min(68rem,92vw)!important;
  }
}
@media (max-width:640px){
  .phone-country__option{
    flex:1 1 12rem;
    justify-content:center;
  }
  .hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]){
    right:-22vw!important;
    width:112vw!important;
    transform:translateY(-44%)!important;
  }
  .hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]) .premium-art__image{
    max-height:29rem!important;
  }
}

/* refinements 2026-06-05: prosthetics layout and service title links */
.service-row h3 a{
  color:inherit;
  text-decoration:none;
}
.service-row h3 a:hover{
  color:var(--green);
}
.hero--service .hero__grid:has(.service-hero-art img[src*="prosthetics-before-after.png"]){
  grid-template-columns:minmax(0,.95fr) minmax(30rem,.8fr)!important;
  align-items:center!important;
  gap:clamp(2.6rem,5vw,7rem)!important;
  min-height:auto!important;
  overflow:visible!important;
}
.hero--service .hero__grid:has(.service-hero-art img[src*="prosthetics-before-after.png"]) > div{
  position:relative;
  z-index:2;
  max-width:none!important;
}
.hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]){
  position:relative!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  z-index:1!important;
  width:min(54rem,100%)!important;
  max-width:100%!important;
  aspect-ratio:4/3;
  display:grid;
  place-items:center;
  margin:0!important;
  justify-self:end!important;
  align-self:center!important;
  transform:none!important;
  opacity:1!important;
  pointer-events:none;
}
.hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]):before{
  inset:6% 2% 2%!important;
  opacity:.36!important;
  filter:blur(2.4rem)!important;
}
.hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]) .premium-art__image{
  width:100%!important;
  height:100%!important;
  max-height:min(48rem,58vh)!important;
  object-fit:contain!important;
  opacity:1!important;
}
@media (max-width:1180px){
  .hero--service .hero__grid:has(.service-hero-art img[src*="prosthetics-before-after.png"]){
    grid-template-columns:1fr!important;
    gap:clamp(1.8rem,4vw,3.2rem)!important;
  }
  .hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]){
    justify-self:start!important;
    width:min(48rem,86vw)!important;
  }
  .hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]) .premium-art__image{
    max-height:min(36rem,42vh)!important;
  }
}
@media (max-width:640px){
  .hero--service:has(.service-hero-art img[src*="prosthetics-before-after.png"]){
    min-height:auto!important;
    padding-bottom:4rem!important;
  }
  .hero--service h1{
    max-width:100%;
    font-size:4rem;
    line-height:.98;
  }
  .hero--service .hero__grid > div{
    min-width:0;
    width:100%;
  }
  .hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]){
    width:100%!important;
    max-width:34rem!important;
    justify-self:center!important;
    margin-top:.8rem!important;
  }
  .hero--service .service-hero-art:has(img[src*="prosthetics-before-after.png"]) .premium-art__image{
    max-height:24rem!important;
  }
}

/* refinements 2026-06-05: prices mobile hero and reviews source */
@media (max-width:640px){
  .hero .hero__accent-wrap.section-photo--prices.section-photo--interior{
    position:relative!important;
    right:auto!important;
    bottom:auto!important;
    width:min(34rem,100%)!important;
    max-width:100%!important;
    margin:2.2rem auto 0!important;
    z-index:0;
    transform:none;
  }
  .hero .hero__accent-wrap.section-photo--prices.section-photo--interior img{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:22rem!important;
    object-fit:cover!important;
    object-position:center!important;
    filter:saturate(1.02) contrast(1.03)!important;
  }
}

/* refinements 2026-06-05: compact mobile menu contacts */
@media (max-width:640px){
  .site-menu{
    display:flex!important;
    flex-direction:column!important;
    gap:1.35rem!important;
    padding:8.6rem 1.2rem 2rem!important;
    overflow-y:auto!important;
    background:linear-gradient(180deg,#fbfaf7 0%,#eef5f1 100%)!important;
  }
  .site-menu__main,
  .site-menu__side{
    min-height:0!important;
    padding:0!important;
  }
  .site-menu__main{
    justify-content:flex-start!important;
    gap:1.25rem!important;
  }
  .site-menu__links{
    gap:.16rem!important;
    font-size:clamp(2.55rem,8.2vw,3.35rem)!important;
    line-height:.98!important;
  }
  .site-menu__links a{
    max-width:100%;
  }
  .site-menu .socials{
    gap:.75rem!important;
    margin-top:.45rem!important;
  }
  .site-menu .socials a{
    min-height:3.7rem!important;
    padding:0 1.15rem!important;
    background:rgba(255,255,255,.68)!important;
    border-color:rgba(130,159,147,.28)!important;
    font-size:1.22rem!important;
  }
  .site-menu__side{
    display:grid!important;
    gap:.55rem!important;
    margin-top:0!important;
    padding:1rem 1.15rem 1.15rem!important;
    border:1px solid rgba(130,159,147,.2)!important;
    border-radius:.8rem!important;
    background:rgba(255,255,255,.78)!important;
    box-shadow:0 18px 46px rgba(30,38,57,.08)!important;
  }
  .site-menu__side .menu-contact{
    display:grid!important;
    gap:.28rem!important;
    padding:.55rem 0!important;
    border-bottom:1px solid rgba(130,159,147,.14)!important;
  }
  .site-menu__side .menu-contact span{
    font-size:.95rem!important;
    letter-spacing:.12em!important;
  }
  .site-menu__side .menu-contact p{
    font-size:clamp(1.58rem,4.7vw,2rem)!important;
    line-height:1.08!important;
  }
  .site-menu__side .button{
    width:100%!important;
    min-height:4.5rem!important;
    margin-top:.45rem!important;
    background:var(--ink)!important;
    color:var(--white)!important;
    border-color:var(--ink)!important;
    font-size:1.45rem!important;
  }
}

/* refinements 2026-06-05: desktop header appointment and one-screen mobile menu */
.header-appointment{
  min-height:4.6rem;
  padding:0 1.75rem;
  font-size:1.45rem;
  white-space:nowrap;
}
@media (max-width:1180px){
  .header-appointment{
    display:none!important;
  }
}
@media (max-width:640px){
  .site-menu{
    gap:.9rem!important;
    padding:7.6rem 1rem 1rem!important;
    overflow:hidden!important;
  }
  .site-menu__main{
    gap:.8rem!important;
  }
  .site-menu__links{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:.48rem!important;
    font-family:var(--sans)!important;
    font-size:clamp(1.22rem,3.7vw,1.52rem)!important;
    line-height:1.05!important;
  }
  .site-menu__links a{
    width:100%!important;
    min-height:3.1rem!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:.55rem .35rem!important;
    border:1px solid rgba(130,159,147,.24)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.62)!important;
    text-align:center!important;
    font-weight:650!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .site-menu__links a:after{
    display:none!important;
  }
  .site-menu .socials{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:.55rem!important;
    margin-top:0!important;
  }
  .site-menu .socials a{
    width:100%!important;
    min-height:3.2rem!important;
    justify-content:center!important;
    padding:0 .8rem!important;
    font-size:1.12rem!important;
  }
  .site-menu .socials a svg{
    width:1.45rem!important;
    height:1.45rem!important;
  }
  .site-menu__side{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.45rem .7rem!important;
    padding:.8rem!important;
  }
  .site-menu__side .menu-contact{
    min-width:0!important;
    padding:.38rem 0!important;
  }
  .site-menu__side .menu-contact span{
    font-size:.78rem!important;
    letter-spacing:.1em!important;
  }
  .site-menu__side .menu-contact p{
    font-size:clamp(1.16rem,3.45vw,1.45rem)!important;
    line-height:1.08!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }
  .site-menu__side .button{
    grid-column:1/-1!important;
    min-height:4rem!important;
    margin-top:.25rem!important;
    font-size:1.34rem!important;
  }
}
@media (max-width:360px){
  .site-menu{
    padding-top:7.2rem!important;
  }
  .site-menu__links{
    gap:.38rem!important;
    font-size:1.18rem!important;
  }
  .site-menu__links a{
    min-height:2.85rem!important;
    padding:.45rem .25rem!important;
  }
  .site-menu__side .menu-contact p{
    font-size:1.12rem!important;
  }
}

/* refinements 2026-06-06: branded mobile menu and complete tablet menu */
@media (min-width:641px) and (max-width:1180px){
  .header-appointment{
    display:inline-flex!important;
  }
  .site-header__inner{
    grid-template-columns:auto 1fr!important;
  }
  .header-actions{
    justify-self:end!important;
    gap:.7rem!important;
  }
  .site-menu{
    display:grid!important;
    grid-template-columns:minmax(0,1.08fr) minmax(27rem,.92fr)!important;
    overflow:hidden!important;
  }
  .site-menu__main,
  .site-menu__side{
    min-height:100dvh!important;
    padding:clamp(10rem,12vh,13rem) clamp(2.4rem,4.5vw,5.5rem) 3rem!important;
  }
  .site-menu__main{
    justify-content:space-between!important;
    gap:2.4rem!important;
  }
  .site-menu__links{
    gap:.25rem!important;
    font-family:var(--serif)!important;
    font-size:clamp(3.4rem,5.2vw,5.2rem)!important;
    line-height:.9!important;
  }
  .site-menu__side{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:1.15rem!important;
  }
  .site-menu__side .menu-contact{
    padding:1rem 0!important;
  }
  .site-menu__side .menu-contact p{
    font-size:clamp(1.8rem,2.5vw,2.5rem)!important;
  }
  .site-menu__side .button{
    width:100%!important;
    margin-top:.8rem!important;
  }
}
@media (max-width:640px){
  .site-menu{
    gap:1rem!important;
    padding:7.4rem 1.2rem 1.2rem!important;
    background:
      radial-gradient(circle at 88% 8%,rgba(200,182,140,.2),transparent 34%),
      linear-gradient(160deg,#fbfaf7 0%,#eef5f1 100%)!important;
  }
  .site-menu__main{
    gap:.9rem!important;
  }
  .site-menu__links{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0 1.1rem!important;
    font-family:var(--serif)!important;
    font-size:clamp(1.95rem,6vw,2.45rem)!important;
    line-height:1!important;
  }
  .site-menu__links a{
    min-height:3.55rem!important;
    justify-content:flex-start!important;
    padding:.55rem .15rem!important;
    border:0!important;
    border-bottom:1px solid rgba(130,159,147,.3)!important;
    border-radius:0!important;
    background:transparent!important;
    text-align:left!important;
    font-weight:600!important;
    color:var(--ink)!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .site-menu__links a:nth-child(9){
    grid-column:1/-1!important;
  }
  .site-menu .socials{
    gap:.7rem!important;
  }
  .site-menu .socials a{
    min-height:3.45rem!important;
    border-color:rgba(130,159,147,.34)!important;
    background:rgba(255,255,255,.58)!important;
    color:#6f8d80!important;
    font-size:1.2rem!important;
  }
  .site-menu__side{
    gap:.55rem .9rem!important;
    padding:.9rem 1rem 1rem!important;
    border-color:rgba(130,159,147,.26)!important;
    background:rgba(255,255,255,.7)!important;
    box-shadow:0 18px 46px rgba(30,38,57,.07)!important;
  }
  .site-menu__side .menu-contact{
    padding:.42rem 0!important;
  }
  .site-menu__side .menu-contact span{
    color:#6f8d80!important;
    font-size:.82rem!important;
  }
  .site-menu__side .menu-contact p{
    font-family:var(--serif)!important;
    font-size:clamp(1.25rem,3.9vw,1.55rem)!important;
    line-height:1.05!important;
  }
  .site-menu__side .button{
    min-height:4.25rem!important;
    font-size:1.42rem!important;
  }
}
@media (max-width:360px){
  .site-menu{
    gap:.75rem!important;
    padding-top:7rem!important;
  }
  .site-menu__links{
    gap:0 .8rem!important;
    font-size:2.3rem!important;
  }
  .site-menu__links a{
    min-height:3.55rem!important;
    padding:.48rem .1rem!important;
  }
  .site-menu .socials a{
    min-height:3.35rem!important;
    font-size:1.25rem!important;
  }
  .site-menu__side{
    padding:.7rem .8rem .8rem!important;
  }
  .site-menu__side .menu-contact p{
    font-size:1.28rem!important;
  }
  .site-menu__side .button{
    min-height:4.1rem!important;
  }
}

@media (max-width:640px) and (min-height:700px){
  .site-menu{
    gap:1.6rem!important;
    padding:8.6rem 1.5rem 2rem!important;
    justify-content:space-evenly!important;
  }
  .site-menu__main{
    flex:0 0 auto!important;
    justify-content:flex-start!important;
    gap:2rem!important;
  }
  .site-menu__links{
    gap:.28rem 1.8rem!important;
    font-size:clamp(3.2rem,9vw,3.9rem)!important;
  }
  .site-menu__links a{
    min-height:5.1rem!important;
    padding:.75rem .2rem!important;
  }
  .site-menu .socials{
    gap:1rem!important;
  }
  .site-menu .socials a{
    min-height:4.3rem!important;
    font-size:1.35rem!important;
  }
  .site-menu .socials a svg{
    width:1.7rem!important;
    height:1.7rem!important;
  }
  .site-menu__side{
    flex:0 0 auto!important;
    gap:.8rem 1.2rem!important;
    padding:1.25rem 1.35rem 1.35rem!important;
  }
  .site-menu__side .menu-contact{
    padding:.65rem 0!important;
  }
  .site-menu__side .menu-contact span{
    font-size:.92rem!important;
  }
  .site-menu__side .menu-contact p{
    font-size:clamp(1.45rem,4.2vw,1.75rem)!important;
    line-height:1.08!important;
  }
  .site-menu__side .button{
    min-height:5.2rem!important;
    font-size:1.6rem!important;
  }
}

/* responsive system 2026-06-07 */
.hero__grid > *,
.doctor-hero__grid > *,
.section-head > *,
.grid-2 > *,
.grid-3 > *,
.service-row > *,
.footer__grid > *,
.doctor-profile-grid > *,
.price-list > *,
.accordion,
.accordion__item,
.accordion__content,
.soft-card,
.card{
  min-width:0;
  max-width:100%;
}

.price-list div{
  grid-template-columns:minmax(0,1fr) auto;
}

@media (min-width:1181px){
  .hero:not(.hero--home):not(.hero--service):has(.hero__accent-wrap) > .container{
    padding-right:clamp(38rem,42vw,68rem);
  }
  .hero:not(.hero--home):not(.hero--service):has(.hero__accent-wrap) .lead{
    max-width:56rem;
  }
  .hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo{
    max-width:min(62rem,42vw);
  }
}

@media (max-width:1180px){
  body.home-page .hero--home{
    min-height:auto!important;
    padding-top:11rem!important;
    padding-bottom:4rem!important;
    align-items:start!important;
  }
  body.home-page .hero--home .hero__grid{
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:2.8rem!important;
  }
  body.home-page .hero--home .hero__grid > div:first-child{
    width:100%;
    max-width:76rem;
  }
  body.home-page .hero--home .hero__image.hero__image--duo{
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    overflow:visible!important;
  }
  body.home-page .hero--home .hero__image.hero__image--duo .hero__cutout--main{
    position:relative!important;
    inset:auto!important;
    width:min(70vw,46rem)!important;
    height:auto!important;
    margin:0 auto!important;
    transform:none!important;
    animation:premiumFloat 7.8s var(--ease) infinite!important;
  }
  body.home-page #reviews .section-photo--reviews{
    display:none!important;
  }

  .hero:not(.hero--home):not(.hero--service){
    min-height:auto;
    padding-bottom:4.5rem;
  }
  .hero:not(.hero--home):not(.hero--service) > .container{
    display:grid;
    align-items:start;
  }
  .hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo{
    position:relative!important;
    inset:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:min(52rem,82vw)!important;
    max-width:100%!important;
    margin:2.8rem auto 0!important;
    justify-self:center!important;
    transform:none!important;
  }
  .hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo .premium-art__image,
  .hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:42rem!important;
    object-fit:contain!important;
  }

  .hero--service{
    min-height:auto!important;
    padding-top:11rem!important;
    padding-bottom:4.5rem!important;
    align-items:start!important;
  }
  .hero--service .hero__grid,
  .hero--service .hero__grid:has(.service-hero-art){
    grid-template-columns:1fr!important;
    min-height:0!important;
    align-items:start!important;
    gap:2.8rem!important;
  }
  .hero--service .hero__grid > div{
    width:100%!important;
    max-width:76rem!important;
  }
  .hero--service .service-hero-art,
  .hero--service .service-hero-art:has(img){
    position:relative!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    width:min(52rem,82vw)!important;
    max-width:100%!important;
    height:auto!important;
    aspect-ratio:auto!important;
    margin:0 auto!important;
    justify-self:center!important;
    align-self:start!important;
    transform:none!important;
    opacity:1!important;
    pointer-events:none!important;
  }
  .hero--service .service-hero-art .premium-art__image,
  .hero--service .service-hero-art:has(img) .premium-art__image{
    width:100%!important;
    height:auto!important;
    max-height:38rem!important;
    object-fit:contain!important;
    opacity:1!important;
    transform:none!important;
  }

  .doctor-hero{
    min-height:auto!important;
    padding-bottom:4.5rem!important;
  }
  .doctor-hero__grid{
    grid-template-columns:1fr!important;
    gap:3rem!important;
  }
  .doctor-gallery--carousel{
    width:min(48rem,100%)!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
}

@media (max-width:640px){
  .container{
    width:calc(100% - 2.4rem)!important;
    max-width:100%!important;
  }
  h1,
  h2,
  h3,
  .lead,
  .copy,
  .accordion__button,
  .doctor-card__body,
  .doc-list a,
  .doc-list div{
    overflow-wrap:anywhere;
  }
  h1{
    max-width:100%!important;
    font-size:clamp(4.2rem,14vw,6rem)!important;
    line-height:.96!important;
  }
  h2{
    max-width:100%;
    font-size:clamp(3.8rem,12vw,5.4rem);
    line-height:.98;
  }
  h3{
    max-width:100%;
    font-size:clamp(2.8rem,9vw,4rem);
  }
  .lead{
    max-width:100%!important;
    font-size:clamp(1.8rem,5.4vw,2.2rem);
  }
  .hero:not(.hero--home){
    padding-top:10.5rem!important;
    padding-bottom:3.8rem!important;
  }
  body.home-page .hero--home{
    padding-top:10rem!important;
    padding-bottom:3.8rem!important;
  }
  body.home-page .hero--home .hero__grid{
    gap:3.2rem!important;
  }
  body.home-page .hero--home .hero__image.hero__image--duo .hero__cutout--main{
    width:min(88vw,38rem)!important;
    animation:premiumFloat 7.8s var(--ease) infinite!important;
  }
  .hero:not(.hero--home):not(.hero--service) .hero__accent-wrap.section-photo{
    width:min(34rem,100%)!important;
    margin-top:2.2rem!important;
  }
  .hero--service .hero__grid,
  .hero--service .hero__grid:has(.service-hero-art){
    gap:2.2rem!important;
  }
  .hero--service h1{
    font-size:clamp(3.2rem,9vw,4rem)!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  .hero--service .service-hero-art,
  .hero--service .service-hero-art:has(img){
    width:min(34rem,100%)!important;
  }
  .hero--service .service-hero-art .premium-art__image,
  .hero--service .service-hero-art:has(img) .premium-art__image{
    max-height:28rem!important;
  }
  .grid-2,
  .grid-3,
  .doctor-profile-grid,
  .doctor-hero__grid{
    width:100%;
    max-width:100%;
  }
  .doctor-gallery--carousel{
    width:100%!important;
    max-width:100%!important;
  }
  .doctor-gallery--carousel img{
    max-width:none;
  }
  .doctor-profile-grid .accordion,
  .doctor-profile-grid .accordion__item,
  .doctor-profile-grid > .soft-card{
    width:100%;
    max-width:100%;
  }
  .doctor-profile-grid .accordion__button{
    font-size:clamp(2.4rem,8vw,3rem);
  }
  .service-row,
  .price-list div,
  .doc-list a,
  .doc-list div{
    min-width:0;
    max-width:100%;
  }
  .doc-list a,
  .doc-list div{
    flex-wrap:wrap;
  }
  .section{
    padding:clamp(4.8rem,12vw,7rem) 0;
  }
}

/* refinements 2026-06-21: Sidorovich doctor, documents, cases */
.grid-3:has(.doctor-card){
  grid-template-columns:repeat(auto-fit,minmax(min(100%,28rem),1fr));
}
.ba-card__doctor{
  color:var(--ink);
  font-weight:650;
}
.docs-layout{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(34rem,1.08fr);
  gap:2rem;
  align-items:start;
}
.doc-list--rich{
  gap:1.2rem;
}
.doc-list--rich .doc-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:2rem;
  padding:2.2rem;
}
.doc-list--rich h3{
  font-size:clamp(2.6rem,3vw,4rem);
}
.doc-list--rich p{
  margin:.8rem 0 0;
}
.doc-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  justify-content:flex-end;
}
.document-viewer{
  position:sticky;
  top:10rem;
  display:grid;
  gap:1.6rem;
}
.document-viewer h3{
  font-size:clamp(2.8rem,3.2vw,4.6rem);
}
.document-viewer iframe{
  width:100%;
  min-height:68rem;
  border:1px solid var(--line);
  border-radius:.8rem;
  background:var(--panel);
}
@media (max-width:1180px){
  .docs-layout{
    grid-template-columns:1fr;
  }
  .document-viewer{
    position:static;
  }
  .document-viewer iframe{
    min-height:62rem;
  }
}
@media (max-width:640px){
  .doc-list--rich .doc-item{
    grid-template-columns:1fr;
    padding:1.8rem;
  }
  .doc-actions{
    justify-content:flex-start;
  }
  .doc-actions .button{
    flex:1 1 13rem;
  }
  .document-viewer iframe{
    min-height:48rem;
  }
}

/* fixes 2026-06-21: documents preview and Sidorovich cases */
.docs-hero{
  min-height:42rem;
  padding-bottom:4.8rem;
}
.docs-section{
  padding-top:clamp(4.8rem,6vw,8rem);
}
.docs-layout{
  grid-template-columns:minmax(0,.78fr) minmax(42rem,1.22fr);
  gap:clamp(2rem,3vw,4rem);
}
.doc-list--rich .doc-item{
  border-color:rgba(130,159,147,.22);
  box-shadow:0 18px 54px rgba(30,38,57,.06);
}
.doc-actions .button.is-active,
.doc-actions .button[data-doc-open]:hover{
  background:var(--soft);
  color:var(--ink);
  border-color:rgba(130,159,147,.42);
}
.document-viewer{
  padding:clamp(2rem,3vw,3.4rem);
}
.document-viewer__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.6rem;
}
.document-viewer__top .eyebrow{
  margin-bottom:1rem;
}
.document-viewer__top h3{
  max-width:14ch;
}
.document-viewer iframe{
  height:min(72rem,calc(100dvh - 18rem));
  min-height:52rem;
}
.ba-card--contain .ba{
  background:linear-gradient(135deg,#eef5f1,#fbfaf7);
}
.ba-card--contain .ba img{
  object-fit:contain;
}
@media (max-width:1180px){
  .docs-hero{
    min-height:36rem;
  }
  .docs-layout{
    grid-template-columns:1fr;
  }
  .document-viewer iframe{
    height:auto;
    min-height:56rem;
  }
}
@media (max-width:640px){
  .docs-hero{
    min-height:auto;
    padding-top:10rem;
    padding-bottom:3.6rem;
  }
  .document-viewer__top{
    display:grid;
  }
  .document-viewer__top h3{
    max-width:100%;
  }
  .document-viewer iframe{
    min-height:44rem;
  }
}

/* fixes 2026-06-21: reliable document preview */
.doc-list--rich .doc-item > div{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.doc-list--rich .doc-item > div:first-child{
  display:block;
}
.doc-list--rich .doc-actions{
  display:flex;
  padding:0;
  border:0;
  background:transparent;
}
.doc-actions .button{
  color:var(--ink);
  background:rgba(255,255,255,.82);
  border-color:rgba(30,38,57,.16);
}
.doc-actions .button.button--dark{
  color:var(--white);
  background:var(--ink);
  border-color:var(--ink);
}
.doc-actions .button.button--dark:hover{
  color:var(--white);
  background:linear-gradient(135deg,#6f8d80,#1e2639);
  border-color:#6f8d80;
}
.document-preview{
  display:grid;
  gap:1.2rem;
}
.document-preview__stage{
  position:relative;
  min-height:0;
  padding:2rem;
  display:grid;
  place-items:start center;
  overflow:hidden;
  border:1px solid rgba(130,159,147,.24);
  border-radius:.8rem;
  background:
    radial-gradient(circle at 12% 8%, rgba(200,182,140,.18), transparent 28rem),
    linear-gradient(135deg,#eef5f1,#fbfaf7);
}
.document-preview canvas{
  max-width:100%;
  height:auto;
  border-radius:.4rem;
  border:1px solid rgba(30,38,57,.14);
  box-shadow:0 18px 56px rgba(30,38,57,.18);
  background:var(--white);
}
.document-preview__loader{
  color:var(--muted);
  font-weight:700;
}
.document-preview__fallback{
  max-width:42rem;
  padding:2.4rem;
  text-align:center;
  color:var(--muted);
}
.document-preview__fallback span{
  width:8rem;
  height:8rem;
  margin:0 auto 1.4rem;
  display:grid;
  place-items:center;
  border-radius:.8rem;
  background:var(--white);
  color:var(--green);
  box-shadow:0 18px 46px rgba(30,38,57,.1);
  font-family:var(--serif);
  font-size:2.8rem;
}
.document-preview__fallback p{
  margin:0;
}
.document-preview__meta{
  margin:0;
  font-size:1.35rem;
}
.document-preview__controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
}
.document-preview__controls[hidden]{
  display:none;
}
.document-preview__controls span{
  min-width:8.4rem;
  min-height:4.4rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(130,159,147,.22);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:var(--ink);
  font-size:1.35rem;
  font-weight:750;
}
.document-preview__nav{
  min-width:10.8rem;
  min-height:4.4rem;
  padding:0 1.6rem;
  border:1px solid rgba(30,38,57,.16);
  border-radius:999px;
  background:var(--ink);
  color:var(--white);
  font-weight:750;
  transition:transform .35s var(--ease),background .35s var(--ease),opacity .35s var(--ease);
}
.document-preview__nav:not(:disabled):hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#6f8d80,#1e2639);
}
.document-preview__nav:disabled{
  cursor:not-allowed;
  opacity:.38;
  background:rgba(30,38,57,.18);
  color:rgba(30,38,57,.62);
}
@media (max-width:1180px){
  .document-preview__stage{
    min-height:0;
  }
}
@media (max-width:640px){
  .document-preview__stage{
    min-height:0;
    padding:1.2rem;
  }
  .document-preview__controls{
    gap:.7rem;
  }
  .document-preview__nav{
    min-width:8.8rem;
    padding:0 1.1rem;
  }
  .document-preview__controls span{
    min-width:7rem;
  }
}

/* refinements 2026-06-21: doctor profile layout and appointment sources */
.doctor-profile-grid{
  grid-template-columns:1fr!important;
  max-width:118rem;
  gap:2.4rem;
}
.doctor-profile-grid .accordion{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:2rem;
}
.doctor-profile-grid .accordion__item{
  height:100%;
}
.doctor-profile-grid > .soft-card{
  position:static!important;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:2rem;
  padding:clamp(2.4rem,3vw,3.8rem);
  background:linear-gradient(135deg,#fff,#eef5f1);
}
.doctor-profile-grid > .soft-card h3:before{
  display:none!important;
}
.doctor-profile-grid > .soft-card h3{
  font-size:clamp(3.4rem,4vw,5.8rem);
}
.doctor-profile-grid > .soft-card .button{
  justify-self:end;
  min-width:18rem;
}
.doctor-card__body > .button.button--dark{
  background:var(--ink);
  color:var(--white);
  border-color:var(--ink);
}
@media (max-width:1180px){
  .doctor-profile-grid .accordion{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .doctor-profile-grid{
    gap:1.6rem;
  }
  .doctor-profile-grid > .soft-card{
    grid-template-columns:1fr;
  }
  .doctor-profile-grid > .soft-card .button{
    justify-self:stretch;
    width:100%;
  }
}

/* fixes 2026-06-21: final mobile home and downloads responsiveness */
@media (max-width:640px){
  body.home-page .hero--home{
    min-height:auto!important;
    padding:9.4rem 0 2.8rem!important;
    align-items:start!important;
  }
  body.home-page .hero--home .hero__grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:1.6rem!important;
    align-items:start!important;
  }
  body.home-page .hero--home .hero__grid > div:first-child{
    min-width:0!important;
    width:100%!important;
  }
  body.home-page .hero--home .eyebrow{
    margin-bottom:1.2rem!important;
    color:rgba(30,38,57,.66)!important;
  }
  body.home-page .hero--home h1{
    max-width:100%!important;
    color:var(--ink)!important;
    font-size:clamp(4.8rem,14.4vw,6.4rem)!important;
  }
  body.home-page .hero--home .lead{
    max-width:34rem!important;
    margin-top:1.5rem!important;
    color:rgba(30,38,57,.78)!important;
    font-size:clamp(1.62rem,4.6vw,1.92rem)!important;
    line-height:1.32!important;
    overflow-wrap:normal!important;
  }
  body.home-page .hero--home .button{
    margin-top:1rem!important;
  }
  body.home-page .hero--home .hero__image.hero__image--duo,
  body.home-page .premium-art--home{
    min-height:18rem!important;
    margin-top:.4rem!important;
  }
  body.home-page .premium-art--home .premium-art__image{
    left:50%!important;
    right:auto!important;
    bottom:0!important;
    width:min(82vw,30rem)!important;
    transform:translateX(-50%)!important;
    opacity:.9!important;
  }
  .docs-hero{
    padding-top:9.4rem!important;
    padding-bottom:2.8rem!important;
  }
  .docs-hero h1,
  .docs-hero .lead{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }
  .docs-hero h1{
    font-size:clamp(4.2rem,13.5vw,5.8rem)!important;
  }
  .docs-hero .lead{
    max-width:33rem!important;
    font-size:1.58rem!important;
    line-height:1.38!important;
  }
  .docs-section .container,
  .docs-layout{
    max-width:calc(100vw - 2.4rem)!important;
  }
  .docs-layout,
  .doc-list--rich,
  .doc-list--rich .doc-item,
  .document-preview,
  .document-viewer{
    min-width:0!important;
    width:100%!important;
  }
  .doc-list--rich .doc-item{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:1.2rem!important;
    box-sizing:border-box!important;
    padding:1.6rem!important;
    overflow:hidden!important;
    transform:none!important;
    opacity:1!important;
  }
  .doc-list--rich .doc-item h3,
  .doc-list--rich .doc-item p{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }
  .doc-list--rich .doc-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:.8rem!important;
    width:100%!important;
  }
  .doc-actions .button{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding:0 1.4rem!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .document-preview__controls{
    display:grid!important;
    grid-template-columns:1fr auto 1fr!important;
    width:100%!important;
  }
  .document-preview__nav{
    min-width:0!important;
    width:100%!important;
    padding:0 .9rem!important;
  }
  .doctor-hero{
    min-height:auto!important;
    padding:9.4rem 0 3.2rem!important;
  }
  .doctor-hero__grid{
    gap:0!important;
  }
  .doctor-hero .doctor-gallery--carousel{
    display:none!important;
  }
}
