/* ============================================================
   月游 · MONTHLY TRIP —— 城市旅行月历 · 全站设计系统
   -----------------------------------------------------------------
   设计语言：编辑感旅行杂志 · 暖纸底 + 衬线大标题 + 12 月季节配色
   字体：系统字体栈（零 CDN）· 图片：CSS 渐变场景 + SVG 手绘符号
   单文件单一来源，全站页面共用，禁止复制出第二份。
   ============================================================ */

/* ---------- 0. Reset 与基础 ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei",
               "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
  color: #2b2a28;
  background: #f7f4ee;                 /* 暖纸底色 */
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main { flex: 1; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: rgba(216, 154, 62, .25); }

/* 衬线展示字体 */
.serif {
  font-family: Georgia, "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
}

/* ---------- 1. 设计令牌：纸面、墨色 ---------- */
:root {
  --paper: #f7f4ee;
  --paper-deep: #efe9dc;
  --card: #ffffff;
  --ink: #2b2a28;
  --ink-soft: #6b6a63;
  --line: rgba(43, 42, 40, .14);
  --shadow: 0 18px 44px -22px rgba(60, 50, 30, .35);
  --radius: 18px;

  /* 默认（首页）主题：暖金 */
  --accent: #b98a3e;
  --accent-deep: #8a6427;
  --accent-soft: rgba(185, 138, 62, .12);
  --grad-a: #e7d3a6;
  --grad-b: #f0e7d2;

  /* 12 月色板（供导航色块使用） */
  --m1: #5b8bd4;  --m2: #d4574e; --m3: #e08aa2; --m4: #6fae4f;
  --m5: #2e9e9e;  --m6: #5f9b55; --m7: #3f8fd2; --m8: #1f6f8b;
  --m9: #d9a441;  --m10: #d97b29; --m11: #c0553c; --m12: #4f74b8;
}

