.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.gallery-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:box-shadow .3s;cursor:pointer;position:relative;aspect-ratio:1/1;display:block;min-width:120px;min-height:120px}.gallery-card img{width:100%;height:100%;object-fit:cover;border-radius:18px;display:block}@media (max-width:600px){.gallery-grid{grid-template-columns:1fr 1fr;gap:1rem}.gallery-card{border-radius:14px;aspect-ratio:unset;min-height:100px}.gallery-card img{border-radius:14px}}.gallery-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:none;align-items:center;justify-content:center;z-index:9999;transition:opacity .3s}.gallery-modal[style*=display\: flex]{display:flex!important}.gallery-modal img{max-width:90vw;max-height:80vh;border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,.3);background:#fff}.gallery-modal-close{position:absolute;top:2vw;right:2vw;font-size:2.5rem;color:#fff;background:rgba(0,0,0,.3);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:background .2s}.gallery-modal-close:hover{background:rgba(0,0,0,.6)}@media (max-width:600px){.gallery-modal img{max-width:98vw;max-height:60vh;border-radius:12px}.gallery-modal-close{top:4vw;right:4vw;font-size:2rem;width:38px;height:38px}}
