:root {
  --cream: #F8F5EF;
  --cream-deep: #EFE8DB;
  --olive: #66724E;
  --forest: #2F4635;
  --walnut: #6B4C3B;
  --brass: #C8A45A;
  --charcoal: #2D2D2D;
  --muted: #6f6a62;
  --white: #fffdf8;
  --line: rgba(47, 70, 53, 0.14);
  --shadow: 0 24px 80px rgba(47, 70, 53, 0.12), 0 2px 12px rgba(47, 70, 53, 0.08);
  --radius: 28px;
  --radius-sm: 14px;
  --shell: 1180px;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 14px 14px, rgba(107,76,59,.045) 1px, transparent 1.5px) 0 0 / 30px 30px,
    linear-gradient(90deg, rgba(255,253,248,.38), rgba(248,245,239,.9)),
    var(--cream);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.skip-link, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--forest);
  color: white;
  border-radius: 999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(248, 245, 239, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(47, 70, 53, 0.08);
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(47, 70, 53, 0.08); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
/* The garlic mark deliberately matches the full two-line wordmark, not only “Well Fed.” */
.brand-garlic { display: block; width: auto; height: clamp(40px, 3.5vw, 46px); object-fit: contain; filter: sepia(1) saturate(.65) hue-rotate(330deg) brightness(.62); }
.brand-copy { display: grid; gap: 3px; line-height: 1; text-align: center; }
.brand-copy strong { color: var(--forest); font-family: var(--serif); font-size: clamp(27px, 2.2vw, 34px); font-weight: 600; letter-spacing: .085em; text-transform: uppercase; }
.brand-copy em { color: var(--walnut); font-size: clamp(8px, .72vw, 10px); font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); font-size: 14px; font-weight: 800; color: var(--forest); }
.site-nav a { padding: 10px 0; }
.site-nav a:hover { color: var(--walnut); }
.nav-cta { white-space: nowrap; background: var(--forest); color: var(--cream) !important; padding: 11px 18px !important; border-radius: 999px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: 10px 14px; color: var(--forest); font-weight: 800; }

.section-shell { width: min(calc(100% - 36px), var(--shell)); margin-inline: auto; }
.section-pad { padding-block: clamp(72px, 10vw, 128px); }
.eyebrow, .section-kicker {
  margin: 0 0 14px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; color: var(--forest); font-family: var(--serif); font-weight: 700; line-height: .98; }
h1 { max-width: 820px; font-size: clamp(42px, 5.2vw, 68px); letter-spacing: -.04em; }
h2 { font-size: clamp(38px, 5.4vw, 68px); letter-spacing: -.035em; }
h3 { font-size: clamp(27px, 3vw, 38px); letter-spacing: -.02em; }
p { margin: 0; }
.narrow { max-width: 850px; }
.section-heading { margin-bottom: clamp(34px, 5vw, 58px); }
.section-heading p:not(.eyebrow) { margin-top: 16px; color: var(--muted); font-size: 18px; }

