body {
  background: radial-gradient(circle at top, #020617 0, #020617 40%, #020617 100%);
}

.hero--themed {
  position: relative;
}

.hero__heading-block--themed {
  position: relative;
  margin-bottom: 1.5rem;
}

.hero__subtitle {
  max-width: 40rem;
}

.hero__strip--themed {
  margin-top: -1rem;
}

.hero__strip-card--wide {
  min-width: 280px;
}

.hero__strip-card--focus {
  min-width: 260px;
}

.section--alt-bg {
  background: radial-gradient(circle at top left, rgba(34, 211, 238, 0.08), transparent 55%),
              radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.08), transparent 55%),
              #020617;
}

.themed-intro {
  align-items: stretch;
}

.themed-gastro .themed-list li,
.themed-variations .themed-list li {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  padding-left: 0.5rem;
}

.themed-gastro .themed-list li + li,
.themed-variations .themed-list li + li {
  margin-top: 0.35rem;
}

.themed-poker {
  align-items: center;
}

.themed-image-block {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-soft);
}

.themed-image-block--glow {
  box-shadow: var(--shadow-glow-primary);
}

.themed-variations {
  align-items: stretch;
}

.themed-gallery__content {
  align-items: center;
  gap: var(--space-8);
}

.themed-private {
  align-items: center;
}

.themed-reservation-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.themed-reservation-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 960px) {
  .themed-reservation-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hero__strip--themed {
    margin-top: var(--space-4);
  }

  .themed-gallery__content {
    gap: var(--space-6);
  }
}
