/* Food Fest accent layer on top of chitra.css — warm kitchen pigments, same Dasara purple/gold chrome */
:root{--p-vermilion:#D7263D;--p-indigo:#2B3A8F;--p-leaf:#3E8E41;--p-turmeric:#E8A317;--p-rose:#C8531E;--p-sky:#2F9BD6;--chilli:#C8102E;--turmeric:#E8A317;--banana:#3E8E41;--copper:#B8651B}
.fsection-title .mark{background:var(--chilli)}.fsection-title .mark.m2{background:var(--turmeric)}.fsection-title .mark.m3{background:var(--banana)}.fsection-title .mark.m4{background:var(--copper)}.fsection-title .mark.m5{background:var(--p-indigo)}
.card .swatch{border-radius:50% 50% 50% 8px}
/* the stall row (signature) */
.wall .stall{transform-box:fill-box;transform-origin:50% 100%}
.wall .steam{animation:steam 4s ease-in-out infinite;transform-box:fill-box;transform-origin:50% 100%;opacity:.8}
.wall .steam:nth-of-type(2){animation-delay:-1.3s}.wall .steam:nth-of-type(3){animation-delay:-2.6s}
@keyframes steam{0%{transform:translateY(0) scale(1);opacity:.75}100%{transform:translateY(-22px) scale(1.25);opacity:0}}
.wall .bulb{animation:twinkle 2.2s ease-in-out infinite}
.wall .bulb:nth-child(odd){animation-delay:-1.1s}
@keyframes twinkle{0%,100%{opacity:1}50%{opacity:.35}}
.lp-hero .veil{background:linear-gradient(90deg,rgba(27,11,51,.96) 0%,rgba(27,11,51,.84) 42%,rgba(60,20,20,.45) 75%,rgba(27,11,51,.6) 100%),linear-gradient(180deg,rgba(27,11,51,.35),rgba(27,11,51,0) 30%,rgba(27,11,51,.92) 100%)}
.lp-hero h1{color:#FFE7A3}
.band i{border-radius:50% 50% 50% 8px}
.who .card ul li::marker{color:var(--chilli)}
.finale::before{background:url(/hero-palace.webp) center 60%/cover no-repeat;opacity:.16}
