/* Cellar — moody, deep, refined. The one genuinely dark style: near-black
   surfaces, warm brass accent, soft off-white text. Contrast verified AA
   (text/muted both ≥7:1 against bg and surface; accent-contrast ≥7:1 on accent).
   Good for: wine bars, speakeasies, tasting rooms, late-night lounges. */

:root {
  --accent:          #c79a52;
  --accent-contrast: #1a1310;
  --bg:              #14100f;
  --surface:         #1f1719;
  --text:            #ede6e0;
  --muted:           #b7ab9f;
  --border:          #362a2a;

  --radius: 4px;
  --max-width: 56rem;

  --font-heading: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  --font-body:    -apple-system, system-ui, "Segoe UI", sans-serif;
  --heading-weight: 600;
  --line-height: 1.6;

  --section-pad: clamp(3.25rem, 8vw, 5.5rem);
  --hero-pad:    clamp(4rem, 10vw, 7.5rem);
  --title-align: center;

  --menu-rule: 1px solid color-mix(in srgb, var(--accent) 55%, transparent);
  --footer-bg: #0c0908;
}

/* deep, candlelit */
.menu__cat-name { font-variant: small-caps; letter-spacing: .03em; color: var(--accent); }
.hero--color { --hero-color-bg: #2b1015; --hero-color-fg: var(--text); }
.section__title::after {
  content: ""; display: block; width: 2.5rem; height: 1px;
  background: var(--accent); margin: .6rem auto 0;
}
