.page-cuisine {
  --kitchen-night: #142b2d;
  --kitchen-copper: #c57948;
  --kitchen-sand: #ead9bd;
}

.page-cuisine .site-header { z-index: 30; }

.cuisine-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding-top: 155px;
  padding-bottom: 85px;
}

.cuisine-hero-copy h1 {
  max-width: 760px;
  margin: 24px 0;
  font-size: clamp(3rem, 5.7vw, 6rem);
  line-height: .98;
}

.cuisine-hero-copy h1 .serif,
.cuisine-section-heading .serif,
.cuisine-chef .serif,
.cuisine-cta .serif { color: var(--kitchen-copper); font-weight: 400; }

.cuisine-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.cuisine-hero-actions,
.home-kitchen-actions,
.recruit-kitchen-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
}

.cuisine-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 46px;
}

.cuisine-hero-facts div {
  min-height: 118px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 253, 248, .62);
}

.cuisine-hero-facts strong { display: block; color: var(--teal); font-family: var(--serif); font-size: 2.4rem; font-weight: 400; line-height: 1; }
.cuisine-hero-facts span { display: block; margin-top: 10px; color: var(--ink-soft); font-size: .75rem; line-height: 1.45; }

.cuisine-hero-visual {
  position: relative;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  border-radius: 38px;
  background: var(--kitchen-night);
  box-shadow: var(--shadow);
}

.cuisine-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(7, 31, 34, .9));
}

.cuisine-hero-visual img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center; }
.cuisine-hero-visual figcaption { position: absolute; z-index: 2; inset: auto 34px 34px; display: grid; gap: 5px; color: white; }
.cuisine-hero-visual figcaption span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cuisine-hero-visual figcaption strong { font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 400; }
.cuisine-hero-visual figcaption small { color: rgba(255,255,255,.75); font-size: .82rem; }

.cuisine-section-heading { max-width: 790px; }
.cuisine-section-heading h2,
.cuisine-chef h2,
.cuisine-cta h2 { margin: 18px 0; font-size: clamp(2.5rem, 4.6vw, 4.6rem); line-height: 1.04; }
.cuisine-section-heading > p:not(.eyebrow) { max-width: 650px; color: var(--ink-soft); }

.cuisine-pathways { padding-top: 85px; padding-bottom: 80px; }
.cuisine-pathway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 46px; }
.cuisine-pathway { display: flex; flex-direction: column; min-height: 480px; padding: clamp(30px, 4vw, 52px); border-radius: 32px; }
.cuisine-pathway-candidate { border: 1px solid var(--line); background: var(--paper); }
.cuisine-pathway-employer { color: var(--paper); background: radial-gradient(circle at 85% 10%, rgba(223,183,114,.22), transparent 32%), var(--teal-dark); }
.cuisine-card-index { color: var(--kitchen-copper); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cuisine-pathway-employer .cuisine-card-index { color: var(--gold); }
.cuisine-pathway h3 { margin: 44px 0 18px; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; }
.cuisine-pathway > p { max-width: 540px; color: var(--ink-soft); }
.cuisine-pathway-employer > p { color: rgba(255,253,248,.77); }
.cuisine-pathway ul { display: grid; gap: 11px; margin: 26px 0 34px; padding: 0; list-style: none; font-size: .86rem; }
.cuisine-pathway li::before { content: "✓"; margin-right: 10px; color: var(--teal); font-weight: 800; }
.cuisine-pathway-employer li::before { color: var(--gold); }
.cuisine-pathway .button { align-self: flex-start; margin-top: auto; }
.cuisine-pathway-employer .button { color: var(--teal-dark); background: var(--paper); }

.cuisine-program {
  padding-top: 105px;
  padding-bottom: 105px;
  border-radius: 42px;
  background: var(--mist);
  box-shadow: 0 0 0 100vmax var(--mist);
  clip-path: inset(0 -100vmax);
}

.cuisine-program-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 52px 0 0; padding: 0; list-style: none; counter-reset: kitchen-step; }
.cuisine-program-steps li { position: relative; min-height: 315px; padding: 34px; overflow: hidden; border-radius: 28px; background: rgba(255,253,248,.83); }
.cuisine-program-steps li::after { counter-increment: kitchen-step; content: "0" counter(kitchen-step); position: absolute; right: 20px; bottom: -25px; color: rgba(12,93,98,.08); font-family: var(--serif); font-size: 8rem; line-height: 1; }
.cuisine-program-steps span { color: var(--kitchen-copper); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cuisine-program-steps strong { display: block; margin: 65px 0 18px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.cuisine-program-steps p { position: relative; z-index: 1; color: var(--ink-soft); font-size: .88rem; }

.cuisine-skills { padding-top: 110px; padding-bottom: 105px; }
.cuisine-skill-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 52px; }
.cuisine-skill-grid article { min-height: 320px; padding: 30px; border-top: 1px solid var(--ink); background: rgba(255,253,248,.38); }
.cuisine-skill-grid span { color: var(--kitchen-copper); font-family: var(--serif); font-size: 2.2rem; }
.cuisine-skill-grid h3 { margin: 90px 0 18px; font-size: 1.45rem; }
.cuisine-skill-grid p { color: var(--ink-soft); font-size: .86rem; }

.cuisine-chef { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 7vw, 100px); align-items: center; padding-top: 90px; padding-bottom: 90px; }
.cuisine-chef-story > p:not(.eyebrow) { max-width: 680px; margin-top: 18px; color: var(--ink-soft); }
.cuisine-chef-links { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 28px; }
.cuisine-chef-links .text-link { color: var(--teal); font-size: .82rem; }
.cuisine-chef blockquote { margin: 0; padding: clamp(35px, 5vw, 58px); border-radius: 30px; color: var(--paper); background: var(--teal-dark); }
.cuisine-chef blockquote span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cuisine-chef blockquote p { margin: 45px 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.16; }
.cuisine-chef blockquote cite { color: rgba(255,253,248,.65); font-size: .75rem; font-style: normal; }

