:root {
  --burgundy: #5a0d18;
  --burgundy-dark: #35070d;
  --burgundy-soft: #7b2430;
  --gold: #d5ad48;
  --gold-soft: #ead59a;
  --ivory: #fbf7ef;
  --cream: #f1e7d7;
  --ink: #2b1916;
  --muted: #765f57;
  --line: rgba(90, 13, 24, .19);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(45, 12, 14, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 76px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  color: #fff8e8; transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(48, 6, 11, .94); backdrop-filter: blur(12px); box-shadow: 0 10px 30px rgba(0,0,0,.14); }
.wordmark { color: var(--gold); font: 2rem/1 var(--serif); text-decoration: none; justify-self: start; }
#main-nav { display: flex; gap: 30px; align-items: center; }
#main-nav a { color: #fff8e8; text-decoration: none; font-family: var(--serif); font-size: .98rem; }
#main-nav a:hover, #main-nav a:focus-visible { color: var(--gold-soft); }
.language { justify-self: end; font: .78rem/1 var(--sans); letter-spacing: .16em; }
.menu-button { display: none; }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff8e8; background: var(--burgundy-dark); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,5,7,.96) 0%, rgba(42,7,11,.76) 32%, rgba(42,7,11,.15) 60%, rgba(42,7,11,.08) 100%), var(--hero-image) center/cover no-repeat; }
.hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 140px 0 86px; }
.hero-copy { max-width: 520px; }
.eyebrow, .kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 700; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.05; margin: 0; }
.hero h1 { font-size: clamp(3.1rem, 6vw, 5.8rem); margin: 18px 0 24px; text-wrap: balance; }
.hero p { max-width: 510px; font-size: 1.12rem; color: rgba(255,248,232,.9); }
.hero-quote { position: absolute; left: 0; bottom: 4px; color: var(--gold-soft); font: italic 1.05rem/1.4 var(--serif); white-space: pre-line; }
.button { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; padding: 13px 20px; border: 1px solid var(--gold); color: #fff7e2; background: rgba(90,13,24,.72); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; font-weight: 700; transition: transform .2s, background .2s; }
.button::after { content: "→"; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--burgundy); }

.section { padding: 88px max(24px, calc((100vw - var(--max)) / 2)); }
.section h2 { font-size: clamp(2.25rem, 4.2vw, 4.2rem); color: var(--burgundy); }
.section-lead { color: var(--muted); max-width: 650px; }
.story { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: center; }
.story-copy p { max-width: 520px; }
.detail-line { margin-top: 30px; display: inline-flex; align-items: center; gap: 18px; color: var(--burgundy); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; }
.detail-line::before { content: ""; width: 46px; height: 1px; background: var(--gold); }
.story-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.story-gallery figure { margin: 0; min-height: 390px; overflow: hidden; box-shadow: var(--shadow); }
.story-gallery img { height: 100%; object-fit: cover; }
.story-gallery figure:first-child img { object-position: 68% center; }

.ingredients { text-align: center; background: #fff; border-block: 1px solid rgba(90,13,24,.08); }
.ingredients h2 { font-size: clamp(2rem, 3.3vw, 3.3rem); }
.ingredient-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 50px; }
.ingredient { padding: 0 28px; border-right: 1px solid var(--line); }
.ingredient:last-child { border: 0; }
.ingredient img { width: 150px; height: 118px; object-fit: cover; margin: 0 auto 14px; mix-blend-mode: multiply; }
.ingredient h3 { color: var(--burgundy); font-size: 1rem; letter-spacing: .13em; text-transform: uppercase; }
.ingredient p { margin: 10px auto 0; max-width: 220px; color: var(--muted); font-family: var(--serif); line-height: 1.45; }

.products { background: radial-gradient(circle at 72% 35%, #8b2936 0%, var(--burgundy) 43%, var(--burgundy-dark) 100%); color: #fff7e8; }
.products-inner { display: grid; grid-template-columns: .68fr 1.32fr; gap: 44px; align-items: center; }
.products h2 { color: #fff7e8; }
.products .section-lead { color: rgba(255,247,232,.75); }
.product-visual img { filter: drop-shadow(0 22px 34px rgba(0,0,0,.28)); }
.product-labels { display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; text-align: center; margin-top: 10px; }
.product-labels h3 { color: var(--gold-soft); font-size: 1.35rem; }
.product-labels p { margin: 6px auto 0; max-width: 420px; color: rgba(255,247,232,.77); font-family: var(--serif); line-height: 1.45; }

.availability { min-height: 360px; position: relative; overflow: hidden; display: grid; align-items: center; }
.availability::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,247,239,.98) 0%, rgba(251,247,239,.94) 40%, rgba(251,247,239,.35) 68%, rgba(251,247,239,.05)), var(--availability-image) center/cover no-repeat; }
.availability-copy { position: relative; z-index: 1; width: min(610px, 62%); }
.handwriting { position: absolute; z-index: 1; right: max(30px, calc((100vw - var(--max)) / 2)); top: 52px; color: var(--burgundy); font: italic 1.35rem/1.25 var(--serif); max-width: 180px; transform: rotate(-7deg); }

