.restaurant-hero {
  padding-top: var(--space-12);
}

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

.hero-content {
  max-width: 36rem;
}

.hero-lead {
  font-size: var(--font-size-md);
  color: var(--color-text-soft);
  margin-bottom: var(--space-6);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.hero-media-frame {
  min-height: 240px;
}

.restaurant-section-grid {
  align-items: center;
  gap: var(--space-8);
}

.restaurant-section-grid-bottom {
  align-items: stretch;
  gap: var(--space-6);
}

.ambience-frame,
.dish-frame {
  max-width: 520px;
  margin-inline: auto;
}

.restaurant-cta-section {
  padding-bottom: var(--space-16);
}

.restaurant-cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.restaurant-cta-content {
  max-width: 32rem;
}

.restaurant-cta h2 {
  margin-bottom: var(--space-3);
}

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

@media (min-width: 768px) {
  .restaurant-hero {
    padding-top: var(--space-16);
  }

  .restaurant-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
