@charset "UTF-8";

.hero-atmosphere .hero-overlay {
  background:
    radial-gradient(circle at 8% 0, rgba(167, 255, 31, 0.24), transparent 55%),
    radial-gradient(circle at 100% 90%, rgba(138, 77, 255, 0.4), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.97));
}

.hero-panel-right {
  margin-left: auto;
  margin-right: 0;
}

.section-dark {
  position: relative;
  overflow: hidden;
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0 0, rgba(167, 255, 31, 0.05), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(255, 204, 102, 0.08), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.section-dark > .container {
  position: relative;
  z-index: 1;
}

.atmosphere-split {
  align-items: stretch;
}

.atmosphere-copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.atmosphere-copy p {
  margin-bottom: 0;
}

.atmosphere-image-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.atmosphere-image-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.atmosphere-image-main {
  height: 100%;
  max-height: 420px;
}

.atmosphere-highlights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

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

.atmosphere-zone-card,
.atmosphere-seating .card-soft,
.atmosphere-lighting-grid .card-soft {
  height: 100%;
}

.atmosphere-drinks {
  align-items: center;
  gap: var(--space-8);
}

.atmosphere-drinks-media .atmosphere-image-card {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.atmosphere-drinks-copy .section-header {
  margin-bottom: var(--space-4);
}

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

.atmosphere-link-row-multi {
  justify-content: flex-start;
}

.atmosphere-late-night {
  align-items: stretch;
  gap: var(--space-6);
}

.atmosphere-design {
  align-items: flex-start;
  gap: var(--space-8);
}

.atmosphere-design-media {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.atmosphere-design-note h3 {
  margin-bottom: var(--space-2);
}

.atmosphere-private {
  align-items: stretch;
  gap: var(--space-6);
}

.atmosphere-inspiration {
  align-items: stretch;
  gap: var(--space-6);
}

.atmosphere-gallery {
  margin-bottom: var(--space-6);
}

.atmosphere-gallery-caption {
  position: absolute;
  left: var(--space-4);
  right: var(--space-4);
  bottom: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-neutral-100);
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.9);
}

.atmosphere-gallery-cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}

.atmosphere-gallery-cta p {
  max-width: 640px;
}

@media (max-width: 960px) {
  .atmosphere-drinks {
    gap: var(--space-6);
  }
  .atmosphere-design {
    gap: var(--space-6);
  }
}

@media (max-width: 768px) {
  .hero-panel-right {
    margin-left: auto;
    margin-right: auto;
  }
  .atmosphere-highlights {
    flex-direction: column;
    align-items: flex-start;
  }
  .atmosphere-gallery-caption {
    left: var(--space-3);
    right: var(--space-3);
    bottom: var(--space-3);
  }
}

@media (max-width: 640px) {
  .atmosphere-image-main {
    max-height: 320px;
  }
  .atmosphere-link-row {
    justify-content: flex-start;
  }
}

.nav-toggle {
  flex-direction: column;
}
