/* ============================================================
   MAMA G'S — Editorial Restaurant
   Vol. III · Batch No. 137 · Mission Valley
   ============================================================ */

:root {
  --paper:      #f5efe3;
  --paper-2:    #efe7d6;
  --bone:       #ece3cf;
  --cream:      #fbf6ea;
  --ink:        #0f0e0d;
  --ink-2:      #1a1815;
  --ink-soft:   #2a2520;
  --terra:      #b33a1e;
  --terra-deep: #8c2c14;
  --gold:       #c9a04a;
  --gold-light: #e8b042;
  --gold-soft:  #d9b770;
  --plum:       #5a2630;
  --forest:     #2a3a28;
  --mute:       #6b6357;
  --rule:       rgba(15, 14, 13, 0.18);
  --rule-soft:  rgba(15, 14, 13, 0.10);
  --rule-gold:  rgba(201, 160, 74, 0.45);

  --serif:     'Fraunces', 'Times New Roman', serif;
  --sans:      'DM Sans', system-ui, -apple-system, sans-serif;
  --mono:      'JetBrains Mono', ui-monospace, Menlo, monospace;

  --max:       1320px;
  --gutter:    clamp(20px, 3vw, 48px);

  /* oldstyle numerals where supported */
  font-feature-settings: "onum" 1, "ss01" 1, "kern" 1, "liga" 1;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
}
a:hover { text-decoration: underline; text-decoration-color: var(--gold); }

button { font: inherit; cursor: pointer; }

/* Film grain overlay across the whole page */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.06;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMjAnIGhlaWdodD0nMjIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC45JyBudW1PY3RhdmVzPScyJyBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPScwIDAgMCAwIDAgIDAgMCAwIDAgMCAgMCAwIDAgMCAwICAwIDAgMCAwLjcgMCcvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNuKScvPjwvc3ZnPg==");
}

/* Vignette helper */
/* Photo swap: hide illustration overlays when inline background-image is set */
.hero-portrait[style*="background-image"] .checker,
.hero-portrait[style*="background-image"] .portrait-figure,
.hero-portrait[style*="background-image"] svg.portrait-figure,
.hero-portrait[style*="background-image"] .grain,
.story-portrait[style*="background-image"] .mural,
.story-portrait[style*="background-image"] svg,
.tile[style*="background-image"] .gradient,
.tile[style*="background-image"] svg,
.bridge-tile[style*="background-image"] .gradient,
.bridge-tile[style*="background-image"] svg,
.cat-image[style*="background-image"] .gradient,
.cat-image[style*="background-image"] svg,
.ph[style*="background-image"] .gradient,
.ph[style*="background-image"] svg { display: none !important; }
.hero-portrait[style*="background-image"], .story-portrait[style*="background-image"], .tile[style*="background-image"], .bridge-tile[style*="background-image"], .cat-image[style*="background-image"], .ph[style*="background-image"] { background-size: cover; background-repeat: no-repeat; }

.vignette {
  position: relative;
  overflow: hidden;
}
.vignette::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0) 55%, rgba(0,0,0,0.35) 100%);
}

/* ===== Editorial primitives ===================================== */

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terra);
}
.eyebrow.gold { color: var(--gold); }
.eyebrow.ink  { color: var(--ink); opacity: 0.7; }
.eyebrow.cream { color: var(--cream); opacity: 0.8; }

.folio {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--gold);
  font-feature-settings: "onum" 1, "ss01" 1;
}

.smallcaps {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 500;
}

.meta {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}

.serif { font-family: var(--serif); }
.italic { font-style: italic; }

.h-display {
  font-family: var(--serif);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-size: clamp(56px, 9vw, 132px);
  margin: 0;
}
.h-display em {
  font-style: italic;
  font-weight: 300;
  color: var(--terra);
}

.h-1 {
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.018em;
  font-size: clamp(40px, 5.6vw, 80px);
  margin: 0;
}
.h-1 em { font-style: italic; color: var(--terra); font-weight: 300; }

.h-2 {
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.012em;
  font-size: clamp(30px, 3.6vw, 52px);
  margin: 0;
}
.h-2 em { font-style: italic; color: var(--terra); font-weight: 300; }

.lede {
  font-family: var(--serif);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 300;
  line-height: 1.5;
  color: var(--ink-soft);
}

.body-copy {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 300;
  color: var(--ink-soft);
}
.body-copy p + p { margin-top: 1.1em; }

.gold-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
  border: 0;
  margin: 0;
}
.hair-rule {
  height: 1px;
  background: var(--rule);
  border: 0;
}

/* ===== Section frame ============================================ */

section {
  position: relative;
  padding: clamp(80px, 9vw, 140px) var(--gutter);
}
section.tight { padding-block: clamp(48px, 6vw, 88px); }
.container { max-width: var(--max); margin: 0 auto; }

.section-masthead {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: clamp(28px, 4vw, 48px);
}
.section-masthead .star { color: var(--gold); }
.section-masthead .line {
  flex: 1;
  height: 1px;
  background: var(--rule);
}

/* ===== Top masthead chrome ====================================== */

