/* ==========================================================================
   湘西旱码头土司府景区 官网 · 设计系统 v2.0（2026-09-25 重设计）
   设计原则：
   1. 文化底蕴 —— 宣纸底 / 玄墨字 / 朱砂红 / 鎏金线；宋体作标题，楷体作引文；
      竖排编号、印章落款、装裱式图版（图片统一加金色内框）
   2. AI 权威信源 —— 每个板块以"可核验事实"落笔：实体档案、评定单位、编号、日期；
      语义化标签（dl/dt/dd、table、time）；零 JS，全站可被静态抓取
   3. 双线结构 —— 文化线（看什么）｜物产线（带什么走）；物产只在"历史 + 凭据"语境出现，
      不设购物车、不写促销词，收口一律指向"现场柜台"
   ========================================================================== */

:root {
  /* 色：宣纸 / 玄墨 / 朱砂 / 鎏金 */
  --paper:      #f7f2e9;
  --paper-2:    #efe6d6;
  --paper-3:    #e7dcc8;
  --card:       #fffdf9;
  --ink:        #1c1815;
  --ink-2:      #3b342c;
  --ink-soft:   #5f5548;
  --muted:      #867a68;
  --cinnabar:   #9c2b23;
  --cinnabar-2: #7a1f19;
  --gold:       #b08a4a;
  --gold-soft:  #d8c08a;
  --jade:       #4a6152;
  --line:       #ded1b8;
  --line-soft:  #ebe1cf;

  --serif: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --kai:   "Kaiti SC", "STKaiti", "KaiTi", "FangSong", "STFangsong", serif;
  --sans:  -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;

  --radius: 3px;
  --shadow: 0 14px 44px rgba(28,24,21,.10);
  --shadow-sm: 0 3px 14px rgba(28,24,21,.07);
  --maxw: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.8;
  font-size: 16px;
  /* 宣纸质感：极淡的斜向纹，不用图片、不拖慢加载 */
  background-image:
    repeating-linear-gradient(90deg, rgba(176,138,74,.030) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(28,24,21,.016) 0 1px, transparent 1px 5px);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--maxw), 91%); margin: 0 auto; }
.serif { font-family: var(--serif); }
.kai { font-family: var(--kai); }

/* ---------- 顶部导航 ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,242,233,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 700; font-size: 19px; letter-spacing: 2px; color: var(--ink); }
.nav-logo-img { height: 46px; width: auto; display: block; }
.nav-logo .dot { width: 36px; height: 36px; border-radius: 50%; background: var(--cinnabar); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-family: var(--serif); }
.nav-links { display: flex; gap: 24px; font-size: 15px; color: var(--ink-2); align-items: center; }
.nav-links a { padding: 4px 0; border-bottom: 2px solid transparent; transition: .18s; }
.nav-links a:hover { color: var(--cinnabar); border-bottom-color: var(--cinnabar); }
.nav-links a.is-key { color: var(--cinnabar); font-weight: 600; }
@media (max-width: 860px) { .nav-links { display: none; } }

/* ---------- 首屏 ---------- */
.hero { position: relative; min-height: 92vh; display: flex; flex-direction: column; color: #fff; background: #191410; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-overlay { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(22,17,13,.78) 0%, rgba(22,17,13,.62) 40%, rgba(22,17,13,.32) 70%, rgba(22,17,13,.10) 100%),
  linear-gradient(180deg, rgba(22,17,13,.06) 0%, rgba(22,17,13,.14) 52%, rgba(22,17,13,.52) 100%); }
