/* ===== 伊可莎大酒店 官方网站 v3（现代轻奢 · 年轻温暖） ===== */
:root {
  /* 明亮温暖设计系统：暖沙金 + 陶土橘 + 奶油白 */
  --primary: #C08A5D;
  --primary-dark: #A56F45;
  --primary-deep: #7A5434;
  --primary-light: #F3E4D3;
  --primary-soft: #F9F1E8;

  --accent: #D97A5A;
  --accent-dark: #BE5F42;
  --accent-soft: #FDEFEA;

  --hot: #D97A5A;
  --hot-soft: #FDEFEA;

  --forest: #3A2C20;
  --forest-light: #4A3829;

  --ink: #2E2A25;
  --ink-2: #6B625A;
  --ink-3: #A39A8F;

  --bg: #FDFBF7;
  --bg-soft: #F6F1EA;
  --line: #EAE3D8;

  --radius: 16px;
  --radius-sm: 10px;

  --shadow-sm: 0 1px 2px rgba(122,84,52,.06);
  --shadow: 0 1px 3px rgba(122,84,52,.08), 0 12px 32px rgba(122,84,52,.10);
  --shadow-lg: 0 24px 60px rgba(122,84,52,.18);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--bg); font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== 顶部区域：深色色块 ===== */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); box-shadow: 0 2px 16px rgba(122,84,52,.08); }
.header-inner { display: flex; align-items: center; gap: 16px; height: 82px; }
.header-inner .logo { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.header-inner .logo img { height: 52px; width: auto; object-fit: contain; border-radius: 0; box-shadow: none; filter: brightness(1.04) drop-shadow(0 2px 3px rgba(122,84,52,.18)); transition: filter .25s; }
.header-inner .logo:hover img { filter: brightness(1.12) drop-shadow(0 2px 8px rgba(192,138,93,.32)); }
.header-inner .logo .name { display: none; }
.header-inner .logo .en { display: none; }

.header-search { flex: 0 0 auto; width: 220px; max-width: 100%; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--primary-soft); transition: .2s; }
.header-search:focus-within { border-color: rgba(192,138,93,.55); box-shadow: 0 0 0 3px rgba(192,138,93,.14); background: #fff; }
.header-search input { flex: 1; min-width: 0; border: none; padding: 9px 0 9px 16px; font-size: 13px; outline: none; color: var(--ink); background: transparent; }
.header-search input::placeholder { color: var(--ink-3); }
.header-search button { flex-shrink: 0; border: none; background: transparent; color: var(--ink-3); padding: 0 12px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .2s; }
.header-search button:hover { color: var(--primary); }
.header-search button svg { width: 18px; height: 18px; }

/* 顶部导航（与 logo、搜索框同排） */
.header-nav { flex: 1 1 auto; min-width: 0; background: transparent; }
.nav { display: flex; justify-content: center; flex-wrap: nowrap; }
.nav > li { position: relative; flex-shrink: 0; }
.nav > li > a { display: block; padding: 0 18px; height: 82px; line-height: 82px; font-size: 15px; color: var(--ink); position: relative; transition: .25s; white-space: nowrap; }
.nav > li > a::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 0; height: 3px; border-radius: 3px; background: var(--primary); transition: width .25s; }
.nav > li:hover > a::after, .nav > li > a.active::after { width: 56%; }
.nav > li:hover > a, .nav > li > a.active { color: var(--primary); font-weight: 600; }
.nav .arrow { font-size: 11px; margin-left: 4px; color: var(--ink-3); }

