/* home-polish · 9 */
.hc-spotlight{
  display:block!important;margin:0 0 20px;padding:0;border-radius:16px;overflow:hidden;
  background:linear-gradient(135deg,#e0f2fe,#fff 60%);border:1px solid #bae6fd;
}
.hc-spotlight__row{
  display:flex!important;align-items:center;justify-content:center;
  gap:40px;padding:22px 26px;grid-template-columns:none!important;
}
.hc-spotlight__copy,.hc-spotlight__text{max-width:420px;min-width:0;flex:0 1 420px}
.hc-spotlight__eyebrow{
  display:inline-block;margin-bottom:10px;padding:4px 10px;border-radius:999px;
  background:#f97316;color:#fff;font-size:.72rem;font-weight:800;
}
.hc-spotlight h1{
  margin:0 0 10px;font-size:clamp(1.7rem,3.2vw,2.2rem);line-height:1.15;color:#0c4a6e;font-weight:900;
}
.hc-spotlight__lead{margin:0 0 16px;color:#64748b;line-height:1.65;max-width:32em;font-size:.95rem}
.hc-spotlight__actions{display:flex;flex-wrap:wrap;gap:10px}

.hc-spotlight__visual{margin:0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px}
.hc-spotlight__visual-stage{position:relative;display:flex;justify-content:center;align-items:flex-end}
.hc-spotlight__visual-item{
  position:relative;padding:0;border:0;background:none;cursor:pointer;
  border-radius:12px;overflow:hidden;display:block;
  transition:transform .28s ease,box-shadow .28s ease,opacity .28s ease,filter .28s ease;
}
.hc-spotlight__visual-item img{display:block;width:100%;height:100%;object-fit:cover;border-radius:12px}
.hc-spotlight__visual-item:focus-visible{outline:2px solid #fb923c;outline-offset:3px}
.hc-spotlight__visual-name{
  position:absolute;left:0;right:0;bottom:0;padding:14px 8px 6px;
  font-size:.72rem;font-weight:700;color:#fff;text-align:left;
  background:linear-gradient(transparent,rgba(0,0,0,.78));
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  opacity:0;transition:opacity .28s ease;
}
.hc-spotlight__visual-item.is-active .hc-spotlight__visual-name{opacity:1}
.hc-spotlight__visual-go{
  display:inline-block;padding:6px 16px;border-radius:999px;
  background:#f97316;color:#fff!important;font-size:.76rem;font-weight:800;
  text-decoration:none;transition:transform .2s ease,filter .2s ease;
}
.hc-spotlight__visual-go:hover{transform:translateY(-1px);filter:brightness(1.08)}

.hc-spotlight__visual{flex:0 0 320px;width:320px}
.hc-spotlight__visual-stage{gap:8px;align-items:center;height:214px}
.hc-spotlight__visual-item{width:92px;height:140px;opacity:.7;order:2}
.hc-spotlight__visual-item img{height:140px}
.hc-spotlight__visual-item:hover{opacity:.92}
.hc-spotlight__visual[data-active="0"] .hc-spotlight__visual-item[data-hero-item="2"],
.hc-spotlight__visual[data-active="1"] .hc-spotlight__visual-item[data-hero-item="0"],
.hc-spotlight__visual[data-active="2"] .hc-spotlight__visual-item[data-hero-item="0"]{order:1;transform:perspective(600px) rotateY(16deg)}
.hc-spotlight__visual[data-active="0"] .hc-spotlight__visual-item[data-hero-item="1"],
.hc-spotlight__visual[data-active="1"] .hc-spotlight__visual-item[data-hero-item="2"],
.hc-spotlight__visual[data-active="2"] .hc-spotlight__visual-item[data-hero-item="1"]{order:3;transform:perspective(600px) rotateY(-16deg)}
.hc-spotlight__visual-item.is-active{
  order:2;width:124px;height:190px;opacity:1;transform:none;
  box-shadow:0 0 0 3px #fb923c,0 18px 32px rgba(30,64,175,.22);
}
.hc-spotlight__visual-item.is-active img{height:190px}

.hc-spotlight__visual-name{color:#fff}
@media(max-width:800px){
  .hc-spotlight__visual,.hc-spotlight__visual-stage{width:100%;flex:1 1 auto}
}

.hc-spotlight__visual-item img{background:#e0f2fe}
.hc-btn{border-radius:999px;padding:10px 16px;font-weight:800;display:inline-flex}
.hc-btn--cta{background:#f97316;color:#fff!important}
.hc-btn--outline{border:2px solid #0ea5e9;color:#0284c7!important;background:#fff}
.hc-shelf{margin-top:4px}
.hc-shelf__head{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}
.hc-shelf__head h2{margin:0;font-size:1.1rem;color:#0c4a6e}
.hc-shelf__head a{color:#0284c7!important;font-weight:700}
.hc-shelf__grid,.hc-spotlight__cards{
  display:grid!important;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important;
  grid-auto-flow:row!important;gap:14px!important;overflow:visible!important;width:100%!important;
}
.hc-card{background:#fff;border:1px solid #e0f2fe;border-radius:12px;overflow:hidden}
.hc-card__cover{position:relative;display:block;aspect-ratio:3/4;background:#e0f2fe}
.hc-card__cover img{width:100%;height:100%;object-fit:cover}
.hc-card__badge{
  position:absolute;left:8px;top:8px;background:#f97316;color:#fff;
  font-size:11px;font-weight:800;padding:2px 8px;border-radius:999px;
}
.hc-card__year{
  position:absolute;right:8px;bottom:8px;background:rgba(12,74,110,.75);color:#fff;
  font-size:11px;padding:2px 7px;border-radius:8px;
}
.hc-card__body{padding:8px 9px 10px}
.hc-card__body h3{margin:0 0 5px;font-size:.88rem;
  display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.hc-card__body h3 a{color:#0c4a6e!important}
.hc-card__meta{margin:0}

/* 卡片副信息改成一行灰字，去掉碎标签 */
[class*="card__meta"],[class*="card__tags"],.lp-card__body > p{
  display:block!important;margin:0!important;max-width:100%;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important;
  color:#94a3b8!important;font-size:.72rem!important;line-height:1.3;
}
[class*="card__meta"] span,[class*="card__tags"] span,.lp-card__body > p span{
  display:inline!important;padding:0!important;border:0!important;border-radius:0!important;
  background:transparent!important;color:inherit!important;font-size:inherit!important;font-weight:600!important;
  max-width:none!important;white-space:nowrap!important;
}
[class*="card__meta"] span + span::before,
[class*="card__tags"] span + span::before,
.lp-card__body > p span + span::before{content:" · ";color:#cbd5e1}
[data-nav-toggle],.cp-nav-toggle,.lp-toggle,.hc-burger,.cpop-nav-toggle{display:none!important}
@media (max-width:900px){
  [data-nav-toggle],.cp-nav-toggle,.lp-toggle,.hc-burger,.cpop-nav-toggle{
    display:inline-flex!important;align-items:center;justify-content:center;
  }
}
form[role="search"] input,form[class*="search"] input,
.cp-search input,.lp-search input,.hc-search input,.cpop-search input{
  max-width:none!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;
}

@media (max-width:800px){
  .hc-spotlight__row{flex-wrap:wrap;padding:20px 16px;justify-content:flex-start}
  .hc-spotlight__visual{display:none}
  .hc-spotlight__text,.hc-spotlight__copy{max-width:none;flex:1 1 auto}
  .hc-head__bar{flex-wrap:wrap}
  .hc-search{max-width:none;width:100%;order:3}
  .hc-capsules{
    display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
    overflow-x:auto!important;max-height:none!important;
  }
  .hc-shelf__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
