.zoomable-photo{cursor:zoom-in}
.photo-lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:4vw;background:rgba(5,4,3,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}
.photo-lightbox.open{opacity:1;visibility:visible}
.photo-lightbox img{display:block;max-width:min(94vw,1400px);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:0 30px 100px rgba(0,0,0,.7),0 0 40px rgba(229,185,79,.12);transform:scale(.9);transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.photo-lightbox.open img{transform:scale(1)}
.photo-lightbox-close{position:fixed;top:18px;right:22px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease}
.photo-lightbox-close:hover{background:rgba(192,41,63,.8);transform:rotate(6deg)}
body.lightbox-lock{overflow:hidden}
@media(prefers-reduced-motion:reduce){.photo-lightbox,.photo-lightbox img,.photo-lightbox-close{transition:none}}
