/* Illustrated covers keep the existing mode interactions and title placement. */
html:root body :is(.playbill--carnival,.playbill--hexmode) .playbill__vibe img{
 object-fit:cover;object-position:50% 42%;filter:none!important;
}
html:root body .playbill--carnival .playbill__vibe::after{
 background:linear-gradient(180deg,transparent 45%,#160b2744 63%,#100719f2 100%)!important;
}
html:root body .playbill--hexmode .playbill__vibe::after{
 background:linear-gradient(180deg,transparent 48%,#160e0744 68%,#0b0907f2 100%)!important;
}
html:root body .playbill--hexmode .playbill__title{letter-spacing:.13em!important}
