/* ========================================
   悦蓝里S酒店 - 样式表 v3「雪山蓝庭 · 温润科技」
   色彩来源：酒店实景照片（雪山蓝 #4A5D6E / 深海蓝 #243746 /
             暖沙米 #E8E2D9 / 胡桃木 #6B5643 / 黄铜金 #B89A6A / 朱砂红 #B83A32）
   布局：延续 Impeccable 杂志编辑风（衬线标题 / 去卡片化 / 指数缓动）
   依据 .impeccable.md v2 设计上下文
   ======================================== */

/* ---------- 设计 Token ---------- */
:root {
  /* 色彩 — 来自实景照片 */
  --abyss:   #1E2A36;  /* 深海墨蓝：hero 近山 / 页脚 */
  --ink-navy:#2C3D4C;  /* 主深蓝（近似床头背景墙） */
  --primary: #4A5D6E;  /* 雪山蓝 — 品牌识别色 */
  --primary-soft: #8FA4B3; /* 雾蓝 */
  --gold:    #B89A6A;  /* 黄铜金 — 克制点睛 */
  --gold-soft: #CBB48C;
  --gold-faint: #E7DCC6;
  --gold-ink: #8A6E3F; /* 深金 — 浅底金色文字，保证 WCAG 对比 */
  --gold-glow: rgba(184, 154, 106, 0.16);  /* hero 光晕 */
  --gold-shadow: rgba(184, 154, 106, 0.28); /* 按钮 hover 阴影 */
  --cinnabar:#B83A32;  /* 朱砂红 — 公区书架，仅 CTA/促销 */
  --walnut:  #6B5643;  /* 胡桃木 — 地板/门 */

  /* 中性色（暖沙相，替代 v2 的蓝相灰） */
  --paper:   #F7F5F2;  /* 主背景 — 纸白 */
  --paper-tint: #EFEAE2; /* 浅区背景 — 暖沙米 */
  --mist:    #E7E1D6;  /* 深一层面板 */
  --line:    #DDD5C7;  /* 分隔线 */
  --line-strong: #C9BDAE;
  --ink:     #2B2721;  /* 标题墨色（带暖相） */
  --ink-2:   #4A453C;  /* 正文 */
  --ink-3:   #7C7466;  /* 次要文字 */
  --white:   #FFFFFF;

  /* 字体 */
  --font-display: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
               "Hiragino Sans GB", "Microsoft YaHei", sans-serif;

  /* 字号 — 1.25 大三度模数 */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5625rem;
  --text-2xl: 1.953rem;
  --text-3xl: 2.441rem;
  --text-hero: clamp(2.6rem, 6.5vw, 4.2rem);

  /* 空间 — 4pt 体系 */
  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 12px;
  --sp-4: 16px; --sp-5: 24px; --sp-6: 32px;
  --sp-7: 48px; --sp-8: 64px; --sp-9: 96px;

  /* 动效 — 指数缓动 */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 0.15s;
  --dur: 0.3s;
  --dur-slow: 0.5s;

  /* 阴影 — 克制，带暖调 */
  --shadow-1: 0 1px 2px rgba(43, 39, 33, 0.05),
              0 4px 12px rgba(43, 39, 33, 0.04);
  --shadow-2: 0 2px 4px rgba(43, 39, 33, 0.06),
              0 14px 36px rgba(43, 39, 33, 0.09);
  --shadow-3: 0 4px 8px rgba(43, 39, 33, 0.07),
              0 28px 64px rgba(43, 39, 33, 0.14);

  --max-width: 1200px;

  /* 语义化扩展 — 双主题共用 */
  --bg-deep: var(--ink-navy);        /* 深背景表面（统计缎带 / 返回顶部 / 图标 hover） */
  --surface-card: var(--white);      /* 卡片表面（表单卡 / 输入框） */
  --line-navy: rgba(44, 61, 76, 0.45);   /* 深色描边（badge / outline 按钮） */
  --scroll-line: rgba(44, 61, 76, 0.18); /* hero 滚动指示线 */
  --header-bg: rgba(247, 245, 242, 0.88); /* 导航毛玻璃底 */
  --btn-outline-hover: rgba(44, 61, 76, 0.06);
  --line-primary: rgba(74, 93, 110, 0.45); /* hero-badge 描边 */

  /* Hero 雪山色（浅色 = 晨光） */
  --peak-far:  #A9BCC7;
  --peak-mid:  #4A5D6E;
  --peak-near: #243746;
  --peak-snow: #F2F5F6;
  --hero-sky: linear-gradient(178deg, #F0EBE2 0%, #E5E3DC 28%, #D6DFE3 58%, #C6D6DF 100%);
  --hero-mist-a: rgba(247, 245, 242, 0.55);
  --hero-mist-b: rgba(247, 245, 242, 0.4);

  /* z-index 分层（10/20/30/50 规范，header 保留 1000 级保证置顶） */
  --z-header: 1000;
  --z-backtop: 900;
  --z-overlay: 100;
  --z-base: 10;
}

/* ---------- 基础 ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.75;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

::selection { background: var(--gold-faint); color: var(--ink-navy); }

/* 键盘焦点环 — 全站统一 */
:focus-visible {
  outline: 2px solid var(--gold-ink);
  outline-offset: 3px;
  border-radius: 1px;
}
.form-group input:focus-visible,
.form-group textarea:focus-visible {
  outline: none; /* 输入框已有专属 focus 样式 */
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--sp-5);
}

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 12px 36px;
  border-radius: 2px;            /* 直角微圆 — 编辑感 */
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.12em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform var(--dur) var(--ease-out),
              background-color var(--dur) var(--ease-out),
              border-color var(--dur) var(--ease-out),
              color var(--dur) var(--ease-out),
              box-shadow var(--dur) var(--ease-out);
  white-space: nowrap;
}

