.carousel-section{padding:var(--section-padding);background-color:var(--color-off-white)}.carousel-track{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:var(--max-width);margin:0 auto}.carousel-item{aspect-ratio:4 / 3;background-color:var(--color-olive-light);border-radius:6px;overflow:hidden}.carousel-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.carousel-item:hover img{transform:scale(1.03)}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background-color:#00000026;padding:0;transition:background-color .3s ease,transform .2s ease}.carousel-dot.active{background-color:var(--color-olive);transform:scale(1.2)}@media(max-width:600px){.carousel-track{grid-template-columns:1fr}}