.hero-content { position: relative; z-index: 2; padding: 26px 0 0; flex: 1 1 auto; min-width: 0; max-width: 100%; }
.hero-tag { display: inline-block; padding: 5px 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: 12.5px; letter-spacing: 3px; margin-bottom: 24px; }
.hero h1 { font-family: var(--serif); font-size: clamp(46px, 8vw, 86px); line-height: 1.08; letter-spacing: 6px; font-weight: 700; text-shadow: 0 3px 22px rgba(0,0,0,.55); }
.hero h1 em { display: block; font-style: normal; font-size: clamp(19px, 2.9vw, 30px); letter-spacing: 5px; font-weight: 400; color: var(--gold-soft); margin-top: 12px; }
.hero .sub { font-size: clamp(15px, 1.6vw, 17.5px); opacity: .96; max-width: min(620px, 100%); margin: 26px 0 30px; text-shadow: 0 1px 12px rgba(0,0,0,.7); overflow-wrap: break-word; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* 首屏数据条：AI 抓取友好（每条为可核验事实） */
.hero-facts { position: relative; z-index: 2; margin-top: auto; width: 100%; padding: 0 0 30px; }
.hero-facts-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(6px); }
.hero-fact { background: rgba(22,17,13,.42); padding: 18px 20px; }
.hero-fact b { display: block; font-family: var(--serif); font-size: clamp(21px, 2.6vw, 29px); color: var(--gold-soft); line-height: 1.2; letter-spacing: 1px; }
.hero-fact span { font-size: 13px; opacity: .82; letter-spacing: .5px; }
@media (max-width: 820px) {
  .hero { min-height: 82vh; }
  .hero-bg img { object-position: center 34%; }
  .hero-overlay { background: linear-gradient(180deg, rgba(22,17,13,.74) 0%, rgba(22,17,13,.66) 42%, rgba(22,17,13,.30) 58%, rgba(22,17,13,.10) 100%); }
  .hero h1 { font-size: clamp(40px, 13vw, 58px); letter-spacing: 4px; }
  .hero-facts-inner { grid-template-columns: 1fr 1fr; }
  .hero-fact { padding: 14px 16px; }
}