.btn-primary {
  background: var(--gold);
  color: var(--ink-navy);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px var(--gold-shadow);
}

.btn-outline {
  background: transparent;
  color: var(--ink-navy);
  border-color: var(--line-navy);
}
.btn-outline:hover {
  background: var(--btn-outline-hover);
  border-color: var(--ink-navy);
  transform: translateY(-2px);
}

/* 按下反馈 — 回弹 + 微缩 */
.btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: none;
}

/* 表单提交中 — 禁用态 */
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-full { width: 100%; }

/* ---------- 导航栏 ---------- */
.header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 76px;
  background: var(--header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: var(--z-header);
  transition: box-shadow var(--dur) var(--ease-out),
              border-color var(--dur) var(--ease-out);
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  box-shadow: var(--shadow-1);
  border-bottom-color: var(--line);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: var(--sp-2);
}
.logo-img {
  height: 44px;
  width: auto;
  display: block;
}

.nav-menu { display: flex; gap: var(--sp-1); }
.nav-link {
  position: relative;
  padding: 10px 16px;
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  transition: color var(--dur-fast) var(--ease-out);
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur) var(--ease-out);
}
.nav-link:hover { color: var(--ink-navy); }
.nav-link:hover::after { transform: scaleX(1); }
.nav-link:focus-visible { color: var(--ink-navy); }
.nav-link:focus-visible::after { transform: scaleX(1); }
.nav-link.active { color: var(--ink-navy); }
.nav-link.active::after { transform: scaleX(1); }

/* 语言切换按钮 */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px; height: 44px;   /* 触控目标 ≥44px */
  padding: 0 10px;
  margin-left: var(--sp-2);
  background: none;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--ink-2);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  flex-shrink: 0;
  transition: color var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out),
              background-color var(--dur-fast) var(--ease-out),
              transform var(--dur) var(--ease-out);
}
.lang-toggle:hover {
  color: var(--gold-ink);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 11px;  /* 24px 内容 + 22px padding = 46px 触控目标 */
}
.menu-toggle span {
  width: 24px; height: 2px;
  background: var(--ink-navy);
  border-radius: 2px;
  transition: transform var(--dur) var(--ease-in-out),
              opacity var(--dur-fast) var(--ease-in-out);
}
.menu-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ---------- Hero — 雪山晨光 ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 55% at 80% 16%, var(--gold-glow) 0%, transparent 62%),
    var(--hero-sky);
  overflow: hidden;
}

/* 顶部品牌金线 */
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 154, 106, 0.6) 30%, rgba(184, 154, 106, 0.6) 70%, transparent);
  z-index: 3;
}

