/* FinalHope approved black/gold background, 2026-09-05.
   Artwork only: no panel dimensions, fonts, controls or gameplay changes. */
html body.we-body.fh-spa-shell {
  background-color: #050506 !important;
  background-image: url('../img/finalhope-black-gold-background-v1.jpg') !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
html body.we-body.fh-spa-shell .fh-v17-background-static {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url('../img/finalhope-black-gold-background-v1.jpg') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  animation: none !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}
/* Keep older fire/ice animation layers from covering the new static art. */
html body.we-body.fh-spa-shell .fh-v31-loop-overlay,
html body.we-body.fh-spa-shell .fh-v25-energy,
html body.we-body.fh-spa-shell .fh-v26-effects,
html body.we-body.fh-spa-shell .fh-v27-effects {
  display: none !important;
}
@media (max-width: 720px) {
  html body.we-body.fh-spa-shell { background-attachment: scroll !important; }
}
