.section--dark {
  background-color: var(--color-bg-dark);
  color: var(--color-text-on-dark);
}

.atmosphere-hero {
  position: relative;
  padding-top: var(--space-20);
  padding-bottom: var(--space-20);
}

.atmosphere-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/casino-restaurant-entrance.webp");
  background-size: cover;
  background-position: center;
  filter: brightness(0.7);
}

.atmosphere-hero__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.atmosphere-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.story-block {
  align-items: center;
}

.story-block--reversed {
  flex-direction: column-reverse;
}

.story-block--stacked {
  align-items: flex-start;
}

@media (min-width: 768px) {
  .story-block--reversed {
    flex-direction: row-reverse;
  }
}

.story-block__text--secondary {
  margin-top: var(--space-8);
}

.story-block__media {
  display: flex;
  justify-content: center;
}

.story-figure,
.story-figure--entrance {
  width: 100%;
  max-width: 520px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.story-figure img,
.story-figure--entrance img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vip-grid {
  align-items: stretch;
}

.vip-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.soundscape-card__title {
  margin-bottom: var(--space-3);
}

.story-inline-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.atmosphere-evening {
  position: relative;
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.atmosphere-evening__media {
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/evening-casino-dining-room.webp");
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
}

.atmosphere-evening__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.atmosphere-evening__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.atmosphere-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .section {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }
}