/* 雪山层 */
.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-peaks {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 58%;
  min-height: 320px;
}

/* 山间晨雾 */
.hero-mist {
  position: absolute;
  left: -10%; right: -10%; bottom: 34%;
  height: 26%;
  background:
    radial-gradient(ellipse 45% 100% at 30% 100%, var(--hero-mist-a) 0%, transparent 70%),
    radial-gradient(ellipse 50% 100% at 70% 100%, var(--hero-mist-b) 0%, transparent 70%);
  filter: blur(6px);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 76px;
  padding-bottom: 96px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  border: 1px solid var(--line-primary);
  border-radius: 1px;
  color: var(--primary);
  font-size: var(--text-xs);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: var(--sp-6);
  animation: heroReveal 0.8s var(--ease-out) both;
}
.hero-badge::before,
.hero-badge::after {
  content: '';
  width: 5px; height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
}

.hero-title {
  font-family: var(--font-display);
  font-size: var(--text-hero);
  font-weight: 700;
  color: var(--ink-navy);
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: var(--sp-5);
  animation: heroReveal 0.9s var(--ease-out) 0.12s both;
}
.hero-title em {
  font-style: normal;
  color: var(--gold-ink);
}

.hero-subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 300;
  color: var(--ink-2);
  margin-bottom: var(--sp-7);
  line-height: 1.9;
  letter-spacing: 0.04em;
  animation: heroReveal 0.9s var(--ease-out) 0.24s both;
}

.hero-cta {
  display: flex;
  gap: var(--sp-4);
  justify-content: center;
  flex-wrap: wrap;
  animation: heroReveal 0.9s var(--ease-out) 0.36s both;
}

.hero-scroll {
  position: absolute;
  bottom: var(--sp-6);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--ink-3);
  font-size: var(--text-xs);
  letter-spacing: 0.22em;
  z-index: 2;
  animation: heroReveal 1s var(--ease-out) 0.6s both;
}
.scroll-line {
  width: 1px;
  height: 44px;
  background: var(--scroll-line);
  margin: var(--sp-2) auto 0;
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: '';
  position: absolute;
  top: -50%; left: 0;
  width: 100%; height: 50%;
  background: var(--gold);
  animation: scrollDown 1.8s var(--ease-in-out) infinite;
}
@keyframes scrollDown {
  0% { top: -50%; }
  100% { top: 100%; }
}
@keyframes heroReveal {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- 数据统计 — 深海缎带 ---------- */
.stats-section {
  position: relative;
  background: var(--bg-deep);
  padding: var(--sp-8) 0;
}
.stats-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 154, 106, 0.45), transparent);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.stat-item { position: relative; padding: 0 var(--sp-4); }
.stat-item:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0; top: 12%; bottom: 12%;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 2.9rem);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: var(--sp-2);
  letter-spacing: 0.02em;
}
.stat-number::after {
  content: '+';
  font-size: 0.65em;
  color: var(--gold);
  margin-left: 2px;
}
.stat-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--text-sm);
  letter-spacing: 0.08em;
}

/* ---------- 通用 Section ---------- */
section { padding: var(--sp-9) 0; }

.section-header { margin-bottom: var(--sp-8); }
.section-header.center { text-align: center; }
.section-header.left { text-align: left; }

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: var(--sp-4);
}
.section-tag::before {
  content: '';
  width: 26px; height: 1px;
  background: var(--gold-ink);
}
.section-header.center .section-tag::after {
  content: '';
  width: 26px; height: 1px;
  background: var(--gold-ink);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: var(--sp-4);
}
.section-desc {
  font-size: var(--text-md);
  font-weight: 300;
  color: var(--ink-3);
  max-width: 56ch;
  line-height: 1.9;
}
.section-header.center .section-desc { margin: 0 auto; }

/* ---------- 关于我们 — 编辑左右式 ---------- */
.about-section { background: var(--paper); }
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--sp-8);
  align-items: start;
}

