.restaurant-hero {
  position: relative;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.restaurant-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.restaurant-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurant-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr);
  gap: var(--space-8);
}

@media (min-width: 900px) {
  .restaurant-hero__layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: center;
  }
}

.restaurant-hero__intro {
  max-width: 32rem;
}

.restaurant-hero__subtitle {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
}

.restaurant-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.restaurant-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.restaurant-hero__card {
  background: rgba(12, 8, 4, 0.88);
  border-color: rgba(216, 206, 195, 0.4);
  color: #fdfaf6;
}

.restaurant-hero__card .notice {
  color: rgba(247, 244, 239, 0.9);
}

.restaurant-section {
  align-items: flex-start;
}

.restaurant-section--philosophie .restaurant-section__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.restaurant-section__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.restaurant-section__notice {
  height: 100%;
}

.restaurant-ambiance__visual,
.restaurant-accords__visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.restaurant-ambiance__content,
.restaurant-accords__content {
  align-self: center;
}

.restaurant-experiences {
  align-items: stretch;
}

.restaurant-pratique__list {
  margin-top: var(--space-4);
}

.restaurant-pratique__list li + li {
  margin-top: var(--space-2);
}

.restaurant-pratique .badge-non-gambling {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hero-full {
    padding-top: var(--space-16);
    padding-bottom: var(--space-16);
  }

  .restaurant-hero__intro {
    max-width: none;
  }
}
