/* V57 — stretch the top promotional artwork through the complete homepage. */
body[data-page="home"]{
  background:#030106!important;
}
body[data-page="home"] #app{
  min-height:100vh!important;
  background:
    linear-gradient(180deg,rgba(3,0,7,.08) 0,rgba(3,0,7,.18) 28%,rgba(3,0,7,.38) 62%,rgba(3,0,7,.58) 100%),
    url('../assets/promo-treasure-v1.png') center top/100% 100% no-repeat!important;
}
body[data-page="home"] #app::before{
  background:linear-gradient(90deg,rgba(2,0,5,.24),transparent 18%,transparent 82%,rgba(2,0,5,.24))!important;
}

/* The search box contains only its text field and the close/clear control. */
body[data-page="home"] .v51-search{
  grid-template-columns:minmax(0,1fr) 64px!important;
}
body[data-page="home"] #app-search-filter{
  grid-column:2!important;
}

@media(max-width:480px){
  body[data-page="home"] #app{
    background-size:100% 100%!important;
    background-position:center top!important;
  }
  body[data-page="home"] .v51-search{
    grid-template-columns:minmax(0,1fr) 54px!important;
  }
}