.about-text h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink-navy);
  margin-bottom: var(--sp-4);
}
.about-text p {
  margin-bottom: var(--sp-4);
  color: var(--ink-2);
  line-height: 2;
}
.about-lead {
  font-family: var(--font-display);
  font-size: var(--text-md);
  color: var(--ink);
  line-height: 2;
  margin-bottom: var(--sp-4);
}
.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-5);
}
.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: var(--gold-ink);
  background: var(--paper-tint);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
}
.about-features { margin-top: var(--sp-5); }
.about-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: var(--sp-3);
  font-size: var(--text-sm);
  color: var(--ink-2);
}
.about-philosophy {
  font-family: var(--font-display);
  color: var(--ink-navy);
  border-left: 2px solid var(--gold);
  padding-left: var(--sp-4);
  font-style: italic;
  margin-top: var(--sp-5);
}
.check-icon {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border: 1px solid var(--gold-ink);
  color: var(--gold-ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-icon svg { width: 11px; height: 11px; stroke-linecap: round; stroke-linejoin: round; }

/* 使命/愿景/理念 — 数字条目式 */
.about-visual {
  display: flex;
  flex-direction: column;
}
.about-card {
  position: relative;
  padding: var(--sp-5) var(--sp-5) var(--sp-5) 0;
  display: flex;
  gap: var(--sp-5);
  border-bottom: 1px solid var(--line);
  transition: padding-left var(--dur) var(--ease-out);
}
.about-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--dur) var(--ease-out);
}
.about-card:hover { padding-left: var(--sp-4); }
.about-card:hover::before { transform: scaleY(1); }

/* 荣誉实拍卡片（携程高档酒店榜） */
.about-card.about-award {
  display: block;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
}
.about-card.about-award::before { display: none; }
.about-card.about-award:hover { padding-left: 0; }
.award-img img {
  width: 100%;
  display: block;
}

.about-index {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--gold-ink);
  flex-shrink: 0;
  padding-top: 4px;
}
.about-card h4 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--ink-navy);
  margin-bottom: var(--sp-2);
  letter-spacing: 0.04em;
}
.about-card p {
  font-size: var(--text-sm);
  color: var(--ink-3);
  line-height: 1.85;
}

/* ---------- 酒店服务 — 细线分隔式 ---------- */
.services-section { background: var(--paper-tint); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--sp-8);
  row-gap: var(--sp-8);
}
.service-card {
  position: relative;
  padding-top: var(--sp-5);
  border-top: 1px solid var(--line-strong);
  transition: border-color var(--dur) var(--ease-out);
}
.service-card::after {
  content: '';
  position: absolute;
  top: -1px; left: 0;
  width: 56px; height: 2px;
  background: var(--gold);
  transition: width var(--dur) var(--ease-out);
}
.service-card:hover { border-top-color: var(--gold-faint); }
.service-card:hover::after { width: 100%; }

.service-icon {
  width: 48px; height: 48px;
  border: 1px solid var(--line-strong);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-5);
  transition: background-color var(--dur) var(--ease-out),
              color var(--dur) var(--ease-out),
              border-color var(--dur) var(--ease-out);
}
.service-icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
.service-card:hover .service-icon {
  background: var(--bg-deep);
  border-color: var(--bg-deep);
  color: var(--gold-soft);
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink-navy);
  margin-bottom: var(--sp-3);
}
.service-card p {
  font-size: var(--text-sm);
  color: var(--ink-2);
  line-height: 1.9;
  margin-bottom: var(--sp-4);
  max-width: 40ch;
}
.service-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold-ink);
  transition: gap var(--dur) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
/* 扩展点击区至 ≥44px，不改变视觉布局 */
.service-link::before {
  content: '';
  position: absolute;
  inset: -12px 0;
}
.service-link:hover { gap: 12px; color: var(--ink-navy); }

/* ---------- 选择理由 — 杂志数字网格 ---------- */
.advantages-section { background: var(--paper); }
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.advantage-item {
  position: relative;
  padding: var(--sp-7) var(--sp-6);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  transition: background-color var(--dur) var(--ease-out);
}
.advantage-item:nth-child(-n+3) { border-top: none; }
.advantage-item:nth-child(3n+1) { border-left: none; }
.advantage-item:hover { background: var(--paper-tint); }

.adv-number {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold-ink);
  margin-bottom: var(--sp-4);
  display: block;
}
.adv-content h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink-navy);
  margin-bottom: var(--sp-2);
}
.adv-content p {
  font-size: var(--text-sm);
  color: var(--ink-2);
  line-height: 1.9;
  max-width: 38ch;
}

