.hero-atmosphere {
  position: relative;
}

.hero-atmosphere-background {
  background-image: linear-gradient(to bottom, rgba(5, 6, 8, 0.7), #050608), url('/assets/images/stylish-restaurant-interior.webp');
}

.hero-atmosphere-grid {
  align-items: center;
  gap: var(--space-10);
}

.hero-atmosphere-copy p {
  max-width: 34rem;
}

.hero-atmosphere-ctas {
  margin-top: var(--space-4);
}

.hero-atmosphere-sub {
  margin-top: var(--space-4);
  max-width: 32rem;
}

.hero-atmosphere-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-2);
  margin-bottom: var(--space-4);
}

.hero-atmosphere-list p {
  font-size: var(--font-size-sm);
}

.hero-atmosphere-links {
  display: flex;
  justify-content: flex-start;
}

.interior-grid {
  align-items: center;
  gap: var(--space-10);
}

.interior-figure img {
  border-radius: var(--radius-lg);
}

.interior-figure figcaption {
  margin-top: var(--space-3);
  font-size: var(--font-size-xs);
}

.interior-media,
.tables-media {
  max-width: 540px;
  margin-left: auto;
}

.interor-meta,
.tables-cta {
  margin-top: var(--space-4);
}

.atmosphere-zones-grid {
  align-items: stretch;
}

.atmosphere-zone .atmosphere-figure img {
  border-radius: var(--radius-md);
  margin-bottom: var(--space-3);
}

.atmosphere-bullets {
  margin-top: var(--space-3);
  margin-bottom: var(--space-4);
}

.atmosphere-bullets li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.atmosphere-bullets li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0.25rem;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 10px rgba(164, 255, 20, 0.7);
}

.tables-grid {
  align-items: center;
  gap: var(--space-10);
}

.tables-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.seasonal-grid {
  align-items: flex-start;
  gap: var(--space-10);
}

.seasonal-highlight h3 {
  margin-bottom: var(--space-3);
}

.nightlife-grid {
  align-items: stretch;
  gap: var(--space-10);
}

.nightlife-card-wrapper {
  display: flex;
}

.nightlife-card {
  width: 100%;
}

.nightlife-list {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.nightlife-item dt {
  font-weight: 600;
  font-size: var(--font-size-sm);
  color: var(--color-text);
}

.nightlife-item dd {
  margin: 0.25rem 0 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.nightlife-ctas {
  margin-top: var(--space-2);
}

.atmosphere-summary {
  position: relative;
}

.atmosphere-summary-grid {
  align-items: center;
  gap: var(--space-10);
}

.atmosphere-summary-actions {
  justify-content: center;
}

@media (max-width: 900px) {
  .hero-atmosphere-grid,
  .interior-grid,
  .tables-grid,
  .seasonal-grid,
  .nightlife-grid,
  .atmosphere-summary-grid {
    gap: var(--space-6);
  }

  .interior-media,
  .tables-media {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-atmosphere-copy,
  .hero-atmosphere-card {
    text-align: left;
  }

  .atmosphere-summary-actions {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero-atmosphere-ctas,
  .tables-cta,
  .nightlife-ctas,
  .atmosphere-summary-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