.hero {
  position: relative;
  overflow: hidden;
  padding-block: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(200,164,90,.18), transparent 28%),
    linear-gradient(180deg, rgba(248,245,239,1), rgba(248,245,239,.86));
}
.hero-shell {
  position: relative;
  width: 100%;
  margin: 0;
}
.hero-visual {
  position: relative;
  min-height: calc(100svh - 78px);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--forest);
  box-shadow: none;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 24, 18, .78) 0%, rgba(20, 24, 18, .52) 34%, rgba(20, 24, 18, .16) 58%, rgba(20, 24, 18, .04) 100%),
    linear-gradient(180deg, rgba(20, 24, 18, .16), rgba(20, 24, 18, .28));
}
.hero-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.9) contrast(1.02) brightness(.9);
  transform: scale(1.01);
}
.hero-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  width: min(42rem, 54%);
  min-height: inherit;
  padding: clamp(34px, 6vw, 82px);
  color: var(--cream);
  text-align: center;
}
.hero-brand-lockup {
  width: clamp(250px, 25vw, 360px);
  color: rgba(248,245,239,.96);
  text-align: center;
}
.hero-logo-image {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 22px rgba(0,0,0,.45));
  transform: none;
}
.est-row {
  display: flex;
  justify-content: space-between;
  width: 78%;
  color: rgba(248,245,239,.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.hero-mark { color: rgba(248,245,239,.86); font-size: 28px; line-height: 1; }
.hero-logo-text {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 600;
  letter-spacing: .11em;
  line-height: .84;
  text-transform: uppercase;
}
.hero-tagline {
  color: rgba(248,245,239,.88);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 680px;
  color: var(--cream);
  font-size: clamp(33px, 3.9vw, 54px);
  line-height: 1.04;
  text-align: center;
  text-shadow: 0 3px 28px rgba(0,0,0,.35);
}
.hero-title-line { display: block; white-space: nowrap; }
.hero-lede {
  max-width: 460px;
  color: rgba(248,245,239,.92);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(200,164,90,.55); outline-offset: 3px; }
.button-primary { background: var(--forest); color: var(--cream); box-shadow: 0 10px 24px rgba(47,70,53,.22); }
.button-primary:hover { background: #223528; }
.button-secondary { background: rgba(255,253,248,.72); color: var(--forest); border-color: rgba(47,70,53,.16); }
.button-glass { background: rgba(248,245,239,.12); color: var(--cream); border-color: rgba(248,245,239,.35); backdrop-filter: blur(10px); }
.button-wide { width: 100%; }
.trust-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.trust-points li { border: 1px solid rgba(102,114,78,.18); background: rgba(255,253,248,.5); border-radius: 999px; padding: 8px 12px; color: var(--walnut); font-size: 13px; font-weight: 800; }

.photo-divider { height: clamp(28px, 4vw, 56px); background: var(--cream-deep); }

.difference-snapshot { background: var(--white); }
/* Section 2 is a single, full-width statement before the comparison chart. */
.difference-snapshot .section-heading { max-width: none; width: 100%; }
.difference-snapshot .section-heading h2 { max-width: none; white-space: nowrap; }
.difference-snapshot .section-heading > p { max-width: none; }
.difference-snapshot-intro { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .78fr); gap: clamp(28px, 7vw, 96px); align-items: end; margin-bottom: clamp(32px, 5vw, 54px); }
.difference-snapshot h2 { color: var(--forest); font-size: clamp(42px, 5.2vw, 72px); line-height: .98; max-width: 760px; }
.keep-together { white-space: nowrap; }
.difference-snapshot-intro > p { margin: 0; color: var(--muted); font-size: clamp(17px, 1.55vw, 20px); line-height: 1.6; }
.difference-snapshot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.difference-snapshot-grid article { display: grid; align-content: start; gap: 14px; min-height: 205px; padding: clamp(22px, 3vw, 36px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.difference-icon { width: 52px; height: 52px; margin-bottom: 5px; fill: none; stroke: var(--walnut); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; opacity: .92; }
.difference-snapshot-grid strong { color: var(--forest); font-family: var(--serif); font-size: clamp(25px, 2.3vw, 35px); font-weight: 600; line-height: 1; }
.difference-snapshot-grid span { color: var(--muted); font-size: 15px; line-height: 1.52; }
.difference-snapshot-link { display: inline-flex; gap: 12px; align-items: center; margin-top: clamp(28px, 4vw, 42px); color: var(--forest); border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.difference-snapshot-link span { font-size: 20px; line-height: .7; }

.why-feature { background: var(--forest); }
.why-feature-visual { position: relative; min-height: min(860px, calc(100svh - 78px)); margin: 0; overflow: hidden; isolation: isolate; }
.why-feature-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(20,24,18,.88) 0%, rgba(20,24,18,.67) 43%, rgba(20,24,18,.24) 70%, rgba(20,24,18,.04) 100%); }
.why-feature-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.why-feature-overlay { position: relative; z-index: 2; display: grid; align-content: center; gap: 18px; width: min(760px, 54%); min-height: inherit; padding: clamp(34px, 5vw, 86px); color: var(--cream); }
.why-feature-overlay .eyebrow { margin: 0; color: var(--brass); }
.why-feature-overlay h2 { color: var(--cream); font-size: clamp(40px, 4.65vw, 64px); line-height: 1.02; }
.why-feature-overlay > p:not(.eyebrow) { color: rgba(248,245,239,.93); font-size: clamp(16px, 1.45vw, 19px); line-height: 1.52; }

.testimonials { background: var(--white); }
.testimonials-heading { max-width: none; }
.testimonials-heading h2 { max-width: none; white-space: nowrap; }
.message-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); margin-top: clamp(34px, 5vw, 60px); align-items: start; }
.message-column { display: grid; gap: clamp(14px, 2vw, 28px); align-content: start; }
.message-column figure { margin: 0; }
.message-column img { display: block; width: 100%; height: auto; border-radius: 18px; box-shadow: 0 12px 28px rgba(47,70,53,.1); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: clamp(54px, 8vw, 100px); border: 1px solid var(--line); background: var(--line); }
.testimonial { display: grid; align-content: space-between; gap: 28px; min-height: 310px; margin: 0; padding: clamp(30px, 4.2vw, 52px); background: rgba(248,245,239,.55); }
.testimonial-featured { grid-column: 1 / -1; min-height: 0; background: var(--forest); color: var(--cream); }
.testimonial blockquote { margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(27px, 2.75vw, 42px); font-weight: 600; line-height: 1.08; }
.testimonial blockquote::before { content: "“"; display: block; margin-bottom: -5px; color: var(--brass); font-size: clamp(54px, 6vw, 82px); font-weight: 500; line-height: .65; }
.testimonial figcaption { color: var(--walnut); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-featured blockquote { color: var(--cream); }
.testimonial-featured figcaption { color: var(--brass); }

.intro { padding-block: clamp(72px, 9vw, 116px) clamp(56px, 8vw, 112px); }
.difference-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(26px, 7vw, 94px); align-items: start; }
.difference-intro > div { display: grid; gap: 18px; }
.difference-intro p { color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; }
.comparison-wrap { margin: 0; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 32px; background: rgba(255,253,248,.74); box-shadow: 0 14px 44px rgba(47,70,53,.07); }
.difference.section-pad { padding-top: clamp(42px, 6vw, 78px); }
.difference-title { margin-bottom: clamp(26px, 4vw, 46px); color: var(--forest); font-size: clamp(40px, 5vw, 66px); }
.comparison-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.comparison-mobile-hint { display: none; }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; color: var(--forest); font-size: 15px; line-height: 1.55; }
.comparison-table th, .comparison-table td { padding: 18px 16px; border-bottom: 1px solid rgba(47,70,53,.13); vertical-align: top; text-align: left; }
.comparison-table thead th { padding-top: 0; color: var(--forest); font-size: 14px; font-weight: 800; line-height: 1.15; }
.comparison-table thead th:first-child, .comparison-table tbody th { width: 25%; padding-left: 0; }
.comparison-table thead th:nth-child(2), .comparison-table td:nth-child(2) { width: 44%; }
.comparison-table thead th:last-child, .comparison-table td:last-child { width: 31%; padding-right: 0; }
.comparison-table tbody th { font-size: 14px; font-weight: 800; line-height: 1.35; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
/* Section 2 is intentionally a direct, balanced two-column comparison. */
.section-two-column-table thead th:first-child,
.section-two-column-table tbody th,
.section-two-column-table thead th:nth-child(2),
.section-two-column-table td:nth-child(2) { width: 50%; }
.section-two-column-table th,
.section-two-column-table td { padding-block: 22px; }
/* Keep only the two column labels bold; comparison statements should carry equal visual weight. */
.section-two-column-table tbody th { font-weight: 400; }

.investment { background: var(--cream-deep); }
.investment-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: clamp(32px, 7vw, 100px); align-items: start; margin-bottom: clamp(38px, 6vw, 72px); }
.investment h2 { color: var(--forest); font-size: clamp(42px, 5.1vw, 70px); line-height: .98; max-width: 720px; }
.investment-copy { display: grid; gap: 17px; padding-top: 5px; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.58; }
.investment-copy p:first-child { color: var(--forest); font-family: var(--serif); font-size: clamp(26px, 2.3vw, 35px); line-height: 1.08; }
.investment-quantities { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: rgba(255,253,248,.45); }
.investment-quantities article { display: grid; gap: 12px; padding: clamp(24px, 3.2vw, 42px) clamp(18px, 2.4vw, 30px); min-height: 190px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.investment-quantities strong { display: grid; gap: 2px; color: var(--walnut); font-size: 12px; font-weight: 800; letter-spacing: .09em; line-height: 1.1; text-transform: uppercase; }
.investment-quantities small { font-size: 12px; font-weight: 800; letter-spacing: .09em; line-height: 1.1; }
.investment-quantities b { color: var(--forest); font-family: var(--serif); font-size: clamp(50px, 5vw, 76px); font-weight: 600; letter-spacing: -.04em; line-height: .85; }
.investment-quantities span { color: var(--muted); font-size: 15px; font-weight: 700; line-height: 1.35; }
.investment-note { max-width: 760px; margin: 16px 0 0 auto; color: var(--muted); font-size: 13px; font-style: italic; line-height: 1.45; }
.investment-detail { display: grid; grid-template-columns: minmax(0, .85fr) minmax(340px, 1.15fr); gap: clamp(34px, 7vw, 98px); padding-top: clamp(46px, 7vw, 86px); }
.investment-detail > div:first-child { display: grid; align-content: center; gap: 22px; color: var(--muted); font-size: clamp(18px, 1.65vw, 22px); line-height: 1.55; }
.investment-detail > div:first-child strong { color: var(--forest); }
.investment-includes { padding: clamp(26px, 4vw, 40px); border-radius: 24px; background: rgba(255,253,248,.68); border: 1px solid var(--line); }
.investment-includes .eyebrow { margin-bottom: 20px; }
.investment-includes ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; padding: 0; margin: 0; list-style: none; }
.investment-includes li { position: relative; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.35; }
.investment-includes li::before { content: "✦"; position: absolute; left: 0; top: -1px; color: var(--brass); font-size: 11px; }
.investment-closing { display: grid; justify-items: center; gap: 18px; margin-top: clamp(48px, 8vw, 104px); padding: clamp(40px, 7vw, 82px) clamp(24px, 8vw, 120px); text-align: center; background: var(--forest); color: var(--cream); }
.investment-closing p { max-width: 880px; font-family: var(--serif); font-size: clamp(35px, 4.5vw, 63px); font-weight: 600; line-height: 1; }
.investment-closing em { color: #e4bd63; font-style: normal; }
.investment-closing > span { max-width: 700px; color: rgba(248,245,239,.82); font-size: 18px; line-height: 1.55; }
.investment-cta { margin-top: 12px; }

/* Section 4: a simple, concrete value comparison—not another long service explanation. */
.investment { background: var(--white); }
.investment-heading { max-width: 1100px; }
.investment-heading h2 { max-width: 1100px; }
/* Pricing should be emphatic, not oversized; the comparison carries the message. */
.investment strong { display: inline; color: inherit; font-family: inherit; font-size: inherit; font-weight: 800; letter-spacing: inherit; line-height: inherit; }
.investment-result strong { margin: 0; }
.investment-heading > p { max-width: 1000px; color: var(--muted); font-size: clamp(18px, 1.65vw, 22px); line-height: 1.52; }
.investment-illustration { margin-top: clamp(34px, 5vw, 60px); border: 1px solid var(--line); background: var(--white); }
.investment-illustration-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; padding: clamp(28px, 4vw, 46px); background: var(--forest); color: var(--cream); }
.investment-illustration h3 { color: var(--cream); font-family: var(--serif); font-size: clamp(34px, 4.1vw, 58px); font-weight: 600; line-height: .98; }
.investment-illustration-head p { max-width: 400px; color: rgba(248,245,239,.86); font-size: 18px; line-height: 1.45; }
.investment-illustration-head strong { color: var(--cream); }
.investment-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.investment-columns article { padding: clamp(28px, 4vw, 48px); }
.investment-columns article + article { border-left: 1px solid var(--line); background: rgba(248,245,239,.55); }
.investment-columns .eyebrow { margin-bottom: 22px; color: var(--walnut); }
.investment-columns ul { display: grid; gap: 16px; padding: 0; margin: 0; list-style: none; }
.investment-columns li { padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--forest); font-family: var(--serif); font-size: clamp(22px, 2.15vw, 31px); font-weight: 600; line-height: 1.1; }
.investment-columns li:last-child { padding-bottom: 0; border-bottom: 0; }
.investment-result { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.investment-result > span { padding: clamp(24px, 3.2vw, 38px); background: var(--cream); color: var(--forest); font-size: clamp(16px, 1.45vw, 19px); line-height: 1.35; }
.investment-result strong { display: inline; margin: 0; color: inherit; font-family: inherit; font-size: inherit; font-weight: 800; line-height: inherit; }
.investment-result > p { grid-column: 1 / -1; margin: 0; padding: clamp(24px, 3.4vw, 42px); background: var(--cream-deep); color: var(--forest); font-family: var(--serif); font-size: clamp(26px, 2.6vw, 39px); font-weight: 600; line-height: 1.05; }

.typical-feature { padding-block: 0; background: var(--white); }
.typical-feature-visual { position: relative; min-height: 830px; margin: 0; overflow: hidden; background: var(--forest); isolation: isolate; }
.typical-feature-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(20,24,18,.86) 0%, rgba(20,24,18,.65) 39%, rgba(20,24,18,.12) 72%, rgba(20,24,18,.1) 100%); }
.typical-feature-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.02); }
.typical-feature-overlay { position: relative; z-index: 2; display: grid; align-content: center; gap: 22px; width: min(690px, 52%); min-height: 830px; padding: clamp(34px, 7vw, 110px); color: var(--cream); }
.typical-feature-overlay .eyebrow { margin: 0; color: var(--brass); }
.typical-feature-overlay h2 { color: var(--cream); font-size: clamp(38px, 4.4vw, 62px); line-height: 1; }
.typical-feature-overlay > p:not(.eyebrow) { color: rgba(248,245,239,.9); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.5; }
.quantity-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.quantity-card article { min-height: 160px; padding: 24px; border: 1px solid var(--line); border-radius: 26px; background: var(--cream); box-shadow: 0 12px 34px rgba(47,70,53,.05); }
.quantity-card article:last-child { grid-column: 1 / -1; min-height: 120px; }
.quantity-card strong { display: block; color: var(--forest); font-family: var(--serif); font-size: clamp(52px, 7vw, 82px); line-height: .82; }
.quantity-card span { display: block; margin-top: 16px; color: var(--muted); font-weight: 800; }
.quantity-card-on-image { margin-top: 8px; }
/* The batch-cook quantities are the visual proof: one generous four-card row on desktop. */
.typical-feature-overlay { width: 100%; }
.typical-feature-overlay h2 { max-width: none; }
.typical-feature-overlay > p:not(.eyebrow) { max-width: 640px; }
.quantity-card-four-wide { grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; }
.quantity-card-four-wide article { min-height: 210px; padding: 25px 24px; }
.quantity-card-four-wide strong { font-size: clamp(68px, 6.4vw, 104px); }
.quantity-card-four-wide span { margin-top: 12px; font-size: clamp(19px, 1.55vw, 25px); line-height: 1.2; }
.quantity-card-on-image article { min-height: 0; padding: 18px 20px; border-color: rgba(248,245,239,.32); background: rgba(35,53,40,.68); box-shadow: none; backdrop-filter: blur(1px); }
.quantity-card-on-image article:last-child { grid-column: auto; min-height: 0; }
.quantity-card-on-image strong { font-size: clamp(34px, 4vw, 52px); }
.quantity-card-on-image span { margin-top: 8px; font-size: 12px; line-height: 1.25; }
.quantity-card-on-image.quantity-card-four-wide strong { color: var(--cream); font-size: clamp(68px, 6.4vw, 104px); text-align: center; text-shadow: 0 2px 14px rgba(0,0,0,.32); }
.quantity-card-on-image.quantity-card-four-wide span { color: rgba(248,245,239,.94); margin-top: 12px; font-size: clamp(19px, 1.55vw, 25px); line-height: 1.2; text-shadow: 0 1px 10px rgba(0,0,0,.3); }
.quantity-card-on-image.quantity-card-four-wide article { min-height: 185px; padding: 18px 20px; }