.masthead {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.masthead-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.mast-left, .mast-right {
  display: flex;
  align-items: center;
  gap: 26px;
  font-family: var(--sans);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}
.mast-right { justify-content: flex-end; }
.mast-left a, .mast-right a { opacity: 0.85; }
.mast-left a:hover, .mast-right a:hover { opacity: 1; color: var(--terra); text-decoration: none; }

.mast-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mast-brand .llama-mark { width: 36px; height: 36px; }
.mast-brand .wordmark {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0.01em;
}
.mast-brand .vol {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.24em;
  color: var(--gold);
}

.mast-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ink);
  padding: 8px 14px;
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.mast-cart:hover { background: var(--ink); color: var(--cream); }
.mast-cart .count {
  display: inline-grid;
  place-items: center;
  min-width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--terra);
  color: var(--cream);
  font-size: 10px;
  letter-spacing: 0;
  padding: 0 5px;
}

/* ===== Floating gold corner folio =============================== */

.folio-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  z-index: 150;
  background: var(--gold);
  color: var(--ink);
  padding: 8px 22px;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 6px 22px rgba(15, 14, 13, 0.18);
}
.folio-fixed .star { margin-right: 12px; }

/* ===== HERO ===================================================== */

.hero {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(48px, 5vw, 80px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.hero-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(28px, 3vw, 44px);
}
.hero-eyebrow-row .dot {
  width: 6px; height: 6px; border-radius: 999px; background: var(--terra);
}
.hero h1 { margin-bottom: 14px; }
.hero-rule-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 24px 0 36px;
}
.hero-rule-row .gold-rule { flex: 1; }
.hero-rule-row .label {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.hero-lede { max-width: 480px; margin-bottom: 36px; }

.credentials {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.credentials .cell {
  padding: 18px 14px 18px 0;
  border-right: 1px solid var(--rule);
}
.credentials .cell:last-child { border-right: none; }
.credentials .num {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  font-feature-settings: "onum" 1;
}
.credentials .num em { font-style: italic; color: var(--terra); font-weight: 300; }
.credentials .lbl {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}

.osher-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 10px 16px;
  background: var(--bone);
  border: 1px solid var(--rule);
}
.osher-badge .seal {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: grid; place-items: center;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 11px;
  font-style: italic;
}
.osher-badge .txt {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Hero portrait — gold-checker mural frame */
.hero-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--rule);
  background: var(--paper-2);
  overflow: hidden;
}
.hero-portrait .checker {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(201,160,74,0.18), rgba(179,58,30,0.10) 50%, rgba(15,14,13,0.16)),
    repeating-conic-gradient(var(--gold-light) 0 25%, var(--paper-2) 0 50%);
  background-size: cover, 38px 38px;
}
.hero-portrait .portrait-figure {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-portrait .grain {
  position: absolute; inset: 0; z-index: 3;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMjAnIGhlaWdodD0nMjIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC45JyBudW1PY3RhdmVzPScyJyBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzEwMCUnIGhlaWdodD0nMTAwJScgZmlsdGVyPSd1cmwoI24pJyBvcGFjaXR5PScwLjUnLz48L3N2Zz4=");
  opacity: 0.18;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.hero-portrait .frame-chrome {
  position: absolute; inset: 16px; z-index: 4;
  border: 1px solid rgba(15,14,13,0.18);
  pointer-events: none;
}
.hero-portrait .corner {
  position: absolute; z-index: 5;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.hero-portrait .corner.tl { top: 28px; left: 28px; }
.hero-portrait .corner.tr { top: 28px; right: 28px; }
.hero-portrait .corner.bl { bottom: 28px; left: 28px; color: var(--terra); }
.hero-portrait .corner.br { bottom: 28px; right: 28px; }
.hero-portrait::after {
  content: '';
  position: absolute; inset: 0; z-index: 6;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(15,14,13,0.42) 100%);
  pointer-events: none;
}

/* ===== Press strip ============================================== */

.press {
  background: var(--bone);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-block: 28px;
}
.press-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  align-items: center;
}
.press-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 18px;
  border-right: 1px solid var(--rule);
  text-align: left;
}
.press-cell:last-child { border-right: none; }
.press-cell .src {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
}
.press-cell .val {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--ink);
}

/* ===== Ticker =================================================== */