/* 下拉菜单 */
.nav .dropdown { position: absolute; top: 100%; left: 0; min-width: 200px; background: #fff; border: 1px solid var(--line); border-top: none; border-radius: 0 0 12px 12px; box-shadow: 0 20px 40px rgba(122,84,52,.16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s; padding: 8px 0; z-index: 99; }
.nav > li:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav .dropdown a { display: block; padding: 11px 22px; font-size: 15px; color: var(--ink-2); white-space: nowrap; border-left: 3px solid transparent; transition: .2s; }
.nav .dropdown a:hover { background: var(--primary-soft); color: var(--primary-dark); border-left-color: var(--primary); padding-left: 28px; }
.nav .dropdown a.active { background: var(--primary-soft); color: var(--primary); font-weight: 600; border-left-color: var(--primary); }

/* ===== 首页通知公告滚动条 ===== */
.notice-ticker { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.notice-inner { display: flex; align-items: center; gap: 16px; height: 46px; padding-top: 0; padding-bottom: 0; }
.notice-label { flex: 0 0 auto; display: flex; align-items: center; gap: 6px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 1px; padding: 0 14px; height: 30px; border-radius: 999px; box-shadow: 0 4px 12px rgba(216,107,75,.22); }
.notice-label svg { width: 15px; height: 15px; }
.notice-track { flex: 1 1 auto; min-width: 0; height: 30px; overflow: hidden; position: relative; }
.notice-track::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 24px; background: linear-gradient(90deg, var(--bg-soft), transparent); z-index: 2; pointer-events: none; }
.notice-track::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 24px; background: linear-gradient(270deg, var(--bg-soft), transparent); z-index: 2; pointer-events: none; }
.notice-list { transition: transform .45s ease-in-out; }
.notice-item { display: flex; align-items: center; height: 30px; font-size: 14px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 12px; }
.notice-item::before { content: '•'; color: var(--primary); margin-right: 8px; font-size: 18px; line-height: 1; }
.notice-item:hover { color: var(--primary); }
.notice-empty { color: var(--ink-3); }

