:root {
  --cream: #f4eddf;
  --cream-2: #ebe0cf;
  --paper: #fffaf1;
  --burgundy: #6d202a;
  --burgundy-dark: #48131b;
  --ink: #1f1a17;
  --muted: #71675d;
  --line: #d8cbb8;
  --green: #455c3e;
  --gold: #bd8d37;
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body.panel-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2.65rem, 5vw, 5.15rem);
  line-height: 0.98;
}

p {
  line-height: 1.68;
}

.announcement {
  min-height: 34px;
  padding: 8px 4vw;
  background: var(--burgundy-dark);
  color: #f7e9d8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.announcement a {
  position: absolute;
  right: 4vw;
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 82px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: color-mix(in srgb, var(--cream) 92%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  backdrop-filter: blur(15px);
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: var(--burgundy);
  flex-shrink: 0;
}

.wordmark > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  letter-spacing: 0.03em;
}

.wordmark small {
  margin-top: 4px;
  color: var(--ink);
  font-size: 0.47rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.desktop-nav a {
  position: relative;
  padding: 30px 0;
  color: #463e37;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 1px;
  background: var(--burgundy);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #988b7c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.language-switch button {
  padding: 6px 2px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.language-switch button.active {
  color: var(--burgundy);
}

.cart-trigger,
.menu-trigger {
  min-height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.cart-trigger {
  min-width: 112px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--ink);
}

.cart-label {
  font-size: 0.73rem;
  font-weight: 700;
}

.cart-count {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--burgundy);
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
}

.menu-trigger {
  width: 42px;
  display: none;
  place-items: center;
  color: var(--burgundy);
}

.hero {
  min-height: calc(100svh - 116px);
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  background: var(--burgundy);
  color: var(--white);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(70px, 9vw, 145px) 6.5vw clamp(62px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 7%;
  right: -8%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 244, 224, 0.12);
  border-radius: 50%;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--burgundy);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #e8bf83;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(4rem, 7.9vw, 8.4rem);
  line-height: 0.87;
}

.hero-lead {
  max-width: 570px;
  margin-bottom: 34px;
  color: #ebdcd1;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.button {
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button:focus-visible,
.add-button:focus-visible,
.cart-trigger:focus-visible,
.menu-trigger:focus-visible,
.panel-header button:focus-visible {
  outline: 3px solid #d6a84f;
  outline-offset: 3px;
}

.button-cream {
  background: var(--cream);
  color: var(--burgundy);
}

.button-burgundy {
  background: var(--burgundy);
  color: white;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid currentColor;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.light-link {
  color: var(--white);
}

.hero-meta {
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 28px;
  color: #e8d7ca;
  font-size: 0.73rem;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.hero-food {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(72, 19, 27, 0.46), transparent 30%),
    linear-gradient(0deg, rgba(32, 20, 13, 0.35), transparent 48%);
}

.hero-pack {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 3%;
  width: min(42vw, 530px);
  filter: drop-shadow(0 28px 24px rgba(22, 10, 8, 0.24));
  transform: rotate(1.5deg);
}

.hero-price {
  position: absolute;
  z-index: 3;
  top: 9%;
  right: 7%;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  color: var(--burgundy);
  transform: rotate(4deg);
  box-shadow: 0 18px 45px rgba(28, 13, 9, 0.25);
}

.hero-price small,
.hero-price span {
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-price strong {
  margin: 4px 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.image-caption {
  position: absolute;
  right: 16px;
  bottom: 13px;
  left: 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.58rem;
  line-height: 1.4;
}

.hero-caption {
  z-index: 3;
  right: auto;
  width: min(350px, 44%);
}

.trust-strip {
  min-height: 92px;
  padding: 0 7vw;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
}

.trust-strip > div {
  padding: 20px 16px;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--burgundy);
}

.trust-strip > div:first-child {
  border-left: 1px solid var(--line);
}

.trust-strip span {
  color: var(--ink);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.section {
  padding: clamp(82px, 10vw, 150px) 7vw;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px 8vw;
  background: var(--cream);
}

.intro-heading h2 {
  max-width: 710px;
  margin-bottom: 0;
}

.intro-copy {
  padding-top: 48px;
  color: var(--muted);
  font-size: 0.97rem;
}

.lead-copy {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.45;
}

.fact-grid {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fact-grid article {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.fact-grid article:last-child {
  border-right: 0;
}

.fact-number {
  display: block;
  margin-bottom: 34px;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.83rem;
}

.fact-grid h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.fact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.craft-section {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--burgundy-dark);
  color: var(--white);
}

.craft-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.craft-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(72, 19, 27, 0.45));
}

.craft-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
}

.craft-badge {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--cream);
  color: var(--burgundy);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.craft-image .image-caption {
  z-index: 2;
}

.craft-copy {
  padding: 9vw 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.craft-copy h2 {
  max-width: 570px;
  margin-bottom: 30px;
  font-size: clamp(3.1rem, 5.8vw, 6.2rem);
}

.craft-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 36px;
  color: #ddcec5;
  font-size: 1rem;
}

.craft-copy .text-link {
  align-self: flex-start;
}

.products-section {
  background: var(--paper);
}

.section-heading.centered {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-heading.centered h2 {
  margin-bottom: 24px;
}

.section-heading.centered > p:last-child,
.cooking-heading > p:last-child {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(260px, 1.08fr);
  background: var(--cream);
}

.product-card::before {
  content: "";
  position: absolute;
}

.product-image-wrap {
  position: relative;
  min-height: 445px;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.78), transparent 42%),
    color-mix(in srgb, var(--accent) 8%, var(--cream));
  overflow: hidden;
}

.product-image-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: var(--accent);
}

