/* 032 — mobile marquee immediately after the characters */
@media(max-width:760px){
  .hero-stage{height:100svh!important;min-height:100svh!important;max-height:100svh!important;margin:0!important;padding:0!important;background:var(--theme-body-bg)!important}
  .hero-stage .hero{position:relative!important;top:auto!important;height:100svh!important;min-height:100svh!important;max-height:100svh!important;margin:0!important;border-radius:0!important;clip-path:none!important}
  .hero-stage:after{display:none!important}
  .hero-subject{bottom:0!important}
  .hero-stage+.marquee{position:relative!important;z-index:6!important;margin-top:0!important;top:0!important}
}
@media(max-height:700px) and (max-width:760px){.hero-subject{bottom:0!important}}