/* ---------- 管理团队 — 金环头像 ---------- */
.team-section { background: var(--paper-tint); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
}
.team-card {
  padding: var(--sp-7) var(--sp-5);
  text-align: center;
  transition: transform var(--dur) var(--ease-out);
}
.team-card:hover { transform: translateY(-6px); }

.team-avatar {
  position: relative;
  width: 88px; height: 88px;
  margin: 0 auto var(--sp-5);
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  color: var(--ink-navy);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
.team-avatar::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.team-card:hover .team-avatar {
  border-color: var(--gold);
  color: var(--gold);
}
.team-card:hover .team-avatar::after {
  opacity: 1;
  transform: scale(1);
}

.team-card h3 {
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink-navy);
  margin-bottom: var(--sp-1);
}
.team-role {
  font-size: var(--text-xs);
  color: var(--gold-ink);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: var(--sp-3);
}
.team-desc {
  font-size: var(--text-sm);
  color: var(--ink-3);
  line-height: 1.85;
  max-width: 30ch;
  margin: 0 auto;
}

/* ---------- 联系我们 ---------- */
.contact-section { background: var(--paper); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: var(--sp-8);
  align-items: start;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
}
.contact-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: background-color var(--dur) var(--ease-out),
              border-color var(--dur) var(--ease-out);
}
.contact-item:hover .contact-icon {
  background: var(--bg-deep);
  border-color: var(--bg-deep);
}
.contact-icon svg { width: 20px; height: 20px; stroke-width: 1.5; }
.contact-item h4 {
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: var(--sp-1);
}
.contact-item p {
  font-size: var(--text-sm);
  color: var(--ink-3);
  line-height: 1.7;
}

.contact-qr {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  margin-top: var(--sp-6);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--line);
}
.qr-placeholder {
  width: 96px; height: 96px;
  border: 1px dashed var(--line-strong);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  color: var(--ink-3);
  background: var(--paper);
}
.contact-qr p {
  font-size: var(--text-sm);
  color: var(--ink-3);
  line-height: 1.8;
}

/* 表单 */
.contact-form-wrapper {
  background: var(--surface-card);
  padding: var(--sp-7);
  box-shadow: var(--shadow-1);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
}
.contact-form h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink-navy);
  margin-bottom: var(--sp-2);
}
.form-hint {
  font-size: var(--text-sm);
  color: var(--ink-3);
  margin-bottom: var(--sp-6);
}
.form-group { margin-bottom: var(--sp-5); }
.form-group label {
  display: block;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--ink);
  margin-bottom: var(--sp-2);
}
.required { color: var(--cinnabar); }
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: var(--text-sm);
  font-family: inherit;
  color: var(--ink);
  background: var(--surface-card);
  transition: border-color var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--ink-3);
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
}
.form-group textarea { resize: vertical; }
.form-success {
  display: none;
  margin-top: var(--sp-4);
  padding: 14px 16px;
  background: var(--paper-tint);
  border: 1px solid var(--gold-faint);
  border-radius: 2px;
  color: var(--gold-ink);
  font-size: var(--text-sm);
  line-height: 1.6;
}
.form-success.show { display: block; }

/* ---------- 页脚 — 深海墨蓝 ---------- */
.footer {
  position: relative;
  background: var(--abyss);
  color: rgba(255, 255, 255, 0.62);
  padding: var(--sp-8) 0 var(--sp-5);
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 154, 106, 0.45), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr 1.6fr;
  gap: var(--sp-7);
  margin-bottom: var(--sp-6);
}
.footer-brand { margin-bottom: var(--sp-4); }
.footer-brand .logo-img {
  height: 44px;
}
.footer-brand p {
  font-size: var(--text-sm);
  line-height: 1.9;
  max-width: 34ch;
  margin-top: var(--sp-4);
}
.footer-col h4 {
  color: var(--white);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: var(--sp-4);
}
.footer-col ul li {
  margin-bottom: var(--sp-2);
  font-size: var(--text-sm);
}
.footer-col ul li a {
  transition: color var(--dur-fast) var(--ease-out);
}
.footer-col ul li a:hover { color: var(--gold-soft); }
.footer-bottom {
  padding-top: var(--sp-5);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
}
.footer-bottom a { color: var(--gold-soft); }

