/* Homepage mobile hero: text layout only (background untouched) */
@media (max-width:820px){
  html body.page-index .hero .copy{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
  }
  html body.page-index .hero .copy .eyebrow,
  html body.page-index .hero .copy .title{
    order:1!important;
    translate:0 -40px;
  }

  /* Sale badge on one line */
  html body.page-index .hero .copy .eyebrow{
    white-space:nowrap!important;
    width:max-content!important;
    max-width:94%!important;
    font-size:11px!important;
    letter-spacing:.06em!important;
    padding:8px 16px!important;
  }

  /* Description below the artwork */
  html body.page-index .hero .copy .desc{
    order:2!important;
    margin:345px auto 0!important;
    transform:none!important;
    width:92%!important;
    max-width:430px!important;
    text-align:center!important;
  }

  /* Button below description */
  html body.page-index .hero .copy .buttons{
    order:3!important;
    margin:28px auto 0!important;
    width:92%!important;
    max-width:470px!important;
  }
  html body.page-index .hero .copy .buttons .primary{
    height:48px!important;
    min-height:48px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    font-size:13px!important;
  }

  /* Features below button */
  html body.page-index .hero .copy .features{
    order:4!important;
    margin:18px auto 0!important;
  }
}
