@media (min-width: 621px) {
  .locator-hero {
    background-image:
      linear-gradient(90deg, rgba(6, 10, 14, 0.99) 0%, rgba(6, 10, 14, 0.99) 46%, rgba(6, 10, 14, 0) 60%),
      url("/assets/insta360-store-hero.jpg");
  }

  .locator-hero .intro {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }

  .locator-hero .intro h1 {
    font-size: clamp(42px, 4.6vw, 66px);
    max-width: 620px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  }

  .locator-hero .intro-copy {
    color: rgba(246, 246, 244, 0.78);
    font-size: 16px;
  }

  .locator-hero .region-tabs {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 901px) {
  .locator-hero {
    background-position: center;
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(48px, calc((100vw - 1440px) / 2 + 48px));
    padding-right: max(48px, calc((100vw - 1440px) / 2 + 48px));
  }
}

@media (max-width: 620px) {
  .locator-hero {
    background-image:
      linear-gradient(180deg, rgba(2, 7, 13, 0) 42%, rgba(2, 7, 13, 0.3) 58%, rgba(2, 7, 13, 0.92) 82%, rgba(2, 7, 13, 0.98) 100%),
      url("/assets/insta360-store-hero-mobile-x6.jpg");
    background-position: center, center -40px;
  }

  .locator-hero .intro {
    margin-top: auto;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }

  .locator-hero .intro h1 {
    font-size: 36px;
    line-height: 0.98;
    margin: 0 0 10px;
    max-width: 350px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
  }

  .locator-hero .intro-copy {
    color: rgba(246, 246, 244, 0.76);
    font-size: 14px;
  }

  .locator-hero .region-tabs {
    margin-top: 18px;
    position: relative;
    z-index: 1;
  }
}
