/* home-fixes.css — homepage layout overrides (mobile) */

/* ---- animated energy field for the credits section ---- */
.mui-1l53qua {
  position: relative !important;
  background-image: url("/_next_public/media/homepage_feb_26/leaf-forest-background-wide-optimized.avif") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.mui-1228fqr {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 660px !important;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to top, #000 52%, rgba(0, 0, 0, 0.92) 78%, transparent 100%);
}
.mui-19woake,
.mui-tg3xso {
  position: relative !important;
  z-index: 1;
}
@media (max-width: 899px) {
  .mui-1l53qua {
    background-image: url("/_next_public/media/homepage_feb_26/leaf-forest-background-portrait-optimized.avif") !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .mui-1228fqr {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .mui-1l53qua {
    min-height: 1100px !important;
  }
}

@media (max-width: 899px) {
  .mui-14kfhns > .mui-p06td1,
  .mui-14kfhns > .mui-o51yez {
    height: auto !important;
    min-height: 0 !important;
    gap: 10px;
    margin-top: 12px !important;
  }
  .mui-14kfhns .mui-11gt0yk {
    min-height: 0 !important;
    height: auto !important;
    padding: 14px 16px 14px !important;
  }
}
