.gallery-category{margin-bottom:4rem}.gallery-category-title{font-size:2.5rem;color:var(--dark);margin-bottom:.75rem;position:relative;padding-bottom:1rem}.gallery-category-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--gradient-1);border-radius:2px}.gallery-category-description{color:var(--gray);margin-bottom:2.5rem;font-size:1.125rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.gallery-placeholder{text-align:center;padding:4rem 2rem;color:var(--gray);background:var(--gray-100);border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;grid-column:1/-1}.gallery-placeholder svg{margin-bottom:1.5rem;opacity:.3}.gallery-placeholder h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--gray)}.gallery-placeholder p{font-size:1rem;color:var(--gray);margin:0}.gallery-animated{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.gallery-animated.animated{opacity:1 !important;transform:translate(0,0) !important}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}