.section--hero-restaurant {
  padding-block: var(--space-16);
}

.hero-restaurant__grid {
  align-items: center;
  gap: var(--space-8);
}

.hero-restaurant__title {
  max-width: 20ch;
}

.hero-restaurant__image {
  min-height: 320px;
}

.hero-restaurant__tags {
  flex-wrap: wrap;
}

.restaurant-intro__grid,
.restaurant-ambience__grid,
.restaurant-seasonal__grid,
.restaurant-wines__grid,
.restaurant-poker__grid,
.restaurant-events__grid,
.restaurant-hospitality__grid {
  align-items: center;
  gap: var(--space-8);
}

.team-grid {
  margin-top: var(--space-6);
}

.restaurant-ambience__image,
.restaurant-poker__image {
  min-height: 280px;
}

.restaurant-hospitality__cta {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .section--hero-restaurant {
    padding-block: var(--space-12);
  }

  .hero-restaurant__title {
    font-size: var(--font-size-3xl);
  }

  .hero-restaurant__grid,
  .restaurant-intro__grid,
  .restaurant-ambience__grid,
  .restaurant-seasonal__grid,
  .restaurant-wines__grid,
  .restaurant-poker__grid,
  .restaurant-events__grid,
  .restaurant-hospitality__grid {
    gap: var(--space-6);
  }
}
