/*
 * Palette overrides for the Gastronomía demo.
 * Source: landingsfinales/sabor-local-gastronomia-fiel (copied verbatim).
 *
 * See servicios/css/viewer-palette.css for the mechanism. The delivered
 * "original" palette stays in css/style.css; only the alternate is declared
 * here.
 *
 * Scope: the rust accent tokens plus the hardcoded warm surfaces (hero wash,
 * benefit strip, testimonial cards, footer note) that carry the same warmth.
 * Food photography and icon SVGs are never recoloured.
 */
html[data-demo-palette='verde-huerto'] {
  --rust: #3f6b4a;
  --rust2: #325538;
  --olive: #7a8a3a;
}

html[data-demo-palette='verde-huerto'] .hero {
  background: #1e2620;
}

html[data-demo-palette='verde-huerto'] .hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(22, 30, 25, 0.94) 0%,
    rgba(22, 30, 25, 0.82) 38%,
    rgba(22, 30, 25, 0.22) 68%
  );
}

html[data-demo-palette='verde-huerto'] .benefit-strip {
  background: #eef1e7;
}

html[data-demo-palette='verde-huerto'] .benefit-grid article {
  border-right-color: #d6dccd;
}

html[data-demo-palette='verde-huerto'] .testimonial {
  background: #f1f3ea;
}

html[data-demo-palette='verde-huerto'] .footer-inner p {
  color: #a8c19b;
}