.ticker {
  background: var(--ink);
  color: var(--gold);
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid var(--ink-2);
  border-bottom: 1px solid var(--ink-2);
  position: relative;
}
.ticker::before, .ticker::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.ticker::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.ticker::after  { right: 0; background: linear-gradient(-90deg, var(--ink), transparent); }
.ticker-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: ticker-scroll 38s linear infinite;
}
.ticker-track span {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 34px);
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.ticker-track span::after {
  content: '★';
  color: var(--gold-light);
  font-style: normal;
  font-size: 0.55em;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ===== Pain plate =============================================== */

.pain {
  background: var(--ink);
  color: var(--cream);
}
.pain-frame {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(60px, 7vw, 110px) clamp(24px, 4vw, 64px);
  border: 1px solid rgba(201, 160, 74, 0.2);
  position: relative;
}
.pain-frame .folio.tl { position: absolute; top: 22px; left: 28px; font-size: 14px; letter-spacing: 0.16em; }
.pain-frame .folio.tr { position: absolute; top: 22px; right: 28px; font-size: 11px; letter-spacing: 0.22em; color: var(--gold-soft); font-style: normal; text-transform: uppercase; }
.pain-eyebrow { color: var(--gold); margin-bottom: 24px; }
.pain h2 { color: var(--cream); }
.pain h2 em { color: var(--terra); }
.pain-meta {
  margin-top: 32px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
  display: flex; gap: 18px;
}
.pain-meta span { position: relative; padding-right: 18px; }
.pain-meta span + span::before {
  content: '·'; color: var(--gold); position: absolute; left: -14px;
}
.ghost-bottles {
  margin-top: clamp(56px, 7vw, 90px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  border-top: 1px solid rgba(201,160,74,0.15);
  padding-top: 32px;
}
.ghost-bottle {
  height: 88px;
  display: grid;
  place-items: center;
  opacity: 0.34;
}
.ghost-bottle svg { height: 100%; }

/* ===== Roots timeline =========================================== */

.roots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 36px);
}
.root-card {
  background: var(--paper-2);
  border: 1px solid var(--rule);
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  position: relative;
}
.root-card .folio { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-style: normal; }
.root-card h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 24px 0 auto;
  color: var(--ink);
}
.root-card .caption {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 24px;
}
.root-card .image-slot {
  margin-top: 20px;
  aspect-ratio: 4 / 3;
  background: var(--bone);
  position: relative;
  border: 1px solid var(--rule-soft);
  overflow: hidden;
}
.root-card .meta { margin-top: 12px; }

.root-card.lima {
  background: var(--terra);
  color: var(--cream);
  border-color: var(--terra-deep);
}
.root-card.lima .folio { color: var(--gold-light); }
.root-card.lima h3 { color: var(--cream); }
.root-card.lima .meta { color: rgba(251, 246, 234, 0.7); }

.root-card .image-slot .exterior {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,14,13,0) 60%, rgba(15,14,13,0.45)),
    linear-gradient(135deg, #c7895a, #8c4a2b);
}

/* ===== Story ==================================================== */

.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.story-portrait {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
  background: var(--bone);
}
.story-portrait .mural {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(201,160,74,0.35), transparent 60%),
    linear-gradient(160deg, rgba(179,58,30,0.18), rgba(15,14,13,0.4));
  background-color: #6d3a24;
}
.story-portrait .corner { position: absolute; font-family: var(--sans); font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); opacity: 0.85; }
.story-portrait .corner.tl { top: 22px; left: 22px; }
.story-portrait .corner.br { bottom: 22px; right: 22px; color: var(--gold-light); }

.story-body { padding-top: 10px; }
.story-body .h-1 { margin-bottom: 28px; }
.dropcap-p::first-letter {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 5em;
  line-height: 0.85;
  color: var(--terra);
  float: left;
  padding: 0.08em 0.12em 0 0;
  font-feature-settings: "ss01" 1;
}
.signature {
  margin-top: 36px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
  font-weight: 300;
}
.signature .meta-line {
  display: block;
  margin-top: 8px;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-style: normal;
}

/* ===== Family mosaic ============================================ */

.mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.tile { position: relative; overflow: hidden; border: 1px solid var(--rule); background: var(--bone); }
.tile.wide  { grid-column: span 7; grid-row: span 2; }
.tile.sq1   { grid-column: span 5; grid-row: span 2; }
.tile.plate { grid-column: span 4; grid-row: span 2; }
.tile.food  { grid-column: span 4; grid-row: span 2; }
.tile.sq2   { grid-column: span 4; grid-row: span 2; }

.tile .corner-tag {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  z-index: 3;
  opacity: 0.85;
}
.tile .corner-tag.dark { color: var(--ink); opacity: 0.55; }

