/* Theme: casual-bistro — warm terracotta, friendly sans, standard 3-col gallery */
:root {
  --bg: #fffaf5;
  --surface: #f6ece2;
  --text: #33302c;
  --muted: #7c746a;
  --accent: #c65b3c;
  --accent-contrast: #fffaf5;
  --heading-font: 'Poppins', system-ui, sans-serif;
  --body-font: 'Poppins', system-ui, sans-serif;
  --gallery-cols: 3;
  --radius: 12px;
  --hero-overlay: linear-gradient(rgba(40,25,15,.30), rgba(40,25,15,.58));
}
h2 { color: var(--accent); font-weight: 700; }
.hero-content h1 { font-weight: 700; }
.gallery-item img { height: 225px; }
.testimonial { background: #fff; }
.info-card { background: #fff; }
.footer { background: #4b382e; }
