/* Theme: cafe-casual — latte tones, rounded and soft, dense 4-col gallery */
:root {
  --bg: #fdf9f4;
  --surface: #f3eae0;
  --text: #3d3229;
  --muted: #8a7c6e;
  --accent: #a06a3f;
  --accent-contrast: #fdf9f4;
  --heading-font: 'Nunito', system-ui, sans-serif;
  --body-font: 'Nunito', system-ui, sans-serif;
  --gallery-cols: 4;
  --radius: 18px;
  --hero-overlay: linear-gradient(rgba(50,35,20,.28), rgba(50,35,20,.55));
}
h1, h2 { font-weight: 800; }
h2 { color: var(--accent); }
.gallery-item img { height: 185px; }
.btn { border-radius: 999px; }
.testimonial { background: #fff; border-left: none; border-top: 4px solid var(--accent); }
.info-card { background: #fff; }
.footer { background: #4a3b2d; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
