/* Theme: steakhouse-grill — charcoal and ember, condensed headings, bold 2-col gallery */
:root {
  --bg: #1b1917;
  --surface: #26221f;
  --text: #efe8e0;
  --muted: #a1968b;
  --accent: #b3452c;
  --accent-contrast: #ffffff;
  --heading-font: 'Oswald', 'Arial Narrow', sans-serif;
  --body-font: 'Inter', system-ui, sans-serif;
  --gallery-cols: 2;
  --radius: 4px;
  --hero-overlay: linear-gradient(rgba(12,8,6,.40), rgba(12,8,6,.78));
}
h1, h2 { text-transform: uppercase; letter-spacing: .06em; }
h2 { color: var(--accent); }
.gallery-item img { height: 300px; }
.testimonial { background: #2e2925; border-left-color: var(--accent); }
.info-card { background: #2e2925; }
.hours-list li { border-bottom-color: rgba(255,255,255,.08); }
.cta-band { background: #8f3722; }
.footer { background: #100e0c; }
@media (max-width: 560px) { .gallery-item img { height: 225px; } }