.product-image-wrap img {
  width: 120%;
  max-width: none;
  margin-left: -10%;
  transition: transform 300ms ease;
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.025);
}

.product-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 10px;
  background: var(--accent);
  color: white;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-body {
  padding: clamp(24px, 3vw, 38px);
  display: flex;
  flex-direction: column;
}

.product-title-row {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.product-title-row h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 400;
  line-height: 1.1;
}

.product-title-row > div:first-child > span {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-price {
  flex-shrink: 0;
  text-align: right;
}

.product-price strong {
  display: block;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.product-price small {
  color: var(--muted);
  font-size: 0.56rem;
}

.product-body > p {
  min-height: 82px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.85rem;
}

.product-details {
  margin-bottom: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-details summary {
  position: relative;
  padding: 14px 24px 14px 0;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  list-style: none;
  cursor: pointer;
}

.product-details summary::-webkit-details-marker {
  display: none;
}

.product-details summary::after {
  content: "+";
  position: absolute;
  top: 10px;
  right: 0;
  color: var(--accent);
  font-size: 1.15rem;
}

.product-details[open] summary::after {
  content: "−";
}

.product-details dl {
  margin: 0;
  padding-bottom: 12px;
}

.product-details dl > div {
  margin-bottom: 10px;
}

.product-details dt {
  color: var(--accent);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-details dd {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.45;
}

.add-button {
  min-height: 46px;
  margin-top: auto;
  padding: 0 17px;
  border: 1px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.add-button:hover {
  background: var(--accent);
  color: white;
}

.add-button span {
  font-size: 1.25rem;
  font-weight: 400;
}

.product-notice {
  max-width: 850px;
  margin: 28px auto 0;
  color: #84786d;
  font-size: 0.67rem;
  text-align: center;
}

.table-section {
  min-height: 850px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--cream);
}

.table-photo {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.table-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table-copy {
  padding: clamp(80px, 10vw, 150px) 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table-copy h2 {
  margin-bottom: 28px;
}

.table-copy > .lead-copy {
  margin-bottom: 36px;
}

.table-steps {
  border-top: 1px solid var(--line);
}

.table-steps > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
}

.table-steps > div > span {
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.73rem;
}

.table-steps h3 {
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.table-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
}

.side-note {
  margin-top: 30px;
  padding: 20px 22px;
  border-left: 3px solid var(--burgundy);
  background: var(--cream-2);
}

.side-note small {
  color: var(--burgundy);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.side-note p {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.45;
}

.cooking-section {
  background: var(--paper);
}

.cooking-heading {
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
}

.cooking-heading h2 {
  margin-bottom: 22px;
}

.cooking-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.cooking-steps {
  border-top: 1px solid var(--line);
}

.cooking-steps article {
  min-height: 125px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 10px;
}

.cooking-steps article > span {
  width: 38px;
  height: 38px;
  border: 1px solid var(--burgundy);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
}

.cooking-steps h3 {
  margin-bottom: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.cooking-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.cooking-visual {
  position: relative;
  grid-row: span 2;
  min-height: 620px;
  overflow: hidden;
}

.cooking-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sauce-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.sauce-icon {
  position: absolute;
  top: 20px;
  right: 24px;
  color: var(--gold);
  font-size: 1.4rem;
}

.sauce-card h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.sauce-card p {
  color: var(--muted);
  font-size: 0.81rem;
}

.sauce-card strong {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--burgundy);
  font-size: 0.66rem;
  line-height: 1.4;
}

.delivery-section {
  padding: clamp(82px, 9vw, 135px) 7vw;
  background: var(--green);
  color: var(--white);
}

.delivery-head {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 60px;
}

.delivery-head h2 {
  max-width: 780px;
  margin: 0;
}

.delivery-head > p {
  margin: 0;
  color: #dbe3d5;
  font-size: 0.96rem;
}

.delivery-stats {
  margin-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.delivery-stats > div {
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.delivery-stats > div:last-child {
  border-right: 0;
}

.delivery-stats small {
  display: block;
  margin-bottom: 10px;
  color: #c5d1bf;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivery-stats strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 400;
}

.delivery-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.delivery-steps article {
  position: relative;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.delivery-steps article::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8bf83;
}

.delivery-steps span {
  display: block;
  margin-bottom: 30px;
  color: #e8bf83;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76rem;
}

.delivery-steps h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.delivery-steps p {
  margin: 0;
  color: #d7e0d2;
  font-size: 0.78rem;
}

.cold-note {
  margin-top: 58px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cold-note > div {
  max-width: 720px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.cold-note p {
  margin: 0;
  color: #dbe3d5;
  font-size: 0.78rem;
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.45fr 0.9fr 1.1fr;
  align-items: start;
  gap: 6vw;
  background: var(--cream);
  overflow: hidden;
}

.about-mark {
  margin-top: -20px;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13rem, 24vw, 25rem);
  line-height: 0.7;
  opacity: 0.1;
}

.about-copy h2 {
  margin-bottom: 34px;
}

.about-copy > p:last-child {
  color: var(--muted);
}

.about-values {
  border-top: 1px solid var(--line);
}

.about-values article {
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 42px 0.65fr 1fr;
  gap: 15px;
}

.about-values article > span {
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.7rem;
}

.about-values h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 400;
}

.about-values p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.faq-section {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
  background: var(--cream);
}

.faq-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-heading h2 {
  margin-bottom: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq-list summary {
  position: relative;
  padding: 25px 52px 25px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: absolute;
  top: 20px;
  right: 4px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--burgundy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 760px;
  padding: 0 52px 24px 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.contact-section {
  padding: clamp(76px, 9vw, 130px) 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 8vw;
  background: var(--burgundy);
  color: var(--white);
}

.contact-section h2 {
  max-width: 760px;
  margin-bottom: 25px;
}

.contact-section > div:first-child > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #e8d6cc;
}

.contact-actions {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-actions a {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  gap: 18px;
}

.contact-actions a:hover strong {
  color: #e8bf83;
}

.contact-actions span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-actions small {
  color: #d5bdb6;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-actions strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  transition: color 180ms ease;
}

footer {
  padding: 70px 7vw 22px;
  background: #241a17;
  color: #e9ded3;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.8fr 1.25fr;
  gap: 6vw;
}

.footer-wordmark {
  align-items: flex-start;
  color: #e8bf83;
}

.footer-wordmark small {
  color: #e9ded3;
}

.footer-brand p {
  max-width: 290px;
  margin-top: 24px;
  color: #a99a8e;
  font-size: 0.75rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-column h3 {
  margin-bottom: 10px;
  color: #e8bf83;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #c5b8ae;
  font-size: 0.73rem;
  text-align: left;
  cursor: pointer;
}

.footer-column a:hover,
.footer-column button:hover {
  color: white;
}

.footer-info > p {
  margin-bottom: 12px;
  color: #98897e;
  font-size: 0.66rem;
}

.footer-info details {
  color: #c5b8ae;
  font-size: 0.66rem;
}

.footer-info summary {
  cursor: pointer;
}

.footer-info details p {
  margin-top: 10px;
  color: #98897e;
  font-size: 0.62rem;
}

.footer-info details a {
  display: inline;
  color: #e8bf83;
  font-size: inherit;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #493a35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #786d65;
  font-size: 0.59rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  z-index: 80;
  inset: 0;
  background: rgba(28, 20, 17, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel,
.mobile-menu {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(480px, 100%);
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: -20px 0 60px rgba(35, 17, 13, 0.16);
  transform: translateX(102%);
  transition: transform 280ms ease;
}

.cart-panel.open,
.mobile-menu.open {
  transform: translateX(0);
}

.panel-header {
  min-height: 100px;
  padding: 20px 26px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.panel-header .eyebrow {
  margin-bottom: 5px;
}

.panel-header h2 {
  margin: 0;
  font-size: 2rem;
}

.panel-header > button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--burgundy);
  cursor: pointer;
}

.empty-cart {
  flex: 1;
  padding: 50px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.empty-cart > span {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--burgundy);
}

.empty-cart h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.empty-cart p {
  max-width: 320px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.82rem;
}

.cart-items {
  flex: 1;
  padding: 8px 26px;
  overflow-y: auto;
}

.cart-item {
  position: relative;
  padding: 18px 26px 18px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
}

.cart-item > img {
  width: 88px;
  height: 100px;
  object-fit: cover;
  background: var(--cream);
}

.cart-item h3 {
  margin: 6px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 400;
}

.cart-item > div > span {
  color: var(--muted);
  font-size: 0.66rem;
}

.quantity {
  width: 102px;
  height: 32px;
  margin-top: 14px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quantity button {
  border: 0;
  background: transparent;
  color: var(--burgundy);
  cursor: pointer;
}

.quantity strong {
  display: grid;
  place-items: center;
  font-size: 0.71rem;
}

.remove-item {
  position: absolute;
  top: 18px;
  right: 0;
  padding: 4px;
  border: 0;
  background: transparent;
  color: #9f9186;
  cursor: pointer;
}

.cart-summary {
  padding: 24px 26px 30px;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.minimum-progress > div:first-child {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.minimum-progress span {
  color: var(--burgundy);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.minimum-progress strong {
  font-size: 0.7rem;
  font-weight: 500;
}

.progress-track {
  height: 4px;
  background: #d8cbb8;
  overflow: hidden;
}

.progress-track span {
  display: block;
  height: 100%;
  background: var(--burgundy);
  transition: width 220ms ease;
}

.subtotal {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subtotal span {
  font-size: 0.76rem;
  font-weight: 800;
}

.subtotal strong {
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.cart-summary > p {
  margin: 7px 0 17px;
  color: var(--muted);
  font-size: 0.67rem;
}

.order-button {
  width: 100%;
}

.order-button:disabled {
  background: #a99b90;
  cursor: not-allowed;
  transform: none;
}

.cart-summary > small {
  display: block;
  margin-top: 10px;
  color: #8b7d72;
  font-size: 0.58rem;
  line-height: 1.4;
  text-align: center;
}

.mobile-menu {
  display: none;
}

.mobile-menu nav {
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.mobile-menu nav button {
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  text-align: left;
  cursor: pointer;
}

.mobile-language {
  padding: 5px 26px 22px;
  display: flex;
  gap: 8px;
}

.mobile-language button {
  flex: 1;
  min-height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  cursor: pointer;
}

.mobile-language button.active {
  border-color: var(--burgundy);
  background: var(--burgundy);
  color: white;
}

.mobile-contact {
  margin-top: auto;
  padding: 24px 26px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--burgundy);
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .menu-trigger {
    display: grid;
  }

  .mobile-menu {
    display: flex;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
  }

  .hero h1 {
    font-size: clamp(4rem, 8.2vw, 6.5rem);
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-image-wrap {
    min-height: 380px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-body > p {
    min-height: auto;
  }

  .footer-top {
    grid-template-columns: 1.2fr 0.8fr 1fr;
  }

  .footer-info {
    grid-column: 1 / -1;
    padding-top: 22px;
    border-top: 1px solid #493a35;
  }
}

@media (max-width: 820px) {
  .announcement {
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 0.57rem;
  }

  .announcement a {
    right: 20px;
  }

  .site-header {
    min-height: 72px;
    padding: 0 20px;
  }

  .site-header .wordmark > span {
    font-size: 1.65rem;
  }

  .site-header .wordmark small {
    font-size: 0.38rem;
  }

  .language-switch,
  .cart-label {
    display: none;
  }

  .cart-trigger {
    min-width: 72px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 640px;
    padding: 86px 24px 66px;
  }

  .hero h1 {
    font-size: clamp(4rem, 18vw, 6.3rem);
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-pack {
    right: -6%;
    bottom: 0;
    width: min(105vw, 610px);
  }

  .hero-price {
    top: 7%;
    right: 5%;
    width: 112px;
    height: 112px;
  }

  .hero-caption {
    width: 48%;
  }

  .trust-strip {
    min-height: auto;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip > div,
  .trust-strip > div:first-child {
    min-height: 80px;
    border: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .trust-strip > div:nth-child(even) {
    border-right: 0;
  }

  .section {
    padding: 82px 24px;
  }

  .intro-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .intro-copy {
    padding-top: 0;
  }

  .fact-grid {
    grid-template-columns: 1fr;
  }

  .fact-grid article {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fact-number {
    margin-bottom: 18px;
  }

  .craft-section,
  .table-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .craft-image,
  .table-photo {
    min-height: 510px;
  }

  .craft-copy,
  .table-copy {
    padding: 80px 24px;
  }

  .craft-copy h2 {
    font-size: clamp(3.4rem, 14vw, 5.6rem);
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image-wrap {
    min-height: 440px;
  }

  .cooking-layout {
    grid-template-columns: 1fr;
  }

  .cooking-visual {
    grid-row: auto;
    min-height: 620px;
  }

  .delivery-section {
    padding: 82px 24px;
  }

  .delivery-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .delivery-stats {
    grid-template-columns: 1fr;
  }

  .delivery-stats > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .delivery-stats > div:last-child {
    border-bottom: 0;
  }

  .delivery-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .cold-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-mark {
    position: absolute;
    top: 100px;
    right: -20px;
  }

  .about-copy,
  .about-values {
    position: relative;
    z-index: 2;
  }

  .faq-section {
    padding-top: 30px;
    grid-template-columns: 1fr;
  }

  .faq-heading {
    position: static;
  }

  .contact-section {
    padding: 82px 24px;
  }

  footer {
    padding: 60px 24px 20px;
  }

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand,
  .footer-info {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .announcement span {
    max-width: 210px;
    line-height: 1.35;
  }

  .announcement a {
    font-size: 0.55rem;
  }

  .hero-copy {
    min-height: 600px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-meta {
    flex-direction: column;
    gap: 12px;
  }

  .hero-visual {
    min-height: 530px;
  }

  .hero-price {
    width: 100px;
    height: 100px;
  }

  .hero-price strong {
    font-size: 1.3rem;
  }

  .craft-badge {
    top: 22px;
    left: 22px;
  }

  .product-image-wrap {
    min-height: 350px;
  }

  .product-title-row {
    flex-direction: column;
  }

  .product-price {
    text-align: left;
  }

  .delivery-steps {
    grid-template-columns: 1fr;
  }

  .about-values article {
    grid-template-columns: 35px 1fr;
  }

  .about-values p {
    grid-column: 2;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-info {
    grid-column: auto;
  }

  .footer-column {
    padding-top: 22px;
    border-top: 1px solid #493a35;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
