.store-page {
  color: #212529;
  background: #fff;
}

.store-hero {
  --store-hero-height: 620px;
  position: relative;
  overflow-x: clip;
  min-height: var(--store-hero-height);
  background: #f8f9fd;
}

.store-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 88px 24px 112px;
}

.store-hero__text {
  max-width: 520px;
}

.store-hero__title {
  margin: 0 0 18px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}

.store-hero__title--accent {
  display: block;
  color: #5856d6;
}

.store-hero__title-store {
  position: relative;
  display: inline;
}

.store-hero__title-ref {
  margin-left: 0.12em;
  font-size: 0.42em;
  font-weight: 700;
  line-height: 0;
  vertical-align: super;
  color: #000;
}

.store-hero__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #4e4e4e;
}

html[lang="en"] .store-hero__subtitle {
  margin-bottom: 8px;
}

.store-hero__details {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: max(24px, calc(50% - 616px));
  max-width: 480px;
}

.store-hero__opening {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #212529;
}

.store-hero__detail-row {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.7;
  color: #212529;
}

.store-hero__detail-label {
  font-weight: 700;
}

.store-hero__remark {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(33, 37, 41, 0.65);
}

.store-hero__remark-label {
  font-weight: 700;
  color: rgba(33, 37, 41, 0.65);
}

.store-hero__visual {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 0;
  left: 0;
  height: calc(var(--store-hero-height) - 28px);
  max-height: calc(var(--store-hero-height) - 28px);
  overflow: visible;
  pointer-events: none;
}

.store-hero__visual img {
  position: absolute;
  right: 0;
  bottom: -55px;
  display: block;
  width: 70%;
  max-width: 920px;
  height: auto;
}

.airstar-common__en-hk .store-hero__title {
  font-size: 40px;
}

/* 英文 PC：details 贴底时仅调 bottom 可在副标题与 opening 之间留出约一行空档 */
@media (min-width: 1200px) {
  html[lang="en"] .store-hero__details {
    bottom: 10px;
  }
}

/* ≤1199：改为文档流纵向排布，避免主图绝对定位挤压/覆盖左侧文案 */
@media (max-width: 1199.98px) {
  .store-hero {
    min-height: auto;
  }

  .store-hero__inner {
    padding: 64px 24px 28px;
  }

  .store-hero__text {
    position: relative;
    z-index: 2;
    max-width: 100%;
  }

  .store-hero__title {
    font-size: 42px;
  }

  .store-hero__subtitle {
    margin-bottom: 8px;
  }

  html[lang="en"] .store-hero__subtitle {
    margin-bottom: 16px;
  }

  .store-hero__details {
    position: static;
    left: auto;
    bottom: auto;
    max-width: none;
    padding: 0 24px 40px;
    margin-top: 28px;
  }

  .store-hero__visual {
    position: static;
    left: auto;
    right: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    margin-top: 36px;
    padding: 0 16px;
    pointer-events: auto;
  }

  .store-hero__visual img {
    position: static;
    right: auto;
    bottom: auto;
    display: block;
    width: min(560px, 92%);
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .store-hero__inner {
    padding-top: 56px;
  }

  .store-hero__title {
    font-size: 36px;
  }

  .airstar-common__en-hk .store-hero__title {
    font-size: 34px;
  }

  .store-hero__visual img {
    width: min(520px, 94%);
  }
}

@media (max-width: 767.98px) {
  .store-hero__inner {
    min-height: 0;
    padding: 48px 24px 24px;
  }

  .store-hero__title {
    font-size: 28px;
  }

  .airstar-common__en-hk .store-hero__title {
    font-size: 28px;
  }

  .store-hero__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .store-hero__details {
    padding: 0 24px 32px;
    margin-top: 24px;
  }

  .store-hero__opening {
    font-size: 16px;
  }

  .store-hero__detail-row {
    font-size: 16px;
  }

  .store-hero__visual {
    margin-top: 32px;
    padding: 0;
  }

  .store-hero__visual img {
    width: 96%;
    max-width: none;
    margin-left: -2%;
  }
}
