.hero--about {
  min-height: min(60vh, 520px);
  color: #ffffff;
}

.hero__slide--about {
  background-image: url('/assets/images/interieur-restaurant-ambiance.webp');
  background-size: cover;
  background-position: center;
}

.hero__content--about {
  max-width: var(--container-max-width);
}

.about-intro-grid {
  align-items: flex-start;
}

.about-card-column {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.about-team-grid {
  align-items: center;
}

.about-image-wrapper {
  position: relative;
}

.about-image,
.about-image-wide {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.about-image-wide-wrapper {
  margin-top: var(--space-8);
}

.about-team-ctas,
.about-lifestyle-ctas,
.about-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.about-chef-venue {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.about-chef-grid {
  align-items: stretch;
}

.about-commitments {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.about-commitment-grid {
  align-items: stretch;
}

.about-lifestyle-grid {
  align-items: center;
}

.about-final-cta {
  background-color: var(--color-surface);
}

.about-final-grid {
  align-items: center;
}

@media (max-width: 767px) {
  .hero--about {
    min-height: 420px;
  }

  .about-image-wide-wrapper {
    margin-top: var(--space-6);
  }

  .about-final-actions {
    margin-top: var(--space-4);
  }
}
