/* 首页海报/视频区 — 保留现有 H5 全屏 hero，与 Home-8f19448f 一致（去 scoped） */
.home-page {
  min-height: 100vh;
}

html.bn-h5-home body {
  padding-top: 0;
}

html.bn-h5-home .bn-h5-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: transparent;
}

.hero-section {
  position: relative;
  height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-slide-media {
  position: absolute;
  inset: 0;
  background: var(--bn-bg-soft, #f0f0f0);
}

.hero-slide-media.bn-media-loading::before {
  z-index: 2;
  background-image: none;
}

.hero-slide-media .hero-loading-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: auto;
  height: auto;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.hero-slide-media.is-loaded .hero-loading-icon {
  opacity: 0;
  visibility: hidden;
}

.hero-slide-media:not(.is-loaded) .hero-video {
  visibility: hidden;
}

.hero-slide-media .hero-video,
.hero-slide-media .hero-poster,
.hero-slide-media .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.hero-slide .hero-poster {
  z-index: 0;
}

.hero-slide .hero-video {
  z-index: 1;
}

.hero-slide .hero-image {
  z-index: 0;
}

.hero-content {
  position: absolute;
  bottom: 60px;
  left: 20px;
  right: 20px;
  color: #fff;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.hero-content a.hero-cta {
  pointer-events: auto;
}

.hero-title {
  font-family: var(--bn-font-display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  opacity: 0.9;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.hero-desc {
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  opacity: 0.85;
}

.hero-cta {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-cta:active {
  background: #fff;
  color: var(--bn-text, #000);
}

.new-section {
  padding: 40px 16px;
  background: var(--bn-bg, #fff);
}

.new-section .section-title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: var(--bn-text, #000);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
}

.product-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-image-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--bn-bg-soft, #f7f7f7);
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  padding: 12px 0;
}

.product-name {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: 1px;
  color: var(--bn-text, #000);
}

.product-price {
  font-size: 13px;
  color: var(--bn-text, #000);
}

.story-section {
  padding: 60px 20px;
  background: var(--bn-dark, #000);
  color: #fff;
  text-align: center;
}

.story-section h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.story-section p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.story-link {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
}