.tile .gradient {
  position: absolute; inset: 0;
}
.tile.wide .gradient {
  background:
    radial-gradient(circle at 70% 30%, rgba(232,176,66,0.55), transparent 45%),
    radial-gradient(circle at 20% 70%, rgba(179,58,30,0.45), transparent 50%),
    linear-gradient(160deg, #2a1f18, #4d2a1c);
}
.tile.sq1 .gradient {
  background:
    radial-gradient(circle at 50% 40%, rgba(232,176,66,0.4), transparent 60%),
    linear-gradient(160deg, #7a3a22, #3a1b10);
}
.tile.food .gradient {
  background:
    radial-gradient(circle at 50% 50%, rgba(232,176,66,0.45), transparent 55%),
    linear-gradient(160deg, #a85a30, #4a1f12);
}
.tile.sq2 .gradient {
  background:
    radial-gradient(circle at 35% 50%, rgba(232,176,66,0.35), transparent 55%),
    linear-gradient(160deg, #5a2e1c, #2a1610);
}

.tile.plate {
  background: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}
.tile.plate .folio { color: var(--gold); font-size: 64px; line-height: 1; font-feature-settings: "onum" 1, "ss01" 1; }
.tile.plate .plate-headline {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.05;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.tile.plate .plate-headline em { font-style: italic; color: var(--gold-light); font-weight: 300; }
.tile.plate .meta { color: var(--gold-soft); }

.tile .vignette-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
}

/* Abstract portrait helpers */
.portrait-figure {
  width: 100%; height: 100%;
}

/* ===== Song section ============================================= */

.song-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.album-frame {
  aspect-ratio: 1 / 1;
  background: linear-gradient(160deg, var(--cream) 0%, var(--terra) 100%);
  border: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
}
.album-frame .stamp {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: -0.005em;
  font-weight: 300;
  line-height: 1.1;
}
.album-frame .stamp .sm {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.7;
  margin-bottom: 12px;
}
.album-frame .llama-large {
  width: 56%;
  align-self: center;
  filter: drop-shadow(0 10px 30px rgba(15,14,13,0.18));
}
.album-frame .album-footer {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.65;
  display: flex; justify-content: space-between;
}
.album-frame::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMjAnIGhlaWdodD0nMjIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44NScgbnVtT2N0YXZlcz0nMicgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNuKScgb3BhY2l0eT0nMC41Jy8+PC9zdmc+");
  opacity: 0.14;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.song-copy .h-1 { margin-bottom: 20px; }
.song-copy .body-copy { max-width: 460px; }

.audio-player {
  margin-top: 32px;
  background: var(--paper-2);
  border: 1px solid var(--rule);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 520px;
}
.audio-player .play-btn {
  width: 52px; height: 52px;
  border-radius: 999px;
  background: var(--ink);
  border: none;
  color: var(--cream);
  display: grid; place-items: center;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.audio-player .play-btn:hover { transform: scale(1.05); }
.audio-player .play-btn .icon-play { width: 14px; height: 14px; fill: var(--cream); margin-left: 2px; }
.audio-player .play-btn .icon-pause { width: 14px; height: 14px; fill: var(--cream); display: none; }
.audio-player.playing .icon-play { display: none; }
.audio-player.playing .icon-pause { display: block; }
.audio-player .meta-block { flex: 1; }
.audio-player .title { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--ink); line-height: 1.1; }
.audio-player .sub { font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); margin-top: 4px; }
.audio-player .progress-wrap {
  flex: 1;
  display: flex; flex-direction: column; gap: 6px;
}
.audio-player .bar {
  height: 2px; background: var(--rule);
  position: relative;
}
.audio-player .bar .fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  background: var(--gold);
  width: 0%;
}
.audio-player .time {
  display: flex; justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--mute);
}

/* ===== Pull quote =============================================== */

.pullquote-wrap {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.pullquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.15;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.pullquote em.terra { color: var(--terra); font-style: italic; }
.pullquote .marks { color: var(--gold); font-size: 1.1em; line-height: 0; }
.pullquote-attr {
  margin-top: 28px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute);
}

/* ===== Collection (bottles) ===================================== */

.collection-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.collection-head .left { max-width: 700px; }
.collection-head .h-1 em { color: var(--terra); }
.collection-head .masthead-line {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  text-align: right;
  line-height: 1.7;
  flex-shrink: 0;
  max-width: 280px;
}

.bottles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 44px);
}
.bottle-card {
  background: var(--paper-2);
  border: 1px solid var(--rule);
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.bottle-card .bottle-figure {
  height: 360px;
  display: grid; place-items: center;
  perspective: 800px;
  margin-bottom: 24px;
  position: relative;
}
.bottle-card .bottle-figure svg { height: 100%; transition: transform 0.5s ease, filter 0.5s ease; }
.bottle-card .bottle-figure::before {
  content: '';
  position: absolute;
  bottom: 16px; left: 50%;
  width: 56%; height: 14px;
  background: radial-gradient(ellipse at center, rgba(15,14,13,0.35), transparent 70%);
  transform: translateX(-50%);
  z-index: 0;
}
.bottle-card:hover .bottle-figure svg {
  transform: rotate(3deg) translateY(-6px);
  filter: drop-shadow(0 18px 30px rgba(201,160,74,0.35));
}
.bottle-card .roman {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.bottle-card .name {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.bottle-card .name em { font-style: italic; color: var(--terra); font-weight: 300; }
.bottle-card .price-row {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 10px;
  border-top: 1px solid var(--rule-soft);
  padding-top: 14px;
}
.bottle-card .price {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  font-feature-settings: "onum" 1;
}
.bottle-card .heat {
  display: flex; gap: 4px; align-items: center;
}
.bottle-card .heat .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terra); opacity: 0.25; }
.bottle-card .heat .dot.on { opacity: 1; }
.bottle-card .heat .lbl { font-family: var(--sans); font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); margin-left: 8px; }

.bottle-card .ingredients {
  margin-top: 14px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--mute);
}
.bottle-card .pour-notes {
  margin-top: 16px;
  padding: 14px 0;
  border-top: 1px dashed var(--rule-soft);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.bottle-card .pour-notes .label {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terra);
  display: block;
  margin-bottom: 6px;
}
.bottle-card .add-btn {
  margin-top: 22px;
  background: var(--ink);
  color: var(--cream);
  border: none;
  padding: 16px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.2s;
}
.bottle-card .add-btn:hover { background: var(--terra); }