/* ---------- 返回顶部 ---------- */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 46px; height: 46px;
  background: var(--bg-deep);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--dur) var(--ease-out),
              visibility var(--dur) var(--ease-out),
              transform var(--dur) var(--ease-out),
              background-color var(--dur-fast) var(--ease-out);
  z-index: var(--z-backtop);
  box-shadow: var(--shadow-2);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--gold);
  color: var(--ink-navy);
  transform: translateY(-3px);
}
.back-to-top svg { width: 20px; height: 20px; stroke-width: 1.8; }

/* ---------- 滚动进入动画 ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
  transition-delay: var(--stagger, 0ms);
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- 减少动态偏好 ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .fade-in { opacity: 1; transform: none; }
}

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-item:nth-child(-n+3) { border-top: 1px solid var(--line); }
  .advantage-item:nth-child(-n+2) { border-top: none; }
  .advantage-item:nth-child(3n+1) { border-left: 1px solid var(--line); }
  .advantage-item:nth-child(2n+1) { border-left: none; }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-6);
  }
}

@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: var(--sp-4) var(--sp-5);
    gap: var(--sp-1);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: transform var(--dur) var(--ease-out),
                opacity var(--dur) var(--ease-out),
                visibility var(--dur) var(--ease-out);
  }
  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-link { width: 100%; padding: 14px 8px; }
  .menu-toggle { display: flex; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: var(--sp-6); }
  .stat-item:nth-child(3)::before { display: none; }
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-6);
  }
  .services-grid,
  .advantages-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }
  .advantage-item,
  .advantage-item:nth-child(-n+3),
  .advantage-item:nth-child(2n+1) {
    border-top: 1px solid var(--line);
    border-left: none;
    padding: var(--sp-5) 0;
  }
  .advantage-item:first-child { border-top: none; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--sp-5); }
  .hero-cta { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 300px; }
  section { padding: var(--sp-8) 0; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item::before { display: none; }
  .container { padding: 0 var(--sp-4); }
  .contact-form-wrapper { padding: var(--sp-5); }
  .logo-text { font-size: 1.05rem; }
  .hero-peaks { height: 50%; }
}

/* ---------- 房型展示 ---------- */
.rooms-section { background: var(--paper-tint); }
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
}
.room-card {
  background: var(--paper);
  border: 1px solid var(--line);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.room-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-1);
}
.room-img {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--mist);
}
.room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--dur) var(--ease-out);
}
.room-card:hover .room-img img { transform: scale(1.05); }
.room-info { padding: var(--sp-4) var(--sp-4) var(--sp-5); }
.room-info h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  margin-bottom: var(--sp-2);
}
.room-info p {
  color: var(--ink-2);
  font-size: var(--text-sm);
  line-height: 1.7;
  margin-bottom: var(--sp-3);
}

/* ---------- 特色餐饮 ---------- */
.dining-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.dining-item {
  padding: var(--sp-5) 0;
  border-top: 2px solid var(--gold);
}
.dining-item h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  margin-bottom: var(--sp-2);
}
.dining-item p {
  color: var(--ink-2);
  font-size: var(--text-sm);
  line-height: 1.8;
}

/* ---------- 优惠活动 ---------- */
.offers-section { background: var(--paper-tint); }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.offer-card {
  background: var(--paper);
  padding: var(--sp-6);
  border: 1px solid var(--line);
  border-top: 2px solid var(--cinnabar);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-1);
}
.offer-tag {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--cinnabar);
  border: 1px solid var(--cinnabar);
  padding: 3px 10px;
  margin-bottom: var(--sp-3);
}
.offer-card h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  margin-bottom: var(--sp-2);
}
.offer-card p {
  color: var(--ink-2);
  font-size: var(--text-sm);
  line-height: 1.8;
  margin-bottom: var(--sp-3);
}

/* 响应式：房型/餐饮/优惠 */
@media (max-width: 992px) {
  .rooms-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .rooms-grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-4); }
  .dining-grid,
  .offers-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .rooms-grid { grid-template-columns: 1fr; }
}

