/* Containers */
.container-wide {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.container-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
}

.container-narrow {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Divider variant */
.divider-small {
  width: 48px;
  height: 1px;
  background: #d7e1ea;
  margin: 1.2rem 0;
}

.divider-small.centered {
  margin: 1.2rem auto;
}

/* Active nav link on inner pages */
.site-nav .nav-current {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

/* Image frames */
figure {
  margin: 0;
}

.img-frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(36, 55, 70, 0.08);
  box-shadow: 0 24px 70px rgba(36, 55, 70, 0.08);
}

.img-frame img {
  width: 100%;
  display: block;
  object-fit: cover;
}

figcaption {
  margin-top: 0.7rem;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(36, 55, 70, 0.48);
  line-height: 1.5;
  text-align: right;
}

/* Page & section headings */
.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  color: #243746;
  line-height: 0.96;
  margin: 0 0 0.4rem;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: #243746;
  line-height: 0.96;
  margin: 0 0 0.4rem;
}

.section-title.centered {
  text-align: center;
}

/* ─── INTRO ──────────────────────────────────────────────────── */

.chef-intro {
  padding: 140px 0 100px;
}

.chef-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: start;
}

.chef-name {
  font-size: 0.88rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6a7d8a;
  margin: 0.4rem 0 0;
}

.chef-intro-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #3a5160;
  margin: 0;
}

/* ─── THE HAND ───────────────────────────────────────────────── */

.chef-hand {
  padding: 100px 0;
  position: relative;
}

.chef-hand::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: rgba(36, 55, 70, 0.07);
}

.chef-hand-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: center;
}

.chef-quote {
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  line-height: 1.35;
  color: #243746;
}

/* ─── THE PATH ───────────────────────────────────────────────── */

.chef-path {
  padding: 110px 0;
  text-align: center;
  position: relative;
}

.chef-path::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: rgba(36, 55, 70, 0.07);
}

.path-text {
  text-align: left;
  margin-top: 2.2rem;
}

.path-text p {
  font-size: 1rem;
  line-height: 1.9;
  color: #3a5160;
  margin: 0 0 1.1rem;
}

.path-closing {
  color: #243746;
  font-weight: 500;
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(36, 55, 70, 0.08);
}

/* ─── IMAGE INTERLUDE ────────────────────────────────────────── */

.chef-interlude {
  padding: 0 0 90px;
}

.chef-interlude .img-frame {
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(36, 55, 70, 0.08);
}

/* ─── BRIDGE ─────────────────────────────────────────────────── */

.chef-bridge {
  padding: 90px 0 100px;
  text-align: center;
  position: relative;
}

.chef-bridge::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: rgba(36, 55, 70, 0.07);
}

.text-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  color: #243746;
  line-height: 1.25;
  margin: 0;
}

/* ─── THE PRACTICE ───────────────────────────────────────────── */

.chef-practice {
  padding: 100px 0;
  position: relative;
}

.chef-practice::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: rgba(36, 55, 70, 0.07);
}

.practice-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
  align-items: start;
}

.practice-text p {
  font-size: 1rem;
  line-height: 1.9;
  color: #3a5160;
  margin: 0 0 1.1rem;
}

.practice-emphasis {
  font-style: italic;
  color: #243746;
  margin-top: 1.8rem;
}

/* ─── SELECTED EXPERIENCE ────────────────────────────────────── */

.chef-experience {
  padding: 100px 0;
  position: relative;
}

.chef-experience::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: rgba(36, 55, 70, 0.07);
}

.chef-experience .section-title {
  margin-bottom: 3rem;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(36, 55, 70, 0.08);
  border-radius: 18px;
  overflow: hidden;
}

.experience-item {
  padding: 2rem 1.8rem;
  border-right: 1px solid rgba(36, 55, 70, 0.07);
  border-bottom: 1px solid rgba(36, 55, 70, 0.07);
}

.experience-item:nth-child(3n) {
  border-right: none;
}

.experience-item:nth-last-child(-n+3) {
  border-bottom: none;
}

.experience-place {
  font-size: 0.92rem;
  font-weight: 600;
  color: #243746;
  letter-spacing: 0.02em;
  margin: 0 0 0.35rem;
}

.experience-role {
  font-size: 0.88rem;
  color: #6a7d8a;
  margin: 0;
}

/* ─── ENDING ─────────────────────────────────────────────────── */

.chef-ending {
  padding: 110px 0 140px;
  text-align: center;
  position: relative;
}

.chef-ending::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: rgba(36, 55, 70, 0.07);
}

.chef-closing {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-style: italic;
  color: #243746;
  line-height: 1.2;
  margin: 0;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────── */

@media (max-width: 900px) {
  .chef-intro-grid,
  .chef-hand-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .chef-hand-grid {
    direction: rtl; /* image on top on mobile */
  }

  .chef-hand-grid > * {
    direction: ltr;
  }

  .practice-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-item:nth-child(3n) {
    border-right: 1px solid rgba(36, 55, 70, 0.07);
  }

  .experience-item:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .chef-intro {
    padding: 120px 0 70px;
  }

  .chef-hand,
  .chef-path,
  .chef-bridge,
  .chef-practice,
  .chef-experience {
    padding: 70px 0;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-item {
    border-right: none;
  }

  .experience-item:nth-child(3n) {
    border-right: none;
  }

  .chef-ending {
    padding: 70px 0 100px;
  }
}
