/* ============================================================
   NOVA Theme (model24) - 首页专属样式
   完全不同于 Umbra (umb-*) 的极简风，这里是轻奢杂志风
   模块：Hero 左右分栏 / Bento 错落网格 / Showcase 4列卡 /
         Promo 上下叠层 / Cats 分类卡 / Journal 杂志 / Collage 拼贴
   ============================================================ */

/* ========== 通用区块头 ========== */
.nov-blockhead {
  text-align: center;
  margin: 0 0 48px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.nov-blockhead__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--nov-gold);
  margin: 0 0 14px;
  padding: 6px 16px;
  border: 1px solid var(--nov-gold);
  line-height: 1;
}

.nov-blockhead__title {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 42px;
  font-weight: 400;
  color: var(--nov-ink);
  margin: 0 0 12px;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.nov-blockhead__sub {
  color: var(--nov-ink-40);
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

.nov-blockhead--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.nov-blockhead--row .nov-blockhead__title {
  font-size: 36px;
  margin: 0;
}

/* ========== Section 1: NOVA Hero — 左右分栏 ========== */
.nov-hero {
  padding: 48px 0 48px;
  background: linear-gradient(180deg, var(--nov-linen) 0%, var(--nov-cream) 100%);
}

.nov-hero__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.nov-hero__stage {
  position: relative;
  background: var(--nov-white);
  border: 1px solid var(--nov-line);
  overflow: hidden;
  min-height: 640px;
}

.nov-hero__frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s var(--nov-ease), visibility 0.7s;
}

.nov-hero__frame.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.nov-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nov-hero__ph { background: linear-gradient(135deg, #E8E4DD 0%, #FAF8F4 100%); }

.nov-hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  background: var(--nov-white);
  border: 1px solid var(--nov-line);
  color: var(--nov-ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all var(--nov-trans);
}

.nov-hero__nav--prev { left: 20px; }
.nov-hero__nav--next { right: 20px; }

.nov-hero__nav:hover {
  background: var(--nov-ink);
  color: var(--nov-gold);
  border-color: var(--nov-ink);
}

/* 右列：产品卡 */
.nov-hero__card {
  background: var(--nov-white);
  border: 1px solid var(--nov-line);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nov-hero__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nov-gold);
  margin: 0 0 20px;
}

.nov-hero__name {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 38px;
  font-weight: 400;
  color: var(--nov-ink);
  margin: 0 0 20px;
  line-height: 1.15;
}

.nov-hero__desc {
  color: var(--nov-ink-70);
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 32px;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nov-hero__price {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 32px;
}

.nov-hero__value {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 34px;
  color: var(--nov-ink);
  font-weight: 400;
}

.nov-hero__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  background: var(--nov-ink);
  color: var(--nov-gold);
  padding: 6px 14px;
  line-height: 1;
}

.nov-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nov-hero__wish {
  width: 52px;
  height: 52px;
  border: 1px solid var(--nov-line);
  background: var(--nov-white);
  color: var(--nov-ink-70);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all var(--nov-trans);
}

.nov-hero__wish:hover {
  background: var(--nov-ink);
  color: var(--nov-gold);
  border-color: var(--nov-ink);
}

/* 圆点导航 */
.nov-hero__dots {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}

.nov-hero__dot {
  width: 32px;
  height: 3px;
  background: var(--nov-line);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all var(--nov-trans);
  position: relative;
}

.nov-hero__dot.is-active {
  background: var(--nov-gold);
  height: 5px;
}

.nov-hero__dot .sr-only {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* ========== Section 2: NOVA Bento — 6格错落网格 ========== */
.nov-bento {
  padding: 0 0 60px;
  background: var(--nov-cream);
}

.nov-bento__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 24px;
  min-height: 760px;
}

.nov-bento__tile {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  background: var(--nov-white);
  border: 1px solid var(--nov-line);
  transition: all var(--nov-trans);
}

.nov-bento__tile--xl {
  grid-column: span 2;
  grid-row: span 2;
}

.nov-bento__tile--s {
  grid-column: span 1;
  grid-row: span 1;
}

/* 特殊位置 */
.nov-bento__tile:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 3; } /* XL 左上 */
.nov-bento__tile:nth-child(2) { grid-column: 3 / 4; grid-row: 1 / 2; } /* S 右上1 */
.nov-bento__tile:nth-child(3) { grid-column: 4 / 5; grid-row: 1 / 2; } /* S 右上2 */
.nov-bento__tile:nth-child(4) { grid-column: 3 / 4; grid-row: 2 / 3; } /* S 右中1 */
.nov-bento__tile:nth-child(5) { grid-column: 4 / 5; grid-row: 2 / 3; } /* S 右中2 */
.nov-bento__tile:nth-child(6) { grid-column: 1 / 5; grid-row: 3 / 4; } /* 通栏底行：2列图文+2列trending？用不同的结构 */

/* 底部第6个作为宽块 */
.nov-bento__tile:nth-child(6) {
  display: flex;
  flex-direction: row-reverse;
}

.nov-bento__tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--nov-shadow-m);
  border-color: var(--nov-gold);
}