/* 可点击电话链接 */
.tel-link {
  color: var(--gold-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-out);
}
.tel-link:hover {
  color: var(--cinnabar);
}

/* 可点击地址（地图导航） */
.addr-link {
  color: var(--gold-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-out);
}
.addr-link:hover {
  color: var(--cinnabar);
}

/* ---------- 一键导航 CTA ---------- */
.nav-cta {
  background: var(--ink-navy);
  padding: var(--sp-8) 0;
}
.nav-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  flex-wrap: wrap;
}
.nav-cta-text h2 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--white);
  margin-bottom: var(--sp-2);
}
.nav-cta-text p {
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--text-sm);
  line-height: 1.7;
}
.nav-cta-btns {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .nav-cta-inner { flex-direction: column; text-align: center; }
  .nav-cta-btns { justify-content: center; }
}

/* 页脚二维码 - 双码并排（固定尺寸） */
.footer-qr { text-align: left; }
.footer-qr .qr-grid {
  display: flex;
  gap: var(--sp-3);
  margin-top: var(--sp-2);
  flex-wrap: nowrap;
}
.footer-qr .qr-grid .qr-item {
  text-align: left;
  flex: 0 0 auto;
}
.footer-qr .qr-grid .qr-item .qr-img {
  background: var(--white);
  padding: 5px;
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-sizing: border-box;
}
.footer-qr .qr-grid .qr-item .qr-img img {
  display: block;
  width: 104px;
  height: 104px;
  object-fit: contain;
}
.footer-qr .qr-grid .qr-item .qr-caption {
  margin-top: 6px;
  color: var(--ink-3);
  font-size: var(--text-xs);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .footer-qr .qr-grid .qr-item .qr-img { width: 100px; height: 100px; }
  .footer-qr .qr-grid .qr-item .qr-img img { width: 88px; height: 88px; }
}

/* 可点击邮箱链接 */
.email-link {
  color: var(--gold-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-out);
}
.email-link:hover {
  color: var(--cinnabar);
}

/* ---------- 悦游攻略 ---------- */
.guide-section { background: var(--paper); }
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}
.guide-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(30, 42, 54, 0.12);
}
.guide-cover {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: var(--white);
  letter-spacing: 0.3em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.cover-1 { background: linear-gradient(135deg, #3a4a5c, #1e2a36); }
.cover-2 { background: linear-gradient(135deg, #c96f3a, #8a3b28); }
.cover-3 { background: linear-gradient(135deg, #b89a6a, #7a5c3a); }
.guide-body { padding: var(--sp-5); }
.guide-body h3 {
  font-family: var(--font-display);
  font-size: var(--text-md);
  color: var(--ink-navy);
  margin-bottom: var(--sp-2);
}
.guide-excerpt {
  color: var(--ink-3);
  font-size: var(--text-sm);
  line-height: 1.8;
  margin-bottom: var(--sp-4);
}
.guide-read {
  display: inline-block;
  background: none;
  border: 1px solid var(--gold);
  color: var(--gold-ink);
  padding: 7px 18px;
  border-radius: 2px;
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-out);
}
.guide-read:hover {
  background: var(--gold);
  color: var(--white);
}
@media (max-width: 768px) {
  .guide-grid { grid-template-columns: 1fr; }
}

/* ---------- 文章弹窗 ---------- */
.article-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--sp-5);
}
.article-modal.open { display: flex; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 42, 54, 0.65);
  backdrop-filter: blur(2px);
}
.modal-panel {
  position: relative;
  background: var(--white);
  width: 100%;
  max-width: 720px;
  max-height: 82vh;
  overflow-y: auto;
  border-radius: 8px;
  padding: var(--sp-7);
  animation: modalIn 0.3s var(--ease-out);
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.modal-close {
  position: absolute;
  top: 14px; right: 18px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: var(--ink-3);
  cursor: pointer;
  transition: color var(--dur-fast) var(--ease-out);
}
.modal-close:hover { color: var(--cinnabar); }
.modal-title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: var(--ink-navy);
  margin-bottom: var(--sp-4);
  padding-right: 40px;
}
.modal-content {
  color: var(--ink-2);
  font-size: var(--text-sm);
  line-height: 2.1;
}
.modal-content p { margin-bottom: var(--sp-4); }
