/* Theme: fine-dining — dark, gold accents, serif display, spacious 2-col gallery */
:root {
  --bg: #16130f;
  --surface: #211d17;
  --text: #ece5d8;
  --muted: #a89f8d;
  --accent: #c9a227;
  --accent-contrast: #16130f;
  --heading-font: 'Playfair Display', Georgia, serif;
  --body-font: 'Inter', system-ui, sans-serif;
  --gallery-cols: 2;
  --radius: 2px;
  --hero-overlay: linear-gradient(rgba(10,8,5,.45), rgba(10,8,5,.75));
}
body { letter-spacing: .01em; }
h2 { color: var(--accent); font-weight: 500; }
.hero-content h1 { font-weight: 700; letter-spacing: .02em; }
.tagline { font-style: italic; font-family: var(--heading-font); }
.gallery-item img { height: 320px; }
.testimonial { border-left-color: var(--accent); background: #262117; }
.info-card { background: #262117; }
.hours-list li { border-bottom-color: rgba(255,255,255,.08); }
.footer { background: #0d0b08; }
@media (max-width: 560px) { .gallery-item img { height: 230px; } }