.difference, .process, .faq { background: var(--white); }
.split-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px, 7vw, 96px); align-items: start; }
.sticky-copy { position: sticky; top: 112px; display: grid; gap: 22px; }
.sticky-copy p:not(.eyebrow) { color: var(--muted); font-size: 19px; }
.sticky-copy .button { justify-self: start; }
.service-stack { display: grid; gap: 18px; }
.custom-card { padding: clamp(24px, 4vw, 34px); border-radius: 30px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 42px rgba(47,70,53,.06); }
.custom-card h3 { font-size: 34px; }
.service-photo-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; }
.service-photo-grid img { width: 100%; height: 320px; object-fit: cover; border-radius: 28px; box-shadow: 0 18px 58px rgba(47,70,53,.1); filter: saturate(.9) contrast(.98); }
.service-photo-grid img:first-child { height: 390px; object-position: center; }
.service-photo-grid img:last-child { align-self: end; object-position: center; }
.included-card { padding: clamp(26px, 4vw, 42px); border-radius: 34px; background: var(--forest); color: var(--cream); box-shadow: var(--shadow); }
.included-card h3 { color: var(--cream); }
.check-list { display: grid; gap: 12px; margin-top: 26px; }
.two-col { grid-template-columns: repeat(2, 1fr); }
.check-list span, .philosophy-list span, .credential-grid span { display: flex; gap: 10px; align-items: center; min-height: 44px; padding: 10px 12px; border-radius: 999px; background: rgba(255,253,248,.1); border: 1px solid rgba(255,253,248,.16); font-size: 14px; font-weight: 800; }
.custom-card .check-list span { color: var(--forest); background: var(--cream); border-color: var(--line); }
.check-list span::before, .philosophy-list span::before, .credential-grid span::before { content: "✓"; color: var(--brass); font-weight: 900; }
.included-card .investment { margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(255,253,248,.18); display: grid; gap: 4px; }
.included-card .investment small { color: rgba(248,245,239,.72); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.included-card .investment strong { font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); line-height: 1; }
.included-card .investment span { color: rgba(248,245,239,.76); }

