/* ——— Luxury Clients — static logo row ——— */
.lc-logo-marquee {
  padding: var(--space-lg) 0 var(--space-xl);
}

.lc-logo-marquee__viewport {
  overflow: visible;
}

.lc-logo-marquee__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  gap: var(--space-md);
}

.lc-logo-marquee__set {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  list-style: none;
  margin: 0;
  padding: 0 var(--space-sm);
}

.lc-logo-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0;
}

.lc-logo-marquee__item img {
  display: block;
  width: auto;
  height: auto;
  max-height: 48px;
  max-width: 160px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
}

.lc-logo-marquee__item--wanderlust img {
  max-height: 60px;
  max-width: 120px;
}

.services-partners__logos .lc-logo-marquee__item--awlgrip img {
  height: 40px !important;
  width: auto !important;
  max-height: none !important;
  max-width: 200px !important;
}

.lc-logo-marquee__fallback {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}

.lc-logo-marquee__item:has(img[src]:not([src=""])) .lc-logo-marquee__fallback {
  display: none;
}
