.galleries-list-section{background-color:var(--brand-white)}.gallery-list-item{padding-bottom:3rem;border-bottom:1px solid var(--brand-border)}.gallery-list-item:last-child{padding-bottom:0;border-bottom:0}.gallery-card-header{max-width:850px}.gallery-card-header h3{color:var(--brand-text)}.gallery-image-wrapper{overflow:hidden;aspect-ratio:4 / 3;background-color:var(--brand-light);border-radius:.5rem}.gallery-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.gallery-image-wrapper:hover .gallery-image{transform:scale(1.04)}.gallery-carousel{position:relative}.gallery-carousel-control{width:3rem;height:3rem;top:50%;transform:translateY(-50%);opacity:1}.gallery-control-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:var(--brand-white);background-color:#6b2a91d9;border-radius:50%;transition:background-color .2s ease,transform .2s ease}.gallery-carousel-control:hover .gallery-control-icon{background-color:var(--brand-primary-dark);transform:scale(1.05)}.gallery-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.gallery-reveal.is-visible{opacity:1;transform:translateY(0)}.gallery-empty-state{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width:575.98px){.gallery-list-item{padding-bottom:2.5rem}}@media(prefers-reduced-motion:reduce){.gallery-image,.gallery-control-icon,.gallery-reveal{transition:none}.gallery-reveal{opacity:1;transform:none}}
