/* Image viewer modal */
.img-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;
  background:rgba(0,0,0,.9);z-index:9999}
.img-modal.is-open{display:flex}
.img-modal img{max-width:90vw;max-height:90vh;object-fit:contain;box-shadow:0 10px 40px rgba(0,0,0,.5)}
.img-modal__close{position:absolute;top:12px;right:16px;font-size:32px;color:#fff;background:transparent;border:0;cursor:pointer}
/* ensure title link receives the click */
.gallery-item .content { pointer-events: none; }
.gallery-item .content a { pointer-events: auto; position: relative; z-index: 3; }