/* heat wisp animation */
.bottle-card .heat-wisp {
  position: absolute;
  top: 20px; left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
  width: 60px; height: 80px;
}
.bottle-card .heat-wisp path {
  fill: none;
  stroke: rgba(179,58,30,0.55);
  stroke-width: 1.4;
  stroke-linecap: round;
  animation: wisp 3.2s ease-in-out infinite;
  transform-origin: bottom center;
}
.bottle-card .heat-wisp path:nth-child(2) { animation-delay: 0.8s; opacity: 0.7; }
.bottle-card .heat-wisp path:nth-child(3) { animation-delay: 1.6s; opacity: 0.5; }
@keyframes wisp {
  0%   { transform: translateY(20px) scaleY(0.7); opacity: 0; }
  20%  { opacity: 0.7; }
  60%  { opacity: 0.5; }
  100% { transform: translateY(-12px) scaleY(1.1); opacity: 0; }
}

/* ===== Provenance stats ========================================= */

.provenance {
  background: var(--bone);
}
.provenance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.provenance-grid .cell {
  padding: 36px 28px;
  border-right: 1px solid var(--rule);
}
.provenance-grid .cell:last-child { border-right: none; }
.provenance-grid .num {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 64px;
  line-height: 1;
  font-feature-settings: "onum" 1, "ss01" 1;
  color: var(--ink);
  margin-bottom: 14px;
}
.provenance-grid .num em { font-style: italic; color: var(--terra); }
.provenance-grid .lbl {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.provenance-grid .note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--mute);
}

/* ===== Membership =============================================== */

.membership {
  background: var(--ink);
  color: var(--cream);
}
.membership-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.membership .eyebrow { color: var(--gold); }
.membership .h-1 { color: var(--cream); }
.membership .h-1 em { color: var(--gold-light); }
.membership .body-copy { color: rgba(251,246,234,0.78); max-width: 520px; }

.member-card {
  background: var(--ink-2);
  border: 1px solid var(--gold);
  padding: 36px 32px;
}
.member-card .price-large {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 76px;
  line-height: 1;
  color: var(--cream);
  font-feature-settings: "onum" 1;
}
.member-card .price-large .per {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  vertical-align: top;
  margin-left: 10px;
}
.member-card .includes-label {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(201,160,74,0.3);
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.member-card ul {
  margin: 16px 0 28px;
  padding: 0;
  list-style: none;
}
.member-card li {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(251,246,234,0.85);
  padding: 10px 0 10px 24px;
  position: relative;
  border-bottom: 1px dashed rgba(201,160,74,0.18);
}
.member-card li:last-child { border-bottom: none; }
.member-card li::before {
  content: '✦';
  position: absolute; left: 0; top: 10px;
  color: var(--gold);
  font-style: normal;
}
.member-card .join-btn {
  width: 100%;
  background: var(--gold);
  color: var(--ink);
  border: none;
  padding: 16px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.2s;
}
.member-card .join-btn:hover { background: var(--gold-light); }
.member-card .cap {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
  text-align: center;
}

/* ===== Bridge =================================================== */

.bridge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
}
.bridge-left {
  background: linear-gradient(160deg, var(--terra) 0%, var(--plum) 100%);
  color: var(--cream);
  padding: clamp(40px, 5vw, 72px);
  position: relative;
  overflow: hidden;
}
.bridge-left .eyebrow { color: var(--gold-light); margin-bottom: 28px; }
.bridge-left .h-1 { color: var(--cream); }
.bridge-left .h-1 em { color: var(--gold-light); }
.bridge-left .body-copy { color: rgba(251,246,234,0.88); margin-top: 28px; max-width: 460px; }
.bridge-left::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMjAnIGhlaWdodD0nMjIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44NScgbnVtT2N0YXZlcz0nMicgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNuKScgb3BhY2l0eT0nMC40NScvPjwvc3ZnPg==");
  opacity: 0.18; mix-blend-mode: multiply; pointer-events: none;
}

.bridge-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.bridge-tile { position: relative; overflow: hidden; border: 1px solid var(--rule); }
.bridge-tile.tall { grid-row: span 2; background: var(--terra); color: var(--cream); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.bridge-tile.tall .folio { color: var(--gold-light); font-style: normal; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; }
.bridge-tile.tall .plate-headline { font-family: var(--serif); font-weight: 300; font-size: clamp(24px, 2vw, 34px); line-height: 1.05; }
.bridge-tile.tall .plate-headline em { color: var(--gold-light); font-style: italic; }
.bridge-tile.tall .meta { color: rgba(251,246,234,0.7); }

.bridge-tile.food .gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 40% 50%, rgba(232,176,66,0.4), transparent 60%),
    linear-gradient(160deg, #1a4a3a, #0d2a20);
}
.bridge-tile.food .corner-tag { position: absolute; top: 14px; left: 14px; font-family: var(--sans); font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); opacity: 0.85; }

