html.an-lightbox-open{overflow:hidden}.gallery-slide img{cursor:zoom-in}.an-image-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center}.an-image-lightbox.open{display:flex}.an-image-lightbox__backdrop{position:absolute;inset:0;background:rgba(10,10,12,.9);backdrop-filter:blur(8px)}.an-image-lightbox__panel{position:relative;z-index:1;width:min(96vw,1200px);height:min(94vh,980px);display:grid;grid-template-rows:1fr auto;gap:10px;padding:18px}.an-image-lightbox__close{position:absolute;z-index:4;top:4px;right:4px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#111;font-size:28px;line-height:1;cursor:pointer}.an-image-lightbox__stage{min-height:0;display:grid;place-items:center;overflow:hidden;touch-action:none;border-radius:16px;background:rgba(255,255,255,.035);cursor:zoom-in}.an-image-lightbox__stage.is-zoomed{cursor:grab}.an-image-lightbox__stage.is-zoomed:active{cursor:grabbing}.an-image-lightbox__stage img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;user-select:none;transform-origin:center center;will-change:transform}.an-image-lightbox__controls{justify-self:center;display:flex;align-items:center;gap:8px;padding:8px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 8px 28px rgba(0,0,0,.25)}.an-image-lightbox__controls button{min-width:42px;height:40px;border:0;border-radius:999px;background:#ececec;color:#111;font-weight:800;cursor:pointer}.an-image-lightbox__controls button[data-zoom-reset]{padding:0 15px}.an-image-lightbox__controls span{min-width:58px;text-align:center;font:700 13px/1 system-ui,sans-serif;color:#111}@media(max-width:700px){.an-image-lightbox__panel{width:100vw;height:100dvh;padding:10px 10px 16px}.an-image-lightbox__stage{border-radius:12px}.an-image-lightbox__controls{width:100%;justify-content:center;border-radius:14px}.an-image-lightbox__close{top:12px;right:12px}}