/* ============================================================
   Gallery (Swiper) — size & container
   ============================================================ */

.gallery-section {
  padding: 2.5rem 0;
  background: color-mix(in oklab, var(--muted) 40%, transparent);
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .gallery-section { padding: 42px 0; }
}

.gallery-swiper {
  width: 80vw;
  max-width: 100%;
}

.gallery-swiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}

.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
}
