:root {
  color-scheme: light;
  --wine: #351516;
  --wine-soft: #542326;
  --orange: #ff6436;
  --orange-dark: #d94c27;
  --green: #173f31;
  --green-soft: #285b47;
  --cream: #f5efe6;
  --cream-deep: #eadfce;
  --paper: #fffdf9;
  --ink: #241d19;
  --muted: #72655c;
  --line: rgba(36, 29, 25, .15);
  --white: #fff;
  --display: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --container: 1240px;
  --gutter: clamp(1.25rem, 5vw, 4.5rem);
  --section-space: clamp(5rem, 10vw, 9rem);
  --radius: 1.5rem;
  --transition: 220ms cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--orange); color: var(--white); }

.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; top: 1rem; left: 1rem; z-index: 300; padding: .75rem 1rem; background: var(--orange); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
  color: var(--white);
  transition: height var(--transition), background var(--transition), box-shadow var(--transition);
}
.site-header.is-scrolled, .site-header.menu-visible { height: 4.75rem; background: rgba(53, 21, 22, .96); box-shadow: 0 1px rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 2.5rem; height: 2.5rem; overflow: hidden; border-radius: 50%; background: var(--white); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-size: .95rem; }
.site-nav { display: flex; align-items: center; gap: 2rem; color: rgba(255,255,255,.74); font-size: .82rem; font-weight: 600; }
.site-nav a { transition: color var(--transition), background var(--transition); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.nav-order { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); }
.nav-order:hover, .nav-order:focus-visible { background: var(--white); color: var(--wine) !important; }
.menu-toggle { display: none; }

