:root {
  --food-green: #375124;
  --food-green-2: #55773a;
  --food-lime: #9fca70;
  --food-coral: #ef806b;
  --food-cream: #fffaf0;
  --food-paper: #f8f0df;
  --food-line: #d9c79d;
  --food-ink: #3e321f;
}

.food-page { color: var(--food-ink); background: var(--food-cream); }
.food-page .site-header { z-index: 80; }
.food-page .food-header-cta { background: var(--food-green); }
.food-page .food-header-cta:hover { background: #263c1c; }
.food-main { overflow: clip; background: var(--food-cream); }
.food-main > .food-section { min-height: 100svh; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
.food-main img { display: block; width: 100%; height: 100%; object-fit: cover; }
.food-section { position: relative; padding: clamp(30px, 2.5vw, 44px) clamp(28px, 5vw, 82px) clamp(28px, 2.5vw, 44px); }
.food-section::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(rgb(107 83 39 / .055) .6px, transparent .8px); background-size: 7px 7px; opacity: .5; }
.food-section > * { position: relative; z-index: 1; }
.food-label { display: inline-flex; width: fit-content; align-items: center; gap: 11px; margin: 0 0 20px; padding: 8px 28px; border: 1px solid var(--food-lime); border-radius: 7px; color: var(--food-green); font-size: 18px; font-weight: 700; letter-spacing: .2em; }
.food-label::before, .food-label::after { content: ""; color: var(--food-lime); }
.food-rule { display: flex; align-items: center; width: min(430px, 100%); margin: 22px 0; color: #b99755; }
.food-rule i { flex: 1; height: 1px; background: currentColor; opacity: .65; }
.food-rule b { width: 8px; height: 8px; margin: 0 10px; border: 1px solid currentColor; transform: rotate(45deg); }
.food-title h2 { margin: 0; color: var(--food-green); font-size: clamp(42px, 5vw, 76px); line-height: 1.15; letter-spacing: .14em; }
.food-title > p { margin: 16px 0 0; color: var(--food-green); font-size: clamp(17px, 1.5vw, 24px); letter-spacing: .14em; line-height: 1.7; }
.food-title--center { text-align: center; }
.food-title--center .food-rule { margin-inline: auto; }
.food-title--center small { display: block; max-width: 570px; margin: 20px auto 0; font-size: 16px; line-height: 1.9; }
.food-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px; padding: 0 30px; border: 1px solid var(--food-green); border-radius: 999px; color: var(--food-green); background: rgb(255 250 240 / .72); font-weight: 700; letter-spacing: .1em; transition: .18s ease; }
.food-button:hover, .food-button:focus-visible { color: #fff; background: var(--food-green); transform: translateY(-2px); }
.food-disclaimer { margin: 18px auto 0; color: #776a51; font-size: 13px; text-align: center; }

.food-overview { display: grid; grid-template-columns: 58% 42%; align-items: stretch; min-height: 100svh; padding: 0; background: linear-gradient(120deg, #fffaf0 48%, #f1f8d9 100%); }
.food-overview__media { min-height: 100svh; overflow: hidden; }
.food-overview__media img { width: 122%; max-width: none; object-position: 16% center; }
.food-overview__copy { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 130px clamp(32px, 5vw, 80px) 90px; text-align: center; }
.food-overview__copy h1 { display: flex; margin: 0; color: var(--food-green); font-size: clamp(76px, 7vw, 118px); font-weight: 500; line-height: 1; letter-spacing: .12em; }
.food-overview__copy h1 span:nth-child(2), .food-overview__copy h1 span:nth-child(3) { color: #87b958; }
.food-overview__lead { margin: 28px 0 0; color: var(--food-green); font-size: clamp(22px, 2vw, 32px); font-weight: 700; letter-spacing: .12em; }
.food-overview__copy > p:last-of-type { margin: 0 0 28px; font-size: 17px; line-height: 2; letter-spacing: .06em; }
.food-care-note { position: absolute; left: 49%; bottom: 62px; display: grid; grid-template-columns: auto 76px auto; align-items: center; gap: 12px; padding: 16px 25px; border-radius: 999px; background: rgb(255 250 240 / .92); box-shadow: 0 12px 40px rgb(67 48 17 / .1); transform: translateX(-50%); }
.food-care-note span { display: grid; gap: 4px; color: var(--food-green); font-weight: 700; text-align: center; }
.food-care-note small { font-size: 12px; font-weight: 400; }
.food-care-note i { height: 1px; background: var(--food-green); }

/* This content-led section must grow with its copy, not crop to a screen.
   Keep the background full bleed and constrain only the inner content. */
.food-main > .food-plans {
  display: block;
  min-height: 0;
  padding: clamp(28px, 3vw, 48px) clamp(20px, 4vw, 64px) clamp(40px, 4vw, 64px);
  background: linear-gradient(180deg, #fffaf0 0%, #f8f0dc 100%);
}
.food-plans__content { display: grid; gap: 24px; width: min(var(--brand-content-max), 100%); margin-inline: auto; }
.food-plans__intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: stretch; gap: clamp(24px, 3vw, 48px); }
.food-plans__media { position: relative; min-width: 0; min-height: 320px; margin: 0; overflow: hidden; border-radius: 14px; }
.food-plans__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-position: 18% 50%; }
.food-plans__intro .food-title { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 24px 0; }
.food-plans__intro .food-title h2 { font-size: clamp(38px, 4.3vw, 64px); line-height: 1.5; }
.food-plans__intro .food-title > p { margin: 0; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.75; text-wrap: balance; }
.food-plans__intro .food-title > p:first-child { margin-bottom: 12px; color: var(--food-green-2); font-size: 18px; font-weight: 700; letter-spacing: .22em; }
.food-plans__intro .food-rule { margin: 20px auto; flex-shrink: 0; }
.food-plans__intro .food-title small { max-width: 36em; margin: 16px auto 0; font-size: 16px; line-height: 1.9; text-wrap: pretty; }
.food-plan-ledger { border: 1px solid var(--food-line); border-radius: 18px; background: rgb(255 253 247 / .92); box-shadow: 0 12px 35px rgb(82 58 14 / .06); }
.food-plan-ledger article { display: grid; grid-template-columns: 64px minmax(0, 1.15fr) minmax(0, 1.6fr) 170px; gap: 24px; align-items: center; min-height: 128px; padding: 22px 24px; border-bottom: 1px solid #e3d6b9; }
.food-plan-ledger article > * { min-width: 0; }
.food-plan-ledger article:last-child { border-bottom: 0; }
.food-plan-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--food-green); background: #eef2cf; font-size: 19px; font-weight: 700; }
.food-plan-icon .site-icon { width: 30px; height: 30px; }
.food-plan-ledger h3 { margin: 0 0 6px; font-size: 25px; }
.food-plan-ledger p { margin: 0; color: #665d4c; font-size: 15px; line-height: 1.8; }
.food-plan-ledger dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; }
.food-plan-ledger dl div { min-width: 0; min-height: 58px; padding: 4px 16px; border-left: 1px solid #e3d6b9; }
.food-plan-ledger dt { margin-bottom: 9px; font-weight: 700; }
.food-plan-ledger dd { margin: 0; font-size: 15px; line-height: 1.7; }
.food-plan-ledger article > a { display: grid; min-height: 48px; place-items: center; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--food-green); font-weight: 700; text-align: center; transition: background .18s ease; }
.food-plan-ledger article > a:hover { background: #263c1c; }
.food-plan-ledger article > a:focus-visible { outline: 2px solid var(--food-green); outline-offset: 4px; }
.food-plan-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--food-line); border-radius: 14px; background: rgb(255 253 247 / .9); }
.food-plan-meta span { display: grid; align-content: start; gap: 6px; padding: 16px 24px; border-right: 1px solid #e3d6b9; font-size: 14px; line-height: 1.7; }
.food-plan-meta span:last-child { border-right: 0; }
.food-plan-meta b { color: var(--food-green); font-size: 15px; }
.food-plans__content > .food-disclaimer { margin: 0; font-size: 14px; line-height: 1.8; }

.food-craft { display: grid; grid-template-columns: 330px minmax(420px, 1fr) 230px; grid-template-rows: auto 250px; gap: 20px 40px; background: #fffaf0; }
.food-craft__nav { grid-row: 1 / 3; align-self: center; }
.food-craft__nav .food-title h2 { font-size: clamp(42px, 4.1vw, 66px); white-space: nowrap; }
.food-accordion { margin: 22px 0; }
.food-accordion article { border-bottom: 1px solid #dfd0ae; }
.food-accordion article.is-active { margin: 0 -10px; padding: 0 10px 10px; border: 1px solid #cfdaad; border-radius: 14px; background: #f2f4d9; }
.food-accordion button { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; width: 100%; min-height: 64px; padding: 0; border: 0; color: var(--food-ink); background: transparent; font-family: inherit; font-size: 20px; text-align: left; cursor: pointer; }
.food-accordion button span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--food-line); border-radius: 50%; font-size: 14px; }
.food-accordion .is-active button span { color: #fff; background: var(--food-green); }
.food-accordion button i { font-style: normal; }
.food-accordion article p { display: none; margin: 0 0 6px 42px; font-size: 14px; line-height: 1.75; }
.food-accordion article.is-active p { display: block; }
.food-craft figure { margin: 0; overflow: hidden; border-radius: 14px; }
.food-craft__ingredients { min-height: 520px; }
.food-craft__cooking { grid-column: 2 / 4; min-height: 250px; }
.food-craft__note, .food-craft__statement { display: flex; flex-direction: column; justify-content: center; color: #5b513e; font-size: 17px; line-height: 2; }
.food-craft__statement { display: none; }

.food-main > .food-team { min-height: 0; align-content: start; }
.food-team { display: grid; grid-template-columns: 220px minmax(370px, .85fr) minmax(480px, 1.1fr); grid-template-rows: minmax(460px, auto) minmax(200px, auto); gap: 18px 40px; background: linear-gradient(135deg, #fffaf0, #f8f1df); }
.food-team__aside { align-self: center; font-size: 17px; line-height: 2; }
.food-team figure { margin: 0; overflow: hidden; border-radius: 14px; }
.food-team__portrait { position: relative; min-height: 0; height: 460px; }
.food-team__portrait figcaption { position: absolute; inset: auto 20px 20px; padding: 15px 18px; border-radius: 9px; background: rgb(255 250 240 / .88); text-align: center; }
.food-team__story { align-self: center; }
.food-team__story .food-title h2 { color: var(--food-ink); font-size: clamp(40px, 4vw, 66px); }
.food-team__story > p:last-of-type { max-width: 650px; font-size: 16px; line-height: 2; }
.food-team__story dl { margin-top: 24px; }
.food-team__story dl div { display: grid; grid-template-columns: 130px 1fr; gap: 15px; padding: 10px 0; border-bottom: 1px dashed #cdbd97; }
.food-team__story dt { color: var(--food-green-2); font-weight: 700; }
.food-team__story dd { margin: 0; color: #766a52; }
.food-team__detail { grid-column: 1 / 3; min-height: 0; height: 200px; }
.food-team__closing { display: flex; flex-direction: column; justify-content: center; }
.food-team__closing h3 { margin: 0; color: var(--food-green); font-size: 24px; }
.food-team__closing p { line-height: 1.9; }
.food-team__closing .food-button { align-self: flex-end; }

.food-reviews { display: grid; grid-template-columns: 300px minmax(520px, 1fr) 330px; gap: 42px; align-items: center; background: #fffaf0; }
.food-reviews__intro { display: flex; flex-direction: column; align-items: flex-start; }
.food-reviews__intro .food-title h2 { color: var(--food-ink); }
.food-reviews__intro > p:last-of-type { font-size: 17px; line-height: 2; }
.food-reviews__intro > a { margin: 38px 0 20px; color: var(--food-green); font-size: 18px; font-weight: 700; text-decoration: underline; text-underline-offset: 8px; }
.food-reviews__intro small { margin-top: 42px; color: #877b64; line-height: 1.7; }
.food-review-wall { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr 1fr; gap: 24px; min-height: 650px; }
.food-review-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 290px; padding: 30px; border: 1px solid var(--food-line); border-radius: 17px; background: rgb(255 253 247 / .92); box-shadow: 0 14px 32px rgb(74 52 16 / .08); }
.food-review-card--large { grid-row: 1 / 3; }
.food-review-card > b { color: #dfd7c6; font-size: 74px; line-height: .8; }
.food-review-card > p { font-size: 16px; line-height: 1.9; }
.food-review-card footer { display: flex; gap: 14px; align-items: center; padding-top: 20px; border-top: 1px dashed #d9cba9; }
.food-review-card footer > span { width: 48px; height: 48px; border-radius: 50%; background: #e9dfc8; }
.food-review-card footer div { display: grid; gap: 4px; }
.food-review-card footer small { color: #81745b; }
.food-reviews__image { height: 650px; margin: 0; overflow: hidden; border-radius: 18px 0 0 18px; }
.food-reviews__image img { width: 150%; max-width: none; object-position: 14% center; }

.food-order { display: grid; grid-template-columns: minmax(650px, 1.65fr) minmax(380px, .9fr); gap: 22px; align-items: stretch; background: linear-gradient(135deg, #fffaf0, #f5ead1); }
.food-order__form { padding: 24px 34px; border-radius: 18px; background: rgb(255 253 247 / .94); box-shadow: 0 14px 42px rgb(67 45 11 / .08); }
.food-order__form .food-title h2 { font-size: clamp(42px, 3.8vw, 58px); }
.food-order__form .food-title .food-rule { margin: 8px 0 14px; }
.food-order__form .food-title > p { margin-top: 5px; font-size: 15px; }
.food-form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px 18px; }
.food-form-grid > label, .food-form-grid fieldset { display: grid; gap: 8px; min-width: 0; margin: 0; padding: 0; border: 0; font-family: var(--sans); font-size: 14px; }
.food-form-grid em { color: #bd3d2f; font-style: normal; }
.food-form-grid input, .food-form-grid select, .food-form-grid textarea { width: 100%; min-height: 42px; padding: 8px 13px; border: 1px solid #d7c9aa; border-radius: 7px; color: var(--food-ink); background: #fffefa; font: inherit; }
.food-form-grid textarea { min-height: 64px; resize: vertical; }
.food-field-wide { grid-column: span 2; }
.food-choice-row { display: flex; min-height: 42px; align-items: center; gap: 20px; padding: 6px 12px; border: 1px solid #d7c9aa; border-radius: 7px; background: #fffefa; }
.food-choice-row label { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.food-choice-row input { width: 18px; min-height: 18px; accent-color: var(--food-green); }
.food-consent { display: flex; gap: 9px; align-items: flex-start; margin: 12px 0; font-family: var(--sans); font-size: 13px; }
.food-consent input { accent-color: var(--food-green); }
.food-consent a { color: var(--food-green); text-decoration: underline; }
.food-form-actions { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 16px; }
.food-form-actions button, .food-form-actions a { display: grid; min-height: 48px; place-items: center; border: 1px solid var(--food-green); border-radius: 8px; color: var(--food-green); background: transparent; font: 700 15px var(--sans); cursor: pointer; }
.food-form-actions button { color: #fff; background: var(--food-green); }
.food-order__visual { display: grid; grid-template-rows: minmax(300px, 1fr) auto; gap: 16px; overflow: hidden; }
.food-order__visual > img { min-height: 0; border-radius: 18px; object-position: 12% center; }
.food-order__visual aside { padding: 16px 24px; border-radius: 18px; background: rgb(255 253 247 / .94); box-shadow: 0 14px 42px rgb(67 45 11 / .08); }
.food-order__visual h3 { margin: 0 0 10px; color: var(--food-green); font-size: 24px; text-align: center; letter-spacing: .14em; }
.food-order__visual dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.food-order__visual dl div { padding: 8px 12px; border-right: 1px solid #e2d4b6; border-bottom: 1px solid #e2d4b6; }
.food-order__visual dl div:nth-child(even) { border-right: 0; }
.food-order__visual dt { margin-bottom: 5px; color: var(--food-green); font-weight: 700; }
.food-order__visual dd { margin: 0; font-size: 13px; }
.food-order__visual aside p { margin: 10px 0 0; color: #776b54; font-size: 12px; text-align: center; }
.mobile-booking--food { background: var(--food-green); }

/* Preserve the full-width overview and backgrounds. The remaining sections
   use a centered frame with the same internal gutter as the 1568px layout. */
@media (min-width: 1569px) {
  .food-main > :is(.food-craft, .food-team, .food-reviews, .food-order) {
    --food-content-gutter: calc(var(--brand-content-max) * .05);
    padding-inline: calc((100% - var(--brand-content-max)) / 2 + var(--food-content-gutter));
  }
  .food-main > .food-craft .food-title h2 {
    font-size: 56px;
  }
  .food-main > .food-reviews .food-title h2 {
    font-size: 58px;
  }
}

@media (max-width: 1250px) {
  .food-plan-ledger article { grid-template-columns: 64px minmax(0, 1fr) 170px; gap: 16px 24px; }
  .food-plan-icon { grid-column: 1; grid-row: 1 / 3; }
  .food-plan-ledger article > div:nth-child(2) { grid-column: 2; grid-row: 1; }
  .food-plan-ledger dl { grid-column: 2; grid-row: 2; }
  .food-plan-ledger dl div { padding-left: 0; border-left: 0; }
  .food-plan-ledger article > a { grid-column: 3; grid-row: 1 / 3; }
  .food-craft { grid-template-columns: 300px 1fr; }
  .food-craft__note { display: none; }
  .food-craft__cooking { grid-column: 2; }
  .food-team { grid-template-columns: 180px minmax(340px, .85fr) 1fr; }
  .food-reviews { grid-template-columns: 260px 1fr; }
  .food-reviews__image { display: none; }
  .food-order { grid-template-columns: 1fr; }
  .food-order__visual { grid-template-columns: 1fr 1fr; grid-template-rows: 360px; }
}

@media (max-width: 980px) {
  .food-section { min-height: 0; padding: 112px 24px 64px; }
  .food-overview { grid-template-columns: 1fr; padding: 0; }
  .food-overview__media { min-height: 58svh; }
  .food-overview__copy { padding: 56px 24px 120px; }
  .food-care-note { left: 50%; bottom: 24px; }
  .food-plans__intro { grid-template-columns: 1fr; gap: 8px; }
  .food-plans__media { min-height: 0; height: clamp(220px, 42vw, 360px); }
  .food-plans__intro .food-title { padding: 24px 12px 8px; }
  .food-plan-meta { grid-template-columns: 1fr 1fr; }
  .food-plan-meta span:nth-child(2) { border-right: 0; }
  .food-plan-meta span:nth-child(-n+2) { border-bottom: 1px solid #e3d6b9; }
  .food-craft { grid-template-columns: 1fr; grid-template-rows: auto; }
  .food-craft__nav { grid-row: auto; }
  .food-craft__ingredients { min-height: 440px; }
  .food-craft__statement { display: flex; }
  .food-craft__cooking { grid-column: auto; }
  .food-team { grid-template-columns: 1fr 1.4fr; grid-template-rows: auto; }
  .food-team__aside { display: none; }
  .food-team__portrait { min-height: 500px; height: 500px; }
  .food-team__story { align-self: center; }
  .food-team__detail { grid-column: 1; height: auto; }
  .food-reviews { grid-template-columns: 1fr; }
  .food-reviews__intro { align-items: center; text-align: center; }
  .food-review-wall { min-height: 620px; }
  .food-form-grid { grid-template-columns: 1fr 1fr; }
  .food-order__visual { grid-template-columns: 1fr; grid-template-rows: 360px auto; }
}

@media (max-width: 620px) {
  .food-label { padding: 7px 18px; font-size: 15px; }
  .food-title h2 { font-size: 38px; letter-spacing: .08em; }
  .food-overview__media { min-height: 52svh; }
  .food-overview__media img { width: 154%; object-position: 13% center; }
  .food-overview__copy h1 { font-size: 60px; }
  .food-overview__lead { font-size: 19px; line-height: 1.6; }
  .food-overview__copy > p:last-of-type { font-size: 14px; }
  .food-care-note { width: calc(100% - 38px); grid-template-columns: 1fr 34px 1fr; }
  .food-plans__content { gap: 20px; }
  .food-plans__intro .food-title { padding-inline: 0; }
  .food-plans__intro .food-title small { text-align: left; }
  .food-plan-ledger article { grid-template-columns: 46px minmax(0, 1fr); gap: 16px 12px; padding: 20px 16px; }
  .food-plan-icon { grid-row: 1; width: 44px; height: 44px; }
  .food-plan-ledger h3 { font-size: 23px; }
  .food-plan-ledger dl { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .food-plan-ledger dl div { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; min-height: 0; padding: 10px 0; border-left: 0; border-top: 1px solid #e3d6b9; }
  .food-plan-ledger dt { margin: 0; }
  .food-plan-ledger article > a { grid-column: 1 / -1; grid-row: 3; }
  .food-plan-meta { grid-template-columns: 1fr; }
  .food-plan-meta span { border-right: 0; border-bottom: 1px solid #e3d6b9; }
  .food-plan-meta span:last-child { border-bottom: 0; }
  .food-craft__nav .food-title h2 { white-space: normal; }
  .food-craft__ingredients { min-height: 330px; }
  .food-team { grid-template-columns: 1fr; }
  .food-team__portrait { min-height: 480px; height: 480px; }
  .food-team__detail { min-height: 250px; height: 250px; }
  .food-team__closing .food-button { align-self: stretch; }
  .food-review-wall { grid-template-columns: 1fr; grid-template-rows: auto; min-height: 0; }
  .food-review-card--large { grid-row: auto; }
  .food-review-card { min-height: 280px; }
  .food-order__form { padding: 28px 18px; }
  .food-form-grid { grid-template-columns: 1fr; }
  .food-field-wide { grid-column: auto; }
  .food-choice-row { flex-wrap: wrap; }
  .food-form-actions { grid-template-columns: 1fr; }
}
