.hero--restaurant {
  background-color: #000;
}
.hero--restaurant .hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero--restaurant .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--restaurant .hero__content {
  max-width: 34rem;
}
.interor-grid,
.gastronomy-grid,
.wine-grid,
.poker-grid,
.experience-grid {
  align-items: center;
}
.experience-header {
  grid-column: span 1;
}
.cta-section {
  border-top: 1px solid rgba(216, 208, 198, 0.9);
  border-bottom: 1px solid rgba(216, 208, 198, 0.9);
}
.cta-inner {
  gap: var(--space-6);
  align-items: center;
  flex-wrap: wrap;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}
@media (max-width: 768px) {
  .hero--restaurant {
    min-height: 80vh;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