.nov-bento__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.nov-bento__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--nov-ease);
}

.nov-bento__tile:hover .nov-bento__media img {
  transform: scale(1.08);
}

/* Meta 信息（XL 大卡用） */
.nov-bento__meta {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 32px;
  background: linear-gradient(180deg, transparent 0%, rgba(26,26,26,0.75) 100%);
  color: var(--nov-white);
  z-index: 2;
}

.nov-bento__meta--s {
  padding: 18px 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(26,26,26,0.82) 100%);
}

.nov-bento__meta--light {
  background: linear-gradient(180deg, rgba(201,169,98,0.0) 0%, rgba(201,169,98,0.55) 100%);
  color: var(--nov-ink);
}

.nov-bento__type {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nov-gold);
  margin: 0 0 10px;
}

.nov-bento__name {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 22px;
  margin: 0 0 18px;
  font-weight: 400;
  color: inherit;
}

.nov-bento__meta--s .nov-bento__name {
  font-size: 15px;
  margin: 0 0 8px;
}

.nov-bento__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nov-bento__foot--left {
  justify-content: flex-start;
  gap: 18px;
}

.nov-bento__price {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 20px;
  color: var(--nov-gold);
  font-weight: 400;
}

.nov-bento__cta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--nov-white);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nov-bento__cta i {
  transition: transform 0.4s;
}

.nov-bento__tile:hover .nov-bento__cta i {
  transform: translateX(4px);
}

/* 小格 C：纯文字卡（不是图片） */
.nov-bento__tile--txt {
  background: var(--nov-ink) !important;
  color: var(--nov-white);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nov-bento__tile--txt .nov-bento__media { display: none; }

.nov-bento__eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nov-gold);
  margin: 0 0 14px;
}

.nov-bento__slogan {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.25;
  color: var(--nov-white);
}

.nov-bento__detail {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 20px;
  flex: 1;
}

/* 小格 F：Trending 金底渐变卡 */
.nov-bento__tile--accent {
  background: linear-gradient(135deg, var(--nov-gold) 0%, var(--nov-gold-70) 100%) !important;
}

.nov-bento__label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--nov-white);
  background: var(--nov-ink);
  padding: 4px 10px;
  margin: 0 0 10px;
  line-height: 1;
}

