.image-container{position:relative;display:flex;flex-direction:column;align-items:center;margin:2rem 0}.image-wrapper{display:block;cursor:zoom-in;transition:transform .2s ease;max-width:100%}.zoom-toggle{display:none}.zoom-toggle:checked+.image-wrapper{position:fixed;top:50%;left:50%;width:95vw;height:95vh;z-index:50;transform:translate(-50%,-50%);background:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;cursor:zoom-out}.zoom-toggle:checked+.image-wrapper img{object-fit:contain;max-width:95vw;max-height:95vh}.caption{text-align:center;font-size:.875rem;color:#888;margin-top:.5rem;font-style:italic}