/* Lower the CTA without moving the vertically centered hero text above it. */
@media (max-width: 1199px),
       (max-width: 1366px) and (hover: none) and (pointer: coarse) {
  #storefront .hero-buttons { transform: translateY(50px); }
}