/* 占位图 */
.nov-bento__ph { width: 100%; height: 100%; }
.nov-bento__ph--a { background: linear-gradient(135deg, #E8E4DD 0%, #5A6B5B 100%); }
.nov-bento__ph--b { background: linear-gradient(135deg, #C9A962 0%, #1A1A1A 100%); }
.nov-bento__ph--d { background: linear-gradient(135deg, #FAF8F4 0%, #B5B5B5 100%); }
.nov-bento__ph--e { background: linear-gradient(135deg, #3D3D3D 0%, #819383 100%); }
.nov-bento__ph--f { background: linear-gradient(135deg, #C9A962 0%, #D9C28B 100%); }

/* thumbs 行 */
.nov-bento__thumbs {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.nov-bento__thumb {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--nov-line);
  background: var(--nov-white);
  transition: all var(--nov-trans);
}

.nov-bento__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.nov-bento__thumb:hover {
  border-color: var(--nov-gold);
  transform: translateY(-3px);
}

.nov-bento__thumb:hover img { transform: scale(1.1); }

/* ========== Section 3: NOVA Showcase — 4列产品卡 ========== */
.nov-showcase {
  padding: 100px 0;
  background: var(--nov-linen);
}

.nov-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.nov-card {
  display: block;
  text-decoration: none !important;
  color: inherit;
  background: var(--nov-white);
  border: 1px solid var(--nov-line);
  transition: all var(--nov-trans);
  overflow: hidden;
}

.nov-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--nov-shadow-m);
  border-color: var(--nov-gold);
}

.nov-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--nov-linen);
}

.nov-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--nov-ease);
}

.nov-card:hover .nov-card__img {
  transform: scale(1.08);
}

.nov-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--nov-gold);
  color: var(--nov-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 10px;
  line-height: 1;
}

.nov-card__body {
  padding: 22px 22px 26px;
}

.nov-card__type {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--nov-gold);
  margin: 0 0 10px;
}

.nov-card__name {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  color: var(--nov-ink);
  margin: 0 0 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nov-card__prices {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.nov-card__price {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: var(--nov-ink);
}

.nov-card__old {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 15px;
  color: var(--nov-ink-20);
  text-decoration: line-through;
}

/* ========== Section 4: NOVA Promo — 上下叠层 ========== */
.nov-promo { padding: 100px 0; background: var(--nov-cream); }

.nov-promo__stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* 上：SALE 横幅 */
.nov-promo__banner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  overflow: hidden;
  background: var(--nov-ink);
  color: var(--nov-white);
}

.nov-promo__b-left {
  padding: 64px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nov-promo__b-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--nov-ink);
  background: var(--nov-gold);
  padding: 6px 14px;
  align-self: flex-start;
  margin: 0 0 24px;
  line-height: 1;
}

.nov-promo__b-title {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px;
  color: var(--nov-white);
}

.nov-promo__b-title em {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-style: normal;
  font-size: 28px;
  color: var(--nov-gold);
  margin: 0 10px;
  vertical-align: middle;
}

.nov-promo__b-desc {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 32px;
  max-width: 460px;
}

.nov-promo__b-right {
  background: var(--nov-gold);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nov-promo__b-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-decoration: none !important;
  color: var(--nov-ink);
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.nov-promo__b-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--nov-white);
  overflow: hidden;
  border: 2px solid var(--nov-white);
}

.nov-promo__b-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.nov-promo__b-card:hover .nov-promo__b-img img { transform: scale(1.08); }

.nov-promo__b-type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nov-ink);
  opacity: 0.7;
}

.nov-promo__b-name {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 22px;
  font-weight: 400;
  color: var(--nov-ink);
  margin: 0;
  line-height: 1.3;
}

.nov-promo__b-price {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 24px;
  color: var(--nov-white);
  font-weight: 400;
  background: var(--nov-ink);
  padding: 4px 14px;
  line-height: 1.3;
}

/* 下：HOT DEALS 倒计时卡 */
.nov-promo__hot {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.nov-promo__h-bg { position: absolute; inset: 0; z-index: 0; }
.nov-promo__h-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.nov-promo__h-ph {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--nov-sage) 0%, var(--nov-ink) 100%);
}

.nov-promo__h-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(26,26,26,0.85) 0%, rgba(26,26,26,0.45) 60%, rgba(26,26,26,0.1) 100%);
}

.nov-promo__h-body {
  position: relative;
  z-index: 3;
  max-width: 600px;
  padding: 80px;
  color: var(--nov-white);
}

.nov-promo__h-flag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nov-ink);
  background: var(--nov-gold);
  padding: 6px 14px;
  margin: 0 0 20px;
  line-height: 1;
}

.nov-promo__h-name {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 38px;
  font-weight: 400;
  color: var(--nov-white);
  margin: 0 0 30px;
  line-height: 1.2;
}

/* 倒计时器 */
.nov-countdown {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 36px;
}

.nov-countdown__cell {
  width: 80px;
  height: 92px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.nov-countdown__num {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 32px;
  font-weight: 400;
  color: var(--nov-gold);
  line-height: 1;
  margin: 0 0 6px;
}

.nov-countdown__unit {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.7);
}

.nov-countdown__sep {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 28px;
  color: var(--nov-gold);
  margin: -20px 4px 0;
}

.nov-promo__h-btn { width: auto; align-self: flex-start; }

/* ========== Section 5: NOVA Categories — 2行3列分类卡 ========== */
.nov-cats { padding: 100px 0; background: var(--nov-white); }

