/* Sign-in page on phones: the original layout, minus the two floating badges
   ("500 units" / "Private label") that sat on top of the headline.
   (The 2026-09-18 version that reserved space for them made the hero long and
   pushed the form below the fold - reverted at Giuliano's request.) */
@media (max-width: 760px) {
  .auth-story .art-card { display: none !important; }
}