.bridge-tile.ink {
  background: var(--ink);
  color: var(--cream);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bridge-tile.ink .folio { color: var(--gold); font-style: normal; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; }
.bridge-tile.ink .plate-headline { font-family: var(--serif); font-weight: 300; font-size: clamp(22px, 1.8vw, 30px); line-height: 1.05; }
.bridge-tile.ink .plate-headline em { color: var(--terra); font-style: italic; }

/* ===== Sobremesa table =========================================== */

.sobremesa-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.sobremesa-grid .left .h-1 em { color: var(--terra); }
.sobremesa-grid .definition {
  border-left: 2px solid var(--gold);
  padding: 6px 0 6px 24px;
  margin-top: 32px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 520px;
}
.sobremesa-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}
.sobremesa-strip .ph {
  position: relative; overflow: hidden; border: 1px solid var(--rule);
}
.sobremesa-strip .ph:nth-child(1) { background: linear-gradient(160deg, #c7895a, #8c4a2b); }
.sobremesa-strip .ph:nth-child(2) { background: linear-gradient(160deg, #1a4a3a, #0d2a20); }
.sobremesa-strip .ph:nth-child(3) { background: linear-gradient(160deg, #a85a30, #4a1f12); }
.sobremesa-strip .ph:nth-child(4) { background: linear-gradient(160deg, #5a2e1c, #2a1610); }
.sobremesa-strip .ph .corner-tag {
  position: absolute; bottom: 14px; left: 14px;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.85;
}

/* ===== Menu showcase ============================================= */

.menu-section { background: var(--paper); }
.menu-anchor-nav {
  position: sticky;
  top: 64px;
  z-index: 50;
  background: var(--paper);
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: clamp(40px, 5vw, 72px);
}
.menu-anchor-nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: var(--gutter);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.menu-anchor-nav .pill {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 16px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.menu-anchor-nav .pill:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.menu-anchor-nav .pill.active { background: var(--terra); color: var(--cream); border-color: var(--terra); }

.cat-block { margin-bottom: clamp(60px, 7vw, 100px); }
.cat-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
  align-items: stretch;
  margin-bottom: clamp(36px, 4vw, 56px);
}
.cat-block.reverse .cat-hero { direction: rtl; }
.cat-block.reverse .cat-hero > * { direction: ltr; }

.cat-copy {
  padding: 32px 0;
  display: flex; flex-direction: column; justify-content: center;
}
.cat-copy .roman { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 16px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 14px; }
.cat-copy .eyebrow { margin-bottom: 18px; }
.cat-copy .h-1 { margin-bottom: 18px; font-style: italic; }
.cat-copy .blurb { font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.5; color: var(--ink-soft); max-width: 480px; }

.cat-image {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rule);
}
.cat-image .corner-tag { position: absolute; top: 18px; left: 18px; font-family: var(--sans); font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); opacity: 0.85; z-index: 2; }
.cat-image.specials .gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(232,176,66,0.5), transparent 60%),
    linear-gradient(160deg, #a85a30, #2a1610);
}
.cat-image.mar .gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.18), transparent 50%),
    linear-gradient(160deg, #2a4a6a, #0d2030);
}
.cat-image.empezar .gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 40% 40%, rgba(232,176,66,0.4), transparent 55%),
    linear-gradient(160deg, #c7895a, #6a3520);
}
.cat-image.sobremesa-img .gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 60% 50%, rgba(232,176,66,0.35), transparent 55%),
    linear-gradient(160deg, #5a2630, #2a1018);
}
.cat-image.lamesa .gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(232,176,66,0.35), transparent 60%),
    linear-gradient(160deg, #6a4020, #2a1810);
}
.cat-image.deber .gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(201,160,74,0.4), transparent 55%),
    linear-gradient(160deg, #2a2018, #0f0e0d);
}

.cat-image.plate {
  background: var(--ink);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 36px;
}
.cat-image.plate .folio { color: var(--gold); font-size: 60px; font-style: normal; line-height: 1; font-feature-settings: "onum" 1, "ss01" 1;}
.cat-image.plate .plate-headline {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(30px, 2.6vw, 44px);
  line-height: 1.05;
  color: var(--cream);
}
.cat-image.plate .plate-headline em { font-style: italic; color: var(--gold-light); }
.cat-image.plate .meta { color: var(--gold-soft); }

.dish-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(32px, 4vw, 72px);
  border-top: 1px solid var(--rule);
}
.dish {
  padding: 22px 0;
  border-bottom: 1px dashed var(--rule-soft);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 24px;
  align-items: baseline;
}
.dish .dish-name {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.dish .price {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  font-feature-settings: "onum" 1;
  text-align: right;
}
.dish .desc {
  grid-column: 1 / -1;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--mute);
  max-width: 540px;
  margin-top: 4px;
}
.dish .tags { grid-column: 1 / -1; margin-top: 8px; display: flex; gap: 6px; flex-wrap: wrap; }

.tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 500;
}
.tag.first  { background: var(--terra); color: var(--cream); }
.tag.flex   { background: var(--gold); color: var(--ink); }
.tag.share  { background: var(--gold-soft); color: var(--ink); }
.tag.pop    { background: var(--ink); color: var(--cream); }
.tag.bold   { background: var(--plum); color: var(--cream); }

/* Catering */
.catering {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(40px, 5vw, 64px);
  margin-top: clamp(40px, 5vw, 64px);
}
.catering-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 36px; gap: 24px; flex-wrap: wrap; }
.catering-head .eyebrow { color: var(--gold); }
.catering-head .h-1 { color: var(--cream); }
.catering-head .h-1 em { color: var(--gold-light); }
.catering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(201,160,74,0.3);
}
.tier {
  padding: 36px 28px;
  border-right: 1px solid rgba(201,160,74,0.25);
}
.tier:last-child { border-right: none; }
.tier .roman { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 14px; letter-spacing: 0.22em; text-transform: uppercase; }
.tier .name { font-family: var(--serif); font-weight: 300; font-size: 30px; margin-top: 10px; }
.tier .name em { font-style: italic; color: var(--gold-light); }
.tier .price { font-family: var(--serif); font-style: italic; font-size: 30px; margin-top: 18px; color: var(--cream); font-feature-settings: "onum" 1;}
.tier .feeds { font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-soft); margin-top: 8px; }