.events { padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.event-image { min-height: 560px; height: 100%; object-fit: cover; }
.event-copy { padding: 80px max(36px, calc((100vw - var(--max)) / 2)); padding-right: max(36px, calc((100vw - var(--max)) / 2)); }
.event-copy h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.event-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 34px 0 8px; }
.event-category { text-align: center; color: var(--burgundy); }
.event-category span { display: block; font-size: 1.65rem; margin-bottom: 5px; }
.event-category small { text-transform: uppercase; font-size: .67rem; letter-spacing: .08em; }

.contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.contact-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.field { display: grid; gap: 6px; }
.field label { color: var(--burgundy); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(90,13,24,.2); background: #fff; color: var(--ink); padding: 12px 13px; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(213,173,72,.17); }
.field.message { grid-column: 1 / -1; }
.field textarea { min-height: 150px; resize: vertical; }
.contact-form .button { grid-column: 3; justify-content: center; border: 0; cursor: pointer; }
.form-status { grid-column: 1 / -1; margin: 4px 0 0; min-height: 1.5em; color: var(--burgundy); }

.footer { background: radial-gradient(circle at 50% 30%, #781c29, var(--burgundy-dark)); color: #fff5df; padding: 58px max(24px, calc((100vw - var(--max)) / 2)) 34px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links:last-child { justify-content: flex-end; }
.footer a { color: #fff5df; text-decoration: none; font: .85rem/1.3 var(--serif); }
.footer-brand { text-align: center; color: var(--gold); }
.footer-brand img { width: 82px; margin: 0 auto 8px; }
.footer-brand strong { display: block; font: 2rem/1 var(--serif); }
.footer-brand span { font-family: var(--serif); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; font-size: .75rem; color: rgba(255,245,223,.72); }

.loading { min-height: 100vh; display: grid; place-items: center; color: var(--burgundy); font-family: var(--serif); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; padding: 0 20px; }
  .menu-button { display: inline-flex; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); padding: 8px 11px; }
  #main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--burgundy-dark); padding: 22px; flex-direction: column; align-items: stretch; }
  #main-nav.open { display: flex; }
  .language { margin-left: 16px; }
  .story, .products-inner, .contact { grid-template-columns: 1fr; }
  .story-gallery { order: -1; }
  .ingredient-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .ingredient:nth-child(2) { border: 0; }
  .events { grid-template-columns: 1fr; }
  .event-image { min-height: 440px; }
  .event-copy { padding: 60px 28px; }
}

@media (max-width: 660px) {
  .site-header { height: 66px; }
  #main-nav { top: 66px; }
  .language { display: none; }
  .hero { min-height: 740px; }
  .hero::before { background: linear-gradient(180deg, rgba(29,4,7,.4) 0%, rgba(29,4,7,.58) 42%, rgba(29,4,7,.96) 78%), var(--hero-image) 68% center/cover no-repeat; }
  .hero-inner { width: min(100% - 36px, var(--max)); padding-top: 330px; }
  .hero h1 { font-size: 3rem; }
  .hero-quote { display: none; }
  .section { padding: 64px 20px; }
  .story { gap: 38px; }
  .story-gallery { grid-template-columns: 1fr; }
  .story-gallery figure { min-height: 310px; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; }
  .ingredient { padding: 0 12px; }
  .ingredient img { width: 110px; height: 90px; }
  .products-inner { gap: 20px; }
  .product-labels { grid-template-columns: 1fr 1.4fr; font-size: .87rem; }
  .availability { min-height: 430px; }
  .availability-copy { width: 100%; }
  .handwriting { display: none; }
  .event-categories { grid-template-columns: 1fr 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .field.message, .contact-form .button, .form-status { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-links, .footer-links:last-child { justify-content: center; }
  .footer-brand { order: -1; }
}

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