.hero { min-height: 100svh; padding: 8rem var(--gutter) 0; overflow: hidden; background: var(--wine); color: var(--white); }
.hero-inner { display: grid; grid-template-columns: minmax(0, .88fr) minmax(390px, .8fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; width: min(var(--container), 100%); min-height: calc(100svh - 13rem); margin: 0 auto; }
.hero-copy { padding-bottom: 3rem; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 7vw, 7.2rem); font-weight: 400; line-height: .86; letter-spacing: -.045em; }
.hero h1 em { color: var(--orange); font-weight: 400; }
.hero-copy > p { max-width: 620px; margin: 2rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.35vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 3.55rem; padding: .85rem 1.4rem; border-radius: 999px; font-size: .88rem; font-weight: 700; transition: transform var(--transition), background var(--transition), color var(--transition); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: #ff7b55; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 700; }
.text-link:hover svg, .text-link:focus-visible svg { transform: translate(2px, -2px); }
.text-link svg { transition: transform var(--transition); }
.text-link-dark { color: var(--green); }

.hero-visual { position: relative; align-self: end; min-height: 650px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main img { object-position: 56% center; }
.hero-photo-main { inset: 0 0 -1px auto; width: min(34vw, 480px); height: min(74vh, 650px); border-radius: 16rem 16rem 1.5rem 1.5rem; }
.hero-photo-small { left: -4.5rem; bottom: 4.5rem; width: 12rem; aspect-ratio: 1; border: 10px solid var(--wine); border-radius: 50%; box-shadow: 0 24px 55px rgba(0,0,0,.28); }
.hero-stamp { position: absolute; top: 3rem; left: -1rem; display: grid; width: 5rem; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: var(--orange); font-family: var(--display); font-size: 1.35rem; transform: rotate(-10deg); }

.trust-rail { display: grid; grid-template-columns: repeat(3, 1fr); width: min(var(--container), 100%); margin: 0 auto; padding: 1.35rem 0 1.5rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.trust-rail span:nth-child(2) { text-align: center; }
.trust-rail span:last-child { text-align: right; }

.menu-section { padding: var(--section-space) var(--gutter); background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 6rem; align-items: end; width: min(var(--container), 100%); margin: 0 auto; }
.section-label { margin: 0 0 1.35rem; color: var(--orange-dark); font-size: .71rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-label-light { color: #f6a385; }
h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; line-height: .94; letter-spacing: -.04em; }
.section-heading > p { max-width: 470px; margin: 0 0 .4rem; color: var(--muted); }

.food-gallery { display: grid; grid-template-columns: 1.25fr .8fr .8fr; grid-template-rows: repeat(2, 250px); gap: 1rem; width: min(var(--container), 100%); margin: 4.5rem auto 0; }
.food-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.food-card-large { grid-row: 1 / 3; }
.food-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.food-card::after { content: ""; position: absolute; inset: 36% 0 0; background: linear-gradient(transparent, rgba(18,10,7,.88)); }
.food-card div { position: absolute; z-index: 2; inset: auto 1.4rem 1.25rem; }
.food-card span { display: block; margin-bottom: .2rem; color: rgba(255,255,255,.7); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.food-card strong { display: block; font-family: var(--display); font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 400; line-height: 1.08; }
.food-card:hover img { transform: scale(1.035); }

.brands-section { padding: clamp(3.5rem, 6vw, 5.25rem) var(--gutter); background: var(--green); color: var(--white); }
.brands-bar { display: grid; grid-template-columns: minmax(260px, 1.25fr) repeat(4, minmax(0, .72fr)); width: min(var(--container), 100%); margin: 0 auto; border-block: 1px solid rgba(255,255,255,.18); }
.brands-summary { padding: 1.7rem 2rem 1.7rem 0; }
.brands-summary .section-label { margin-bottom: .8rem; }
.brands-summary h2 { font-size: clamp(2.25rem, 3.2vw, 3.65rem); }
.brands-summary h2 em { color: #86c5a5; font-weight: 400; }
.brand-item { display: flex; min-width: 0; min-height: 190px; flex-direction: column; padding: 1.7rem 1.3rem; border-left: 1px solid rgba(255,255,255,.18); }
.brand-number { margin-bottom: 1.3rem; color: #86c5a5; font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.brand-item h3 { margin: 0; font-family: var(--display); font-size: clamp(1.35rem, 1.75vw, 1.9rem); font-weight: 400; line-height: 1.02; }
.brand-item h3 span { display: block; margin-top: .45rem; color: #86c5a5; font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-item p { margin: auto 0 0; color: rgba(255,255,255,.6); font-size: .82rem; line-height: 1.45; }
.brand-item a { width: max-content; margin-top: .65rem; color: #a8dcc2; font-size: .72rem; font-weight: 700; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--paper); }
.story-image { min-height: 650px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: var(--section-space) clamp(2rem, 7vw, 8rem); }
.story-copy h2 { max-width: 650px; font-size: clamp(3rem, 4.6vw, 5rem); }
.story-copy > p:not(.section-label) { max-width: 580px; margin: 2rem 0; color: var(--muted); font-size: 1.06rem; }
.explore-links { width: min(100%, 580px); border-top: 1px solid var(--line); }
.explore-links > a { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--green); transition: padding var(--transition), color var(--transition); }
.explore-links > a:hover, .explore-links > a:focus-visible { padding-left: .55rem; color: var(--orange-dark); }
.explore-links span { display: grid; }
.explore-links strong { font-size: .9rem; }
.explore-links small { color: var(--muted); font-size: .76rem; }

.order-section { display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); padding: var(--section-space) max(var(--gutter), calc((100vw - var(--container)) / 2)); background: var(--wine); color: var(--white); }
.order-copy h2 { max-width: 560px; }
.order-copy > p:last-child { max-width: 430px; color: rgba(255,255,255,.62); }
.order-options { border-top: 1px solid rgba(255,255,255,.18); }
.order-options > a { display: grid; grid-template-columns: 3rem 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding var(--transition), color var(--transition); }
.order-options > a:hover, .order-options > a:focus-visible { padding-left: .75rem; color: #ffb39a; }
.order-options img { width: 3rem; height: 3rem; object-fit: cover; border-radius: 50%; }
.order-options span { display: grid; }
.order-options small { color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.order-options strong { font-family: var(--display); font-size: 1.65rem; font-weight: 400; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; padding: 2.1rem max(var(--gutter), calc((100vw - var(--container)) / 2)); background: #241011; color: rgba(255,255,255,.62); font-size: .78rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--white); font-weight: 700; }
.footer-brand img { width: 2.3rem; aspect-ratio: 1; border-radius: 50%; }
.site-footer > p { margin: 0; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 1.5rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--white); }
.mobile-order-bar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(310px, .7fr); gap: 3rem; }
  .hero h1 { font-size: clamp(4rem, 8vw, 5.7rem); }
  .hero-photo-main { width: min(38vw, 410px); }
  .hero-photo-small { left: -2.5rem; width: 9rem; }
  .brands-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brands-summary { grid-column: 1 / -1; padding-right: 0; }
  .brand-item { min-height: 150px; border-top: 1px solid rgba(255,255,255,.18); }
  .brand-item:nth-of-type(odd) { border-left: 0; }
  .food-gallery { grid-template-rows: repeat(2, 220px); }
}

@media (max-width: 760px) {
  :root { --gutter: 1.25rem; --section-space: 5.5rem; }
  html { scroll-padding-top: 5rem; }
  body { padding-bottom: 4.5rem; }
  .site-header { height: 4.75rem; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 6px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 1.5px; background: currentColor; transition: transform var(--transition); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.75px) rotate(-45deg); }
  .site-nav { position: absolute; inset: 4.75rem 0 auto; display: none; align-items: stretch; gap: 0; padding: .75rem var(--gutter) 1.25rem; background: var(--wine); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 30px rgba(0,0,0,.18); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .85rem 0; }
  .nav-order { margin-top: .5rem; padding-inline: 1rem !important; text-align: center; }

  .hero { min-height: auto; padding-top: 6.5rem; }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(3.6rem, 15vw, 5.25rem); }
  .hero-copy > p { max-width: 580px; margin-top: 1.5rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.1rem; margin-top: 2rem; }
  .hero-visual { min-height: 430px; margin-top: 1rem; }
  .hero-photo-main { inset: 0 0 -1px auto; width: min(82vw, 390px); height: 420px; border-radius: 12rem 12rem 0 0; }
  .hero-photo-small { left: 0; bottom: 2.5rem; width: 8.5rem; border-width: 7px; }
  .hero-stamp { top: 1rem; left: .5rem; width: 4rem; }
  .trust-rail { grid-template-columns: 1fr; gap: .7rem; padding-block: 1.25rem; }
  .trust-rail span, .trust-rail span:nth-child(2), .trust-rail span:last-child { text-align: left; }

  .section-heading, .order-section { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading > p { margin: 0; }
  .food-gallery { display: flex; gap: .85rem; margin-right: calc(-1 * var(--gutter)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .food-gallery::-webkit-scrollbar { display: none; }
  .food-card, .food-card-large, .food-card-wide { flex: 0 0 min(82vw, 360px); height: 430px; grid-row: auto; grid-column: auto; scroll-snap-align: start; }

  .brands-summary h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .brand-item { padding: 1.35rem 1rem; }

  .story-section { grid-template-columns: 1fr; min-height: 0; }
  .story-image { min-height: 75vw; }
  .story-copy { padding: var(--section-space) var(--gutter); }
  .order-section { padding-inline: var(--gutter); }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 2.5rem; text-align: center; }
  .site-footer > p { text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  .footer-links { flex-wrap: wrap; }

  .mobile-order-bar { position: fixed; z-index: 120; inset: auto .75rem .75rem; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(36,16,17,.96); box-shadow: 0 12px 35px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
  .mobile-order-bar a { display: grid; min-height: 3.45rem; place-items: center; color: var(--white); font-size: .78rem; font-weight: 700; }
  .mobile-order-bar a:first-child { background: var(--orange); }
  .mobile-order-bar a + a { border-left: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 430px) {
  .brand-name { max-width: 130px; line-height: 1.05; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.25rem); }
  .hero-visual { min-height: 390px; }
  .hero-photo-main { height: 380px; }
  .hero-photo-small { width: 7.25rem; }
  .brands-bar { grid-template-columns: 1fr; }
  .brands-summary { grid-column: auto; }
  .brand-item { min-height: 118px; border-left: 0; }
}

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