/* Mobile hero/header corrections */
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .announcement-bar,
  .top-sellers-callout,
  .category-strip,
  .main-nav {
    display: none !important;
  }

  .site-header {
    display: grid;
    grid-template-columns: 86px 1fr;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 0.9rem 0.85rem;
    background: #fff;
  }

  .logo {
    justify-self: start;
  }

  .brand-logo {
    height: 68px;
    width: 68px;
    object-fit: contain;
  }

  .header-cta {
    justify-self: stretch;
    text-align: center;
    padding: 0.95rem 1rem;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-search {
    grid-column: 1 / -1;
    width: 100%;
    height: 54px;
  }

  .site-search input {
    font-size: 1rem;
    min-width: 0;
  }

  .site-search button {
    padding: 0 1.05rem;
    min-width: 98px;
  }

  .hero.commerce-hero,
  .hero {
    min-height: auto;
    height: 660px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center !important;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(10,10,10,0.28) 0%, rgba(10,10,10,0.58) 48%, rgba(10,10,10,0.86) 100%);
  }

  .hero-content {
    max-width: 100%;
    transform: translateY(-6px);
  }

  .hero-sub {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    margin-bottom: 0.9rem;
  }

  .hero-content h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.75rem);
    line-height: 0.94;
    margin-bottom: 1.1rem;
  }

  .hero-content p {
    font-size: clamp(1.02rem, 4.25vw, 1.28rem);
    line-height: 1.25;
    margin: 0 auto 1.45rem;
    max-width: 18rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 390px);
    margin: 0 auto;
    gap: 0.95rem;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1rem;
  }
}

@media (max-width: 420px) {
  .site-header {
    grid-template-columns: 78px 1fr;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .brand-logo {
    height: 62px;
    width: 62px;
  }

  .hero.commerce-hero,
  .hero {
    height: 620px;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    background-position: center center !important;
  }

  .hero-content h1 {
    font-size: clamp(2.28rem, 10.8vw, 3.1rem);
  }

  .hero-content p {
    font-size: 1.02rem;
    max-width: 17rem;
  }

  .site-search button {
    min-width: 92px;
  }
}
