 .hero--roulette .hero-title {
  font-size: var(--font-size-4xl);
}
.hero--roulette .hero-badges {
  margin-top: var(--space-3);
}
.hero-media-main--roulette {
  max-height: 480px;
}
.roulette-section__grid {
  align-items: center;
}
.roulette-section__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.roulette-image-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(176, 141, 87, 0.5);
  box-shadow: var(--shadow-warm);
}
.roulette-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roulette-lounge {
  align-items: flex-start;
}
.roulette-quote {
  height: 100%;
}
.roulette-responsible {
  align-items: stretch;
}
.roulette-wheel-image {
  margin-top: var(--space-4);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(36, 27, 23, 0.16);
  box-shadow: var(--shadow-soft);
}
.roulette-wheel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roulette-dining {
  align-items: flex-start;
}
.roulette-reservation {
  align-items: flex-start;
}
.roulette-cta-card {
  justify-content: space-between;
}
@media (max-width: 960px) {
  .hero--roulette .hero-title {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .roulette-cta-card {
    margin-top: var(--space-4);
  }
}
ul {
    list-style: none !important;
}

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