.restaurant-hero {
  position: relative;
}

.restaurant-hero .hero-centered__inner {
  padding-top: var(--space-24);
  padding-bottom: var(--space-24);
}

.hero-cta-group {
  flex-wrap: wrap;
}

.badge-floating--top-left {
  top: 18%;
  left: 8%;
}

.badge-floating--top-right {
  top: 22%;
  right: 10%;
}

.badge-floating--bottom-left {
  bottom: 20%;
  left: 16%;
}

.badge-floating--bottom-right {
  bottom: 16%;
  right: 14%;
}

.restaurant-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-color-soft);
}

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

.restaurant-intro {
  align-items: center;
}

.restaurant-highlights .card {
  height: 100%;
}

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

.restaurant-gallery__item {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-color-soft);
}

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

.restaurant-gallery__item--cta {
  border: none;
  background: transparent;
}

.restaurant-gallery__cta {
  height: 100%;
}

.section-cta-booking .card {
  align-items: center;
}

@media (max-width: 960px) {
  .badge-floating--top-left,
  .badge-floating--top-right,
  .badge-floating--bottom-left,
  .badge-floating--bottom-right {
    display: none;
  }

  .section-cta-booking .card {
    align-items: flex-start;
  }
}
