.gallery-photo{cursor:zoom-in}.photo-lightbox{position:fixed;inset:0;z-index:200;display:none;place-items:center;background:rgba(7,21,18,.9);padding:50px 24px 42px}.photo-lightbox.open{display:grid}.photo-lightbox img{display:block;max-width:min(1100px,94vw);max-height:82vh;object-fit:contain;border-radius:14px;box-shadow:0 25px 80px rgba(0,0,0,.48);animation:photoZoom .22s ease}.photo-lightbox button{position:fixed;top:20px;right:25px;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.12);color:white;font-size:30px;line-height:1;cursor:pointer}.photo-lightbox small{position:fixed;bottom:16px;color:rgba(255,255,255,.65)}@keyframes photoZoom{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