.process { position: relative; overflow: hidden; background: url("assets/incoming/well-fed-batch-cook-grid-clean.jpg") center / cover no-repeat; isolation: isolate; }
.process::before { content: ""; position: absolute; inset: 0; z-index: 0; background: rgba(248,245,239,.46); }
.process .section-shell { position: relative; z-index: 1; }
.process .section-heading { width: fit-content; max-width: 100%; padding: 10px 26px; border-radius: 22px; background: rgba(255,253,248,.82); backdrop-filter: blur(3px); }
.process .section-heading h2 { font-size: clamp(33px, 3.9vw, 54px); line-height: 1.04; }
.process-list { counter-reset: steps; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; }
.process-actions, .section-actions { display: flex; justify-content: center; margin-top: clamp(30px, 4vw, 48px); }
.service-area-actions { grid-column: 1 / -1; margin-top: 0; }
.process-list li { counter-increment: steps; display: grid; align-content: start; min-height: 275px; padding: 22px; border: 1px solid rgba(255,253,248,.7); border-radius: 24px; background: rgba(255,253,248,.88); box-shadow: 0 14px 38px rgba(47,70,53,.12); }
.process-list li::before { content: counter(steps, decimal-leading-zero); color: var(--brass); font-family: var(--serif); font-size: 44px; font-weight: 700; line-height: 1; }
.process-list strong { margin-top: 26px; color: #1c3325; font-family: var(--serif); font-size: 28px; line-height: 1.02; }
.process-list span { margin-top: 10px; color: #2d4435; font-size: 16px; line-height: 1.42; }

.camille-feature { background: var(--forest); }
.camille-feature-visual { position: relative; min-height: calc(100svh - 78px); margin: 0; overflow: hidden; isolation: isolate; }
.camille-feature-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(20,24,18,.86) 0%, rgba(20,24,18,.6) 42%, rgba(20,24,18,.18) 69%, rgba(20,24,18,.05) 100%); }
.camille-feature-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.9) contrast(1.02); }
.camille-feature-overlay { position: relative; z-index: 2; display: grid; align-content: center; gap: 20px; width: min(760px, 56%); min-height: inherit; padding: clamp(34px, 5vw, 86px); color: var(--cream); }
.camille-feature-overlay .eyebrow { margin: 0; color: var(--brass); }
.camille-feature-overlay h2 { color: var(--cream); font-size: clamp(40px, 4.7vw, 66px); line-height: 1; }
.camille-feature-overlay > p:not(.eyebrow) { color: rgba(248,245,239,.9); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.5; }
.camille-feature-overlay .credential-grid span { color: var(--cream); background: rgba(248,245,239,.1); border-color: rgba(248,245,239,.22); }

