.gallery-container{padding:60px 24px;margin:0 auto;max-width:1400px}.gallery-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.gallery-description{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.gallery-masonry .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0}.gallery-masonry .gallery-item{border-radius:8px;overflow:hidden;transition:transform .3s ease}.gallery-masonry .gallery-item:hover{transform:scale(1.02)}.gallery-masonry .gallery-item img{width:100%;height:300px;object-fit:cover}.gallery-showcase{padding:80px 24px}.gallery-showcase .gallery-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin:0}.gallery-showcase .gallery-showcase-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.gallery-showcase .gallery-showcase-item img{width:100%;height:400px;object-fit:cover;transition:transform .5s ease}.gallery-showcase .gallery-showcase-item:hover img{transform:scale(1.05)}@media (max-width:1024px){.gallery-masonry .gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-showcase .gallery-showcase-grid{gap:20px}}@media (max-width:768px){.gallery-container{padding:40px 16px}.gallery-title{font-size:2rem}.gallery-description{font-size:1.1rem;margin-bottom:2rem}.gallery-masonry .gallery-grid{grid-template-columns:1fr;gap:15px}.gallery-showcase .gallery-showcase-grid{grid-template-columns:1fr}.gallery-masonry .gallery-item img,.gallery-showcase .gallery-showcase-item img{height:250px}}