
/* D43S — homepage introduction must fit inside one viewport. */
html.umaa-s-home-locked,
html.umaa-s-home-locked body{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
body.umaa-s-home-fit{
  position:relative!important;
  width:100%!important;
  height:100dvh!important;
  min-height:100dvh!important;
  max-height:100dvh!important;
  margin:0!important;
  padding-top:var(--umaa-s-home-header-h,0px)!important;
  padding-bottom:var(--umaa-s-home-footer-h,0px)!important;
  overflow:hidden!important;
}
body.umaa-s-home-fit main{
  display:block!important;
  width:100%!important;
  height:var(--umaa-s-home-available-h,100vh)!important;
  min-height:0!important;
  max-height:var(--umaa-s-home-available-h,100vh)!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.umaa-s-home-fit .traditional-hero,
body.umaa-s-home-fit .d35x-heritage-hero,
body.umaa-s-home-fit main>section:first-child{
  box-sizing:border-box!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  margin:0!important;
  padding-top:clamp(5px,.75vh,10px)!important;
  padding-bottom:clamp(5px,.75vh,10px)!important;
  overflow:hidden!important;
}
body.umaa-s-home-fit .traditional-hero{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
body.umaa-s-home-fit .umaa-s-home-stage-inner{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:1400px!important;
  margin:0 auto!important;
}
body.umaa-s-home-fit .umaa-s-home-scale-target{
  transform:scale(var(--umaa-s-home-scale,1))!important;
  transform-origin:center center!important;
  will-change:transform!important;
}
body.umaa-s-home-fit .traditional-hero h1,
body.umaa-s-home-fit .d35x-heritage-hero h1{
  margin-top:0!important;
  margin-bottom:clamp(4px,.7vh,10px)!important;
  line-height:.94!important;
}
body.umaa-s-home-fit .traditional-hero img,
body.umaa-s-home-fit .d35x-pulsing-patch{
  max-height:min(31vh,285px)!important;
}
body.umaa-s-home-fit .traditional-hero .prestige-strip,
body.umaa-s-home-fit .traditional-hero [class*="stats"],
body.umaa-s-home-fit .traditional-hero [class*="prestige"]{
  margin-top:clamp(5px,.8vh,10px)!important;
  margin-bottom:0!important;
}
body.umaa-s-home-fit #umaa-m-footer,
body.umaa-s-home-fit #umaa-l-footer,
body.umaa-s-home-fit footer{
  overflow:hidden!important;
}
@media(max-width:700px){
  body.umaa-s-home-fit .traditional-hero,
  body.umaa-s-home-fit .d35x-heritage-hero,
  body.umaa-s-home-fit main>section:first-child{
    padding-left:10px!important;
    padding-right:10px!important;
  }
}