.cuisine-roles { padding-top: 85px; padding-bottom: 100px; }
.cuisine-role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 42px; }
.cuisine-role-grid article { min-height: 300px; padding: clamp(30px, 4vw, 50px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper); }
.cuisine-role-grid article:nth-child(2) { color: var(--paper); background: var(--sage); }
.cuisine-role-grid span { color: var(--kitchen-copper); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cuisine-role-grid article:nth-child(2) span { color: var(--gold); }
.cuisine-role-grid h3 { margin: 60px 0 18px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.cuisine-role-grid p { color: var(--ink-soft); }
.cuisine-role-grid article:nth-child(2) p { color: rgba(255,253,248,.75); }

.cuisine-cta { margin-bottom: 90px; padding: clamp(44px, 7vw, 90px); border-radius: 38px; text-align: center; color: var(--paper); background: radial-gradient(circle at 15% 10%, rgba(197,121,72,.35), transparent 30%), var(--teal-dark); }
.cuisine-cta .eyebrow { color: var(--gold); }
.cuisine-cta > p:not(.eyebrow) { max-width: 690px; margin: 0 auto; color: rgba(255,253,248,.72); }
.cuisine-cta > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }

@media (max-width: 980px) {
  .cuisine-hero { grid-template-columns: 1fr; padding-top: 120px; }
  .cuisine-hero-visual { min-height: 560px; }
  .cuisine-hero-visual img { min-height: 560px; }
  .cuisine-program-steps { grid-template-columns: 1fr; }
  .cuisine-program-steps li { min-height: 240px; }
  .cuisine-program-steps strong { margin-top: 42px; }
  .cuisine-skill-grid { grid-template-columns: 1fr 1fr; }
  .cuisine-chef { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .cuisine-hero { gap: 28px; padding-top: 105px; padding-bottom: 55px; }
  .cuisine-hero-copy h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .cuisine-hero-actions { align-items: stretch; flex-direction: column; }
  .cuisine-hero-actions .button { width: 100%; }
  .cuisine-hero-facts { grid-template-columns: 1fr; }
  .cuisine-hero-facts div { min-height: 0; display: grid; grid-template-columns: 55px 1fr; gap: 14px; align-items: center; }
  .cuisine-hero-facts span { margin: 0; }
  .cuisine-hero-visual, .cuisine-hero-visual img { min-height: 500px; }
  .cuisine-hero-visual { border-radius: 26px; }
  .cuisine-hero-visual figcaption { inset: auto 22px 24px; }
  .cuisine-pathway-grid, .cuisine-role-grid { grid-template-columns: 1fr; }
  .cuisine-pathway { min-height: 430px; }
  .cuisine-skill-grid { grid-template-columns: 1fr; }
  .cuisine-skill-grid article { min-height: 230px; }
  .cuisine-skill-grid h3 { margin-top: 50px; }
  .cuisine-chef-links { align-items: flex-start; flex-direction: column; }
  .cuisine-cta > div { align-items: stretch; flex-direction: column; }
  .cuisine-cta .button { width: 100%; }
}
