/* Theme: rustic-eco — greens and cream, warm serif, airy 3-col gallery */
:root {
  --bg: #f7f4ea;
  --surface: #ece7d6;
  --text: #2c3527;
  --muted: #6b7261;
  --accent: #4a6b3a;
  --accent-contrast: #f7f4ea;
  --heading-font: 'Lora', Georgia, serif;
  --body-font: 'Nunito', system-ui, sans-serif;
  --gallery-cols: 3;
  --radius: 14px;
  --hero-overlay: linear-gradient(rgba(28,38,22,.30), rgba(28,38,22,.60));
}
h2 { color: var(--accent); }
.gallery-item img { height: 230px; }
.testimonial { background: #fffdf6; }
.info-card { background: #fffdf6; }
.cta-band { background: #3c5730; }
.footer { background: #26301f; }