.nov-cats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.nov-cats__card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  background: var(--nov-linen);
  overflow: hidden;
  border: 1px solid var(--nov-line);
  transition: all var(--nov-trans);
  position: relative;
}

.nov-cats__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--nov-shadow-m);
  border-color: var(--nov-gold);
}

.nov-cats__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--nov-cream);
  /* flex:1 让图片区域占满剩余空间，info 区域始终位于卡片底部 */
  flex: 1;
}

.nov-cats__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--nov-ease);
}

.nov-cats__card:hover .nov-cats__media img { transform: scale(1.1); }

.nov-cats__info {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--nov-white);
  border-top: 1px solid var(--nov-line);
}

.nov-cats__name {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: var(--nov-ink);
}

.nov-cats__go {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--nov-gold);
  display: inline-flex;
  align-items: center;
  gap: 2px;
  transition: all var(--nov-trans);
}

.nov-cats__card:hover .nov-cats__go { gap: 8px; }

/* 最后一张：All Collections 卡（图标+文字） */
.nov-cats__card--all {
  background: var(--nov-ink);
  color: var(--nov-white);
  border: none;
  min-height: 100%;
}

.nov-cats__card--all .nov-cats__media { display: none; }
.nov-cats__card--all .nov-cats__info { display: none; }

.nov-cats__all-inner {
  min-height: 100%;
  aspect-ratio: 4.2 / 5.25; /* 大致匹配有图卡片的高宽比 */
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.nov-cats__card--all i {
  font-size: 42px;
  color: var(--nov-gold);
}

.nov-cats__card--all .nov-cats__name { color: var(--nov-white); }
.nov-cats__card--all .nov-cats__go { color: var(--nov-white); }

.nov-cats__card--all:hover { background: var(--nov-gold); }
.nov-cats__card--all:hover i,
.nov-cats__card--all:hover .nov-cats__name,
.nov-cats__card--all:hover .nov-cats__go { color: var(--nov-ink); }

/* ========== Section 6: NOVA Journal — 杂志 1大2小布局 ========== */
.nov-journal { padding: 100px 0; background: var(--nov-linen); }

.nov-journal__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
  /* 强制行内项目拉伸至同高，确保左右栏高度一致 */
  align-items: stretch;
}

.nov-story {
  display: block;
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
  background: var(--nov-white);
  border: 1px solid var(--nov-line);
  transition: all var(--nov-trans);
}

.nov-story:hover {
  transform: translateY(-5px);
  box-shadow: var(--nov-shadow-m);
  border-color: var(--nov-gold);
}

/* 左栏大图卡：占满 grid cell 高度，与右栏堆叠区保持一致 */
.nov-story--lg {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nov-story--sm {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* 右栏堆叠区：占满 grid cell 高度，与左栏大图卡保持一致 */
.nov-journal__stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
}

.nov-story__media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--nov-linen);
}

/* 左栏大图卡图片区域：flex:1 占满剩余空间，确保左栏高度与右栏一致
   用 !important 强制覆盖其他 flex 规则，确保图片区域自适应拉伸 */
.nov-story--lg .nov-story__media {
  aspect-ratio: auto !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.nov-story--sm .nov-story__media {
  aspect-ratio: auto;
  min-height: 100%;
}

.nov-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--nov-ease);
}

.nov-story:hover .nov-story__media img { transform: scale(1.08); }

.nov-story__body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nov-story--sm .nov-story__body {
  padding: 22px 20px;
  gap: 8px;
}

.nov-story__cat {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nov-ink);
  background: var(--nov-gold);
  padding: 4px 10px;
  align-self: flex-start;
  line-height: 1;
  margin-bottom: 4px;
}

.nov-story--sm .nov-story__cat { margin-bottom: 0; }