/* ---------- 2. 12 月主题变量（按 body[data-month] 切换） ---------- */
body[data-month="1"]  { --accent: #5b8bd4; --accent-deep: #33507f; --accent-soft: rgba(91,139,212,.13);
                        --grad-a: #cddff4; --grad-b: #f1f6fd; }
body[data-month="2"]  { --accent: #d4574e; --accent-deep: #9c332c; --accent-soft: rgba(212,87,78,.12);
                        --grad-a: #f2c9bd; --grad-b: #fbf1ec; }
body[data-month="3"]  { --accent: #dd7f9d; --accent-deep: #a94a68; --accent-soft: rgba(221,127,157,.13);
                        --grad-a: #f4d5e0; --grad-b: #fdf4f7; }
body[data-month="4"]  { --accent: #6fae4f; --accent-deep: #487b30; --accent-soft: rgba(111,174,79,.13);
                        --grad-a: #d8e9c4; --grad-b: #f4f9ec; }
body[data-month="5"]  { --accent: #2e9e9e; --accent-deep: #1d6b6b; --accent-soft: rgba(46,158,158,.13);
                        --grad-a: #c4e6e6; --grad-b: #eff8f7; }
body[data-month="6"]  { --accent: #5f9b55; --accent-deep: #3c6a35; --accent-soft: rgba(95,155,85,.13);
                        --grad-a: #d3e6c4; --grad-b: #f2f8ec; }
body[data-month="7"]  { --accent: #3f8fd2; --accent-deep: #265f92; --accent-soft: rgba(63,143,210,.13);
                        --grad-a: #c9e0f2; --grad-b: #f0f7fc; }
body[data-month="8"]  { --accent: #1f6f8b; --accent-deep: #124a5d; --accent-soft: rgba(31,111,139,.13);
                        --grad-a: #bfe0ea; --grad-b: #ecf6f9; }
body[data-month="9"]  { --accent: #c9992f; --accent-deep: #8a6815; --accent-soft: rgba(201,153,47,.13);
                        --grad-a: #f0dfae; --grad-b: #fbf6e8; }
body[data-month="10"] { --accent: #d97b29; --accent-deep: #a05212; --accent-soft: rgba(217,123,41,.14);
                        --grad-a: #f3cfae; --grad-b: #fcf2e6; }
body[data-month="11"] { --accent: #c0553c; --accent-deep: #84341f; --accent-soft: rgba(192,85,60,.13);
                        --grad-a: #edc6b8; --grad-b: #fbf1ec; }
body[data-month="12"] { --accent: #4f74b8; --accent-deep: #2f4a7e; --accent-soft: rgba(79,116,184,.13);
                        --grad-a: #cddaf2; --grad-b: #f2f6fd; }

/* ---------- 3. 排版 ---------- */
h1, h2, h3 { line-height: 1.25; font-weight: 700; }
.section-kicker {
  font-size: 12px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--accent-deep); font-weight: 700; display: inline-flex; align-items: center; gap: 10px;
}
.section-kicker::before { content: ""; width: 26px; height: 2px; background: var(--accent); border-radius: 2px; }
.section-title { font-size: clamp(26px, 3.4vw, 38px); margin-top: 10px; }
.section-sub { color: var(--ink-soft); margin-top: 10px; max-width: 620px; font-size: 15px; }

/* ---------- 4. 页头（共享块 · components.js 注入） ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 244, 238, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1180px; margin: 0 auto; padding: 12px 22px;
  display: flex; align-items: center; gap: 20px;
}
.brand { display: flex; align-items: baseline; gap: 10px; flex-shrink: 0; }
.brand-mark {
  font-size: 22px; font-weight: 800; color: var(--accent-deep);
  letter-spacing: .02em;
}
.brand-mark .yue { color: var(--accent); }
.brand-tag { font-size: 11px; color: var(--ink-soft); letter-spacing: .14em; }
.month-ribbon {
  display: flex; gap: 4px; overflow-x: auto; flex: 1;
  scrollbar-width: none; -ms-overflow-style: none; padding: 2px 0;
}
.month-ribbon::-webkit-scrollbar { display: none; }
.month-ribbon a {
  flex-shrink: 0; font-size: 12px; color: var(--ink-soft);
  padding: 6px 9px; border-radius: 999px; border: 1px solid transparent;
  transition: all .18s ease; white-space: nowrap;
}
.month-ribbon a:hover { color: var(--ink); background: var(--accent-soft); }
.month-ribbon a.is-active {
  color: #fff; font-weight: 700;
  background: var(--accent);
}
/* 12 月各自的小色点，强化月度体系 */
.month-ribbon a .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 5px; background: currentColor; opacity: .85; }
.chip-m1  .dot { background: var(--m1) !important; } .chip-m2  .dot { background: var(--m2) !important; }
.chip-m3  .dot { background: var(--m3) !important; } .chip-m4  .dot { background: var(--m4) !important; }
.chip-m5  .dot { background: var(--m5) !important; } .chip-m6  .dot { background: var(--m6) !important; }
.chip-m7  .dot { background: var(--m7) !important; } .chip-m8  .dot { background: var(--m8) !important; }
.chip-m9  .dot { background: var(--m9) !important; } .chip-m10 .dot { background: var(--m10) !important; }
.chip-m11 .dot { background: var(--m11) !important; } .chip-m12 .dot { background: var(--m12) !important; }
.header-cta {
  flex-shrink: 0; font-size: 13px; font-weight: 700; color: #fff;
  background: var(--accent); padding: 8px 16px; border-radius: 999px;
  transition: background .18s ease;
}
.header-cta:hover { background: var(--accent-deep); }

/* ---------- 5. 页脚（共享块） ---------- */
.site-footer { margin-top: 80px; border-top: 1px solid var(--line); background: var(--paper-deep); }
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 44px 22px 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
.footer-brand .brand-mark { font-size: 20px; }
.footer-desc { margin-top: 10px; font-size: 13px; color: var(--ink-soft); max-width: 340px; }
.footer-col h4 { font-size: 13px; letter-spacing: .16em; margin-bottom: 12px; color: var(--ink); }
.footer-col a { display: block; font-size: 13px; color: var(--ink-soft); padding: 4px 0; transition: color .15s; }
.footer-col a:hover { color: var(--accent-deep); }
.footer-bottom {
  margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: 12px; color: var(--ink-soft);
}
.footer-month-dots { display: flex; gap: 6px; margin-top: 14px; }
.footer-month-dots i { width: 10px; height: 10px; border-radius: 50%; }
.dot-1{background:var(--m1)} .dot-2{background:var(--m2)} .dot-3{background:var(--m3)} .dot-4{background:var(--m4)}
.dot-5{background:var(--m5)} .dot-6{background:var(--m6)} .dot-7{background:var(--m7)} .dot-8{background:var(--m8)}
.dot-9{background:var(--m9)} .dot-10{background:var(--m10)} .dot-11{background:var(--m11)} .dot-12{background:var(--m12)}

/* ---------- 6. 首页 Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--grad-a), var(--grad-b) 55%, var(--paper));
  padding: 84px 22px 96px;
}
.hero-inner { max-width: 1180px; margin: 0 auto; position: relative; z-index: 2; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: .3em; color: var(--accent-deep); font-weight: 700;
}
.hero-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--accent); }
.hero h1 {
  font-size: clamp(40px, 6.4vw, 78px); font-weight: 800; margin-top: 20px;
  letter-spacing: .01em;
}
.hero h1 .hl { color: var(--accent-deep); position: relative; white-space: nowrap; }
.hero h1 .hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 14px;
  background: var(--accent-soft); z-index: -1; border-radius: 4px;
}
.hero-lead { margin-top: 22px; max-width: 560px; color: var(--ink-soft); font-size: 16px; }
.hero-stats { display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.hero-stat .num { font-size: 30px; font-weight: 800; color: var(--accent-deep); font-family: Georgia, "Songti SC", serif; }
.hero-stat .lab { font-size: 12px; color: var(--ink-soft); letter-spacing: .12em; margin-top: 2px; }

/* 首页月度色带（12 个小色块横贯 hero 底部） */
.hero-spectrum {
  position: absolute; left: 0; right: 0; bottom: 0; height: 8px;
  display: flex;
}
.hero-spectrum i { flex: 1; }
.sp-1{background:var(--m1)} .sp-2{background:var(--m2)} .sp-3{background:var(--m3)} .sp-4{background:var(--m4)}
.sp-5{background:var(--m5)} .sp-6{background:var(--m6)} .sp-7{background:var(--m7)} .sp-8{background:var(--m8)}
.sp-9{background:var(--m9)} .sp-10{background:var(--m10)} .sp-11{background:var(--m11)} .sp-12{background:var(--m12)}

/* 手绘山形/装饰 SVG */
.hero-svg { position: absolute; right: -40px; bottom: 20px; opacity: .5; z-index: 1; width: 380px; }

/* ---------- 7. 通用 section 容器 ---------- */
.section { max-width: 1180px; margin: 0 auto; padding: 74px 22px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ---------- 8. 首页 12 月卡片网格 ---------- */
.month-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.month-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background: var(--card); border: 1px solid var(--line);
  box-shadow: var(--shadow); padding: 22px 20px 20px;
  transition: transform .22s ease, box-shadow .22s ease;
  display: block;
}
.month-card:hover { transform: translateY(-6px); box-shadow: 0 26px 52px -24px rgba(60,50,30,.45); }
.month-card .mc-top { display: flex; justify-content: space-between; align-items: flex-start; }
.mc-num {
  font-family: Georgia, "Songti SC", serif; font-size: 44px; font-weight: 700;
  line-height: 1;
}
.mc-season {
  font-size: 11px; letter-spacing: .14em; font-weight: 700;
  padding: 4px 9px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-deep);
}
.mc-theme { margin-top: 14px; font-size: 19px; font-weight: 800; }
.mc-cities { margin-top: 8px; font-size: 12.5px; color: var(--ink-soft); line-height: 1.8; }
.mc-more { margin-top: 16px; font-size: 12.5px; font-weight: 700; color: var(--accent-deep); display: inline-flex; align-items: center; gap: 6px; }
.mc-more::after { content: "→"; transition: transform .18s ease; }
.month-card:hover .mc-more::after { transform: translateX(4px); }
.mc-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; }
.mc-1{background:var(--m1)} .mc-2{background:var(--m2)} .mc-3{background:var(--m3)} .mc-4{background:var(--m4)}
.mc-5{background:var(--m5)} .mc-6{background:var(--m6)} .mc-7{background:var(--m7)} .mc-8{background:var(--m8)}
.mc-9{background:var(--m9)} .mc-10{background:var(--m10)} .mc-11{background:var(--m11)} .mc-12{background:var(--m12)}

/* ---------- 9. 首页特性区（为什么按月旅行） ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.feature {
  border-radius: var(--radius); padding: 26px 24px;
  background: var(--card); border: 1px solid var(--line);
}
.feature .fi {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent-deep); font-size: 22px;
}
.feature h3 { margin-top: 16px; font-size: 17px; }
.feature p { margin-top: 8px; font-size: 13.5px; color: var(--ink-soft); }

/* ---------- 10. 怎么用三步 ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; counter-reset: step; }
.step {
  position: relative; border-radius: var(--radius); padding: 28px 24px;
  background: var(--paper-deep); border: 1px solid var(--line);
}
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: Georgia, "Songti SC", serif; font-size: 34px; font-weight: 700;
  color: var(--accent); opacity: .85;
}
.step h3 { margin-top: 10px; font-size: 17px; }
.step p { margin-top: 8px; font-size: 13.5px; color: var(--ink-soft); }

/* ---------- 11. 月度页 Hero ---------- */
.month-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--grad-a), var(--grad-b) 60%, var(--paper));
  padding: 66px 22px 72px;
}
.month-hero-inner { max-width: 1180px; margin: 0 auto; position: relative; z-index: 2; }
.mh-row { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.mh-bignum {
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(88px, 15vw, 168px); font-weight: 800; line-height: .9;
  color: var(--accent); letter-spacing: -.03em; flex-shrink: 0;
}
.mh-info { flex: 1; min-width: 260px; }
.mh-eyebrow {
  font-size: 12px; letter-spacing: .3em; color: var(--accent-deep); font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
}
.mh-eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--accent); }
.mh-title { font-size: clamp(28px, 4vw, 46px); margin-top: 14px; font-weight: 800; }
.mh-theme {
  margin-top: 8px; font-size: 15px; color: var(--ink-soft); max-width: 520px;
}
.mh-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.mh-chip {
  font-size: 12.5px; padding: 7px 13px; border-radius: 999px;
  background: rgba(255,255,255,.65); border: 1px solid var(--line);
}
.mh-chip b { color: var(--accent-deep); }

/* 月度切换（上一月 / 下一月） */
.mh-nav { display: flex; gap: 12px; margin-top: 26px; }
.mh-nav a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: #fff;
  background: var(--accent); padding: 10px 18px; border-radius: 999px;
  transition: background .18s ease;
}
.mh-nav a:hover { background: var(--accent-deep); }
.mh-nav a.ghost { background: transparent; color: var(--accent-deep); border: 1.5px solid var(--accent); }
.mh-nav a.ghost:hover { background: var(--accent-soft); }

/* ---------- 12. 城市卡片 ---------- */
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.city-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background: var(--card); border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease;
}
.city-card:hover { transform: translateY(-6px); box-shadow: 0 26px 52px -24px rgba(60,50,30,.45); }

/* 城市卡顶部“风景”带：纯 CSS 渐变场景 + 水墨字 */
.city-scene {
  position: relative; height: 108px; overflow: hidden;
}
.cs-snow   { background: linear-gradient(170deg, #dfe9f6, #ffffff 60%, #c9d8ec); }
.cs-mountain{ background: linear-gradient(165deg, #bfd9ef 0%, #e6eef7 42%, #9fc0a8 100%); }
.cs-sea     { background: linear-gradient(168deg, #2b7f9c 0%, #7ec3cf 52%, #dcefe6 100%); }
.cs-forest  { background: linear-gradient(168deg, #2e5d3a 0%, #6fae4f 60%, #d3e6a8 100%); }
.cs-spring  { background: linear-gradient(168deg, #f4c9d8 0%, #f9e3ea 55%, #d8e9c4 100%); }
.cs-autumn  { background: linear-gradient(168deg, #c96a2a 0%, #e3a14f 50%, #f5e2b8 100%); }
.cs-desert  { background: linear-gradient(168deg, #c9a24a 0%, #e5c98a 55%, #f7ecd0 100%); }
.cs-city    { background: linear-gradient(168deg, #3a4a63 0%, #7e93b3 55%, #d7e0ee 100%); }
.cs-lake    { background: linear-gradient(168deg, #1f6f8b 0%, #5eb3bd 55%, #e8f3ea 100%); }
.cs-volcano { background: linear-gradient(168deg, #6a5c5c 0%, #9c6b4f 45%, #e0b98a 100%); }
.cs-river   { background: linear-gradient(168deg, #3f7a5c 0%, #7fb88f 55%, #dcefd4 100%); }
.city-watermark {
  position: absolute; right: 10px; bottom: -26px;
  font-family: Georgia, "Songti SC", "SimSun", serif;
  font-size: 120px; font-weight: 800; line-height: 1; color: rgba(255,255,255,.5);
  pointer-events: none;
}
.city-scene .city-emoji {
  position: absolute; left: 16px; top: 16px;
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(255,255,255,.85); display: grid; place-items: center;
  font-size: 20px; box-shadow: 0 6px 14px -6px rgba(0,0,0,.25);
}
.city-body { padding: 18px 20px 20px; }
.city-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.city-head h3 { font-size: 21px; font-weight: 800; }
.city-prov { font-size: 12px; color: var(--ink-soft); white-space: nowrap; }
.city-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.city-tags span {
  font-size: 11.5px; font-weight: 700; color: var(--accent-deep);
  background: var(--accent-soft); padding: 3px 9px; border-radius: 999px;
}
.city-why { margin-top: 12px; font-size: 13.5px; color: var(--ink-soft); }
.city-list { margin-top: 12px; display: grid; gap: 6px; }
.city-list li { position: relative; padding-left: 18px; font-size: 13px; }
.city-list li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
.city-meta {
  margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line);
  display: flex; gap: 18px; font-size: 12px; color: var(--ink-soft); flex-wrap: wrap;
}
.city-meta b { color: var(--ink); font-weight: 700; }

/* ---------- 13. 月度贴士 / 灵感 ---------- */
.tip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.tip-card {
  border-radius: var(--radius); padding: 22px 20px;
  background: var(--card); border: 1px solid var(--line);
}
.tip-card .ti { font-size: 24px; }
.tip-card h3 { margin-top: 10px; font-size: 15.5px; }
.tip-card p { margin-top: 6px; font-size: 13px; color: var(--ink-soft); }

/* 本月活动灵感横幅 */
.inspire {
  border-radius: var(--radius); padding: 30px 28px;
  background: linear-gradient(120deg, var(--accent), var(--accent-deep));
  color: #fff; margin-top: 40px;
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
}
.inspire h3 { font-size: 22px; }
.inspire p { margin-top: 6px; font-size: 14px; opacity: .92; max-width: 560px; }
.inspire .inspire-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.inspire .inspire-tags span {
  background: rgba(255,255,255,.2); font-size: 12px; font-weight: 700;
  padding: 6px 12px; border-radius: 999px;
}

/* ---------- 14. 路由/页眉下的小步骤面包屑 ---------- */
.crumb { max-width: 1180px; margin: 0 auto; padding: 20px 22px 0; font-size: 12.5px; color: var(--ink-soft); }
.crumb a { color: var(--accent-deep); font-weight: 600; }
.crumb a:hover { text-decoration: underline; }
.crumb span.sep { margin: 0 8px; opacity: .5; }

/* ---------- 15. 页尾月度切换条 ---------- */
.month-pager {
  max-width: 1180px; margin: 0 auto; padding: 70px 22px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.month-pager a {
  flex: 1; border-radius: var(--radius); border: 1px solid var(--line);
  background: var(--card); padding: 18px 20px; transition: all .18s ease;
  display: block;
}
.month-pager a:hover { border-color: var(--accent); background: var(--accent-soft); }
.month-pager .dir { font-size: 11px; letter-spacing: .2em; color: var(--ink-soft); text-transform: uppercase; }
.month-pager .pm { font-size: 17px; font-weight: 800; margin-top: 4px; }
.month-pager .pm small { color: var(--ink-soft); font-size: 12.5px; font-weight: 500; margin-left: 8px; }
.month-pager a.next { text-align: right; }

/* ---------- 16. 首页“本月之选”横条 ---------- */
.now-strip {
  border-radius: var(--radius); overflow: hidden; margin-top: 34px;
  border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1fr 1.3fr;
}
.now-strip .now-left {
  padding: 30px 28px; color: #fff;
  background: linear-gradient(140deg, var(--m8), #164e66);
  display: flex; flex-direction: column; justify-content: center;
}
.now-strip .now-left .k { font-size: 12px; letter-spacing: .26em; opacity: .85; }
.now-strip .now-left h3 { font-size: 26px; margin-top: 10px; }
.now-strip .now-left p { font-size: 13.5px; margin-top: 10px; opacity: .9; }
.now-strip .now-left a {
  margin-top: 18px; align-self: flex-start; font-size: 13px; font-weight: 700;
  background: rgba(255,255,255,.18); padding: 9px 18px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.4); transition: background .18s;
}
.now-strip .now-left a:hover { background: rgba(255,255,255,.32); }
.now-strip .now-right { padding: 26px 28px; display: grid; gap: 10px; align-content: center; }
.now-strip .now-right .nr {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; border-radius: 12px; background: var(--paper);
  font-size: 14px; font-weight: 600;
}
.now-strip .now-right .nr small { color: var(--ink-soft); font-weight: 500; }

/* ---------- 17. 响应式 ---------- */
@media (max-width: 980px) {
  .month-grid { grid-template-columns: repeat(3, 1fr); }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .steps, .tip-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .month-grid, .city-grid { grid-template-columns: 1fr; }
  .feature-grid, .steps, .tip-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .brand-tag { display: none; }
  .header-cta { display: none; }
  .month-hero-inner { gap: 20px; }
  .now-strip { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
}

/* ---------- 18. 图片版 Hero（补图后）：照片背景 + 压暗遮罩 + 白字 ---------- */
/* 首页 hero：漓江晨景 */
.hero {
  background:
    linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 48%, rgba(247,244,238,.9) 100%),
    url('../assets/img/H01.webp') center/cover no-repeat;
}
.hero .hero-eyebrow { color: rgba(255,255,255,.92); }
.hero .hero-eyebrow::before { background: rgba(255,255,255,.85); }
.hero h1 { color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,.3); }
.hero h1 .hl { color: #ffd98a; }
.hero h1 .hl::after { background: rgba(0,0,0,.22); }
.hero-lead { color: rgba(255,255,255,.93); }
.hero-stat .num { color: #fff; }
.hero-stat .lab { color: rgba(255,255,255,.82); }
.hero-svg { color: #fff; }

/* 月度 hero：默认 1 月雪景，按 data-month 换图 */
.month-hero {
  background:
    linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%),
    url('../assets/img/M01.webp') center/cover no-repeat;
}
body[data-month="2"]  .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M02.webp'); }
body[data-month="3"]  .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M03.webp'); }
body[data-month="4"]  .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M04.webp'); }
body[data-month="5"]  .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M05.webp'); }
body[data-month="6"]  .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M06.webp'); }
body[data-month="7"]  .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M07.webp'); }
body[data-month="8"]  .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M08.webp'); }
body[data-month="9"]  .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M09.webp'); }
body[data-month="10"] .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M10.webp'); }
body[data-month="11"] .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M11.webp'); }
body[data-month="12"] .month-hero { background-image: linear-gradient(100deg, rgba(12,18,28,.62) 0%, rgba(12,18,28,.34) 50%, rgba(247,244,238,.92) 100%), url('../assets/img/M12.webp'); }

.month-hero .mh-eyebrow { color: rgba(255,255,255,.92); }
.month-hero .mh-eyebrow::before { background: rgba(255,255,255,.85); }
.month-hero .mh-title { color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.month-hero .mh-theme { color: rgba(255,255,255,.94); text-shadow: 0 2px 10px rgba(0,0,0,.3); }
.month-hero .mh-bignum { color: rgba(255,255,255,.32); text-shadow: 0 8px 34px rgba(0,0,0,.5); }
.month-hero .mh-chip { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.4); color: #fff; }
.month-hero .mh-chip b { color: #fff; }
.month-hero .mh-nav a.ghost { color: #fff; border-color: rgba(255,255,255,.85); }
.month-hero .mh-nav a.ghost:hover { background: rgba(255,255,255,.22); }
