/* ==========================================================================
   Shuvatara — Modern Partners Section
   Scoped under `sh-partners` so it never collides with the legacy theme CSS.
   Lives inside the existing `.global-slick-init` carousel — do not touch
   that wrapper, `.attraction-slider`, or the data-* slick settings.
   ========================================================================== */

#partners {
  background: #fbf9f5;
}

.sh-partners__head {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
}

.sh-partners__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sh-gold, #d4af6a);
  margin-bottom: 14px;
}

.sh-partners__eyebrow::before,
.sh-partners__eyebrow::after {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--sh-gold, #d4af6a);
}

.sh-partners__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25;
  color: var(--sh-navy, #0b1420);
  margin: 0;
}

.sh-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 24px;
  filter: grayscale(1);
  opacity: .55;
  transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.sh-partner-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.06);
}

.sh-partner-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
