.chef-hero {
  position: relative;
  background-color: var(--color-bg-dark);
}

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

.chef-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.02);
}

.chef-hero__content {
  position: relative;
  max-width: 640px;
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.chef-hero__actions {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.chef-philosophy {
  align-items: flex-start;
}

.chef-philosophy__meta {
  display: flex;
  align-items: stretch;
}

.chef-pillars {
  display: grid;
  gap: var(--space-4);
}

.chef-pillars li p {
  margin-top: var(--space-2);
  margin-bottom: 0;
}

.chef-philosophy__cta {
  margin-top: var(--space-6);
}

.chef-timeline {
  border-left: 2px solid var(--color-accent-emerald);
  padding-left: var(--space-6);
  display: grid;
  gap: var(--space-6);
}

.chef-timeline__item {
  position: relative;
}

.chef-timeline__item::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--space-6));
  top: 0.4rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: var(--color-primary);
}

.chef-timeline__year {
  font-size: var(--font-size-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: var(--space-1);
}

.chef-journey__footer {
  margin-top: var(--space-6);
}

.chef-signature__figure,
.chef-team__figure {
  height: 100%;
}

.chef-signature__image,
.chef-team__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.chef-signature__figure figcaption,
.chef-team__figure figcaption {
  margin-top: var(--space-3);
}

.chef-signature__cta,
.chef-team__cta,
.chef-experiences__cta {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.chef-experiences {
  align-items: stretch;
}

.chef-experiences__list {
  margin-top: var(--space-4);
  display: grid;
  gap: var(--space-2);
}

.chef-experiences__list li {
  position: relative;
  padding-left: var(--space-4);
  font-size: var(--font-size-sm);
}

.chef-experiences__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: var(--color-accent-emerald);
}

.chef-wine {
  align-items: stretch;
}

.chef-wine .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chef-wine .btn {
  margin-top: var(--space-4);
}

.chef-message {
  max-width: 900px;
  margin: 0 auto;
}

.chef-message__body p:last-child {
  margin-bottom: 0;
}

.chef-message__footer {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

@media (max-width: 767.98px) {
  .chef-hero__content {
    padding-top: var(--space-20);
    padding-bottom: var(--space-20);
  }

  .chef-timeline {
    padding-left: var(--space-4);
  }
}
