/* V11684 — Home mobile hero final stable top-gap + no layout jump.
   Keeps the 3 rotating text sets active; only geometry is locked. */
@media (max-width:620px){
  html body:not(.adminBody)>main.hero{
    margin-top:0!important;
    padding-top:26px!important;
    transition:none!important;
    animation:none!important;
    transform:none!important;
    translate:0 0!important;
    overflow-anchor:none!important;
  }

  html body main.hero .heroHomeTextNoJump{
    transform:none!important;
    translate:0 0!important;
    animation:none!important;
  }

  html body main.hero .heroHomeTextNoJump>h1.hero-title-force-small{
    display:block!important;
    height:100px!important;
    min-height:100px!important;
    max-height:100px!important;
    margin-top:0!important;
    margin-bottom:14px!important;
    padding:0!important;
    overflow:visible!important;
    transform:none!important;
    translate:0 0!important;
  }

  html body main.hero .heroHomeTextNoJump>h1.hero-title-force-small .cimHeroTitleLine{
    position:relative!important;
    display:block!important;
    width:100%!important;
    flex:none!important;
    white-space:nowrap!important;
  }

  /* Rotation remains animated by JS; fixed line boxes prevent text swaps moving content. */
  html body main.hero .heroHomeTextNoJump>h1.hero-title-force-small .cimHeroRotateInner{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    white-space:nowrap!important;
    transform:none!important;
    translate:0 0!important;
    will-change:opacity!important;
  }
}