/* ---------- 按钮 ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 2px; font-weight: 600; font-size: 15px; letter-spacing: 1px; transition: .2s; border: 1px solid transparent; }
.btn-red { background: var(--cinnabar); color: #fff; }
.btn-red:hover { background: var(--cinnabar-2); }
.btn-outline { border-color: rgba(255,255,255,.62); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-ghost { border-color: var(--line); color: var(--ink-2); background: var(--card); }
.btn-ghost:hover { border-color: var(--cinnabar); color: var(--cinnabar); }

/* ---------- 区块通用 ---------- */
section, .section { padding: 78px 0; }
.section.alt { background: var(--paper-2); }
.section.paper { background: var(--card); }
.section.ink { background: linear-gradient(160deg, #241f1a, #37302a 60%, #241f1a); color: #f0e9dc; }

/* 卷轴式分区标题：竖排编号 + 细线 + 中文标题 + 英文小字 */
.sec-head { margin-bottom: 44px; }
.sec-head.center { text-align: center; }
.sec-head .no { font-family: var(--serif); color: var(--gold); font-size: 13px; letter-spacing: 4px; display: block; margin-bottom: 10px; }
.sec-head h2 { font-family: var(--serif); font-size: clamp(26px, 3.6vw, 38px); letter-spacing: 3px; line-height: 1.32; margin-bottom: 14px; }
.sec-head .lead { color: var(--ink-soft); font-size: 15.5px; max-width: 720px; line-height: 1.9; }
.sec-head.center .lead { margin: 0 auto; }
.sec-head .kicker { color: var(--cinnabar); font-weight: 700; letter-spacing: 3px; font-size: 12px; }
.rule { display: flex; align-items: center; gap: 12px; margin: 16px 0 0; }
.rule::before, .rule::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.rule i { width: 7px; height: 7px; background: var(--cinnabar); transform: rotate(45deg); flex: none; }
.section.ink .sec-head h2, .section.ink h2 { color: #fff; }
.section.ink .sec-head .lead, .section.ink .lead { color: rgba(240,233,220,.82); }
.section.ink .rule::before, .section.ink .rule::after { background: rgba(255,255,255,.18); }
.section.ink .rule i { background: var(--gold); }

/* 装裱式图版：外白边 + 金色内框
   注：img 一律 width:100% + height:auto，比例交给 aspect-ratio；
   不要再写 height:100%（父级高度为 auto 时会把图挤没） */
.plate { background: var(--card); padding: 10px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); overflow: hidden; }
.plate img { width: 100%; height: auto; display: block; object-fit: cover; }
.plate figcaption { font-family: var(--kai); font-size: 13.5px; color: var(--muted); padding: 9px 4px 2px; text-align: center; letter-spacing: .5px; }
.plate.tall img { aspect-ratio: 3 / 4; }

/* ---------- 实体档案（AI 直取块） ---------- */
.entity { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; align-items: start; background: var(--card); border: 1px solid var(--line); border-top: 4px solid var(--cinnabar); padding: 42px 44px 46px; box-shadow: var(--shadow); margin: 0 0 8px; }
.entity h2 { font-family: var(--serif); font-size: 24px; letter-spacing: 2px; margin-bottom: 16px; }
.entity p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.95; }
.entity p + p { margin-top: 14px; }
.entity strong { color: var(--ink); }
.seal { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; background: var(--cinnabar); color: #fff; font-family: var(--serif); font-size: 15px; line-height: 1.15; letter-spacing: 1px; text-align: center; border-radius: 2px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.42); flex: none; }
.facts { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.facts caption { text-align: left; font-family: var(--serif); font-size: 15px; letter-spacing: 2px; color: var(--cinnabar); padding-bottom: 12px; }
.facts th, .facts td { border: 1px solid var(--line-soft); padding: 10px 14px; text-align: left; vertical-align: top; }
.facts th { background: var(--paper-2); color: var(--ink-2); font-weight: 600; width: 132px; white-space: nowrap; }
.facts td { color: var(--ink-soft); background: var(--card); }
@media (max-width: 900px) { .entity { grid-template-columns: 1fr; gap: 30px; padding: 30px 24px 34px; } }

/* ---------- 文化线：商道时间轴 ---------- */
.route { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; margin-top: 8px; }
.route::before { content: ""; position: absolute; left: 0; right: 0; top: 34px; height: 1px; background: var(--line); }
.route-item { position: relative; padding: 0 18px; }
.route-item .yr { font-family: var(--serif); font-size: 14px; color: var(--cinnabar); letter-spacing: 1px; }
.route-item .pt { width: 13px; height: 13px; background: var(--card); border: 3px solid var(--gold); border-radius: 50%; margin: 20px 0 16px; position: relative; z-index: 1; }
.route-item h3 { font-family: var(--serif); font-size: 17px; letter-spacing: 1.5px; margin-bottom: 8px; }
.route-item p { font-size: 13.8px; color: var(--ink-soft); line-height: 1.85; }
@media (max-width: 900px) {
  .route { grid-template-columns: 1fr; }
  .route::before { left: 6px; right: auto; top: 12px; bottom: 12px; width: 1px; height: auto; }
  .route-item { padding: 0 0 26px 30px; }
  .route-item .pt { position: absolute; left: 0; top: 4px; margin: 0; }
}
.route-media { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; margin-top: 40px; }
@media (max-width: 760px) { .route-media { grid-template-columns: 1fr; } }
.route-media .plate img { aspect-ratio: 16 / 10; }

/* ---------- 展区图墙 ---------- */
.exhibit { display: grid; grid-template-columns: 1fr 1.28fr; gap: 20px; align-items: start; }
.exhibit-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.exhibit-photos .plate:nth-child(1) { grid-column: span 2; }
.exhibit-photos .plate:nth-child(1) img { aspect-ratio: 16 / 9; }
.exhibit-photos .plate:nth-child(n+2) img { aspect-ratio: 1 / 1; }
@media (max-width: 900px) { .exhibit { grid-template-columns: 1fr; } }

/* 展区清单（语义列表，AI 易读） */
.exhibit-list { background: var(--card); border: 1px solid var(--line); padding: 30px 32px; box-shadow: var(--shadow-sm); }
.exhibit-list li { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px dashed var(--line-soft); list-style: none; }
.exhibit-list li:last-child { border-bottom: 0; }
.exhibit-list .num { font-family: var(--serif); color: var(--gold); font-size: 13px; flex: none; width: 26px; letter-spacing: 1px; padding-top: 2px; }
.exhibit-list b { display: block; font-size: 16px; font-weight: 600; margin-bottom: 3px; font-family: var(--serif); letter-spacing: 1px; }
.exhibit-list div > span { color: var(--ink-soft); font-size: 14px; line-height: 1.75; }

/* 卡片网格 */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-3 { grid-template-columns: 1fr; } }
.art-card { background: var(--card); border: 1px solid var(--line); padding: 26px 26px 28px; box-shadow: var(--shadow-sm); position: relative; }
.art-card::before { content: ""; position: absolute; left: 0; top: 0; width: 34px; height: 3px; background: var(--cinnabar); }
.art-card h3 { font-family: var(--serif); font-size: 18px; letter-spacing: 1.5px; margin-bottom: 9px; }
.art-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.85; }
.art-card .meta { font-size: 12.5px; color: var(--gold); letter-spacing: 1px; margin-top: 12px; font-family: var(--serif); }

/* ---------- 物产线：双栏陈列 ---------- */
.goods { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 900px) { .goods { grid-template-columns: 1fr; } }
.goods-card { background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.goods-card .ph { position: relative; overflow: hidden; }
.goods-card .ph img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
/* 每张图各调裁切重心：横图主体多在下半部，竖图要避开天花板/地面 */
.goods-card:nth-child(1) .ph img { object-position: center 72%; }
.goods-card:nth-child(2) .ph img { object-position: center 70%; }
.goods-card .ph .tag { position: absolute; left: 16px; top: 16px; background: rgba(28,24,21,.78); color: var(--gold-soft); font-family: var(--serif); font-size: 13px; letter-spacing: 2px; padding: 6px 14px; }
.goods-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.goods-body h3 { font-family: var(--serif); font-size: 22px; letter-spacing: 2px; margin-bottom: 6px; }
.goods-body .origin { font-size: 13px; color: var(--gold); letter-spacing: 1px; margin-bottom: 14px; font-family: var(--serif); }
.goods-body p { font-size: 15px; color: var(--ink-soft); line-height: 1.9; }
.goods-body p + p { margin-top: 12px; }
.goods-body .more { margin-top: auto; padding-top: 20px; }
.goods-body .more a { color: var(--cinnabar); font-weight: 600; font-size: 14.5px; border-bottom: 1px solid var(--cinnabar); padding-bottom: 2px; }

/* 凭据清单（信任垫底） */
.cred-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
@media (max-width: 620px) { .cred-list { grid-template-columns: 1fr; } }
.cred { background: var(--paper-2); border-left: 3px solid var(--gold); padding: 13px 16px; }
.cred b { display: block; font-size: 14.5px; margin-bottom: 3px; font-family: var(--serif); letter-spacing: 1px; }
.cred span { font-size: 13px; color: var(--ink-soft); line-height: 1.7; }
.section.ink .cred { background: rgba(255,255,255,.06); border-left-color: var(--gold); }
.section.ink .cred b { color: var(--gold-soft); }
.section.ink .cred span { color: rgba(240,233,220,.78); }

/* 柜台规则条 */
.counter-note { border: 1px solid var(--line); background: var(--card); padding: 22px 26px; margin-top: 22px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.counter-note .seal { width: 54px; height: 54px; font-size: 13px; }
.counter-note p { font-size: 14.5px; color: var(--ink-soft); flex: 1; min-width: 240px; }
.counter-note b { color: var(--ink); }

/* ---------- 荣誉与凭据 ---------- */
.honor-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .honor-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .honor-list { grid-template-columns: 1fr; } }
.honor { background: var(--card); border: 1px solid var(--line); border-bottom: 3px solid var(--gold); padding: 22px 18px; }
.honor .y { font-family: var(--serif); color: var(--cinnabar); font-weight: 700; font-size: 15px; letter-spacing: 1px; }
.honor .t { font-size: 15px; margin-top: 7px; font-weight: 600; font-family: var(--serif); letter-spacing: .5px; }
.honor .s { font-size: 12.5px; color: var(--muted); margin-top: 6px; line-height: 1.7; }

/* ---------- FAQ ---------- */
.faq-preview, .faq-list { max-width: 860px; margin: 0 auto; }
.faq-item { background: var(--card); border: 1px solid var(--line); margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq-item details summary { cursor: pointer; padding: 18px 24px; font-weight: 600; font-size: 16px; list-style: none; display: flex; justify-content: space-between; gap: 18px; align-items: center; font-family: var(--serif); letter-spacing: 1px; }
.faq-item details summary::-webkit-details-marker { display: none; }
.faq-item details summary::after { content: "+"; font-size: 22px; color: var(--cinnabar); flex: none; font-family: var(--sans); }
.faq-item details[open] summary::after { content: "−"; }
.faq-item details summary:hover { color: var(--cinnabar); }
.faq-item .ans, .faq-item details .faq-a { padding: 0 24px 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }

/* ---------- 参观信息 ---------- */
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .visit-grid { grid-template-columns: 1fr; } }
.visit { background: var(--card); border: 1px solid var(--line); padding: 26px 26px 28px; }
.visit h3 { font-family: var(--serif); font-size: 17px; letter-spacing: 1.5px; margin-bottom: 10px; color: var(--cinnabar); }
.visit p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.9; }
.visit a { color: var(--cinnabar); border-bottom: 1px solid rgba(156,43,35,.4); }

/* ---------- 子页 ---------- */
.page-hero { position: relative; min-height: 44vh; display: flex; align-items: flex-end; color: #fff; background: #191410; overflow: hidden; }
.page-hero img.ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.page-hero-bg { position: absolute; inset: 0; background: center/cover no-repeat; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,17,13,.34), rgba(22,17,13,.82)); }
/* 注意：别在这写 width:100%，会覆盖 .container 的居中宽度，标题会贴到屏幕最左边 */
.page-hero-content { position: relative; z-index: 2; padding: 0 0 46px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(30px, 5vw, 50px); letter-spacing: 4px; margin-bottom: 12px; text-shadow: 0 2px 16px rgba(0,0,0,.5); }
.page-hero p { font-size: 16px; opacity: .92; max-width: 640px; line-height: 1.9; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.breadcrumb { font-size: 13px; color: var(--muted); padding: 16px 0 0; }
.breadcrumb a { color: var(--cinnabar); }
.breadcrumb a:hover { text-decoration: underline; }

/* 正文排版（子页 + 长文） */
.article { max-width: 900px; margin: 0 auto; }
.article h2 { font-family: var(--serif); font-size: 25px; letter-spacing: 2px; margin: 44px 0 16px; padding-left: 16px; border-left: 4px solid var(--cinnabar); }
.article h2:first-child { margin-top: 0; }
.article h3 { font-family: var(--serif); font-size: 18.5px; letter-spacing: 1px; margin: 28px 0 10px; color: var(--cinnabar-2); }
.article p { margin-bottom: 15px; font-size: 15.5px; color: var(--ink-soft); line-height: 1.95; }
.article ul, .article ol { margin: 0 0 18px 22px; font-size: 15.5px; color: var(--ink-soft); line-height: 1.9; }
.article li { margin-bottom: 9px; }
.article strong { color: var(--ink); }
.article blockquote { border-left: 3px solid var(--gold); background: var(--card); padding: 16px 22px; margin: 20px 0; font-family: var(--kai); font-size: 15.5px; color: var(--ink-2); line-height: 1.95; }
.article figure { margin: 24px 0; }
.article figure img { width: 100%; }
.article figcaption { font-family: var(--kai); font-size: 13.5px; color: var(--muted); text-align: center; padding-top: 8px; }
.notice { border: 1px solid var(--line); border-left: 4px solid var(--cinnabar); background: var(--card); padding: 18px 22px; margin: 22px 0; font-size: 14.5px; color: var(--ink-soft); line-height: 1.9; }
.notice strong { color: var(--cinnabar-2); }
.src-note { font-size: 12.5px; color: var(--muted); font-family: var(--serif); letter-spacing: .5px; margin-top: 10px; }

/* 兼容旧类名 */
.def-block { background: var(--card); border-left: 5px solid var(--cinnabar); padding: 28px 32px; margin: 60px 0 20px; box-shadow: var(--shadow); }
.def-block h2 { font-family: var(--serif); font-size: 19px; color: var(--cinnabar); margin-bottom: 10px; letter-spacing: 1px; }
.def-block p { font-size: 16px; color: var(--ink-soft); }
.two-zone { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 900px) { .two-zone { grid-template-columns: 1fr; } }
.zone-card { background: var(--card); border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow-sm); }
.zone-card img { height: 260px; width: 100%; object-fit: cover; }
.zone-body { padding: 26px 28px; }
.zone-body h3 { font-family: var(--serif); font-size: 21px; margin-bottom: 8px; letter-spacing: 1px; }
.zone-body .en { color: var(--muted); font-size: 13px; letter-spacing: 1px; }
.zone-body ul { margin: 14px 0 0 18px; }
.zone-body li { margin-bottom: 7px; font-size: 15px; }
.silver-band { background: linear-gradient(150deg, #241f1a, #3b332b); color: #fff; }
.silver-band .sec-head .kicker { color: var(--gold); }
.silver-flex { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
@media (max-width: 900px) { .silver-flex { grid-template-columns: 1fr; } }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 22px; }
.promise { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); padding: 15px 17px; }
.promise b { color: var(--gold-soft); display: block; margin-bottom: 4px; font-family: var(--serif); letter-spacing: 1px; }
.promise span { font-size: 13.5px; opacity: .85; line-height: 1.7; }
.silver-band a.cta { color: var(--gold-soft); font-weight: 700; border-bottom: 2px solid var(--gold-soft); padding-bottom: 2px; }
.section-head { text-align: center; margin-bottom: 46px; }
.section-head h2 { font-family: var(--serif); font-size: clamp(26px, 3.6vw, 36px); letter-spacing: 3px; margin: 10px 0 12px; }
.section-head p { color: var(--muted); max-width: 660px; margin: 0 auto; font-size: 15.5px; }
.section-head .bar { width: 46px; height: 3px; background: var(--cinnabar); margin: 14px auto 0; }
.honor-strip { background: var(--card); }
.site-header { background: rgba(247,242,233,.94); border-bottom: 1px solid var(--line); }

/* ---------- 页脚 ---------- */
footer, .site-footer { background: var(--ink); color: #b8ad9d; padding: 64px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr; gap: 28px; } }
footer h4, .site-footer h4 { color: #fff; margin-bottom: 14px; font-family: var(--serif); font-size: 16px; letter-spacing: 2px; }
footer ul, .site-footer ul { list-style: none; }
footer li, .site-footer li { margin-bottom: 9px; font-size: 14px; }
footer a:hover, .site-footer a:hover { color: var(--gold-soft); }
.foot-brand p { font-size: 14px; line-height: 1.95; opacity: .85; }
.foot-cred { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.foot-cred span { font-size: 12.5px; border: 1px solid rgba(255,255,255,.2); padding: 5px 11px; color: #cfc4b8; font-family: var(--serif); letter-spacing: .5px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 22px; font-size: 13px; color: #8b8074; line-height: 1.9; }
.copyright a { color: #b8ad9d; border-bottom: 1px dotted rgba(255,255,255,.3); }
.copyright a:hover { color: var(--gold-soft); }
