:root {
  --lounge-section-bg-alt: #f5f5f4;
}
.hero-lounge {
  background-color: #0b0b0b;
  color: #f9fafb;
}
.hero-inner--lounge {
  min-height: 480px;
}
.hero-media--lounge {
  background: none;
}
.hero-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media-overlay--lounge {
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.94) 0%, rgba(15, 23, 42, 0.78) 36%, rgba(15, 23, 42, 0.76) 58%, rgba(12, 10, 9, 0.96) 100%);
}
.hero-grid--lounge {
  align-items: stretch;
}
.hero-main--lounge {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.hero-chip-card-shell--lounge {
  align-items: center;
}
.hero-chip-card--lounge {
  background-color: rgba(250, 250, 249, 0.98);
}
.hero-chip-backdrop--lounge {
  opacity: 0.9;
}
.section-alt {
  background-color: var(--lounge-section-bg-alt);
}
.lounge-layout-intro,
.lounge-layout-tables,
.lounge-layout-etiquette,
.lounge-layout-drinks,
.lounge-layout-bookings {
  gap: var(--space-10);
}
.lounge-intro-copy,
.lounge-copy-block,
.lounge-booking-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-5);
}
.lounge-intro-copy p:last-of-type,
.lounge-copy-block p:last-of-type {
  margin-bottom: 0;
}
.lounge-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-2);
}
.lounge-intro-figure,
.lounge-figure {
  padding: var(--space-3);
}
.lounge-figure img,
.hero-media-image {
  border-radius: var(--radius-md);
}
.lounge-figure-caption {
  margin-top: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}
.lounge-features-list,
.lounge-rules-list,
.lounge-drinks-list,
.lounge-booking-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.lounge-feature-item p,
.lounge-rules-item p,
.lounge-drinks-list p,
.lounge-booking-list p {
  margin-bottom: 0;
}
.lounge-rules-item h4,
.lounge-booking-list h4 {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  margin-bottom: var(--space-1);
  color: var(--color-neutral-900);
}
.lounge-drinks-list li {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.lounge-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.lounge-card-cta {
  align-self: flex-start;
}
.lounge-cta-section {
  padding-top: 0;
}
.lounge-final-cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.lounge-final-cta-content {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  align-items: center;
  justify-content: space-between;
}
.lounge-final-cta-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.lounge-final-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  font-size: var(--text-sm);
}
.lounge-final-cta-links a {
  position: relative;
  padding-bottom: 2px;
}
.lounge-final-cta-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  opacity: 0.5;
}
.lounge-final-cta-links a:hover::after {
  opacity: 1;
}
@media (max-width: 960px) {
  .hero-inner--lounge {
    min-height: 0;
  }
  .hero-chip-card-shell--lounge {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 720px) {
  .lounge-final-cta-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .lounge-final-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