.camille { display: grid; grid-template-columns: minmax(280px, 440px) 1fr; gap: clamp(34px, 7vw, 98px); align-items: center; }
.portrait-wrap { position: relative; }
.portrait-wrap::before { content: ""; position: absolute; inset: 20px -18px -20px 18px; border: 1px solid rgba(200,164,90,.5); border-radius: 34px; z-index: -1; }
.portrait-wrap img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 34px; box-shadow: var(--shadow); }
.camille-copy { display: grid; gap: 22px; }
.camille-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.credential-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.credential-grid span { color: var(--forest); background: var(--white); border-color: var(--line); }

.philosophy { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--forest), #24372a); color: var(--cream); }
.philosophy::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 12px 12px, rgba(248,245,239,.36) 1px, transparent 1.5px) 0 0 / 24px 24px; }
.philosophy-panel { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 6vw, 74px); align-items: start; }
.philosophy h2 { color: var(--cream); }
.philosophy .eyebrow { color: var(--brass); }
.philosophy-list { display: flex; flex-wrap: wrap; gap: 10px; }
.philosophy-list span { background: rgba(248,245,239,.08); border-color: rgba(248,245,239,.13); color: var(--cream); }
.philosophy-photo { flex-basis: 100%; margin: 18px 0 0; overflow: hidden; border-radius: 30px; border: 1px solid rgba(248,245,239,.14); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.philosophy-photo img { width: 100%; height: 280px; object-fit: cover; filter: saturate(.86) brightness(.84); }
.service-area-band { position: relative; isolation: isolate; background: linear-gradient(rgba(20,29,22,.72), rgba(20,29,22,.72)), url("assets/service-area/well-fed-service-area-food-collage.jpg") center / cover; }
.service-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 6vw, 74px); align-items: start; }
.service-area-band .eyebrow { color: var(--brass); }
.service-area-band h2 { color: var(--cream); }
.area-card { display: grid; gap: 18px; padding: clamp(24px, 4vw, 34px); border-radius: 30px; background: rgba(248,245,239,.94); border: 1px solid rgba(248,245,239,.6); color: var(--muted); font-size: 18px; }
.area-map { margin: 4px 0 0; overflow: hidden; border: 1px solid rgba(47,70,53,.1); border-radius: 20px; background: var(--cream); }
.area-map img { display: block; width: 100%; height: auto; }

