/* Mobile hero line fix — keeps gold mirror effect, fixes long words */

@media (max-width: 768px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .floating-words,
  .alive-words,
  .word-cloud,
  .hero-floating-words {
    display: none !important;
  }

  .mobile-hero-lines {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-align: left !important;
    line-height: .88 !important;
    font-size: clamp(2.65rem, 13vw, 4rem) !important;
    letter-spacing: -0.055em !important;
  }

  .mobile-hero-lines span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  .hero-shopify,
  .hero,
  .home-hero,
  .page-hero {
    overflow: hidden !important;
    min-height: 560px !important;
  }

  .hero-actions,
  .hero-buttons,
  .cta-row,
  .actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
    justify-content: flex-start !important;
  }

  .hero-actions .btn,
  .hero-buttons .btn,
  .cta-row .btn,
  .actions .btn,
  .hero-shopify .btn,
  .hero .btn,
  .btn {
    width: auto !important;
    min-width: unset !important;
    max-width: max-content !important;
    flex: 0 0 auto !important;
    padding: 11px 15px !important;
    font-size: .86rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 390px) {
  .mobile-hero-lines {
    font-size: clamp(2.35rem, 12.5vw, 3.45rem) !important;
  }

  .hero-actions .btn,
  .hero-buttons .btn,
  .cta-row .btn,
  .actions .btn,
  .btn {
    padding: 10px 12px !important;
    font-size: .8rem !important;
  }
}
