.home-v4-page .zh-editorial-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 34px 0 4px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(213, 173, 94, .56);
  background:
    radial-gradient(circle at 12% 10%, rgba(213, 173, 94, .17), transparent 27%),
    radial-gradient(circle at 88% 86%, rgba(177, 120, 177, .18), transparent 31%),
    linear-gradient(145deg, #16091c 0%, #2b0f32 52%, #16091c 100%);
  box-shadow: 0 30px 70px rgba(35, 12, 40, .28);
}

.home-v4-page .zh-editorial-showcase::before,
.home-v4-page .zh-editorial-showcase::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(213, 173, 94, .23);
  transform: rotate(45deg);
}

.home-v4-page .zh-editorial-showcase::before { top: -148px; left: -110px; }
.home-v4-page .zh-editorial-showcase::after { right: -112px; bottom: -150px; }

.home-v4-page .zh-editorial-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
  color: #f8edf4;
}

.home-v4-page .zh-editorial-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d5ad5e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 3px;
}

.home-v4-page .zh-editorial-heading > span::before,
.home-v4-page .zh-editorial-heading > span::after {
  content: '';
  width: 38px;
  height: 1px;
  background: rgba(213, 173, 94, .62);
}

.home-v4-page .zh-editorial-heading h2 {
  margin: 10px 0 9px;
  color: #fff8fb;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4.2vw, 64px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.02em;
}

.home-v4-page .zh-editorial-heading p {
  margin: 0;
  color: #d8c0d8;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .35px;
}

.home-v4-page .zh-editorial-showcase .zh-exact-detail-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 13px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 0 28px !important;
  background: transparent !important;
}

.home-v4-page .zh-editorial-showcase .zh-exact-detail-strip > a {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;
  border: 1px solid rgba(213, 173, 94, .45) !important;
  background: #24102b !important;
  box-shadow: 0 22px 46px rgba(0, 0, 0, .32) !important;
  text-decoration: none !important;
}

.home-v4-page .zh-editorial-showcase .zh-exact-detail-strip > a:nth-child(even) {
  transform: translateY(28px);
}

.home-v4-page .zh-editorial-showcase .zh-exact-detail-strip img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  filter: saturate(.93) contrast(1.04) !important;
  transition: transform .65s ease, filter .65s ease !important;
}

.home-v4-page .zh-editorial-showcase .zh-exact-detail-strip > a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 6, 24, .02) 35%, rgba(20, 6, 24, .92) 100%);
  pointer-events: none;
}

.home-v4-page .zh-editorial-showcase .zh-exact-detail-strip > a:hover img {
  transform: scale(1.045);
  filter: saturate(1.03) contrast(1.06) !important;
}

.home-v4-page .zh-editorial-number {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(213, 173, 94, .75);
  border-radius: 50%;
  background: rgba(31, 10, 36, .72);
  color: #f1d58e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  backdrop-filter: blur(8px);
}

.home-v4-page .zh-editorial-card-copy {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 17px;
  left: 17px;
  color: #fff;
}

.home-v4-page .zh-editorial-card-copy strong {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  color: #fff8fb;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(16px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.18;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-v4-page .zh-editorial-card-copy em {
  color: #e4c677;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.home-v4-page .zh-editorial-footer {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}

.home-v4-page .zh-editorial-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 27px;
  border: 1px solid #d5ad5e;
  background: transparent;
  color: #f1d58e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
}

.home-v4-page .zh-editorial-footer a:hover { background: #d5ad5e; color: #24102b; }

@media (max-width: 760px) {
  .home-v4-page .zh-editorial-showcase {
    margin-top: 24px;
    padding: 30px 14px 28px;
  }

  .home-v4-page .zh-editorial-heading { margin-bottom: 21px; padding: 0 10px; }
  .home-v4-page .zh-editorial-heading h2 { font-size: 38px; }
  .home-v4-page .zh-editorial-heading p { font-size: 12px; }

  .home-v4-page .zh-editorial-showcase .zh-exact-detail-strip {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    padding: 0 0 8px !important;
  }

  .home-v4-page .zh-editorial-showcase .zh-exact-detail-strip::-webkit-scrollbar { display: none !important; }

  .home-v4-page .zh-editorial-showcase .zh-exact-detail-strip > a {
    flex: 0 0 calc((100% - 12px) / 2) !important;
    width: calc((100% - 12px) / 2) !important;
    max-width: calc((100% - 12px) / 2) !important;
    scroll-snap-align: start !important;
  }

  .home-v4-page .zh-editorial-showcase .zh-exact-detail-strip > a:nth-child(even) { transform: none; }
  .home-v4-page .zh-editorial-card-copy { right: 10px; bottom: 12px; left: 10px; }
  .home-v4-page .zh-editorial-card-copy strong { font-size: 14px; }
  .home-v4-page .zh-editorial-number { top: 9px; left: 9px; width: 29px; height: 29px; }
  .home-v4-page .zh-editorial-footer { margin-top: 16px; }
}