.menu-coming { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: stretch; }
.coming-card, .service-area { padding: clamp(26px, 4vw, 42px); border-radius: 30px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 42px rgba(47,70,53,.06); }
.coming-card p:not(.eyebrow), .service-area p { max-width: 680px; margin-top: 14px; color: var(--muted); font-size: 18px; }
.coming-photo { margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); min-height: 340px; }
.coming-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); }
.mini-form { display: flex; gap: 10px; margin-top: 28px; }
input, textarea, select { width: 100%; border: 1px solid rgba(47,70,53,.18); border-radius: 15px; background: #fff; color: var(--charcoal); padding: 14px 15px; }
textarea { resize: vertical; }
.form-note { margin-top: 12px !important; color: var(--muted); font-size: 13px !important; }
.form-note.is-success { color: var(--forest); font-weight: 800; }
.form-note.is-error { color: #8a3428; font-weight: 800; }

.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 20px; background: var(--cream); overflow: hidden; }
summary { cursor: pointer; padding: 20px 24px; color: var(--forest); font-weight: 900; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--brass); }
details[open] summary::after { content: "–"; }
details p { padding: 0 24px 22px; color: var(--muted); }

.final-cta { display: grid; grid-template-columns: .78fr 1fr; gap: clamp(28px, 6vw, 76px); align-items: start; }
.cta-copy { position: sticky; top: 112px; display: grid; gap: 18px; }
.cta-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.inquiry-form { display: grid; gap: 16px; padding: clamp(22px, 4vw, 34px); border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: grid; gap: 7px; color: var(--forest); font-size: 13px; font-weight: 900; }