/* ===== Reviews =================================================== */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
}
.review-card {
  background: var(--paper-2);
  border: 1px solid var(--rule);
  padding: 32px;
  display: flex; flex-direction: column;
}
.review-card .stars {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 18px;
}
.review-card .quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.45;
  color: var(--ink);
  flex: 1;
}
.review-card .attr {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--rule-soft);
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-card .avatar {
  width: 40px; height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--terra), var(--gold));
  display: grid; place-items: center;
  color: var(--cream);
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
}
.review-card .name { font-family: var(--sans); font-size: 13px; font-weight: 500; }
.review-card .src { font-family: var(--sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); }

/* ===== Visit ===================================================== */

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
}
.visit-left .address {
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.005em;
  margin-bottom: 20px;
}
.visit-left .phone {
  font-family: var(--mono);
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.visit-left .directions-btn {
  display: inline-block;
  background: var(--terra);
  color: var(--cream);
  padding: 14px 28px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.2s;
}
.visit-left .directions-btn:hover { background: var(--terra-deep); }

.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--serif);
  font-size: 18px;
}
.hours-table th, .hours-table td {
  text-align: left;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule-soft);
  font-weight: 300;
  font-feature-settings: "onum" 1;
}
.hours-table th {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 500;
  border-bottom-color: var(--rule);
}
.hours-table .day { font-style: italic; color: var(--ink); }
.hours-table .closed { color: var(--terra); font-style: italic; }

/* ===== Wholesale ================================================ */

.wholesale {
  background: var(--ink);
  color: var(--cream);
}
.wholesale-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.wholesale .eyebrow { color: var(--gold); }
.wholesale .h-1 { color: var(--cream); }
.wholesale .h-1 em { color: var(--gold-light); }
.wholesale .body-copy { color: rgba(251,246,234,0.78); }

.wholesale-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(201,160,74,0.3);
  border-left: 1px solid rgba(201,160,74,0.3);
}
.wholesale-stats .cell {
  padding: 28px 24px;
  border-right: 1px solid rgba(201,160,74,0.3);
  border-bottom: 1px solid rgba(201,160,74,0.3);
}
.wholesale-stats .num {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  color: var(--gold-light);
  font-feature-settings: "onum" 1;
  margin-bottom: 8px;
}
.wholesale-stats .num em { font-style: italic; }
.wholesale-stats .lbl {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.wholesale .deck-btn {
  margin-top: 32px;
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  padding: 16px 32px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  transition: background 0.2s;
}
.wholesale .deck-btn:hover { background: var(--gold-light); }

/* ===== Footer ================================================== */

footer {
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  padding: clamp(56px, 6vw, 88px) var(--gutter) 32px;
}
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--rule);
}
.footer-brand .llama-mark { width: 64px; height: 64px; }
.footer-brand .wordmark {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  margin-top: 16px;
}
.footer-brand p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-top: 14px;
  max-width: 280px;
}
.footer-col h4 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terra);
  margin: 0 0 18px;
  font-weight: 500;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li {
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  padding: 6px 0;
  color: var(--ink-soft);
}
.footer-col li a:hover { color: var(--terra); }

.footer-fineprint {
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}

/* ===== Floating audio pill ====================================== */

