/* On wide screens, lead with the product and place its explanation alongside
   it. Mobile retains the existing copy-first reading order. */
@media (min-width: 801px) {
  .lead-feature .phone-art { order: -1; }
  .lead-feature .feature-copy { justify-self: start; }
}
