.hero--restaurant {
  position: relative;
}

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

.hero__figure {
  max-width: 540px;
  margin-inline: auto;
}

.hero__image {
  height: 100%;
  min-height: 260px;
}

.hero__badge-wrapper {
  margin-top: var(--space-4);
}

.restaurant-section__grid {
  align-items: center;
  gap: var(--space-10);
}

.restaurant-section__grid--reverse {
  direction: rtl;
}

.restaurant-section__grid--reverse > * {
  direction: ltr;
}

.restaurant-section__image-col {
  max-width: 520px;
  margin-inline: auto;
}

.restaurant-section__image-col--overlay {
  position: relative;
}

.restaurant-section__figure--table {
  max-width: 520px;
}

.restaurant-section__image-col--team {
  max-width: 500px;
}

.restaurant-section__image {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
}

.restaurant-section__cta {
  margin-top: var(--space-6);
}

.restaurant-section__facts {
  margin-top: var(--space-6);
}

.restaurant-section__fact-title {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.restaurant-section__highlights {
  margin-top: var(--space-6);
}

.restaurant-section__card {
  height: 100%;
}

.restaurant-section__list {
  padding-left: 1.1rem;
}

.restaurant-section__list li {
  margin-bottom: var(--space-2);
  list-style: disc;
}

.restaurant-section__team-highlights {
  display: flex;
  align-items: stretch;
}

.restaurant-section__callouts,
.restaurant-section__awards,
.restaurant-section__ethics,
.restaurant-section__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

@media (max-width: 900px) {
  .hero {
    padding-block: var(--space-10);
  }

  .restaurant-section__grid--reverse {
    direction: ltr;
  }
}

@media (max-width: 768px) {
  .restaurant-section__image {
    max-height: 360px;
  }

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

@media (max-width: 600px) {
  .hero__badge-wrapper {
    margin-top: var(--space-3);
  }

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