a.js-zoom{cursor:zoom-in}a.js-zoom,a.js-zoom>img{display:block}img.is-zoomable{cursor:zoom-in}.zoom-ov{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(8,10,18,.92);overflow:auto}.zoom-ov.is-open{display:flex}.zoom-ov__img{max-width:96vw;max-height:92vh;width:auto;height:auto;border-radius:10px;box-shadow:0 16px 50px rgba(0,0,0,.55);cursor:zoom-out}.zoom-ov__close{position:fixed;top:14px;right:16px;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:hsla(0,0%,100%,.16);color:#fff;font-size:26px;line-height:1;cursor:pointer}.zoom-ov__close:focus-visible,.zoom-ov__close:hover{background:hsla(0,0%,100%,.3);outline:none}.zoom-ov__hint{position:fixed;left:0;right:0;bottom:14px;margin:0;text-align:center;color:hsla(0,0%,100%,.7);font-size:.8rem;pointer-events:none}body.zoom-lock{overflow:hidden}@media (prefers-reduced-motion:no-preference){.zoom-ov__img{animation:zoom-in-anim .18s ease-out}}@keyframes zoom-in-anim{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}