:root {
  --ink: #161616;
  --muted: #5c5c55;
  --line: #ded9cc;
  --paper: #fbfaf6;
  --soft: #f1eee6;
  --sage: #59735b;
  --sage-dark: #2f4a36;
  --tomato: #b64d3a;
  --gold: #c09a50;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(35, 31, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 250, 246, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(222, 217, 204, 0.75);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span {
  color: var(--sage);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  color: var(--muted);
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links .active {
  color: var(--ink);
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--sage-dark);
  border-radius: 4px;
  background: var(--sage-dark);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: rgba(22, 22, 22, 0.28);
}

.button:hover,
button:hover {
  transform: translateY(-1px);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(12, 15, 11, 0.84) 0%, rgba(12, 15, 11, 0.67) 37%, rgba(12, 15, 11, 0.12) 72%),
    url("assets/chef-meal-prep-hero.png") center / cover no-repeat;
  color: var(--white);
}

.hero-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6.8rem);
  font-weight: 700;
}

.subhead {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: var(--soft);
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.section-head p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.card h3 {
  font-size: 1.15rem;
}

.card p,
.card li {
  color: var(--muted);
}

.card p:last-child,
.card ul:last-child,
.story p:last-child {
  margin-bottom: 0;
}

.number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--white);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
}

.story {
  padding: 34px;
  border-left: 4px solid var(--tomato);
  background: var(--white);
  box-shadow: var(--shadow);
}

.story strong {
  color: var(--sage-dark);
}

.list {
  padding-left: 19px;
}

.list li {
  margin: 8px 0;
}

.banner {
  background: var(--sage-dark);
  color: var(--white);
}

.banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.banner h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.banner p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.82);
}

.page-hero {
  padding: 86px 0 58px;
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 1) 0%, rgba(251, 250, 246, 0.94) 45%, rgba(251, 250, 246, 0.48) 100%),
    url("assets/chef-meal-prep-hero.png") center / cover no-repeat;
}

.page-hero.image-hero {
  min-height: 520px;
  display: grid;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 15, 11, 0.84) 0%, rgba(12, 15, 11, 0.66) 38%, rgba(12, 15, 11, 0.16) 74%),
    var(--page-hero-image) center / cover no-repeat;
}

.page-hero.image-hero .subhead {
  color: rgba(255, 255, 255, 0.86);
}

.page-hero.meal-prep-hero {
  --page-hero-image: url("assets/meal-prep-hero.png");
}

.page-hero.private-dining-hero {
  --page-hero-image: url("assets/private-dining-hero.png");
}

.page-hero.event-gastronomie-hero {
  --page-hero-image: url("assets/event-gastronomie-hero.png");
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(2.6rem, 6vw, 5.2rem);
}

.page-hero.image-hero h1 {
  color: var(--white);
}

.page-hero .subhead {
  color: var(--muted);
}

.steps {
  counter-reset: step;
}

.steps .card {
  position: relative;
}

.steps .card::before {
  counter-increment: step;
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 850;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-details {
  display: grid;
  gap: 9px;
  margin-top: 22px;
  color: var(--muted);
}

.contact-details a {
  color: var(--sage-dark);
  font-weight: 750;
  text-decoration: none;
}

.field {
  display: grid;
  gap: 7px;
}

label {
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.legal-content {
  max-width: 880px;
}

.legal-content h2 {
  margin-top: 44px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.legal-content h3 {
  margin-top: 28px;
  font-size: 1.15rem;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content address {
  font-style: normal;
  color: var(--muted);
}

.site-footer {
  padding: 34px 0;
  background: #12140f;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-inner a {
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 4px;
  }

  .nav .button {
    display: none;
  }

  .hero {
    min-height: 680px;
    background:
      linear-gradient(180deg, rgba(12, 15, 11, 0.72) 0%, rgba(12, 15, 11, 0.72) 100%),
      url("assets/chef-meal-prep-hero.png") center / cover no-repeat;
  }

  .page-hero.image-hero {
    min-height: 560px;
    background:
      linear-gradient(180deg, rgba(12, 15, 11, 0.72) 0%, rgba(12, 15, 11, 0.72) 100%),
      var(--page-hero-image) center / cover no-repeat;
  }

  .grid.three,
  .grid.two,
  .split {
    grid-template-columns: 1fr;
  }

  .banner .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding: 64px 0;
  }
}
