/* Fiesta */
.tpl-fiesta { --ev-bg:#FFF8EE; --ev-accent:#D93B6B; --ev-accent-contrast:#fff; --ev-soft:#FDE8D8; --ev-ink:#39271E; --ev-muted:#A2836E; --ev-head-font:"Fredoka",sans-serif; }
.tpl-fiesta .ev-hero { position:relative; padding-top:76px; }
.tpl-fiesta .ev-hero::before { content:""; position:absolute; top:0; left:0; right:0; height:16px;
  background:linear-gradient(90deg, #D93B6B 0 20%, #F2A93B 0 40%, #4E937A 0 60%, #7C4DBE 0 80%, #2E8FD8 0 100%);
  -webkit-mask:radial-gradient(circle at 10px -4px, transparent 0 8px, #000 8px) 0 0/20px 100%; mask:radial-gradient(circle at 10px -4px, transparent 0 8px, #000 8px) 0 0/20px 100%; }
.tpl-fiesta .ev-kicker { color:#4E937A; letter-spacing:.22em; }
.tpl-fiesta .ev-card { border-radius:22px; border:2px solid #F5D9BE; }
.tpl-fiesta .ev-h2 { color:#D93B6B; }
.tpl-fiesta .ev-btn { border-radius:999px; border-width:2px; }
.tpl-fiesta .ev-cover img { border-radius:22px; }
.tpl-fiesta .ev-count-unit { background:#FDE8D8; border-radius:16px; }
