 .lounge-hero {
  padding-top: var(--space-40);
}

.lounge-hero__grid {
  align-items: center;
  gap: var(--space-20);
}

.lounge-hero__lead {
  max-width: 34rem;
}

.lounge-hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.lounge-hero__meta {
  margin-top: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.lounge-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.lounge-hero__image-wrapper {
  max-width: 480px;
  margin-left: auto;
}

.lounge-ambiance__grid,
.lounge-tournaments__grid,
.lounge-reservation__grid,
.lounge-testimonials__grid {
  align-items: center;
  gap: var(--space-16);
}

.lounge-ambiance__image-wrapper,
.lounge-space__image-wrapper,
.lounge-gallery__image-wrapper {
  max-height: 420px;
}

.lounge-spaces__grid {
  align-items: stretch;
}

.lounge-space .card-body {
  display: flex;
  flex-direction: column;
}

.lounge-section__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.lounge-list {
  display: grid;
  gap: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.lounge-list li::before {
  content: "•";
  margin-right: var(--space-2);
  color: var(--color-primary);
}

.lounge-list li {
  display: flex;
}

.lounge-offers,
.lounge-reservation__info,
.lounge-practical {
  height: 100%;
}

.lounge-gallery__header {
  align-items: flex-end;
  gap: var(--space-8);
}

.lounge-gallery__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.lounge-bottom-cta__lead {
  max-width: 36rem;
  margin: var(--space-4) auto 0;
}

.lounge-bottom-cta__buttons {
  justify-content: center;
  margin-top: var(--space-8);
}

@media (max-width: 767px) {
  .lounge-hero {
    padding-top: var(--space-32);
  }

  .lounge-hero__grid,
  .lounge-ambiance__grid,
  .lounge-tournaments__grid,
  .lounge-reservation__grid,
  .lounge-testimonials__grid {
    gap: var(--space-12);
  }

  .lounge-hero__image-wrapper {
    margin: 0 auto;
  }

  .lounge-gallery__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .lounge-bottom-cta__buttons {
    flex-direction: column;
  }
}