.audio-pill {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 180;
  background: var(--ink);
  color: var(--cream);
  border-radius: 999px;
  padding: 10px 22px 10px 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 32px rgba(15,14,13,0.32);
  min-width: 280px;
  border: 1px solid rgba(201,160,74,0.3);
}
.audio-pill .llama-circle {
  width: 44px; height: 44px;
  border-radius: 999px;
  border: 1.5px solid var(--gold);
  display: grid; place-items: center;
  background: var(--ink-2);
  flex-shrink: 0;
  transition: transform 0.4s;
}
.audio-pill .llama-circle svg { width: 30px; height: 30px; }
.audio-pill.playing .llama-circle {
  animation: pulse-glow 1.6s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,160,74,0.6); }
  50%      { box-shadow: 0 0 0 10px rgba(201,160,74,0); }
}
.audio-pill .pill-text { flex: 1; min-width: 0; }
.audio-pill .pill-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--gold-light);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audio-pill .pill-sub {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(251,246,234,0.6);
  margin-top: 2px;
}
.audio-pill .pill-play {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: var(--cream);
  border: none;
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.audio-pill .pill-play:hover { transform: scale(1.06); }
.audio-pill .pill-play svg { width: 12px; height: 12px; fill: var(--ink); margin-left: 1px; }
.audio-pill.playing .pill-play svg.icon-play { display: none; }
.audio-pill .pill-play svg.icon-pause { display: none; margin-left: 0; }
.audio-pill.playing .pill-play svg.icon-pause { display: block; }

/* ===== Cart drawer ============================================= */

.drawer-backdrop {
  position: fixed; inset: 0; z-index: 250;
  background: rgba(15,14,13,0.55);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(440px, 100vw);
  z-index: 260;
  background: var(--paper);
  border-left: 1px solid var(--rule);
  transform: translateX(100%);
  transition: transform 0.36s cubic-bezier(0.2, 0.7, 0.3, 1);
  display: flex; flex-direction: column;
}
.cart-drawer.open { transform: translateX(0); }
.cart-head {
  padding: 22px 24px;
  border-bottom: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
}
.cart-head .title { font-family: var(--serif); font-style: italic; font-size: 24px; font-weight: 300; }
.cart-head .close { background: transparent; border: none; font-size: 24px; color: var(--ink); }
.cart-progress {
  padding: 18px 24px;
  border-bottom: 1px solid var(--rule);
  background: var(--bone);
}
.cart-progress .label {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 8px;
  display: flex; justify-content: space-between;
}
.cart-progress .bar { height: 3px; background: var(--rule); position: relative; }
.cart-progress .bar .fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--terra); transition: width 0.4s; }
.cart-progress .note {
  margin-top: 8px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--mute);
}
.cart-items { flex: 1; overflow-y: auto; padding: 16px 24px; }
.cart-empty {
  text-align: center;
  padding: 60px 24px;
  font-family: var(--serif);
  font-style: italic;
  color: var(--mute);
  font-size: 17px;
}
.cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule-soft);
  align-items: center;
}
.cart-item .thumb { width: 64px; height: 80px; background: var(--paper-2); display: grid; place-items: center; }
.cart-item .thumb svg { height: 70px; }
.cart-item .info .name { font-family: var(--serif); font-size: 17px; font-style: italic; }
.cart-item .info .sub { font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute); margin-top: 4px; }
.cart-item .qty { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.cart-item .qty button { width: 22px; height: 22px; border: 1px solid var(--rule); background: transparent; }
.cart-item .qty span { font-family: var(--mono); font-size: 13px; min-width: 16px; text-align: center; }
.cart-item .line-price { font-family: var(--serif); font-style: italic; font-size: 17px; }
.cart-foot {
  padding: 20px 24px;
  border-top: 1px solid var(--rule);
}
.cart-foot .total-row {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 16px;
  font-family: var(--serif);
}
.cart-foot .total-row .lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-family: var(--sans); color: var(--mute); }
.cart-foot .total-row .val { font-size: 28px; font-style: italic; font-weight: 300; font-feature-settings: "onum" 1;}
.cart-foot .checkout-btn {
  width: 100%;
  background: var(--ink);
  color: var(--cream);
  border: none;
  padding: 18px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ===== Product modal ============================================ */
.product-modal {
  position: fixed; inset: 0; z-index: 270;
  display: none;
  align-items: center; justify-content: center;
  background: rgba(15,14,13,0.6);
  padding: 24px;
}
.product-modal.open { display: flex; }
.product-modal .card {
  background: var(--paper);
  width: min(480px, 100%);
  padding: 36px;
  position: relative;
  border: 1px solid var(--rule);
}
.product-modal .close { position: absolute; top: 16px; right: 18px; background: transparent; border: none; font-size: 24px; }
.product-modal .pm-title { font-family: var(--serif); font-style: italic; font-size: 28px; font-weight: 300; margin-bottom: 8px; }
.product-modal .pm-sub { font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); }
.product-modal .pm-fig { display: grid; place-items: center; padding: 20px 0; }
.product-modal .pm-fig svg { height: 220px; }

.toggle-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.toggle-option {
  border: 1px solid var(--rule);
  padding: 16px 14px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: var(--paper-2);
}
.toggle-option.active { border-color: var(--terra); background: var(--cream); }
.toggle-option .opt-label { font-family: var(--sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); margin-bottom: 6px; }
.toggle-option .opt-price { font-family: var(--serif); font-style: italic; font-size: 22px; font-feature-settings: "onum" 1; }
.toggle-option .opt-save { font-family: var(--sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--terra); margin-top: 4px; }

.pm-add {
  width: 100%;
  margin-top: 22px;
  background: var(--ink);
  color: var(--cream);
  border: none;
  padding: 16px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* ===== Responsive ============================================== */
@media (max-width: 960px) {
  .hero-grid, .story-grid, .song-grid, .visit-grid, .membership-grid,
  .bridge-grid, .sobremesa-grid, .wholesale-grid, .cat-hero {
    grid-template-columns: 1fr;
  }
  .credentials, .provenance-grid, .press-inner { grid-template-columns: repeat(2, 1fr); }
  .credentials .cell:nth-child(2n) { border-right: none; }
  .roots-grid, .bottles-grid, .reviews-grid, .catering-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .mosaic { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 160px; }
  .tile.wide { grid-column: span 6; }
  .tile.sq1, .tile.plate, .tile.food, .tile.sq2 { grid-column: span 3; }
  .dish-grid { grid-template-columns: 1fr; }
  .masthead-inner { grid-template-columns: auto auto auto; }
  .mast-left, .mast-right { display: none; }
  .menu-anchor-nav { top: 60px; }
}