/* ===== 首页 Banner ===== */
.hero { position: relative; height: min(600px, 72vh); min-height: 420px; overflow: hidden; background: linear-gradient(135deg, var(--forest), var(--forest-light) 60%, var(--primary-deep)); }
.hero .slides { position: absolute; inset: 0; }
.hero .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s; }
.hero .slide.active { opacity: 1; }
.hero .slide-img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; will-change: transform; }
.hero .slide.active .slide-img { animation: heroZoom 8s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.07); } }
.hero .slide.noimg { background: linear-gradient(135deg, var(--forest), var(--forest-light) 60%, var(--primary-deep)); }
.hero .mask { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(58,44,32,.45) 0%, rgba(58,44,32,.06) 45%, rgba(58,44,32,.5) 100%); }
.hero .txt { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; text-align: center; z-index: 2; }
.hero .txt .t1 { font-size: 54px; font-weight: 800; letter-spacing: 8px; text-shadow: 0 4px 24px rgba(0,0,0,.35); }
.hero .txt .t2 { margin-top: 16px; font-size: 18px; letter-spacing: 6px; color: var(--primary-light); }
.hero .txt .line { width: 72px; height: 4px; background: var(--primary); border-radius: 4px; margin: 26px auto; }
.hero .txt .desc { margin-top: 6px; font-size: 15px; letter-spacing: 2px; color: rgba(255,255,255,.85); }
.hero .txt .btns { display: flex; gap: 16px; margin-top: 34px; }
.hero .arrows { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hero .arrows button { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: rgba(58,44,32,.25); color: rgba(255,255,255,.92); font-size: 28px; line-height: 1; cursor: pointer; pointer-events: auto; transition: .25s; display: flex; align-items: center; justify-content: center; }
.hero .arrows button:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.hero .arrows .prev { left: 24px; }
.hero .arrows .next { right: 24px; }

.btn-primary { display: inline-block; padding: 12px 34px; background: var(--primary); color: #fff; border-radius: 999px; font-size: 15px; font-weight: 600; letter-spacing: 2px; transition: .25s; box-shadow: 0 10px 24px rgba(192,138,93,.35); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-ghost { display: inline-block; padding: 12px 34px; border: 1px solid rgba(255,255,255,.6); color: #fff; border-radius: 999px; font-size: 15px; letter-spacing: 2px; transition: .25s; }
.btn-ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; }

/* ===== 数据统计条 ===== */
.stats { background: linear-gradient(90deg, var(--primary-soft), #FBF3E9 50%, var(--primary-soft)); padding: 52px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat b { display: block; font-size: 40px; font-weight: 800; color: var(--primary-deep); letter-spacing: 1px; line-height: 1.2; }
.stat b em { font-style: normal; color: var(--primary); font-size: 30px; }
.stat span { display: block; margin-top: 6px; font-size: 14px; color: var(--ink-2); letter-spacing: 3px; }

/* ===== 通用栏目区块 ===== */
.section { padding: 76px 0; }
.section.gray { background: var(--bg-soft); }
.home-news { padding-bottom: 58px; }
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head .cn { font-size: 32px; font-weight: 800; color: var(--ink); letter-spacing: 4px; }
.sec-head .en { font-size: 13px; color: var(--ink-3); letter-spacing: 6px; margin-top: 8px; text-transform: uppercase; }
.sec-head .line { width: 56px; height: 4px; background: var(--primary); border-radius: 4px; margin: 18px auto 0; }

/* ===== 首页简介 ===== */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.intro-img { position: relative; }
.intro-img img { height: 400px; width: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.intro-img::after { content: ''; position: absolute; inset: 16px -16px -16px 16px; border: 3px solid var(--primary); border-radius: var(--radius); z-index: -1; }
.intro-txt h3 { font-size: 28px; font-weight: 800; color: var(--ink); margin-bottom: 20px; }
.intro-txt h3 span { color: var(--primary); }
.intro-txt p { color: var(--ink-2); text-indent: 2em; margin-bottom: 14px; }
.intro-feats { display: flex; gap: 36px; margin-top: 26px; }
.intro-feats .f { text-align: center; padding: 18px 26px; background: var(--primary-soft); border-radius: 14px; }
.intro-feats .f b { display: block; font-size: 28px; color: var(--primary); font-weight: 800; }
.intro-feats .f span { font-size: 13px; color: var(--ink-2); }

/* ===== 服务特色 ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 36px 28px; text-align: center; transition: .3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--primary-light)); opacity: 0; transition: .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card:hover::before { opacity: 1; }
.service-card .s-ic { width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 18px; background: var(--primary-soft); display: flex; align-items: center; justify-content: center; font-size: 32px; transition: .3s; }
.service-card:hover .s-ic { background: var(--primary); transform: scale(1.05); color: #fff; }
.service-card h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.service-card p { font-size: 13px; color: var(--ink-3); line-height: 1.8; }

/* ===== 首页新闻 ===== */
.news-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s, box-shadow .3s; box-shadow: var(--shadow-sm); }
.news-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.news-card .img { height: 240px; overflow: hidden; position: relative; }
.news-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card:hover .img img { transform: scale(1.06); }
.news-card .img .ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: rgba(255,255,255,.55); font-size: 44px; }
.news-card .bd { padding: 16px 20px 18px; }
.news-card .bd h4 { font-size: 16px; line-height: 1.45; color: var(--ink); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 44px; }
.news-card .bd p { font-size: 13px; color: var(--ink-3); margin: 8px 0 10px; height: 22px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.news-card .bd time { font-size: 12px; color: #9B9894; display: flex; align-items: center; gap: 6px; }
.news-card:hover h4 { color: var(--primary); }
.more-btn { display: inline-block; padding: 11px 36px; border: 1px solid var(--primary); color: var(--primary); border-radius: 999px; font-size: 14px; letter-spacing: 2px; transition: .25s; }
.more-btn:hover { background: var(--primary); color: #fff; box-shadow: 0 8px 20px rgba(192,138,93,.3); }

/* ===== 内页 Banner ===== */
.page-banner { position: relative; height: 300px; background: linear-gradient(135deg, var(--forest), var(--forest-light) 55%, var(--primary-deep)); display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; overflow: hidden; }
.page-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(216,138,93,.25), transparent 45%), radial-gradient(circle at 10% 90%, rgba(255,255,255,.06), transparent 40%); }
.page-banner .cn { font-size: 40px; font-weight: 800; letter-spacing: 8px; position: relative; text-shadow: 0 2px 16px rgba(0,0,0,.2); }
.page-banner .en { font-size: 13px; letter-spacing: 8px; color: var(--primary-light); margin-top: 10px; position: relative; text-transform: uppercase; }
.page-banner::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg, var(--primary), transparent 70%); }
.crumbs { font-size: 13px; color: var(--ink-3); padding: 20px 4px; display: flex; align-items: center; gap: 8px; }
.crumbs a:hover { color: var(--primary); }
.crumbs i { color: var(--line); font-style: normal; }

/* ===== 内页两栏布局（保留左侧二级栏目） ===== */
.page-layout { display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: flex-start; }
.side-nav { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); position: sticky; top: 146px; }
.side-nav .hd { background: var(--primary-soft); color: var(--ink); padding: 24px 20px 22px; position: relative; }
.side-nav .hd::after { content: ''; position: absolute; left: 20px; right: 20px; bottom: 0; height: 2px; background: linear-gradient(90deg, var(--primary), transparent); }
.side-nav .hd.active { background: var(--primary-soft); }
.side-nav .hd.active b { color: var(--primary); }
.side-nav .hd b { font-size: 19px; letter-spacing: 2px; display: block; color: var(--ink); }
.side-nav .hd span { display: block; font-size: 11px; color: var(--ink-3); letter-spacing: 3px; margin-top: 4px; text-transform: uppercase; }
.side-nav ul { padding: 8px 0; }
.side-nav li a { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; font-size: 15px; color: var(--ink-2); border-left: 4px solid transparent; transition: .2s; }
.side-nav li a::after { content: '›'; color: var(--ink-3); font-size: 17px; }
.side-nav li a:hover { background: var(--primary-soft); color: var(--primary-dark); padding-left: 26px; }
.side-nav li a.active { background: var(--primary-soft); color: var(--primary); font-weight: 600; border-left-color: var(--primary); }
.side-nav li a.active::after { color: var(--primary); }

