.hero-restaurant {
  padding-top: var(--space-10);
  padding-bottom: var(--space-9);
}

.hero-restaurant-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: var(--space-7);
  align-items: center;
}

.hero-restaurant-copy .hero-lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
}

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

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.hero-restaurant-media {
  padding: var(--space-4);
}

.hero-image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.hero-highlight-card {
  margin-top: var(--space-4);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background-image: var(--gradient-soft);
  box-shadow: var(--shadow-soft);
}

.hero-highlight-title {
  font-weight: 600;
  margin-bottom: var(--space-2);
}

.section-layout-two-cols-inner,
.section-open-kitchen-inner,
.section-experience-grid {
  align-items: center;
  gap: var(--space-7);
}

.section-text-meta,
.section-open-kitchen-actions,
.section-experience-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.section-media {
  padding: var(--space-4);
}

.image-cover-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.section-gastro {
  background-image: var(--gradient-soft);
}

.section-gastro-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
}

.section-gastro-grid {
  align-items: stretch;
}

.card-gastro ul,
.card-team ul,
.experience-list {
  margin-top: var(--space-3);
}

.section-team {
  background-color: var(--color-gray-50);
}

.section-team-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
}

.section-team-grid {
  align-items: stretch;
}

.section-experience-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
}

.experience-highlight-card {
  margin-top: var(--space-4);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-soft);
}

.experience-highlight-title {
  font-weight: 600;
  margin-bottom: var(--space-2);
}

.bg-soft {
  background: linear-gradient(135deg, rgba(224, 249, 251, 0.75), rgba(255, 239, 214, 0.6));
}

@media (max-width: 959.98px) {
  .hero-restaurant-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-restaurant-media {
    order: -1;
  }
}

@media (max-width: 767.98px) {
  .hero-restaurant {
    padding-top: var(--space-9);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .section-media {
    padding: var(--space-3);
  }
}
