.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;padding:2rem;display:grid}.gallery-item{cursor:pointer;border-radius:.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.gallery-modal{z-index:1000;background:#000c;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.gallery-modal-content{background:#fff;border-radius:.75rem;max-width:90vw;max-height:90vh;animation:.3s slideIn;position:relative;overflow:hidden;box-shadow:0 6px 12px #0003}.gallery-modal img{width:100%;height:auto;display:block}.gallery-modal-close{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.2rem;display:flex;position:absolute;top:.5rem;right:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:scale(.9)}to{transform:scale(1)}}