.site-footer { padding: 0; color: rgba(248,245,239,.76); background: var(--forest); }
.footer-optin { position: relative; min-height: clamp(460px, 46vw, 620px); overflow: hidden; isolation: isolate; }
.footer-optin > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.footer-optin::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(20,29,22,.88) 0%, rgba(20,29,22,.7) 37%, rgba(20,29,22,.16) 72%, rgba(20,29,22,.04) 100%); }
.footer-optin-overlay { position: relative; z-index: 2; display: grid; align-items: center; min-height: inherit; width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.footer-optin-copy { width: min(570px, 100%); padding: clamp(28px, 4.5vw, 64px) 0; }
.footer-optin-copy .eyebrow { margin: 0; color: var(--brass); }
.footer-optin-copy h2 { margin-top: 14px; color: var(--cream); font-size: clamp(42px, 5vw, 70px); line-height: .98; }
.footer-optin-copy > p:not(.eyebrow):not(.form-note) { margin-top: 18px; color: rgba(248,245,239,.92); font-size: clamp(18px, 1.65vw, 22px); }
.footer-optin-form { display: flex; gap: 10px; margin-top: 28px; }
.footer-optin-form input { min-width: 0; border-color: rgba(248,245,239,.48); background: rgba(255,253,248,.94); }
.footer-optin-form .button { flex: 0 0 auto; }
.footer-optin-copy .form-note { color: rgba(248,245,239,.72); }
.footer-optin-copy .form-note.is-error { color: #f3d2c9; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding-block: 34px; }
.footer-inner div { display: grid; }
.footer-inner strong { color: var(--cream); font-family: var(--serif); font-size: 26px; }
.footer-inner a { color: var(--cream); font-weight: 900; }

@media (max-width: 1080px) {
  .process-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: fixed; inset: 78px 14px auto 14px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 14px; border-radius: 14px; }
  .difference-intro, .difference-snapshot-intro, .investment-intro, .investment-detail, .investment-columns, .investment-result, .testimonial-grid, .split-layout, .camille, .philosophy-panel, .service-area-inner, .menu-coming, .final-cta { grid-template-columns: 1fr; }
  .testimonial-featured { grid-column: auto; }
  .message-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .investment-illustration-head { align-items: start; flex-direction: column; }
  .investment-columns article + article { border-top: 1px solid var(--line); border-left: 0; }
  .difference-snapshot-grid, .investment-quantities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .typical-feature-overlay { width: 100%; }
  .hero-overlay { width: min(42rem, 72%); }
  .hero-brand-lockup { width: clamp(220px, 30vw, 320px); }
  .sticky-copy, .cta-copy { position: static; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; }
  .brand-garlic { width: auto; height: 38px; }
  .brand-copy strong { font-size: 22px; }
  .brand-copy em { font-size: 8px; }
  .section-shell { width: min(calc(100% - 28px), var(--shell)); }
  .section-pad { padding-block: 68px; }
  .hero { padding-block: 0; }
  .hero-shell { width: 100%; }
  .hero-visual { min-height: 720px; border-radius: 0; }
  .hero-visual::before { background: linear-gradient(180deg, rgba(20,24,18,.72), rgba(20,24,18,.44) 48%, rgba(20,24,18,.58)); }
  .hero-visual > img { object-position: center; }
  .hero-overlay { width: 100%; align-content: end; justify-items: center; padding: 32px 18px 42px; text-align: center; }
  .hero-brand-lockup { width: min(245px, 64vw); text-align: center; }
  .est-row { width: 86%; }
  .hero h1 { text-align: center; font-size: clamp(29px, 8.4vw, 42px); }
  h1 { font-size: clamp(40px, 12vw, 56px); }
  h2 { font-size: clamp(36px, 11vw, 52px); }
  .difference-snapshot .section-heading h2, .testimonials-heading h2 { white-space: normal; }
  .comparison-wrap { padding: 20px 0 20px 20px; }
  .comparison-mobile-hint { display: flex; justify-content: space-between; align-items: center; margin: 0 20px 12px 0; color: var(--walnut); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .comparison-mobile-hint span { font-size: 20px; line-height: .8; }
  .comparison-scroll { padding-right: 20px; }
  .why-feature-visual > img { object-position: 100% center; }
  .hero-actions, .mini-form { flex-direction: column; align-items: center; width: 100%; }
  .button { width: 100%; }
  .difference-snapshot-grid, .investment-quantities, .message-wall { grid-template-columns: 1fr; }
  .difference-snapshot-grid article, .investment-quantities article { min-height: 0; }
  .investment-includes ul { grid-template-columns: 1fr; }
  .investment-closing > span { font-size: 16px; }
  .why-feature-visual { min-height: 0; }
  .why-feature-visual::after { background: linear-gradient(180deg, rgba(20,24,18,.12), rgba(20,24,18,.46) 34%, rgba(20,24,18,.96) 62%); }
  .why-feature-visual > img { position: relative; display: block; height: 360px; }
  .why-feature-overlay { width: 100%; min-height: 0; padding: 34px 28px 46px; background: var(--forest); }
  .typical-feature { padding-block: 0 46px; }
  .typical-feature-visual { min-height: 0; }
  .typical-feature-visual::after { background: linear-gradient(180deg, rgba(20,24,18,.12), rgba(20,24,18,.48) 34%, rgba(20,24,18,.96) 62%); }
  .typical-feature-visual > img { position: relative; display: block; height: 350px; }
  .typical-feature-overlay { width: 100%; min-height: 0; padding: 34px 28px 46px; background: var(--forest); }
  .camille-feature-visual { min-height: 0; }
  .camille-feature-visual::after { background: linear-gradient(180deg, rgba(20,24,18,.08), rgba(20,24,18,.48) 34%, rgba(20,24,18,.96) 62%); }
  .camille-feature-visual > img { position: relative; display: block; height: 390px; object-position: center top; transform: none; }
  .camille-feature-overlay { width: 100%; min-height: 0; padding: 34px 28px 46px; background: var(--forest); }
  .service-photo-grid { grid-template-columns: 1fr; }
  .service-photo-grid img, .service-photo-grid img:first-child { height: 260px; }
  .process-list, .form-grid, .two-col, .quantity-card, .benefit-list { grid-template-columns: 1fr; }
  .quantity-card article:last-child { grid-column: auto; }
  .process-list li { min-height: auto; }
  .portrait-wrap::before { display: none; }
  .footer-optin { min-height: 560px; }
  .footer-optin::after { background: linear-gradient(180deg, rgba(20,29,22,.2) 0%, rgba(20,29,22,.82) 58%, rgba(20,29,22,.96) 100%); }
  .footer-optin-overlay { width: min(100% - 44px, 560px); align-items: end; }
  .footer-optin-form { flex-direction: column; }
  .footer-optin-form .button { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
