.gallery-page-grid{grid-template-columns:repeat(4,1fr);gap:14px}.gallery-photo{padding:0;border:0;border-radius:5px;overflow:hidden;cursor:zoom-in;background:#111;aspect-ratio:1.25}.gallery-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s}.gallery-photo:hover img{transform:scale(1.05)}.gallery-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:30px;background:rgba(0,0,0,.88)}.gallery-modal[hidden]{display:none}.gallery-modal img{max-width:min(92vw,1100px);max-height:84vh;object-fit:contain;box-shadow:0 18px 55px rgba(0,0,0,.45)}.gallery-modal-close{position:absolute;right:20px;top:16px;border:0;background:transparent;color:#fff;font-size:42px;line-height:1;cursor:pointer}@media(max-width:700px){.gallery-page-grid{grid-template-columns:repeat(2,1fr)}.gallery-modal{padding:18px}.gallery-modal-close{right:12px;top:10px}}
