/* 首页中段品牌区块（逼哩改版） */
.hb-main {
  background: rgba(253, 249, 248, 1);
  overflow: hidden;
}

/* 通用区块标题：中文 + 英文 + 箭头线 */
.hb-sec-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.hb-sec-head--center {
  justify-content: center;
}
.hb-sec-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #1f1f1f;
}
.hb-sec-en {
  font-size: 12px;
  letter-spacing: 2px;
  color: #b8b0ac;
  text-transform: uppercase;
}
.hb-sec-arrow {
  flex: 1;
  height: 1px;
  max-width: 80px;
  background: linear-gradient(90deg, #cfc7c2, transparent);
}
.hb-sec-head--light .hb-sec-title {
  color: #fff;
}
.hb-sec-head--light .hb-sec-en {
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- 关于逼哩 ---------- */
.hb-about {
  max-width: 1400px;
  margin: 36px auto 0;
  padding: 0 16px;
}
.hb-about__card {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 40px 48px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}
.hb-about__lead {
  margin: 6px 0 16px;
  font-size: 15px;
  font-weight: 700;
  color: #1f1f1f;
}
.hb-about__text {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  color: #8a8a8a;
}
.hb-about__text em {
  font-style: normal;
  color: #ff2e86;
}
.hb-about__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  padding: 9px 22px;
  border: 1px solid #e3d9d4;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-decoration: none;
}
.hb-about__more:hover {
  border-color: #ff2e86;
  color: #ff2e86;
}
.hb-about__img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ece6e3;
}
.hb-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- 数据概览 ---------- */
.hb-data {
  max-width: 1400px;
  margin: 56px auto 0;
  padding: 28px 24px;
  background: url(/static/images/new/bg-data-overview.png) center / cover
    no-repeat;
  border-radius: 16px;
}
.hb-data__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.hb-data__img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f0eae7;
}
.hb-data__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hb-data__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}
.hb-stat__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.hb-stat__icon svg {
  width: 18px;
  height: 18px;
}
.hb-stat__num {
  font-size: 32px;
  font-weight: 800;
  color: #1f1f1f;
  line-height: 1;
}
.hb-stat__num span {
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
}
.hb-stat__bar {
  width: 38px;
  height: 3px;
  border-radius: 2px;
  background: #ff2e86;
  margin: 10px 0 8px;
}
.hb-stat__label {
  font-size: 13px;
  color: #888;
}

/* ---------- 影片类型（深色） ---------- */
.hb-types {
  margin-top: 64px;
  padding: 56px 16px 64px;
  background: #1c1c1c;
  border-radius: 50% 50% 0 0 / 200px 200px 0 0;
  overflow: hidden;
}
.hb-types__desc {
  max-width: 760px;
  margin: 16px auto 32px;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
/* 3D coverflow 轮播 */
.hb-types__carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.hb-types__swiper {
  padding: 8px 0 12px;
  overflow: visible;
}
/* 卡片不被拉伸到等高，按各自图片高度 + 居中，scale 才能真正改变可见高度 */
.hb-types__swiper .swiper-wrapper {
  align-items: center;
}
.hb-types__swiper .hb-type-slide {
  width: min(720px, 64%);
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  opacity: 1;
  /* 左右缩到中间的 80% 高度
     !important 必须：移动端 Swiper 给 .swiper-ios/.swiper-android .swiper-slide
     加了 transform:translate3d(0,0,0)，同特异度且后加载，会盖掉这里的 scale */
  transform: scale(0.8) !important;
  z-index: 1;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
/* 中间激活卡片：原始大小（最高）并叠在最上层，遮挡左右两边 */
.hb-types__swiper .hb-type-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
  z-index: 10;
}
.hb-type-slide a {
  display: block;
}
.hb-type-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  background: #2a2a2a;
}
.hb-types__label {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.hb-types__pagination {
  margin-top: 12px;
  text-align: center;
  /* Swiper 11 圆点颜色走这些变量，直接写 background 会被覆盖 */
  --swiper-pagination-color: rgba(255, 75, 141, 1);
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.4);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.hb-types__pagination .swiper-pagination-bullet {
  transition: width 0.25s ease, background 0.25s ease;
}
.hb-types__pagination .swiper-pagination-bullet-active {
  width: 18px !important;
  border-radius: 4px;
}

/* ---------- 签约女优 ---------- */
.hb-actress {
  max-width: 1160px;
  margin: 56px auto 0;
  padding: 0 16px 56px;
}
.hb-actress__desc {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  color: #9a9a9a;
}
/* 横向滑动：一排 4 个 + 左右按钮 */
.hb-actress__slider-wrap {
  position: relative;
}
.hb-actress__slider {
  display: flex;
  gap: 22px;
  align-items: start;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 26px;
}
.hb-actress__slider::-webkit-scrollbar {
  display: none;
}
.hb-actress__slider .hb-actress-card {
  flex: 0 0 calc((100% - 66px) / 4);
}
/* PC：第 2、4… 张下移 22px，上下错开 */
.hb-actress__slider .hb-actress-card:nth-child(even) {
  margin-top: 22px;
}
.hb-slider-btn {
  position: absolute;
  top: 200px;
  transform: translateY(-50%);
  z-index: 6;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-slider-btn svg {
  width: 20px;
  height: 20px;
}
.hb-slider-btn--prev {
  left: -8px;
}
.hb-slider-btn--next {
  right: -8px;
}
.hb-actress-card {
  text-decoration: none;
}
.hb-actress-card__cover {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background: #ece6e3;
}
.hb-actress-card__cover img,
.hb-actress-card__cover > div {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  display: block;
}
.hb-actress-card__name {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

/* ---------- 移动端 ---------- */
@media screen and (max-width: 824px) {
  .hb-about {
    margin-top: 20px;
  }
  .hb-about__card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 18px;
  }
  .hb-data {
    margin-top: 36px;
  }
  .hb-data__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hb-data__stats {
    gap: 22px 18px;
  }
  .hb-stat__num {
    font-size: 26px;
  }
  .hb-types {
    margin-top: 44px;
    padding: 40px 12px 48px;
    border-radius: 50% 50% 0 0 / 70px 70px 0 0;
  }
  .hb-types__swiper .hb-type-slide {
    width: 78%;
    max-width: 78%;
  }
  .hb-type-slide img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .hb-actress {
    margin-top: 36px;
    padding-bottom: 36px;
  }
  .hb-actress__slider {
    gap: 12px;
    padding-bottom: 12px;
  }
  .hb-actress__slider .hb-actress-card {
    flex: 0 0 42%;
  }
  .hb-actress__slider .hb-actress-card:nth-child(even) {
    margin-top: 0;
  }
  .hb-actress-card__cover {
    height: auto;
    aspect-ratio: 3 / 4;
  }
  .hb-slider-btn {
    display: none;
  }
}
