/* Final homepage skins already include the five menu cards. Keep the clickable areas, but hide old overlay card artwork. */
#home .menu-card-art{
  display:none!important;
}

/* Keep bottom-row menu card buttons clickable, but visually invisible so the PNG design shows through. */
#home .hot.hot-card,
#home .hot.hot-card:hover,
#home .hot.hot-card:focus-visible{
  background:transparent!important;
  box-shadow:none!important;
  border:none!important;
  outline:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  transform:none!important;
}

/* Keep the homepage skins untouched by CSS brightness filters. */
body[data-time="day"] #home .roombg,
body[data-time="sunset"] #home .roombg,
body[data-time="evening"] #home .roombg{
  filter:none!important;
}
body[data-time="day"] #home .tint,
body[data-time="sunset"] #home .tint,
body[data-time="evening"] #home .tint{
  background:transparent!important;
}
