/* ============================================================
   赤大师 · 东方高端编辑风主题 chishi.css
   设计语言：东方高端编辑风（区别于科技卡片风）：
   影院级首屏 / 朱砂印章 / 衬线巨标题 / 金线描边 / 竖向叙事 / 墨底大图
   载入顺序最后，覆盖 style.css 与 premium.css 的前台外观
   ============================================================ */

:root {
  --cx-paper: #ffffff;
  --cx-paper-2: #f7f2ea;
  --cx-ink: #221b16;
  --cx-ink-soft: #6b6157;
  --cx-red: #9e1f1a;
  --cx-red-deep: #6f1411;
  --cx-gold: #b1893f;
  --cx-gold-soft: #c7a25f;
  --cx-gold-lt: #f4dca6;
  --cx-line: #ece3d3;
  --cx-maxw: 1280px;
  /* 衬线仅用于品牌/标题，正文走干净无衬线，避免“古书/作坊”感 */
  --cx-serif: "Noto Serif SC", "Songti SC", "Source Han Serif SC", serif;
  --cx-sans: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", -apple-system, "Segoe UI", system-ui, sans-serif;
}

/* ---------- 全局：大面积留白白底 + 无衬线正文（标题仍用衬线） ---------- */
body {
  background-color: var(--cx-paper);
  background-image:
    radial-gradient(circle at 16% 4%, rgba(177, 137, 63, .045), transparent 38%),
    radial-gradient(circle at 92% 18%, rgba(158, 31, 26, .03), transparent 42%);
  color: var(--cx-ink);
  font-family: var(--cx-sans);
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: var(--cx-maxw); }

