.hero--chef .hero-media img {
  object-position: center 30%;
}

.section--chef-intro {
  padding-top: var(--space-64);
}

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

.chef-portrait-block img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.chef-meta {
  margin-top: var(--space-24);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
}

.section--chef-philosophy .card {
  height: 100%;
}

.chef-pillars {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  padding-left: 1.1rem;
}

.section--chef-dishes .chef-section-header {
  text-align: center;
}

.chef-dishes-grid {
  align-items: center;
}

.chef-dish-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.chef-signature-list,
.chef-craft-list,
.chef-wine-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  padding-left: 1.1rem;
}

.section--chef-process .notice {
  max-width: 34rem;
}

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

.chef-events-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.chef-note {
  max-width: 840px;
  margin: 0 auto;
}

.chef-note-header {
  margin-bottom: var(--space-16);
}

.chef-signoff {
  margin-top: var(--space-16);
  font-family: var(--font-serif);
  color: var(--gray-700);
}

.chef-signoff-name {
  font-size: var(--font-size-md);
}

.chef-note-actions {
  margin-top: var(--space-24);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
}

@media (max-width: 768px) {
  .chef-intro-grid,
  .chef-philosophy-grid,
  .chef-dishes-grid,
  .chef-process-grid,
  .chef-events-grid,
  .chef-wine-grid {
    gap: var(--space-24);
  }

  .chef-note {
    padding: var(--space-24);
  }
}