.nov-story__head {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 28px;
  font-weight: 400;
  color: var(--nov-ink);
  margin: 0;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nov-story--sm .nov-story__head {
  font-size: 18px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.nov-story__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--nov-ink-70);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nov-story--sm .nov-story__text {
  font-size: 12px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.nov-story__more {
  margin-top: auto;
  padding-top: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--nov-gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nov-story__more i { transition: transform 0.4s; }
.nov-story:hover .nov-story__more i { transform: translateX(4px); }

/* Explore CTA 卡（纯金底文字） */
.nov-story--cta {
  background: linear-gradient(135deg, var(--nov-gold) 0%, var(--nov-gold-70) 100%);
  color: var(--nov-ink);
  border: none;
}

.nov-story--cta .nov-story__media { display: none; }
.nov-story--cta .nov-story__cat { background: var(--nov-ink); color: var(--nov-gold); }
.nov-story--cta .nov-story__head { font-size: 22px; color: var(--nov-ink); }
.nov-story--cta .nov-story__text { color: rgba(26,26,26,0.7); }
.nov-story--cta .nov-story__more { color: var(--nov-ink); }

.nov-story--cta:hover {
  background: var(--nov-ink);
  color: var(--nov-white);
}

.nov-story--cta:hover .nov-story__cat { background: var(--nov-gold); color: var(--nov-ink); }
.nov-story--cta:hover .nov-story__head,
.nov-story--cta:hover .nov-story__more { color: var(--nov-gold); }
.nov-story--cta:hover .nov-story__text { color: rgba(255,255,255,0.7); }

.nov-story__ph--lg { aspect-ratio: 16 / 10; background: linear-gradient(135deg, #C9A962 0%, #5A6B5B 100%); }
/* 占位块设置最小高度，避免在 grid 布局中塌陷为 0 */
.nov-story__ph--sm { min-height: 200px; background: linear-gradient(135deg, #808080 0%, #1A1A1A 100%); }

/* ========== Section 7: NOVA Collage — 2行5格拼贴画廊 ========== */
.nov-collage {
  background: var(--nov-ink);
  padding: 0;
  overflow: hidden;
}

.nov-collage__row {
  display: grid;
  gap: 0;
}

.nov-collage__row--top {
  grid-template-columns: 1.5fr 1fr 1.2fr;
}

.nov-collage__row--bottom {
  grid-template-columns: 1fr 1.3fr;
}

.nov-collage__item {
  position: relative;
  display: block;
  text-decoration: none !important;
  overflow: hidden;
  aspect-ratio: auto;
  min-height: 260px;
  color: var(--nov-white);
}

.nov-collage__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  transition: transform 0.9s var(--nov-ease);
}

.nov-collage__item:hover img {
  transform: scale(1.12);
}

/* 半透明遮罩 - 5种不同色调 */
.nov-collage__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: opacity var(--nov-trans);
}

.nov-collage__veil--g { background: rgba(90,107,91,0.42); }   /* 鼠尾草绿 */
.nov-collage__veil--k { background: rgba(201,169,98,0.38); }  /* 香槟金 */
.nov-collage__veil--s { background: rgba(26,26,26,0.48); }     /* 深墨黑 */
.nov-collage__veil--i { background: rgba(61,61,61,0.45); }    /* 深灰 */
.nov-collage__veil--v { background: rgba(129,147,131,0.45); } /* 浅鼠尾草 */

.nov-collage__item:hover .nov-collage__veil { opacity: 0.1; }

/* 标题遮罩 */
.nov-collage__cap {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  background: rgba(26,26,26,0.55);
  backdrop-filter: blur(2px);
  transition: background var(--nov-trans);
}

.nov-collage__item:hover .nov-collage__cap {
  background: rgba(26,26,26,0.75);
}

.nov-collage__cap strong {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: var(--nov-white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
}

.nov-collage__cap em {
  font-family: novSans, 'Montserrat', sans-serif !important;
  font-style: normal;
  font-size: 20px;
  color: var(--nov-gold);
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}

.nov-collage__ph { width: 100%; height: 100%; position: absolute; inset: 0; }
.nov-collage__ph--1 { background: linear-gradient(135deg, #5A6B5B, #1A1A1A); }
.nov-collage__ph--2 { background: linear-gradient(135deg, #C9A962, #1A1A1A); }
.nov-collage__ph--3 { background: linear-gradient(135deg, #1A1A1A, #5A6B5B); }
.nov-collage__ph--4 { background: linear-gradient(135deg, #3D3D3D, #C9A962); }
.nov-collage__ph--5 { background: linear-gradient(135deg, #819383, #1A1A1A); }

/* ========== 响应式：平板 ========== */
@media (max-width: 1199px) {
  .nov-blockhead__title { font-size: 34px; }
  .nov-blockhead--row .nov-blockhead__title { font-size: 30px; }

  .nov-hero__grid { grid-template-columns: 1fr 1fr; }
  .nov-hero__stage { min-height: 520px; }
  .nov-hero__name { font-size: 30px; }
  .nov-hero__card { padding: 36px 28px; }

  .nov-bento__grid { min-height: 640px; }
  .nov-bento__name { font-size: 18px; }

  .nov-showcase__grid { grid-template-columns: repeat(3, 1fr); }

  .nov-promo__banner { grid-template-columns: 1fr; }
  .nov-promo__b-left { padding: 48px 40px; }
  .nov-promo__b-right { padding: 32px; }
  .nov-promo__b-title { font-size: 48px; }

  .nov-cats__grid { grid-template-columns: repeat(2, 1fr); }

  .nov-journal__grid { grid-template-columns: 1fr; }
  .nov-story--sm { grid-template-columns: 1fr 1fr; }

  .nov-collage__row--top { grid-template-columns: 1fr 1fr; }
  .nov-collage__item--t3 { grid-column: span 2; }
}

/* ========== 响应式：手机 ========== */
@media (max-width: 959px) {
  .nov-blockhead { margin-bottom: 36px; }
  .nov-blockhead__title { font-size: 28px; }
  .nov-blockhead--row { flex-direction: column; align-items: flex-start; }

  .nov-hero { padding: 24px 0 56px; }
  .nov-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .nov-hero__stage { min-height: 400px; }
  .nov-hero__card { padding: 32px 24px; }
  .nov-hero__name { font-size: 26px; }
  .nov-hero__value { font-size: 28px; }

  .nov-bento, .nov-showcase, .nov-promo, .nov-cats, .nov-journal { padding: 64px 0; }

  .nov-bento__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: auto;
    gap: 16px;
  }
  .nov-bento__tile--xl { grid-column: span 2; grid-row: auto; min-height: 340px; }
  .nov-bento__tile--s { grid-column: span 1; grid-row: auto; min-height: 200px; }
  .nov-bento__tile:nth-child(6) { grid-column: span 2; flex-direction: column; min-height: 220px; }

  .nov-bento__thumbs { grid-template-columns: repeat(3, 1fr); }
  .nov-bento__thumbs > *:nth-child(4),
  .nov-bento__thumbs > *:nth-child(5) { display: none; }

  .nov-showcase__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  .nov-promo__b-left { padding: 36px 28px; }
  .nov-promo__b-title { font-size: 38px; }
  .nov-promo__b-title em { font-size: 20px; }
  .nov-promo__h-body { padding: 56px 28px; }
  .nov-promo__h-name { font-size: 28px; }

  .nov-countdown { gap: 6px; flex-wrap: wrap; }
  .nov-countdown__cell { width: 64px; height: 76px; }
  .nov-countdown__num { font-size: 24px; }
  .nov-countdown__sep { display: none; }

  .nov-cats__grid { grid-template-columns: 1fr; gap: 20px; }
  .nov-cats__all-inner { aspect-ratio: 16 / 9; min-height: 160px; }

  .nov-story--sm { grid-template-columns: 1fr; }
  .nov-story--sm .nov-story__media { aspect-ratio: 16 / 9; }
  .nov-story__body { padding: 22px !important; }
  .nov-story__head { font-size: 22px !important; }
  .nov-story--sm .nov-story__head { font-size: 18px !important; }

  .nov-collage__row--top,
  .nov-collage__row--bottom { grid-template-columns: 1fr 1fr; }
  .nov-collage__item--t3 { grid-column: span 2; }
  .nov-collage__item { min-height: 200px; }
  .nov-collage__cap { padding: 12px 14px; left: 14px; right: 14px; bottom: 14px; flex-direction: column; align-items: flex-start; }
  .nov-collage__cap strong { font-size: 16px; }
  .nov-collage__cap em { font-size: 18px; }
}

@media (max-width: 639px) {
  .nov-showcase__grid { grid-template-columns: 1fr; }
  .nov-hero__nav { width: 42px; height: 42px; font-size: 22px; }
  .nov-hero__nav--prev { left: 10px; }
  .nov-hero__nav--next { right: 10px; }
  .nov-bento__thumbs { grid-template-columns: repeat(2, 1fr); }
  .nov-bento__thumbs > *:nth-child(3) { display: none; }
  .nov-collage__row--top,
  .nov-collage__row--bottom { grid-template-columns: 1fr; }
  .nov-collage__item--t3 { grid-column: span 1; }
}
