/* 热播仓 · copper-editorial 差异化 */
.skin-copper-editorial .seo-brand-block {
  padding: 1.25rem 1.5rem;
  margin: 0 0 1rem;
  background: linear-gradient(135deg, #2a2118, #1f1812);
  border-left: 4px solid #b87333;
  border-radius: 0 12px 12px 0;
}
.skin-copper-editorial .seo-brand-block h1 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #e8dfd4;
  margin: 0 0 0.35rem;
  line-height: 1.35;
}
.skin-copper-editorial .seo-brand-block p {
  font-size: 0.92rem;
  color: #9a8f82;
  margin: 0;
  max-width: 52ch;
}
.skin-copper-editorial .showcase-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.skin-copper-editorial .movie-card .poster-frame {
  aspect-ratio: 2/3;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(184,115,51,.25);
}
.skin-copper-editorial .movie-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.82rem;
  color: #9a8f82;
}
.skin-copper-editorial .hero-section {
  margin-top: 1.5rem;
  min-height: 220px;
}
@media (max-width: 900px) {
  .skin-copper-editorial .showcase-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 540px) {
  .skin-copper-editorial .showcase-grid { grid-template-columns: repeat(2, 1fr); }
}
