body.page-lounge main {
  padding-bottom: var(--space-16);
}

.hero--lounge {
  position: relative;
}

.hero__grid--lounge {
  align-items: center;
}

.hero__media-frame--lounge {
  max-height: 480px;
}

.hero__image--lounge {
  min-height: 320px;
}

.lounge-section {
  gap: var(--space-10);
}

.lounge-section__content {
  max-width: 640px;
}

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

.lounge-bullets {
  margin-top: var(--space-3);
}

.lounge-bullets li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--color-text-muted);
}

.lounge-bullets li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle, #38bdf8 0, #0ea5e9 60%, transparent 80%);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.7);
}

.lounge-bullets--tight li {
  margin-bottom: 0.35rem;
}

.lounge-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), #020617 60%);
  box-shadow: var(--shadow-soft);
}

.lounge-figure__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lounge-figure__caption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  background: rgba(2, 6, 23, 0.96);
}

.lounge-figure--wide {
  max-width: 960px;
  margin: 0 auto;
}

.lounge-section--card-room .lounge-section__media {
  align-self: stretch;
}

.lounge-section__sidecard {
  align-self: stretch;
}

.lounge-card--note {
  height: 100%;
}

.lounge-card--hosts {
  margin-top: var(--space-6);
}

.lounge-gallery {
  margin-top: var(--space-6);
}

.lounge-section__header {
  max-width: 700px;
}

.lounge-menu-list .menu-list__item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.lounge-btn--full {
  margin-top: var(--space-4);
}

.lounge-booking-hint {
  align-self: flex-start;
}

.lounge-booking-hint__note {
  margin-top: var(--space-3);
}

.lounge-section--community-hosts .lounge-section__hosts {
  display: flex;
  flex-direction: column;
}

.lounge-section--community-hosts .lounge-figure--hosts {
  max-height: 280px;
}

@media (max-width: 900px) {
  .lounge-section__content,
  .lounge-section__header {
    max-width: 100%;
  }

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

  .lounge-booking-hint {
    margin-top: var(--space-4);
  }

  .lounge-section--community-hosts .lounge-figure--hosts {
    max-height: none;
  }
}
