/* Phone-only rhythm. Desktop and tablet hero geometry is unchanged. */
@media (max-width: 599px) {
  #storefront .hero-copy { margin-top:30px; }
  #storefront .hero #hero-title { line-height:1.12; letter-spacing:-.045em; }
  #storefront .hero-description { font-size:13px; line-height:1.6; margin-top:20px; max-width:220px; }
  #storefront .hero-buttons { margin-top:30px; }
  #storefront .hero-buttons .button { min-height:44px; }
}
@media (max-width: 359px) {
  #storefront .hero-copy { margin-top:26px; }
  #storefront .hero-description { font-size:12px; max-width:190px; }
  #storefront .hero-buttons { margin-top:26px; }
}
