/* Live homepage repair after mobile screenshot review. */
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > header.site-header,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > header.ares-topbar,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > .ares-mega-topbar,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > nav.nav,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > .market-ticker,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > .ticker,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > .ares-beta-strip,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > footer.site-footer,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > footer.foot {
  display: none !important;
}

html[data-ares-shell-runtime='v4'] body.ares-home-v5 > .ares-v4-shell-header,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > .ares-v4-ticker,
html[data-ares-shell-runtime='v4'] body.ares-home-v5 > .ares-v4-footer {
  display: grid !important;
}

html[data-ares-shell-runtime='v4'] body.ares-home-v5 > .ares-v4-ticker {
  display: flex !important;
}

@media (max-width: 44rem) {
  body.ares-home-v5 .ares-v4-shell-header {
    min-height: 58px;
    padding: 0.45rem 0.8rem;
  }

  body.ares-home-v5 .ares-v4-brand {
    gap: 0.5rem;
  }

  body.ares-home-v5 .ares-v4-brand img {
    width: 2.2rem;
    height: 2.2rem;
  }

  body.ares-home-v5 .ares-v4-brand-name {
    font-size: 0.9rem;
  }

  body.ares-home-v5 .ares-v4-brand-subtitle {
    font-size: 0.48rem;
  }

  body.ares-home-v5 .ares-v4-menu-toggle {
    width: 3.25rem;
    height: 2.65rem;
  }

  body.ares-home-v5 .ares-v4-ticker-link,
  body.ares-home-v5 .ares-v4-ticker-item {
    min-height: 31px;
    padding: 0.38rem 0.75rem;
  }

  body.ares-home-v5 .home-copy {
    padding: 1.15rem 1rem 1rem;
  }

  body.ares-home-v5 .home-copy h1 {
    max-width: 22rem;
    margin: 0.45rem 0 0.7rem;
    font-size: clamp(2rem, 9.2vw, 2.45rem);
    line-height: 1.02;
  }

  body.ares-home-v5 .home-deck {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  body.ares-home-v5 .home-actions {
    gap: 0.5rem;
    margin-top: 0.85rem;
  }

  body.ares-home-v5 .home-btn {
    min-height: 2.35rem;
    padding: 0.58rem 0.65rem;
    font-size: 0.58rem;
  }

  body.ares-home-v5 .home-signal {
    padding: 0.95rem 1rem;
  }

  body.ares-home-v5 .signal-main {
    margin-block: 0.95rem;
  }
}
