:root {
  --ink: #20140d;
  --ink-2: #352218;
  --gold: #d89b33;
  --gold-light: #efbe64;
  --cream: #f7f1e7;
  --paper: #fffdf8;
  --muted: #6d6259;
  --line: #d9cbb8;
  --page: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.55; overflow-wrap: anywhere; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.page-width { width: min(calc(100% - 40px), var(--page)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .7rem 1rem; background: var(--gold); color: var(--ink); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.topbar { min-height: 32px; padding: 7px max(24px, calc((100vw - var(--page)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(90deg, #1b100b, #39271b 48%, #1a100b); color: #eee5d8; text-transform: uppercase; font-size: .68rem; letter-spacing: .18em; }
.topbar p { margin: 0; }
.topbar-links { text-align: right; font-size: .62rem; letter-spacing: .1em; }
.topbar-links span { color: var(--gold); margin-inline: .45rem; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,253,248,.97); border-bottom: 1px solid rgba(77,49,28,.15); box-shadow: 0 4px 18px rgba(31,19,11,.06); }
.nav-wrap { width: min(calc(100% - 40px), var(--page)); min-height: 88px; margin-inline: auto; display: grid; grid-template-columns: 235px 1fr auto; align-items: center; gap: 28px; }
.brand { display: block; text-decoration: none; }
.brand img { width: 215px; height: auto; mix-blend-mode: multiply; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(13px, 1.8vw, 25px); }
.primary-nav a { position: relative; padding: 31px 0 28px; color: #251912; text-decoration: none; font-size: .9rem; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--gold); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.active::after { right: 0; }
.header-actions { display: flex; gap: 8px; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.icon-button:hover, .icon-button:focus-visible { background: #f2e8d8; }
.icon-button svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }
.search-panel { width: min(calc(100% - 40px), 760px); margin: 0 auto; padding: 16px 0 22px; }
.search-panel label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .86rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-row input { width: 100%; min-height: 48px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); }
.search-close { padding: 0 18px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: white; cursor: pointer; }
.search-status { min-height: 1.3rem; margin: 7px 0 0; color: var(--muted); font-size: .9rem; }

/* Start with a single column. The photograph keeps its original proportions. */
.hero { background: #18100b; color: white; display: grid; grid-template-columns: minmax(0, 1fr); }
.hero-media { display: block; min-width: 0; }
.hero-image { display: block; width: min(100%, 34rem); height: auto; margin-inline: auto; }
.hero-copy { padding-block: 36px; }
.eyebrow, .section-kicker { margin: 0 0 11px; color: var(--gold-light); font-size: .8rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 10.5vw, 4rem); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; text-shadow: 0 4px 18px rgba(0,0,0,.35); }
.hero h1 span { color: var(--gold-light); }
.hero-intro { max-width: 540px; margin: 24px 0 29px; color: #f5efe7; font-size: 1.18rem; line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 48px; padding: 12px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 700; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, #efbd61, #d38e24); color: #23160e; box-shadow: 0 9px 26px rgba(202,134,31,.2); }
.button-gold:hover, .button-gold:focus-visible { background: #f2c66e; }
.button-outline { border-color: #f3eadc; background: rgba(28,17,11,.28); color: white; }
.button-outline:hover, .button-outline:focus-visible { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover, .button-dark:focus-visible { background: #4a2c19; }
.quick-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: rgba(22,13,8,.84); border-top: 1px solid rgba(255,255,255,.22);  }
.quick-links a { min-height: 86px; padding: 16px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.quick-links a:nth-child(even) { border-right: 0; }
.quick-links a:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
.quick-links a:hover { background: rgba(216,155,51,.15); }
.quick-links strong { font-family: var(--serif); font-size: 1.12rem; text-transform: uppercase; }
.quick-links span { color: #d6cbbf; font-size: .875rem; }

.values { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 30px; }
.values article { min-height: 122px; padding: 8px 25px; display: grid; justify-items: center; align-content: center; text-align: center; border-right: 1px solid var(--line); }
.values article:last-child { border-right: 0; }
.value-icon { color: #bd7d1f; font-family: var(--serif); font-size: 2.55rem; line-height: 1; }
.values h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 1.1rem; }
.values p { margin: 4px 0 0; color: var(--muted); font-size: .91rem; line-height: 1.35; }

.story { display: grid; grid-template-columns: minmax(0, .94fr) minmax(360px, .98fr) minmax(0, 1fr); min-height: 395px; background: linear-gradient(110deg, #fffaf0, #f2e7d6); overflow: hidden; }
.story-video, .story-collage { min-height: 395px; }
.story-video img, .story-collage img { width: 100%; height: 100%; object-fit: cover; }
.story-video { overflow: hidden; }
.story-video img { transition: transform .45s ease; }
.story-video:hover img { transform: scale(1.035); }
.story-copy { position: relative; z-index: 2; padding: 52px 34px; align-self: center; }
.story-copy .section-kicker { color: #9a6318; }
.story h2, .shop-section h2, .service-card h2, .recipes-callout h2 { margin: 0; font-family: var(--serif); letter-spacing: -.035em; }
.story h2 { font-size: clamp(2.4rem, 4vw, 4rem); line-height: .94; }
.story h2 span { color: #b87619; }
.story-copy > p:not(.section-kicker) { color: #51483f; }
blockquote { margin: 18px 0 25px; font-family: "Brush Script MT", cursive; font-size: 1.8rem; line-height: 1.15; }
blockquote cite { display: block; margin-top: 6px; font-family: var(--sans); font-size: .74rem; font-style: normal; }
.story-collage img { object-position: 50% 50%; }

.shop-section { padding-block: 52px 62px; scroll-margin-top: 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.section-heading .section-kicker { color: #9a6318; }
.shop-section h2 { font-size: clamp(2.5rem, 4vw, 4.1rem); line-height: 1; }
.section-heading p:not(.section-kicker) { margin: 6px 0 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.product-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto 1fr; color: var(--ink); text-decoration: none; }
.product-card[hidden] { display: none; }
.product-card img { grid-column: 1 / -1; width: 100%; aspect-ratio: .85; object-fit: cover; border-radius: 3px; border: 1px solid #e5dbcc; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover img, .product-card:focus-visible img { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(48,29,16,.16); }
.product-card div { padding-top: 11px; }
.product-card h3 { margin: 0; font-family: var(--serif); font-size: 1.04rem; line-height: 1.18; }
.product-card p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.3; }
.product-card > span { padding: 10px 2px 0 8px; color: #b9781c; font-size: 1.25rem; }
.no-results { padding: 30px; text-align: center; background: var(--cream); color: var(--muted); }

.service-band { display: grid; grid-template-columns: 1fr 1fr; background: #24150d; color: white; }
.service-card { position: relative; min-height: 325px; padding: 48px clamp(24px, 4vw, 64px); display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.service-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(22,12,7,.96), rgba(34,19,10,.82)); }
.catering-card { background: radial-gradient(circle at 18% 34%, rgba(223,160,57,.13), transparent 30%), linear-gradient(120deg, #1d110b, #3f291a); border-right: 1px solid rgba(255,255,255,.16); }
.ai-card { background: linear-gradient(120deg, #29180e, #1b100b); }
.ai-card img { width: min(100%, 245px); height: auto; justify-self: center; border-radius: 8px; }
.ai-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
.service-content { max-width: 560px; }
.service-card h2 { font-size: clamp(2rem, 3.25vw, 3.5rem); line-height: 1; }
.service-card p:not(.section-kicker) { max-width: 510px; color: #e5d9cc; }

.recipes-callout { min-height: 210px; padding-block: 45px; display: grid; grid-template-columns: 1.25fr 1fr auto; align-items: center; gap: 40px; }
.recipes-callout .section-kicker { color: #9a6318; }
.recipes-callout h2 { max-width: 520px; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.04; }
.recipes-callout > p { color: var(--muted); }

.site-footer { background: linear-gradient(90deg, #1a0f0a, #352218 48%, #180f0a); color: #eee6db; }
.footer-main { min-height: 185px; padding-block: 38px; display: grid; grid-template-columns: 220px 1fr 300px; align-items: center; gap: 45px; }
.footer-brand img { width: 210px; filter: invert(1) grayscale(1) contrast(1.6); mix-blend-mode: screen; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 25px; }
.footer-main nav a { color: #ded3c6; text-decoration: none; font-size: .85rem; }
.footer-main nav a:hover { color: var(--gold-light); }
.footer-message { text-align: right; }
.footer-message .script { margin: 0; color: #f0d39f; font-family: "Brush Script MT", cursive; font-size: 1.6rem; }
.footer-message p:last-child { margin: 7px 0 0; color: #c6b8a9; font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; }
.footer-bottom { min-height: 62px; padding-block: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #bfb1a3; font-size: .77rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; }

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

/* Mobile-first layout and controls. */
:root { --header-height: 76px; }
html { scroll-padding-top: calc(var(--header-height) + 16px); }
[id] { scroll-margin-top: 16px; }
.shop-section { scroll-margin-top: 16px; }
.page-width, .nav-wrap, .search-panel { width: min(calc(100% - 32px), var(--page)); }
.topbar { justify-content: center; text-align: center; font-size: .75rem; letter-spacing: .09em; }
.topbar-links { display: none; }
.nav-wrap { min-height: 76px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; }
.brand img { width: clamp(125px, 35vw, 180px); }
.menu-toggle { display: block; grid-column: 3; grid-row: 1; cursor: pointer; }
.header-actions { grid-column: 2; grid-row: 1; gap: 0; }
.header-actions > a { display: none; }
.icon-button { width: 44px; height: 44px; }
.primary-nav { position: absolute; z-index: 120; top: 100%; left: 0; right: 0; max-height: calc(100dvh - var(--header-height) - 48px); padding: 12px 24px 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 14px 30px rgba(31,20,12,.18); }
.primary-nav.open { display: flex; }
.primary-nav a { padding: 13px 4px; border-bottom: 1px solid #e8ded0; font-size: 1rem; }
.primary-nav a::after { display: none; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.search-row { grid-template-columns: minmax(0, 1fr) auto; }
.eyebrow, .section-kicker { font-size: .875rem; letter-spacing: .12em; }
.hero-intro { font-size: 1rem; }
.hero-copy .button-row { flex-direction: column; align-items: stretch; }
.hero h1 { overflow-wrap: anywhere; }
.values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.values article { padding: 16px 12px; }
.values article:nth-child(even) { border-right: 0; }
.values article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.values h2 { font-size: 1.1rem; }
.story { grid-template-columns: minmax(0, 1fr); }
.story-video, .story-collage { min-height: 0; }
.story-video img, .story-collage img { height: auto; }
.story-copy { padding: 40px 24px; }
.story-collage { display: none; }
.section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
.product-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
.product-card { grid-template-columns: clamp(96px, 29vw, 116px) minmax(0, 1fr) auto; grid-template-rows: 1fr; align-items: center; gap: 14px; min-height: 144px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.product-card:first-child { border-top: 1px solid var(--line); }
.product-card img { grid-column: auto; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.product-card div { padding-top: 0; }
.product-card h3 { font-size: 1.16rem; line-height: 1.22; overflow-wrap: anywhere; }
.product-card p { margin-top: 6px; font-size: .88rem; line-height: 1.4; }
.product-card > span { padding: 0; font-size: 1.35rem; }
.service-band { grid-template-columns: minmax(0, 1fr); }
.service-card { min-width: 0; }
.service-content { min-width: 0; }
.service-card h2 { overflow-wrap: anywhere; }
.catering-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.recipes-callout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
.recipes-callout .button { justify-self: start; }
.footer-main { grid-template-columns: minmax(0, 1fr); gap: 24px; text-align: center; }
.footer-brand { justify-self: center; }
.footer-brand img { width: 210px; }
.footer-main nav { gap: 4px 20px; }
.footer-main nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .875rem; }
.footer-message { text-align: center; }
.footer-bottom { flex-direction: column; align-items: center; text-align: center; font-size: .875rem; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
.button { max-width: 100%; text-align: center; }

@media (min-width: 600px) {
  .hero-copy .button-row { flex-direction: row; }
  .hero h1 { font-size: 4rem; }
  .hero-copy { padding-block: 48px; }
  .header-actions > a { display: inline-grid; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
  .product-card { grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto 1fr; align-items: start; gap: 0; min-height: 0; padding: 0; border: 0; }
  .product-card:first-child { border-top: 0; }
  .product-card img { grid-column: 1 / -1; aspect-ratio: .85; }
  .product-card div { padding-top: 11px; }
  .product-card h3 { font-size: 1.05rem; }
  .product-card p { margin-top: 3px; }
  .product-card > span { padding: 10px 2px 0 8px; }
  .ai-card { grid-template-columns: minmax(0, 1fr) 200px; }
  .recipes-callout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-message { grid-column: 1 / -1; }
}

@media (min-width: 900px) {
  .page-width, .nav-wrap, .search-panel { width: min(calc(100% - 48px), var(--page)); }
  /* The desktop photo spans the whole hero: no separate image panel or seam. */
  .hero { position: relative; isolation: isolate; grid-template-columns: minmax(0, 1fr); }
  .hero-media { position: absolute; z-index: -2; inset: 0; }
  .hero-image { width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: right top; }
  .hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(17,10,6,.7), rgba(17,10,6,.42) 37%, rgba(17,10,6,.08) 62%, transparent 78%), linear-gradient(0deg, rgba(17,10,6,.6), transparent 24%); pointer-events: none; }
  .hero-copy { min-height: clamp(560px, 43vw, 760px); padding-block: 64px 48px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
  .hero-copy > * { max-width: 48%; }
  .hero h1 { max-width: 48%; font-size: clamp(3rem, 4.8vw, 5.3rem); }
  .hero-intro { font-size: 1.125rem; }
  .quick-links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .quick-links a { border-bottom: 0 !important; border-right: 1px solid rgba(255,255,255,.14); }
  .quick-links a:nth-child(2) { border-right: 1px solid rgba(255,255,255,.14); }
  .quick-links a:last-child { border-right: 0; }
  .values { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .values article:nth-child(-n+2) { border-bottom: 0; }
  .values article:nth-child(2) { border-right: 1px solid var(--line); }
  .story { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-video img { height: 100%; object-fit: cover; }
  .section-heading { flex-direction: row; align-items: end; }
  .service-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { align-items: start; }
  .catering-card { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.16); }
  .ai-card { grid-template-columns: minmax(0, 1fr); }
  .ai-card img { width: 180px; justify-self: end; }
  .recipes-callout { grid-template-columns: 1.25fr 1fr auto; gap: 32px; }
  .footer-bottom { flex-direction: row; align-items: center; text-align: left; }
}

@media (min-width: 1200px) {
  .topbar { justify-content: space-between; }
  .topbar-links { display: block; font-size: .75rem; letter-spacing: .04em; }
  .nav-wrap { min-height: 88px; grid-template-columns: 215px minmax(0, 1fr) auto; gap: 24px; }
  .brand img { width: 215px; }
  .menu-toggle { display: none; }
  .header-actions { grid-column: 3; }
  .primary-nav, .primary-nav.open { position: static; display: flex; flex-direction: row; justify-content: center; align-items: center; max-height: none; overflow: visible; padding: 0; gap: 22px; border: 0; box-shadow: none; }
  .primary-nav a { padding: 30px 0; border: 0; font-size: .9rem; white-space: nowrap; }
  .primary-nav a::after { display: block; }
  .story { grid-template-columns: minmax(0, .94fr) minmax(360px, .98fr) minmax(0, 1fr); }
  .story-collage { display: flex; align-items: center; }
  .story-collage img { height: auto; object-fit: contain; }
  .product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
  .ai-card { grid-template-columns: minmax(0, 1fr) 150px; gap: 20px; }
  .ai-card img { width: 150px; align-self: center; }
  .footer-main { grid-template-columns: 220px minmax(0, 1fr) 300px; }
  .footer-message { grid-column: auto; text-align: right; }
}

@media (max-width: 599px) {
  .button { min-height: 50px; }
  .values { padding-block: 20px; }
  .values article { min-height: 142px; padding: 15px 17px; }
  .value-icon { font-size: 2.35rem; }
  .values h2 { font-size: 1.08rem; line-height: 1.2; }
  .values p { font-size: .88rem; line-height: 1.45; }
  .story-copy { padding-block: 39px 46px; }
  .story h2 { font-size: clamp(2.35rem, 11vw, 3.35rem); line-height: .98; }
  blockquote { font-size: 1.65rem; }
  .shop-section { padding-block: 44px 50px; }
  .shop-section h2 { font-size: clamp(2.45rem, 11vw, 3.45rem); }
}

@media (max-width: 320px) {
  .page-width, .nav-wrap, .search-panel { width: calc(100% - 24px); }
  .values { grid-template-columns: minmax(0, 1fr); }
  .values article { min-height: 126px; border-right: 0; border-bottom: 1px solid var(--line); }
  .values article:last-child { border-bottom: 0; }
  .product-card { gap: 10px; min-height: 124px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