.page-main { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 32px 36px; box-shadow: var(--shadow-sm); }
.page-main .section-title { font-size: 22px; font-weight: 700; color: var(--ink); padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 26px; position: relative; }
.page-main .section-title::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 64px; height: 3px; background: var(--primary); border-radius: 3px; }

/* 文章正文 */
.article { max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 40px 48px; box-shadow: var(--shadow-sm); }
.article .title { font-size: 28px; font-weight: 800; color: var(--ink); text-align: center; line-height: 1.4; }
.article .meta { text-align: center; color: var(--ink-3); font-size: 13px; margin: 16px 0 30px; padding-bottom: 24px; border-bottom: 1px dashed var(--line); }
.article .meta span { margin: 0 12px; display: inline-block; }
.article .meta i { display: inline-block; width: 1px; height: 12px; background: #E0DCD5; vertical-align: -1px; }
.article .content { color: var(--ink-2); }
.article .content p { margin-bottom: 16px; text-indent: 2em; }
.article .content img { margin: 16px auto; border-radius: 10px; box-shadow: var(--shadow-sm); }
.article .back { display: inline-block; margin-top: 36px; color: var(--primary); font-size: 14px; }
.article .back:hover { color: var(--primary-dark); }

/* 富文本正文（单页栏目） */
.rich { color: var(--ink-2); }
.rich p { margin-bottom: 16px; text-indent: 2em; }
.rich img { margin: 16px auto; border-radius: 10px; box-shadow: var(--shadow-sm); }
.page-summary { font-size: 15px; line-height: 1.85; color: var(--ink-2); margin-bottom: 24px; padding: 18px 22px; background: var(--bg-soft); border-left: 4px solid var(--primary); border-radius: 0 10px 10px 0; }

/* 栏目封面图 */
.page-cover { width: 100%; max-height: 380px; object-fit: cover; border-radius: var(--radius); margin: 0 0 26px; box-shadow: var(--shadow-sm); }
/* 新闻/通知详情封面图（微信分享缩略图来源） */
.article-cover { width: 100%; max-height: 380px; object-fit: cover; border-radius: 12px; margin: 0 0 26px; box-shadow: var(--shadow-sm); display: block; }

/* 酒店子栏目大图轮播 + 缩略图 */
.page-layout-full { grid-template-columns: 1fr; }
.hotel-gallery { margin-top: 10px; }
.gallery-stage { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); background: var(--bg-soft); aspect-ratio: 16 / 9; }
.gallery-main { width: 100%; height: 100%; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: none; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--primary); font-size: 28px; line-height: 1; cursor: pointer; z-index: 2; transition: .2s; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.gallery-arrow:hover { background: #fff; color: var(--primary-dark); }
.gallery-arrow.prev { left: 18px; }
.gallery-arrow.next { right: 18px; }
.gallery-thumbs { display: flex; gap: 12px; overflow-x: auto; margin-top: 16px; padding-bottom: 8px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.gallery-thumbs::-webkit-scrollbar { height: 6px; }
.gallery-thumbs::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.gallery-thumbs .thumb { flex: 0 0 auto; width: 120px; height: 80px; padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; cursor: pointer; opacity: .7; transition: .2s; scroll-snap-align: start; background: transparent; }
.gallery-thumbs .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumbs .thumb.active { border-color: var(--primary); opacity: 1; }
.gallery-thumbs .thumb:hover { opacity: 1; }

/* ===== 酒店荣誉（图片 + 奖项介绍，规则网格） ===== */
.honor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.honor-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: .3s; box-shadow: var(--shadow-sm); }
.honor-item:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(192,138,93,.3); }
.honor-img { position: relative; height: 210px; background: linear-gradient(135deg, var(--primary-soft), #FAF8F5); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.honor-img img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform .5s; }
.honor-item:hover .honor-img img { transform: scale(1.05); }
.honor-img span { color: var(--ink-3); font-size: 13px; }
.honor-name { text-align: center; font-size: 16px; font-weight: 700; color: var(--ink); padding: 18px 16px 6px; }
.honor-desc { text-align: center; font-size: 13px; color: var(--ink-2); line-height: 1.8; padding: 0 18px 20px; }

/* 列表页 */
.list-wrap { max-width: 960px; margin: 0 auto; }
.list-item { display: flex; justify-content: space-between; align-items: center; padding: 22px 12px; border-bottom: 1px dashed var(--line); transition: .2s; border-radius: 10px; }
.list-item:hover { background: var(--bg-soft); padding-left: 20px; }
.list-item .lt { display: flex; align-items: center; gap: 12px; overflow: hidden; }
.list-item .lt .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }
.list-item .lt h3 { font-size: 16px; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list-item:hover .lt h3 { color: var(--primary); }
.list-item .lt .tag { font-size: 12px; color: var(--hot); border: 1px solid var(--hot); border-radius: 4px; padding: 1px 8px; flex-shrink: 0; background: var(--hot-soft); }
.list-item time { font-size: 13px; color: var(--ink-3); flex-shrink: 0; }
.list-item .doc-no { font-size: 12px; color: var(--ink-3); }
.pager { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.pager a { padding: 7px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); font-size: 14px; transition: .2s; background: #fff; }
.pager a:hover, .pager a.cur { background: var(--primary); color: #fff; border-color: var(--primary); }

/* 联系我们 */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 30px 16px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px; transition: .25s; }
.contact-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary); }
.contact-item .ic { width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 8px 20px rgba(192,138,93,.3); }
.contact-item b { display: block; font-size: 15px; margin-bottom: 4px; }
.contact-item span { color: var(--ink-2); font-size: 14px; }

/* 了解我们（首页四板块） */
.about-card { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 34px 16px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px; transition: .25s; position: relative; }
.about-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary); }
.ab-main { font-size: 26px; font-weight: 800; color: var(--primary); letter-spacing: 2px; line-height: 1.2; }
.ab-sub { font-size: 14px; color: var(--ink-2); margin-top: 8px; }
.qr-card { cursor: pointer; }
.qr-pop { position: absolute; left: 50%; bottom: 110%; transform: translateX(-50%) scale(.92); opacity: 0; visibility: hidden; transition: .25s; width: 180px; padding: 10px; background: #fff; border-radius: 12px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); pointer-events: none; z-index: 10; }
.qr-pop img { width: 100%; border-radius: 8px; display: block; }
.qr-card:hover .qr-pop { opacity: 1; visibility: visible; transform: translateX(-50%) scale(1); }

/* ===== 首页探索酒店（年轻精致卡片） ===== */
.explore-section { background: var(--bg-soft); padding: 56px 0 88px; }
.explore-grid { display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 44px; column-gap: 40px; }
.explore-card { display: flex; flex-direction: column; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 4px 20px rgba(122,84,52,.08); transition: .35s; border: 1px solid rgba(234,227,216,.85); }
.explore-card:hover { transform: translateY(-8px); box-shadow: 0 18px 44px rgba(122,84,52,.14); border-color: rgba(192,138,93,.3); }
.explore-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, var(--primary-soft), var(--bg-soft)); }
.explore-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s; }
.explore-card:hover .explore-img img { transform: scale(1.08); }
.explore-img.fallback::before { content: attr(data-label); position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 22px; font-weight: 700; letter-spacing: 4px; }
.explore-title { padding: 18px 20px; font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: 3px; text-align: center; background: #fff; border-top: 1px solid var(--line); }

/* 新闻筛选标签 */
.news-filter { display: flex; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; }
.news-filter a { padding: 7px 18px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; color: var(--ink-2); background: #fff; transition: .2s; }
.news-filter a:hover, .news-filter a.active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ===== 页脚：暖米白 ===== */
.footer { background: var(--primary-soft); border-top: 1px solid var(--line); color: var(--ink-2); margin-top: 60px; }
.footer .container { padding-top: 28px; padding-bottom: 28px; }
.f-bar { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0 44px; row-gap: 12px; }
.f-bar a, .f-bar span { color: var(--ink-2); font-size: 14px; white-space: nowrap; transition: .2s; position: relative; }
.f-bar a:hover { color: var(--primary); }
.f-bar > *:not(:last-child)::after { content: ''; position: absolute; right: -22px; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background: var(--line); }

/* 首页页脚 */
.footer-light { background: var(--primary-soft); color: var(--ink-2); border-top: 1px solid var(--line); margin-top: 0; }
.footer-light .container { padding-top: 32px; padding-bottom: 32px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-light .f-bar a, .footer-light .f-bar span { color: var(--ink-2); }
.footer-light .f-bar a:hover { color: var(--primary); }
.footer-light .f-bar > *:not(:last-child)::after { background: var(--line); }
.footer-qr { display: flex; align-items: center; gap: 12px; position: relative; }
.footer-qr img { width: 72px; height: 72px; border-radius: 10px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: #fff; transition: transform .25s; cursor: pointer; }
.footer-qr:hover img { transform: scale(1.12); }
.footer-qr::after { content: ''; position: absolute; right: 0; bottom: calc(100% + 12px); width: 170px; height: 170px; background: #fff url('/cms-uploads/qr-miniapp.jpg') center/152px no-repeat; border-radius: 14px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; pointer-events: none; z-index: 20; }
.footer-qr:hover::after { opacity: 1; visibility: visible; transform: translateY(0); }
.footer-qr span { font-size: 13px; color: var(--ink-3); line-height: 1.6; }

/* ===== 移动端菜单 ===== */
.nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 12px 0 14px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(192,138,93,.36), inset 0 1px 0 rgba(255,255,255,.15);
  transition: transform .2s, box-shadow .2s, filter .2s;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle:active { transform: scale(.96); box-shadow: 0 2px 8px rgba(192,138,93,.32); }
.nav-toggle .burger { display: flex; flex-direction: column; justify-content: center; gap: 4.5px; width: 22px; }
.nav-toggle .burger span { display: block; height: 2.5px; border-radius: 2px; background: #fff; transition: transform .3s, opacity .3s; }
.nav-toggle .label { font-size: 13px; font-weight: 500; color: #fff; letter-spacing: 1px; line-height: 1; }
.nav-toggle.open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open .burger span:nth-child(2) { opacity: 0; }
.nav-toggle.open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  top: 68px; left: 0; right: 0; bottom: 0;
  background: var(--bg);
  z-index: 90;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 20px 48px;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
}
.mobile-nav.open { transform: translateX(0); visibility: visible; opacity: 1; }
body.menu-open { overflow: hidden; }

.m-search { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.m-search input { flex: 1; min-width: 0; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; outline: none; background: #fff; color: var(--ink); transition: .2s; }
.m-search input:focus { border-color: rgba(192,138,93,.55); box-shadow: 0 0 0 3px rgba(192,138,93,.14); }
.m-search input::placeholder { color: var(--ink-3); }
.m-search button { flex-shrink: 0; padding: 10px 22px; border: none; border-radius: 999px; background: var(--primary); color: #fff; font-size: 14px; letter-spacing: 2px; cursor: pointer; transition: .2s; }
.m-search button:active { background: var(--primary-dark); }

.m-nav > li > a { display: flex; align-items: center; justify-content: space-between; padding: 16px 4px; font-size: 17px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); transition: .2s; }
.m-nav > li > a:active { color: var(--primary); }
.m-nav > li > a.active { color: var(--primary); }
.m-nav > li > a::after { content: ''; width: 8px; height: 8px; border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3); transform: rotate(-45deg); margin-right: 4px; }
.m-sub { background: var(--bg-soft); border-radius: 12px; margin: 6px 0 10px; padding: 6px 0; }
.m-sub li a { display: block; padding: 12px 22px; font-size: 15px; color: var(--ink-2); transition: .2s; }
.m-sub li a:active { color: var(--primary); }

/* ===== 响应式 ===== */
@media (max-width: 992px) {
  .header-inner { gap: 12px; }
  .header-search { width: 190px; }
  .nav > li > a { padding: 0 14px; font-size: 14px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .f-bar { justify-content: center; text-align: center; }
  .honor-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .header-inner { gap: 12px; height: 68px; }
  .header-inner .logo img { height: 40px; width: auto; }
  .header-search { width: 180px; }
  .header-search button { padding: 0 10px; }
  .header-nav { display: none; }
  .nav-toggle { display: flex; }
  .intro-grid, .news-cards, .services-grid { grid-template-columns: 1fr; }
  .explore-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
  .explore-img { aspect-ratio: 16 / 10; }
  .explore-title { padding: 14px 16px; font-size: 14px; }
  .page-layout { grid-template-columns: 1fr; }
  .side-nav { position: static; margin-bottom: 20px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .hero { height: min(400px, 62vh); min-height: 0; }
  .hero .txt .t1 { font-size: 32px; letter-spacing: 4px; }
  .hero .txt .t2 { font-size: 15px; letter-spacing: 3px; }
  .page-banner { height: 220px; }
  .page-banner .cn { font-size: 28px; letter-spacing: 4px; }
  .article { padding: 24px 20px; }
  .page-main { padding: 24px 20px; }
  .topbar .container { justify-content: center; }
  .topbar .contact { display: none; }
  .gallery-thumbs .thumb { width: 90px; height: 60px; }
  .gallery-arrow { width: 40px; height: 40px; font-size: 22px; }
}
@media (max-width: 560px) {
  .header-inner { gap: 10px; height: 60px; }
  .header-inner .logo img { height: 36px; }
  .header-search { display: none; }
  .nav-toggle { width: 40px; height: 40px; }
  .mobile-nav { top: 60px; padding: 14px 16px 48px; }

  .section { padding: 46px 0; }
  .section.gray.home-news { padding-bottom: 40px; }
  .sec-head { margin-bottom: 30px; }
  .sec-head .cn { font-size: 24px; letter-spacing: 3px; }
  .sec-head .en { font-size: 12px; letter-spacing: 4px; }
  .sec-head .line { width: 44px; height: 3px; margin-top: 14px; }

  .hero { height: 264px; min-height: 0; }
  .hero .txt .t1 { font-size: 26px; letter-spacing: 3px; }
  .hero .txt .t2 { font-size: 13px; letter-spacing: 3px; margin-top: 10px; }
  .hero .txt .line { width: 46px; height: 3px; margin: 16px auto; }
  .hero .txt .desc { font-size: 12px; letter-spacing: 1px; }
  .hero .txt .btns { gap: 10px; margin-top: 20px; }
  .hero .arrows button { width: 36px; height: 36px; font-size: 20px; }
  .hero .arrows .prev { left: 10px; }
  .hero .arrows .next { right: 10px; }
  .btn-primary, .btn-ghost { padding: 10px 24px; font-size: 13px; }

  .stats { padding: 36px 0; }
  .stats-grid { gap: 18px; }
  .stat b { font-size: 28px; }
  .stat b em { font-size: 20px; }
  .stat span { font-size: 12px; letter-spacing: 2px; }

  .notice-inner { height: 42px; gap: 10px; }
  .notice-label { padding: 0 10px; height: 26px; font-size: 12px; letter-spacing: 0; }
  .notice-item { font-size: 13px; }

  .intro-img img { height: 240px; }
  .intro-img::after { inset: 10px -10px -10px 10px; }
  .intro-txt h3 { font-size: 22px; margin-bottom: 14px; }
  .intro-feats { gap: 10px; margin-top: 18px; flex-wrap: wrap; }
  .intro-feats .f { padding: 12px 18px; flex: 1 1 auto; }
  .intro-feats .f b { font-size: 24px; }

  .service-card { padding: 26px 20px; }
  .service-card .s-ic { width: 56px; height: 56px; font-size: 26px; }

  .news-card .img { height: 200px; }

  .page-banner { height: 150px; }
  .page-banner .cn { font-size: 24px; letter-spacing: 4px; }
  .page-banner .en { font-size: 11px; letter-spacing: 4px; margin-top: 8px; }
  .crumbs { font-size: 12px; padding: 14px 2px; gap: 6px; }

  .page-layout { gap: 20px; }
  .page-main { padding: 20px 16px; border-radius: 12px; }
  .page-main .section-title { font-size: 19px; padding-bottom: 12px; margin-bottom: 20px; }
  .article { padding: 22px 16px; border-radius: 12px; }
  .article .title { font-size: 22px; }
  .article .meta { font-size: 12px; margin: 12px 0 20px; padding-bottom: 18px; }
  .article .meta span { margin: 0 6px; }
  .page-summary { padding: 14px 16px; font-size: 14px; }
  .page-cover { max-height: 220px; }
  .article-cover { max-height: 220px; margin-bottom: 18px; }

  /* 侧栏二级栏目 → 横向标签 */
  .side-nav { margin-bottom: 16px; border-radius: 12px; }
  .side-nav .hd { display: none; }
  .side-nav ul { display: flex; padding: 8px 10px; gap: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .side-nav li { flex-shrink: 0; }
  .side-nav li a { padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; white-space: nowrap; background: #fff; }
  .side-nav li a::after { display: none; }
  .side-nav li a:hover { padding-left: 16px; }
  .side-nav li a.active { background: var(--primary); border-color: var(--primary); color: #fff; }

  .list-item { flex-direction: column; align-items: flex-start; gap: 6px; padding: 18px 8px; }
  .list-item time { font-size: 12px; }
  .pager { gap: 6px; margin-top: 24px; }
  .pager a { padding: 6px 14px; font-size: 13px; }

  .news-filter { gap: 8px; }
  .news-filter a { padding: 6px 14px; font-size: 13px; }

  .contact-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .contact-item { padding: 20px 10px; }
  .contact-item .ic { width: 42px; height: 42px; font-size: 18px; }
  .contact-item b { font-size: 14px; }
  .contact-item span { font-size: 12px; }
  .about-card { padding: 26px 12px; }
  .ab-main { font-size: 22px; }

  .explore-section { padding: 56px 0; }
  .explore-grid { grid-template-columns: 1fr; gap: 24px; }
  .explore-img { aspect-ratio: 16 / 10; }
  .explore-title { padding: 13px 14px; font-size: 14px; }

  .honor-grid { grid-template-columns: 1fr; }
  .honor-img { height: 190px; }
  .gallery-stage { aspect-ratio: 4 / 3; }
  .gallery-thumbs .thumb { width: 76px; height: 54px; }
  .gallery-arrow { width: 34px; height: 34px; font-size: 18px; }

  .footer .container { padding-top: 22px; padding-bottom: 22px; }
  .footer-light .container { padding-top: 24px; padding-bottom: 24px; }
  .f-bar { gap: 6px 16px; }
  .f-bar a, .f-bar span { font-size: 12px; }
  .f-bar > *:not(:last-child)::after { display: none; }
  .footer-top { flex-direction: column; gap: 18px; text-align: center; }
  .footer-qr { flex-direction: column; }
  .footer-qr::after { right: 50%; transform: translateY(10px) translateX(50%); }
  .footer-qr:hover::after { transform: translateY(0) translateX(50%); }
}
