.hero-chef {
  position: relative;
}

.hero-chef-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-chef-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

.hero-chef-inner {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.hero-chef-copy {
  max-width: 640px;
}

.hero-chef-subtitle {
  margin-top: var(--space-4);
  margin-bottom: var(--space-6);
}

.hero-chef-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.hero-chef-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.section-chef-parcours {
  background: radial-gradient(circle at top, rgba(217, 179, 108, 0.1), transparent 55%), var(--color-bg-main);
}

.chef-philosophie-grid {
  gap: var(--space-8);
}

.chef-philosophie-aside {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.chef-philosophie-list {
  display: grid;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: #fff;
}

.chef-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-4);
}

.chef-signature-grid {
  margin-bottom: var(--space-8);
}

.chef-signature-strip {
  margin-top: var(--space-8);
}

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

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

.chef-equipe-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chef-dressage-card {
  max-width: 1100px;
  margin: 0 auto;
}

.chef-dressage-grid {
  gap: var(--space-8);
}

.chef-dressage-list {
  display: grid;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

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

.chef-moments-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chef-distinctions-card {
  max-width: 1120px;
  margin: 0 auto;
}

.chef-distinctions-grid {
  gap: var(--space-8);
}

.chef-distinction-item {
  font-size: var(--font-size-sm);
}

.chef-mot-card {
  max-width: 960px;
  margin: 0 auto;
}

.chef-mot-quote {
  font-family: var(--font-serif);
  font-size: var(--font-size-md);
  color: var(--color-text-soft);
}

.chef-mot-signature {
  margin-top: var(--space-4);
  margin-bottom: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: var(--font-size-sm);
}

.chef-mot-name {
  font-weight: 600;
}

.chef-mot-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

@media (max-width: 960px) {
  .hero-chef-inner {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .chef-section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hero-chef-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .chef-signature-strip-actions,
  .chef-mot-cta {
    flex-direction: column;
    align-items: stretch;
  }
}
