[hidden] {
  display: none !important;
}
.site-media-frame {
  position: relative;
  overflow: hidden;
  background: #ede9e2;
}
.site-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-media-frame picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__visual.site-media-frame {
  padding: 0;
  width: 100%;
  min-width: 0;
  min-height: 420px;
}
.hero__visual.site-media-frame:has(video) {
  aspect-ratio: 16/9;
  min-height: 0;
  background: #151515;
}
.site-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.hero__title {
  text-wrap: balance;
}
.site-logo .site-image {
  width: auto;
  max-width: 240px;
  height: 44px;
  object-fit: contain;
}
.site-contact-qr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  max-width: 144px;
  font-size: 12px;
}
.site-contact-qr .site-image {
  width: 128px;
  height: 128px;
  object-fit: contain;
  background: #fff;
  padding: 8px;
}
.footer__social {
  flex-wrap: wrap;
}
.footer__links [data-site-text="global.wechat"] {
  display: block;
  padding: 4px 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}
.site-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 36px 16px;
  color: #777;
  line-height: 1.8;
}
.site-case {
  display: block;
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: 8px;
  background: #ebe5dd;
  cursor: zoom-in;
}
.site-case .site-image {
  transition: transform 0.3s;
}
.site-case:hover .site-image {
  transform: scale(1.035);
}
.site-case-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 12px 12px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: white;
  text-align: left;
  font-size: 13px;
}
.site-product .product-img {
  height: 240px;
}
.site-product .product-body {
  padding: 20px;
}
.site-product .product-name {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
}
.site-product .product-desc {
  color: #666;
  line-height: 1.7;
  font-size: 14px;
  white-space: pre-line;
}
.site-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #a9a396;
}
.site-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.site-store-actions .btn {
  font-size: 12px;
  padding: 10px 14px;
}
.site-store-hours {
  color: #777;
  font-size: 13px;
  margin-top: 12px;
}
.site-store-photos {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  overflow-x: auto;
}
.site-store-photos button {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: zoom-in;
}
.site-photo-open {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  border-radius: 16px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  cursor: pointer;
}
.store-card {
  transition: box-shadow 0.2s;
}
.site-store-selected {
  box-shadow: 0 0 0 3px #ba995f;
}
[data-site-map] {
  display: block;
  height: 440px;
  min-height: 360px;
  overflow: hidden;
}
.site-lightbox {
  margin: auto;
  position: fixed;
  inset: 0;
  padding: 48px 24px 20px;
  border: 0;
  border-radius: 12px;
  background: #181818;
  color: #fff;
  max-width: 94vw;
  max-height: 94vh;
}
.site-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.site-lightbox .site-image {
  width: auto;
  max-width: 85vw;
  max-height: 76vh;
  object-fit: contain;
}
.site-lightbox p {
  text-align: center;
  padding-top: 10px;
}
.site-lightbox-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  color: #fff;
  border: 1px solid #777;
  border-radius: 5px;
  padding: 4px 12px;
  cursor: pointer;
}
.site-preview-banner {
  position: sticky;
  top: 0;
  z-index: 999999;
  text-align: center;
  background: #463820;
  color: #fff;
  padding: 10px;
  font-size: 13px;
}
.site-preview-banner ~ .header {
  top: 38px;
}
[data-site-text] {
  white-space: pre-line;
}
.tag:is(button) {
  font: inherit;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hero__visual.site-media-frame {
    min-height: 300px;
  }
  .hero__visual.site-media-frame:has(video) {
    min-height: 0;
  }
  .site-product .product-img {
    height: 210px;
  }
  [data-site-map] {
    height: 320px;
    min-height: 300px;
  }
  .site-logo .site-image {
    max-width: 180px;
    height: 34px;
  }
  .site-lightbox {
    padding: 45px 10px 12px;
  }
}
