.gallery-page{min-height:100vh;width:100%;background:#000000;padding:2rem 1.5rem;box-sizing:border-box;overflow-x:hidden}.gallery-masonry{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1400px;margin:0 auto}.gallery-item{border-radius:12px;overflow:hidden;background:#0a0a0a}.gallery-image{width:100%;height:auto;display:block;border-radius:12px}@media (max-width:1200px){.gallery-masonry{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.gallery-page{padding:1.5rem 1rem}.gallery-masonry{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.gallery-masonry{grid-template-columns:1fr}}