/* ---------- 全站按钮统一为赤大师方角衬线样式（覆盖 GEO/premium 按钮） ---------- */
.btn {
  border-radius: 3px !important;
  font-family: "Songti SC", "Noto Serif SC", serif !important;
  letter-spacing: 2px; font-weight: 600; padding: 14px 32px;
}
.btn-primary { background: var(--cx-red) !important; color: #fff !important; box-shadow: 0 14px 30px -16px rgba(158, 31, 26, .65) !important; }
.btn-primary:hover { background: var(--cx-red-deep) !important; color: #fff !important; transform: translateY(-2px); }
.btn-outline { background: transparent !important; border-color: var(--cx-ink) !important; color: var(--cx-ink) !important; }
.btn-outline:hover { background: var(--cx-ink) !important; color: var(--cx-paper) !important; }
.btn-ghost { background: transparent !important; border-color: var(--cx-gold-lt) !important; color: #fff !important; }
.btn-ghost:hover { background: var(--cx-gold-lt) !important; color: var(--cx-red-deep) !important; }
.btn-green { background: var(--cx-gold) !important; color: #fff !important; border-color: var(--cx-gold) !important; }
.btn-sm { padding: 9px 20px; }

/* 主题专用按钮 */
.cx-btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 38px;
  font-family: "Songti SC", "Noto Serif SC", serif; font-size: 16px; letter-spacing: 4px;
  border-radius: 2px; cursor: pointer; transition: all .25s; border: 1px solid transparent;
}
.cx-btn--solid { background: var(--cx-red); color: #fff; box-shadow: 0 16px 34px -16px rgba(158, 31, 26, .6); }
.cx-btn--solid:hover { background: var(--cx-red-deep); color: #fff; transform: translateY(-2px); }
.cx-btn--line { border-color: var(--cx-ink); color: var(--cx-ink); background: transparent; }
.cx-btn--line:hover { background: var(--cx-ink); color: var(--cx-paper); }
.cx-btn--gold { border-color: var(--cx-gold); color: var(--cx-red-deep); background: transparent; }
.cx-btn--gold:hover { background: var(--cx-gold); color: #fff; }

/* ---------- 公告条：墨底金字 ---------- */
.announce-bar { background: var(--cx-ink); color: var(--cx-gold-soft); font-size: 13px; letter-spacing: 2px; padding: 9px 40px; border: 0; }
.announce-bar a { color: #f3e2bd; }

/* ---------- 导航：纸底 + 朱砂印章 + 衬线菜单 + 金线 ---------- */
.site-header { background: rgba(255, 255, 255, .9); backdrop-filter: saturate(150%) blur(10px); border-bottom: 1px solid var(--cx-line); box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.site-header::after { content: ""; display: block; height: 2px; background: linear-gradient(90deg, transparent, var(--cx-gold) 30%, var(--cx-red) 50%, var(--cx-gold) 70%, transparent); opacity: .5; }
.nav-inner { height: 94px; }
.brand-logo { gap: 14px; }
.brand-logo .mark { width: 52px; height: 52px; border-radius: 6px; background: linear-gradient(160deg, var(--cx-red), var(--cx-red-deep)); color: var(--cx-gold-lt); font-family: "Songti SC", "Noto Serif SC", serif; font-weight: 900; font-size: 30px; box-shadow: inset 0 0 0 1.5px rgba(244, 220, 166, .5), 0 6px 16px -8px rgba(110, 20, 17, .6); }
.brand-logo .txt b { font-family: "Songti SC", "Noto Serif SC", serif; font-size: 26px; letter-spacing: 7px; color: var(--cx-ink); font-weight: 900; }
.brand-logo .txt span { font-size: 10px; letter-spacing: 5px; color: var(--cx-red); }
.main-nav ul { gap: 2px; }
.main-nav a { font-family: "Songti SC", "Noto Serif SC", serif; font-size: 16.5px; font-weight: 600; color: var(--cx-ink); padding: 10px 18px; letter-spacing: 2px; background: transparent !important; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 16px; width: 0; height: 2px; background: var(--cx-red); transition: width .26s, left .26s; }
.main-nav a:hover, .main-nav a.active { color: var(--cx-red); }
.main-nav a:hover::after, .main-nav a.active::after { width: 22px; left: calc(50% - 11px); }
.main-nav .submenu { border-radius: 4px; border: 1px solid var(--cx-line); }
.nav-search { border-radius: 4px !important; border-color: var(--cx-line) !important; background: #fff !important; }

/* ---------- 区块标题：竖向小标 + 衬线大字 ---------- */
.cx-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.cx-kicker i { width: 28px; height: 2px; background: var(--cx-red); display: inline-block; }
.cx-kicker span { font-size: 13px; letter-spacing: 7px; color: var(--cx-gold); font-family: serif; }
.cx-h2 { font-family: "Songti SC", "Noto Serif SC", serif; font-weight: 900; font-size: clamp(32px, 4vw, 52px); color: var(--cx-ink); letter-spacing: 5px; line-height: 1.28; }
.cx-center { text-align: center; }
.cx-center .cx-kicker { justify-content: center; }
.cx-section { padding: 122px 0; }

/* ---------- HERO：影院级大气大图（非全屏轮播） ---------- */
.cx-hero { position: relative; min-height: 94vh; display: flex; align-items: center; background-size: cover; background-position: center; background-color: #2a1410; }
.cx-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(115deg, rgba(38, 8, 8, .9) 0%, rgba(70, 16, 13, .66) 48%, rgba(20, 6, 6, .5) 100%),
    linear-gradient(0deg, rgba(12, 4, 4, .75) 0%, rgba(0, 0, 0, 0) 58%);
}
.cx-hero::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(244, 220, 166, .32); pointer-events: none; }
.cx-hero__inner { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; text-align: center; color: #fff; padding: 70px 24px; }
.cx-seal { display: inline-grid; place-items: center; width: 66px; height: 66px; border-radius: 8px; background: var(--cx-red); color: var(--cx-gold-lt); font-family: "Songti SC", serif; font-size: 40px; font-weight: 900; box-shadow: inset 0 0 0 2px rgba(244, 220, 166, .55); margin-bottom: 26px; }
.cx-seal--lg { width: 92px; height: 92px; font-size: 56px; margin-bottom: 30px; }
.cx-eyebrow { font-size: 15px; letter-spacing: 10px; color: var(--cx-red); margin-bottom: 18px; }
.cx-eyebrow--light { color: var(--cx-gold-lt); }
.cx-hero__title { font-family: "Songti SC", "Noto Serif SC", serif; font-weight: 900; font-size: clamp(52px, 8.4vw, 112px); line-height: 1.12; letter-spacing: 12px; color: #fff; text-shadow: 0 8px 50px rgba(0, 0, 0, .55); margin-bottom: 24px; }
.cx-hero__title em { font-style: normal; color: var(--cx-gold-lt); }
.cx-hero__rule { display: block; width: 130px; height: 2px; margin: 0 auto 26px; background: linear-gradient(90deg, transparent, var(--cx-gold-lt), transparent); }
.cx-hero__lead { font-size: 18.5px; letter-spacing: 5px; color: rgba(255, 255, 255, .9); margin-bottom: 40px; }
.cx-hero__btns { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.cx-hero .cx-btn--gold { border-color: var(--cx-gold-lt); color: #fff; }
.cx-hero .cx-btn--gold:hover { background: var(--cx-gold-lt); color: var(--cx-red-deep); }

/* ---------- 描金框图（明星产品/品牌故事复用） ---------- */
.cx-frame { position: relative; padding: 16px; background: #fff; border: 1px solid var(--cx-line); box-shadow: 0 50px 90px -46px rgba(60, 24, 12, .5); }
.cx-frame::after { content: ""; position: absolute; inset: 8px; border: 1px solid var(--cx-gold); opacity: .55; pointer-events: none; }
.cx-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }

/* ---------- 品类导航：现代圆角卡片 ---------- */
.cx-cats { border-top: 1px solid var(--cx-line); border-bottom: 1px solid var(--cx-line); background: var(--cx-paper-2); }
.cx-cats__row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; padding: 40px 0; }
.cx-cat { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 22px 14px; text-align: center; background: #fff; border: 1px solid var(--cx-line); border-radius: 16px; transition: transform .25s, box-shadow .25s; }
.cx-cat:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -30px rgba(60, 24, 12, .4); }
.cx-cat__img { width: 96px; height: 96px; border-radius: 14px; object-fit: cover; box-shadow: 0 12px 26px -16px rgba(60, 24, 12, .5); }
.cx-cat b { font-family: var(--cx-serif); font-size: 18px; color: var(--cx-ink); letter-spacing: 2px; }
.cx-cat span { font-size: 11px; color: var(--cx-gold); letter-spacing: 3px; }

/* ---------- 明星产品：大图 + 叙事 ---------- */
.cx-feature { background: var(--cx-paper-2); }
.cx-feature__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cx-feature__media { position: relative; }
.cx-feature__media .cx-frame img { aspect-ratio: 1/1; }
.cx-feature__badge { position: absolute; top: 18px; left: 18px; padding: 9px 18px; border-radius: 999px; background: var(--cx-red); color: var(--cx-gold-lt); font-family: var(--cx-serif); font-size: 13px; line-height: 1; letter-spacing: 3px; box-shadow: 0 12px 26px -14px rgba(110, 20, 17, .5); transform: none; }

/* ---------- 首屏信任徽章 ---------- */
.cx-hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 26px; justify-content: center; margin: 34px 0 0; padding: 0; }
.cx-hero__trust li { display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .92); font-size: 14px; letter-spacing: 1px; }
.cx-hero__trust svg { color: var(--cx-gold-lt); flex: none; }

/* ---------- 信任数据带 ---------- */
.cx-trust { background: #fff; border-bottom: 1px solid var(--cx-line); }
.cx-trust__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.cx-trust__item { text-align: center; padding: 54px 16px; position: relative; }
.cx-trust__item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 56px; width: 1px; background: var(--cx-line); }
.cx-trust__item .n { font-family: var(--cx-serif); font-size: clamp(36px, 4vw, 54px); font-weight: 900; color: var(--cx-red); line-height: 1; letter-spacing: 1px; }
.cx-trust__item .l { margin-top: 12px; font-size: 14px; color: var(--cx-ink-soft); letter-spacing: 2px; }
@media (max-width: 768px) {
  .cx-trust__row { grid-template-columns: repeat(2, 1fr); }
  .cx-trust__item:nth-child(2)::after { display: none; }
}
.cx-feature h3 { font-family: "Songti SC", serif; font-size: clamp(28px, 3.2vw, 42px); color: var(--cx-ink); letter-spacing: 3px; margin-bottom: 18px; }
.cx-feature .sub { color: var(--cx-ink-soft); font-size: 16.5px; margin-bottom: 12px; }
.cx-feature__price { font-family: "Songti SC", serif; color: var(--cx-red); font-size: 38px; font-weight: 900; margin: 22px 0 28px; }
.cx-feature__price small { font-size: 14px; color: var(--cx-ink-soft); font-weight: 400; margin-right: 8px; letter-spacing: 1px; }

/* ---------- 产品矩阵：竖图卡片 ---------- */
.cx-products__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.cx-pcard { position: relative; background: #fff; border: 1px solid var(--cx-line); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.cx-pcard:hover { transform: translateY(-8px); box-shadow: 0 36px 70px -38px rgba(60, 24, 12, .55); }
.cx-pcard__img { aspect-ratio: 3/4; overflow: hidden; position: relative; display: block; }
.cx-pcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.cx-pcard:hover .cx-pcard__img img { transform: scale(1.06); }
.cx-pcard__cat { position: absolute; top: 0; left: 0; background: var(--cx-red); color: var(--cx-gold-lt); font-size: 12px; letter-spacing: 2px; padding: 6px 12px; }
.cx-pcard__body { padding: 20px 20px 22px; }
.cx-pcard__body h4 { font-family: "Songti SC", serif; font-size: 18px; color: var(--cx-ink); letter-spacing: 1px; margin-bottom: 6px; }
.cx-pcard__body p { font-size: 12.5px; color: var(--cx-ink-soft); line-height: 1.7; height: 44px; overflow: hidden; margin-bottom: 14px; }
.cx-pcard__foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--cx-line); padding-top: 14px; }
.cx-pcard__foot .price { font-family: "Songti SC", serif; color: var(--cx-red); font-size: 21px; font-weight: 900; }
.cx-pcard__foot .go { font-size: 13px; color: var(--cx-ink); letter-spacing: 1px; }
.cx-pcard__foot .go:hover { color: var(--cx-red); }

/* ---------- 品牌故事：墨底 + 大图 ---------- */
.cx-story { background: linear-gradient(160deg, #2a201a, #160f0c); color: #e9ddc8; position: relative; overflow: hidden; }
.cx-story::before { content: "本草"; position: absolute; left: 2%; bottom: -6%; writing-mode: vertical-rl; font-family: "Songti SC", serif; font-size: 220px; color: rgba(244, 220, 166, .05); }
.cx-story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; position: relative; }
.cx-story__media .cx-frame { background: #20160f; border-color: rgba(244, 220, 166, .25); }
.cx-story__media .cx-frame::after { border-color: rgba(244, 220, 166, .4); }
.cx-story h2 { font-family: "Songti SC", serif; font-size: clamp(30px, 3.6vw, 46px); color: #fff; letter-spacing: 5px; margin-bottom: 24px; }
.cx-story p { color: rgba(233, 221, 200, .82); font-size: 16.5px; line-height: 2.1; margin-bottom: 18px; }
.cx-story__stats { display: flex; gap: 44px; margin-top: 32px; flex-wrap: wrap; }
.cx-story__stats div { position: relative; padding-right: 44px; }
.cx-story__stats div:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 6px; bottom: 6px; width: 1px; background: rgba(244, 220, 166, .25); }
.cx-story__stats .n { font-family: "Songti SC", serif; font-size: 38px; color: var(--cx-gold-soft); font-weight: 900; line-height: 1; }
.cx-story__stats .l { font-size: 13px; color: rgba(233, 221, 200, .7); margin-top: 8px; letter-spacing: 1px; }

/* ---------- 工艺：横向连线 + 印序号 ---------- */
.cx-craft__row { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.cx-craft__row::before { content: ""; position: absolute; left: 12%; right: 12%; top: 38px; height: 1px; background: repeating-linear-gradient(90deg, var(--cx-gold) 0 8px, transparent 8px 16px); opacity: .6; }
.cx-step { text-align: center; padding: 0 16px; position: relative; }
.cx-step__no { width: 76px; height: 76px; margin: 0 auto 22px; border-radius: 50%; background: var(--cx-paper); border: 1px solid var(--cx-gold); color: var(--cx-red); display: grid; place-items: center; font-family: "Songti SC", serif; font-size: 30px; font-weight: 900; position: relative; z-index: 2; }
.cx-step b { display: block; font-family: "Songti SC", serif; font-size: 19px; color: var(--cx-ink); letter-spacing: 2px; margin-bottom: 8px; }
.cx-step span { font-size: 13.5px; color: var(--cx-ink-soft); }

/* ---------- 资讯：杂志双栏 ---------- */
.cx-journal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.cx-jcol h3.cx-jtitle { font-family: "Songti SC", serif; font-size: 23px; letter-spacing: 2px; color: var(--cx-ink); margin-bottom: 22px; padding-bottom: 14px; border-bottom: 2px solid var(--cx-red); display: flex; justify-content: space-between; align-items: baseline; }
.cx-jcol h3.cx-jtitle a { font-size: 13px; color: var(--cx-gold); }
.cx-jitem { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px dashed var(--cx-line); }
.cx-jitem:last-child { border-bottom: 0; }
.cx-jitem .no { font-family: "Songti SC", serif; font-size: 24px; color: var(--cx-gold); font-weight: 900; line-height: 1.4; flex: none; width: 34px; }
.cx-jitem h4 { font-family: "Songti SC", serif; font-size: 16.5px; color: var(--cx-ink); margin-bottom: 4px; line-height: 1.6; }
.cx-jitem h4:hover { color: var(--cx-red); }
.cx-jitem p { font-size: 13px; color: var(--cx-ink-soft); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.cx-jitem .date { font-size: 12px; color: var(--cx-gold); }

/* ---------- CTA：朱砂横幅 + 印 ---------- */
.cx-cta { background: linear-gradient(135deg, var(--cx-red), var(--cx-red-deep)); color: #fff; text-align: center; padding: 100px 0; position: relative; overflow: hidden; }
.cx-cta::before { content: "礼"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: "Songti SC", serif; font-size: 360px; color: rgba(244, 220, 166, .08); line-height: 1; }
.cx-cta h2 { font-family: "Songti SC", serif; color: #fff; font-size: clamp(30px, 3.6vw, 46px); letter-spacing: 5px; margin-bottom: 16px; position: relative; }
.cx-cta p { color: rgba(255, 240, 220, .88); margin-bottom: 32px; position: relative; letter-spacing: 1px; }
.cx-cta .cx-btn--gold { position: relative; border-color: var(--cx-gold-lt); color: #fff; }
.cx-cta .cx-btn--gold:hover { background: var(--cx-gold-lt); color: var(--cx-red-deep); }

/* ---------- 渠道墙 ---------- */
.cx-channels { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.cx-channels a { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 160px; padding: 26px 18px; background: #fff; border: 1px solid var(--cx-line); transition: transform .2s, box-shadow .2s; }
.cx-channels a:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -26px rgba(60, 24, 12, .4); }
.cx-channels b { font-family: "Songti SC", serif; font-size: 19px; color: var(--cx-red); }
.cx-channels span { font-size: 12px; color: var(--cx-ink-soft); }

/* ---------- 页脚：墨底 + 印章 ---------- */
.site-footer { background: linear-gradient(180deg, #241c16, #160f0c); padding-top: 74px; }
.footer-brand .mark { border-radius: 6px; background: linear-gradient(160deg, var(--cx-red), var(--cx-red-deep)); color: var(--cx-gold-lt); box-shadow: inset 0 0 0 1.5px rgba(244, 220, 166, .5); font-family: "Songti SC", serif; }
.footer-brand b, .footer-col h5 { font-family: "Songti SC", serif; letter-spacing: 2px; }
.footer-col a:hover { color: var(--cx-gold-soft); }

/* ---------- 响应式 ---------- */
@media (max-width: 980px) {
  .cx-feature__grid, .cx-story__grid, .cx-journal__grid { grid-template-columns: 1fr; gap: 40px; }
  .cx-cats__row { grid-template-columns: repeat(3, 1fr); }
  .cx-products__grid { grid-template-columns: repeat(2, 1fr); }
  .cx-craft__row { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .cx-craft__row::before { display: none; }
  .cx-section { padding: 72px 0; }
  .cx-hero { min-height: 78vh; }
}
@media (max-width: 560px) {
  .cx-cats__row { grid-template-columns: repeat(2, 1fr); }
  .cx-products__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cx-hero { min-height: 86vh; }
  .cx-hero__title { letter-spacing: 6px; }
  .nav-inner { height: 64px; }
}

/* ---------- 首屏轮播：沿用 .hero/.hero-slide，主题化为东方大气 ---------- */
.hero.cx-carousel { height: 94vh; min-height: 640px; background-color: #2a1410; }
.hero.cx-carousel::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(244, 220, 166, .32); pointer-events: none; z-index: 4; }
.hero.cx-carousel .hero-slide { justify-content: center; text-align: center; background-size: cover; background-position: center; }
.hero.cx-carousel .hero-slide::before {
  background:
    linear-gradient(115deg, rgba(38, 8, 8, .9) 0%, rgba(70, 16, 13, .62) 48%, rgba(20, 6, 6, .5) 100%),
    linear-gradient(0deg, rgba(12, 4, 4, .78) 0%, rgba(0, 0, 0, 0) 60%) !important;
}
.cx-carousel__inner { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; padding: 70px 24px; color: #fff; }
.cx-carousel .cx-hero__btns { justify-content: center; }
.cx-carousel .hero-dots button.active { background: var(--cx-gold-lt); }
.cx-carousel .hero-arrow { border-color: rgba(244, 220, 166, .45); background: rgba(0, 0, 0, .22); }
.cx-carousel .hero-arrow:hover { background: var(--cx-gold); border-color: var(--cx-gold); }
@media (max-width: 980px) { .hero.cx-carousel { height: 78vh; } }

/* ============================================================
   内页：东方编辑风（整体覆盖 GEO 内页组件外观）
   ============================================================ */
/* 内页通用 banner：纸底 + 朱砂印 + 衬线大标题 + 金线 */
.page-banner {
  background: linear-gradient(135deg, #2a201a 0%, #1b1410 52%, #58110e 132%) !important; color: #fff !important;
  padding: 118px 0 98px !important; border-bottom: 2px solid var(--cx-gold);
  text-align: center; position: relative; overflow: hidden;
}
.page-banner::before { content: "赤"; position: absolute; right: 4%; top: 50%; transform: translateY(-50%); font-family: var(--cx-serif); font-size: 340px; color: rgba(244, 220, 166, .07); line-height: 1; pointer-events: none; }
.page-banner::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(244, 220, 166, .22); pointer-events: none; }
.page-banner > .container { position: relative; z-index: 2; }
.page-banner h1 { font-family: var(--cx-serif); color: #fff !important; font-size: clamp(32px, 4.4vw, 56px); letter-spacing: 8px; position: relative; }
.page-banner h1::after { content: ""; display: block; width: 72px; height: 2px; margin: 22px auto 0; background: linear-gradient(90deg, transparent, var(--cx-gold-lt), transparent); }
.page-banner p { color: rgba(255, 255, 255, .74) !important; letter-spacing: 3px; margin-top: 16px; position: relative; }
.page-banner form { position: relative; }
.page-banner form input { border: 1px solid rgba(255, 255, 255, .3) !important; background: #fff !important; color: var(--cx-ink) !important; border-radius: 999px !important; }

/* 面包屑 */
.breadcrumb { font-family: "Songti SC", serif; letter-spacing: 1px; color: var(--cx-ink-soft); }
.breadcrumb a:hover { color: var(--cx-red); }

/* 筛选条 */
.filter-bar a { border-radius: 2px; border-color: var(--cx-line); font-family: "Songti SC", serif; letter-spacing: 2px; }
.filter-bar a.active, .filter-bar a:hover { background: var(--cx-red) !important; border-color: var(--cx-red) !important; color: #fff !important; }

/* 通用区块标题 */
.section-head h2 { font-family: "Songti SC", "Noto Serif SC", serif; letter-spacing: 4px; color: var(--cx-ink); }
.section-head h2::after { background: linear-gradient(90deg, var(--cx-gold), var(--cx-gold-lt)); }
.section-head .eyebrow, .head-flex .eyebrow { color: var(--cx-gold) !important; letter-spacing: 6px; }
.head-flex h2 { font-family: "Songti SC", serif; }

/* 产品列表卡片 → 东方风（竖图、方角、衬线、朱砂价） */
.product-card { border-radius: 0; border: 1px solid var(--cx-line); box-shadow: none; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 36px 70px -38px rgba(60, 24, 12, .55); }
.product-thumb { aspect-ratio: 3/4; }
.product-cat { background: var(--cx-red); color: var(--cx-gold-lt); border-radius: 0; }
.product-body h3, .product-body h3 a { font-family: "Songti SC", serif; color: var(--cx-ink); }
.product-price .num { color: var(--cx-red) !important; font-family: "Songti SC", serif; }
.product-foot .btn { flex: 1; justify-content: center; }

/* 资讯列表 → 编辑风横排 */
.article-list { gap: 0; }
.article-row { border: 0; border-bottom: 1px solid var(--cx-line); border-radius: 0; box-shadow: none !important; background: transparent; gap: 30px; padding: 28px 0; }
.article-row:hover { background: rgba(255, 255, 255, .45); }
.article-row .thumb { width: 290px; aspect-ratio: 16/11; border: 1px solid var(--cx-line); padding: 6px; background: #fff; }
.article-row .body { padding: 4px 12px; }
.article-row .body .date { color: var(--cx-gold); font-family: "Songti SC", serif; }
.article-row .body h3 { font-family: "Songti SC", serif; color: var(--cx-ink); }
.article-row:hover .body h3 { color: var(--cx-red); }
.article-row .body .more { color: var(--cx-red); }

/* 文章详情 */
.detail-wrap { grid-template-columns: 1fr 330px; gap: 52px; }
.article-detail { background: #fff; border: 1px solid var(--cx-line); border-radius: 0; box-shadow: 0 30px 60px -42px rgba(60, 24, 12, .4); padding: 48px 52px; }
.article-detail h1 { font-family: "Songti SC", serif; letter-spacing: 2px; }
.article-detail .meta { border-bottom: 1px solid var(--cx-line); }
.article-content { font-size: 16.5px; line-height: 2; }
.article-content h3 { font-family: "Songti SC", serif; }
.sidebar-box { background: #fff; border: 1px solid var(--cx-line); border-radius: 0; box-shadow: none; }
.sidebar-box h4 { font-family: "Songti SC", serif; border-bottom: 2px solid var(--cx-red); }
.sidebar-list a:hover { color: var(--cx-red); }

/* 产品详情 */
.product-detail { grid-template-columns: 520px 1fr; gap: 60px; }
.pd-gallery .main-img { border: 1px solid var(--cx-line); border-radius: 0; padding: 14px; background: #fff; box-shadow: 0 40px 80px -46px rgba(60, 24, 12, .45); }
.pd-gallery .main-img img { border-radius: 0; }
.pd-thumbs img { border-radius: 0; }
.pd-thumbs img.active { border-color: var(--cx-red); }
.pd-info .cat { color: var(--cx-gold); }
.pd-info h1 { font-family: "Songti SC", serif; letter-spacing: 2px; }
.pd-price-box { background: linear-gradient(120deg, #fbf3e6, #f3e8d6); border: 1px solid var(--cx-line); border-radius: 0; }
.pd-price-box .num { color: var(--cx-red); font-family: "Songti SC", serif; }
.pd-specs li b { color: var(--cx-ink); }
.pd-section h2 { font-family: "Songti SC", serif; border-bottom: 2px solid var(--cx-red); }

/* 联系页 */
.contact-card { background: #fff; border: 1px solid var(--cx-line); border-radius: 0; box-shadow: none; }
.contact-card h3 { font-family: "Songti SC", serif; letter-spacing: 1px; }
.contact-item .ico { border-radius: 0; }
.qr-box .qr-img { border-radius: 0; }
.shop-channels .shop-card { border-radius: 0; border: 1px solid var(--cx-line); box-shadow: none; }
.shop-channels .shop-card:hover { box-shadow: 0 22px 44px -26px rgba(60, 24, 12, .4); }
.shop-card b { color: var(--cx-red); font-family: "Songti SC", serif; }

/* CTA band（内页底部）→ 朱砂 */
.cta-band { background: linear-gradient(135deg, var(--cx-red), var(--cx-red-deep)) !important; }
.cta-band h2 { font-family: "Songti SC", serif; color: #fff; letter-spacing: 3px; }

/* 品牌页：图框 / 价值卡 / 时间线 / 荣誉 */
.brand-figure { border-radius: 0; border: 1px solid var(--cx-line); padding: 12px; background: #fff; box-shadow: 0 40px 80px -46px rgba(60, 24, 12, .4); }
.brand-text h2 { font-family: "Songti SC", serif; }
.value-card { border-radius: 0; border: 1px solid var(--cx-line); box-shadow: none; }
.value-card b { font-family: "Songti SC", serif; color: var(--cx-ink); }
.timeline .tl .y { font-family: "Songti SC", serif; color: var(--cx-red); }
.timeline .tl::before { background: var(--cx-gold); }
.honor-wall .hn { border-radius: 0; border: 1px solid var(--cx-line); box-shadow: none; }
.honor-wall .hn svg { color: var(--cx-gold); }
.honor-wall .hn span { font-family: "Songti SC", serif; }

/* 分页 / 空态 / 详情小标 */
.pager a, .pager span { border-radius: 0; border-color: var(--cx-line); }
.pager .on { background: var(--cx-red); border-color: var(--cx-red); }
.pager a:hover { border-color: var(--cx-red); color: var(--cx-red); }
.empty { font-family: "Songti SC", serif; color: var(--cx-ink-soft); }
.prevnext a { border-radius: 0; background: var(--cx-paper-2); }
.prevnext a:hover { background: var(--cx-gold-lt); }
.prevnext a b { font-family: "Songti SC", serif; color: var(--cx-ink); }

/* ============================================================
   联系页 / 表单 — 红金高端收尾
   ============================================================ */
.contact-card { padding: 38px 34px !important; position: relative; overflow: hidden; }
.contact-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--cx-red), var(--cx-gold)); }
.contact-card h3 { font-family: var(--cx-serif); font-size: 22px; letter-spacing: 2px; color: var(--cx-ink); padding-bottom: 16px; margin-bottom: 10px; border-bottom: 1px solid var(--cx-line); }
.contact-item { padding: 14px 0; border-bottom: 1px dashed var(--cx-line); }
.contact-item:last-child { border-bottom: 0; }
.contact-item .info { display: flex; align-items: center; gap: 14px; }
.contact-item .info b { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(160deg, #fbeee0, #f6e3cf); color: var(--cx-red); }
.contact-item .info > span { color: var(--cx-ink); font-size: 15px; }

.qr-box { text-align: center; }
.qr-box .qr-img { width: 200px; height: 200px; margin: 0 auto 16px; display: grid; place-items: center; background: #fff; border: 1.5px dashed var(--cx-gold); border-radius: 16px; overflow: hidden; }
.qr-box .qr-img img { width: 100%; height: 100%; object-fit: contain; }

/* 留咨表单 */
.lead-form-wrap { max-width: 660px; margin: 0 auto; background: #fff; border-radius: 20px; box-shadow: 0 30px 60px -40px rgba(60, 24, 12, .4); border: 1px solid var(--cx-line); padding: 42px 40px; position: relative; overflow: hidden; }
.lead-form-wrap::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--cx-red), var(--cx-gold)); }
.lead-form input[type=text], .lead-form input[inputmode=numeric], .lead-form textarea {
  width: 100%; box-sizing: border-box;
  border: 1px solid var(--cx-line) !important; border-radius: 12px !important;
  background: #fcfaf6 !important; padding: 13px 15px !important; font-size: 14.5px !important;
  transition: border-color .2s, box-shadow .2s; color: var(--cx-ink) !important;
}
.lead-form input:focus, .lead-form textarea:focus { outline: none; border-color: var(--cx-gold) !important; box-shadow: 0 0 0 3px rgba(177, 137, 63, .16) !important; background: #fff !important; }
.lead-form .btn-primary { border-radius: 999px !important; padding: 14px !important; font-size: 15px !important; letter-spacing: 2px; }

/* ============================================================
   联系页 — 统一设计模块（深色信息面板 + 白色表单）
   ============================================================ */
.cx-contact { display: grid; grid-template-columns: 0.92fr 1.08fr; border-radius: 24px; overflow: hidden; box-shadow: 0 44px 90px -50px rgba(60, 24, 12, .55); border: 1px solid var(--cx-line); }
.cx-contact__aside { background: linear-gradient(160deg, #2a201a 0%, #160f0c 100%); color: #f1e7d6; padding: 56px 46px; position: relative; }
.cx-contact__aside::after { content: "赤"; position: absolute; right: 16px; bottom: -10px; font-family: var(--cx-serif); font-size: 210px; line-height: 1; color: rgba(244, 220, 166, .06); pointer-events: none; }
.cx-contact__aside .cx-kicker span { color: var(--cx-gold-soft); }
.cx-contact__aside h2 { font-family: var(--cx-serif); color: #fff; font-size: 30px; letter-spacing: 3px; margin-bottom: 14px; }
.cx-contact__intro { color: rgba(241, 231, 214, .7); font-size: 14px; line-height: 1.9; margin-bottom: 26px; }
.cx-contact__lines { list-style: none; padding: 0; margin: 0 0 26px; position: relative; z-index: 2; }
.cx-contact__lines li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.cx-contact__lines .ic { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; background: rgba(244, 220, 166, .12); color: var(--cx-gold-lt); }
.cx-contact__lines label { display: block; font-size: 12px; color: rgba(241, 231, 214, .55); letter-spacing: 1px; margin-bottom: 2px; }
.cx-contact__lines b { font-size: 16px; color: #fff; font-weight: 600; }
.cx-contact__qr { display: flex; align-items: center; gap: 18px; padding: 18px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(244, 220, 166, .18); border-radius: 14px; position: relative; z-index: 2; }
.cx-contact__qrimg { width: 92px; height: 92px; flex: none; display: grid; place-items: center; background: #fff; border-radius: 10px; overflow: hidden; }
.cx-contact__qrimg img { width: 100%; height: 100%; object-fit: contain; }
.cx-contact__qrimg span { color: var(--cx-ink-soft); font-size: 12px; text-align: center; line-height: 1.4; }
.cx-contact__qrtxt b { display: block; color: var(--cx-gold-lt); font-family: var(--cx-serif); font-size: 16px; margin-bottom: 6px; }
.cx-contact__qrtxt span { display: block; color: rgba(241, 231, 214, .62); font-size: 12.5px; line-height: 1.7; }
.cx-contact__shops { display: flex; gap: 24px; margin-top: 24px; position: relative; z-index: 2; }
.cx-contact__shops a { color: var(--cx-gold-lt); font-size: 14px; letter-spacing: 1px; border-bottom: 1px solid rgba(244, 220, 166, .4); padding-bottom: 3px; }
.cx-contact__shops a:hover { color: #fff; }
.cx-contact__main { background: #fff; padding: 56px 50px; }
.cx-contact__main h2 { font-family: var(--cx-serif); color: var(--cx-ink); font-size: 30px; letter-spacing: 2px; margin-bottom: 12px; }
.lead-form .fld { margin-bottom: 16px; }
.lead-form .fld label { display: block; font-size: 13px; color: var(--cx-ink-soft); margin-bottom: 7px; letter-spacing: .5px; }
.lead-form .agree { display: flex; align-items: flex-start; gap: 8px; margin: 4px 0 18px; font-size: 13px; color: var(--cx-ink-soft); }
.lead-form .agree a { color: var(--cx-red); text-decoration: underline; }
.lead-err { background: #fde8e8; color: #a33; padding: 10px 14px; border-radius: 10px; margin-bottom: 16px; font-size: 14px; }
.cx-contact__ok { text-align: center; padding: 56px 10px; }
.cx-contact__ok .ok-ico { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: var(--cx-red); color: #fff; font-size: 32px; display: grid; place-items: center; }
.cx-contact__ok h3 { font-family: var(--cx-serif); font-size: 22px; color: var(--cx-ink); margin-bottom: 8px; }
.cx-contact__ok p { color: var(--cx-ink-soft); }
@media (max-width: 900px) {
  .cx-contact { grid-template-columns: 1fr; }
  .cx-contact__aside, .cx-contact__main { padding: 40px 28px; }
}

/* ============================================================
   资讯 / 养生 列表 — 杂志风大改（特色大图 + 卡片网格）
   ============================================================ */
body.cx-mag .article-list { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 30px; }
body.cx-mag .article-row { display: flex !important; flex-direction: column; gap: 0 !important; padding: 0 !important; background: #fff !important; border: 1px solid var(--cx-line) !important; border-radius: 16px !important; overflow: hidden; box-shadow: 0 12px 30px -20px rgba(60, 24, 12, .4) !important; transition: transform .3s, box-shadow .3s; }
body.cx-mag .article-row:hover { transform: translateY(-8px); box-shadow: 0 32px 64px -34px rgba(60, 24, 12, .5) !important; background: #fff !important; }
body.cx-mag .article-row .thumb { width: 100% !important; aspect-ratio: 16 / 10 !important; padding: 0 !important; border: 0 !important; background: #f3ece0; overflow: hidden; }
body.cx-mag .article-row .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
body.cx-mag .article-row:hover .thumb img { transform: scale(1.05); }
body.cx-mag .article-row .body { padding: 22px 24px 26px !important; display: flex; flex-direction: column; flex: 1; }
body.cx-mag .article-row .body .date { color: var(--cx-gold); font-size: 12.5px; letter-spacing: 1px; font-family: var(--cx-serif); }
body.cx-mag .article-row .body h3 { font-family: var(--cx-serif); font-size: 19px; color: var(--cx-ink); margin: 9px 0 10px; line-height: 1.5; }
body.cx-mag .article-row .body p { color: var(--cx-ink-soft); font-size: 13.5px; line-height: 1.8; flex: 1; }
body.cx-mag .article-row .body .more { color: var(--cx-red); font-size: 13px; margin-top: 16px; letter-spacing: 1px; }

/* 第一篇 = 特色大图（整行横排，封面铺满左侧） */
body.cx-mag .article-list .article-row:first-child { grid-column: 1 / -1; flex-direction: row; align-items: stretch; }
body.cx-mag .article-list .article-row:first-child .thumb { width: 56% !important; aspect-ratio: auto !important; min-height: 380px; }
body.cx-mag .article-list .article-row:first-child .body { justify-content: center; padding: 48px 54px !important; }
body.cx-mag .article-list .article-row:first-child .body .date::before { content: "FEATURED · 推荐阅读"; display: block; color: var(--cx-gold); letter-spacing: 4px; font-size: 12px; margin-bottom: 14px; }
body.cx-mag .article-list .article-row:first-child .body h3 { font-size: clamp(24px, 2.4vw, 34px); margin: 12px 0 16px; letter-spacing: 1px; }
body.cx-mag .article-list .article-row:first-child .body p { font-size: 15px; line-height: 2; }
body.cx-mag .article-list .article-row:first-child .body .more { font-size: 14px; margin-top: 22px; }

@media (max-width: 980px) {
  body.cx-mag .article-list { grid-template-columns: repeat(2, 1fr); }
  body.cx-mag .article-list .article-row:first-child { flex-direction: column; }
  body.cx-mag .article-list .article-row:first-child .thumb { width: 100% !important; aspect-ratio: 16 / 9 !important; min-height: 0; }
  body.cx-mag .article-list .article-row:first-child .body { padding: 30px 26px !important; }
}
@media (max-width: 600px) { body.cx-mag .article-list { grid-template-columns: 1fr; } }

/* 大标题字体开关：无衬线 */
body.cx-font-sans h1, body.cx-font-sans h2, body.cx-font-sans h3, body.cx-font-sans h4,
body.cx-font-sans .cx-h2, body.cx-font-sans .cx-hero__title, body.cx-font-sans .cx-feature h3,
body.cx-font-sans .page-banner h1, body.cx-font-sans .mega-band__title, body.cx-font-sans .cx-cta h2,
body.cx-font-sans .cx-story h2, body.cx-font-sans .brand-logo .txt b, body.cx-font-sans .section-head h2 { font-family: var(--cx-sans) !important; }
