/* ===== 首页改版 - 新增样式 ===== */

/* ===== 顶部导航栏 - rd-navbar 仿红设计 ===== */
.page-header.header2 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #eee;
  height: 72px;
}
.rd-navbar-wrap {
  position: static !important;
  background: transparent;
}
.rd-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8vw;
  height: 72px;
  background: transparent !important;
}
.rd-navbar .container {
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}
.rd-navbar-inner {
  display: flex;
  align-items: center;
  height: 72px;
}
.rd-navbar-panel {
  display: flex;
  align-items: center;
}
.rd-navbar-brand { margin: 0; }
.rd-navbar-brand .brand { display: flex; align-items: center; }
.rd-navbar-brand img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.rd-navbar-nav-wrap.nav_row {
  display: flex;
  align-items: center;
  background: transparent !important;
  box-shadow: none !important;
}
.rd-navbar-nav-wrap .container {
  padding: 0;
}
.rd-navbar-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rd-nav-item {
  position: relative;
  list-style: none;
}
/* 悬停桥：消除鼠标从导航移到下拉菜单时的空隙 */
.rd-nav-item::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.rd-nav-link {
  display: block;
  padding: 0;
  color: #444;
  font-size: 15px;
  line-height: 72px;
  text-decoration: none;
  background: none;
  border: none;
  letter-spacing: 0;
}
.rd-nav-link:hover,
.rd-nav-item.active > .rd-nav-link {
  color: #0069ff;
  background: transparent;
}

/* 下拉菜单 - rd-navbar-dropdown */
ul.rd-menu.rd-navbar-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 8px 0;
  margin: 0;
  list-style: none;
  z-index: 999;
}
.rd-nav-item:hover > ul.rd-menu.rd-navbar-dropdown { display: block; }
.rd-dropdown-item {
  list-style: none;
}
.rd-dropdown-link {
  display: block;
  padding: 8px 22px;
  color: #444;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.rd-dropdown-link:hover,
.rd-dropdown-item.active > .rd-dropdown-link {
  color: #0069ff;
  background: #f8f9ff;
}

/* 移动端rd-navbar-toggle隐藏（由JS控制） */
.rd-navbar-toggle {
  display: none;
}

/* Hero区域 - 保留以备后续使用 */
/* .hero-section {
  position: relative;
  height: 420px;
  background: url(../images/case-1.jpg) center center / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 8vw;
  color: #fff;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0,0,0,.55), rgba(0,0,0,.08));
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-content h1 {
  margin: 0 0 12px;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
}
.hero-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,.86);
} */

/* 通用节标题 */
.section-title { text-align: center; margin-bottom: 34px; }
.section-title h2 { margin: 0; font-size: 32px; font-weight: 500; letter-spacing: 0; color: #222; }
.section-title p { margin: 8px 0 0; font-size: 14px; color: #777; text-transform: uppercase; }

/* 入口网格 */
.entry-section { padding: 56px 7vw 56px; }
.entry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
.entry-card { position: relative; min-height: 230px; overflow: hidden; background: #111; border-radius: 0; }
.entry-card a { display: block; width: 100%; height: 100%; }
.entry-card img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; display: block; opacity: .82; transition: transform .4s ease; }
.entry-card:hover img { transform: scale(1.05); }
.entry-card span { position: absolute; left: 22px; bottom: 22px; color: #fff; font-size: 22px; font-weight: 500; text-shadow: 0 1px 4px rgba(0,0,0,.5); pointer-events: none; }

/* 关于华裕 */
.about-section { background: #fff; padding-top: 50px; padding-bottom: 48px; }
.about-brand { text-align: center; margin-bottom: 28px; }
.about-brand h2 { margin: 0; font-size: 25px; font-weight: 400; color: #111; letter-spacing: 0; }
.about-brand p { margin: 4px 0 0; font-size: 22px; font-weight: 700; color: #0069ff; letter-spacing: .02em; }
.about-text { max-width: 1060px; margin: 0 auto; color: #111; font-size: 13px; line-height: 2.05; text-align: left; }
.about-text p { margin: 0 0 16px; text-indent: 2em; }

/* 企业历程 */
.history-section { background: #fff; padding-top: 48px; padding-bottom: 48px; }
.history-layout { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(390px, 42%) 1fr; gap: 38px; align-items: start; }
.history-photos { display: grid; gap: 14px; margin-top: 54px; }
.history-photo { aspect-ratio: 16 / 9; min-height: 0; background-color: #f5f5f5; background-position: center; background-size: contain; background-repeat: no-repeat; position: relative; overflow: hidden; border: 1px solid #eee; }
.history-panel { padding: 0; }
.history-section .section-title { text-align: left; margin-bottom: 16px; }
.history-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 2px; }
.history-item { display: grid; grid-template-columns: 56px 1fr; gap: 12px; align-items: start; padding: 2px 0; border-bottom: 0; }
.history-year { color: #9a6a28; font-size: 14px; font-weight: 700; line-height: 1.55; white-space: nowrap; }
.history-text { margin: 0; color: #222; font-size: 13px; line-height: 1.55; }

/* 荣誉资质 */
.honors-section { background: #fafafa; padding-top: 46px; padding-bottom: 46px; }
.honors-section .section-title { margin-bottom: 24px; }
.honor-strip { max-width: 1180px; margin: 0 auto; overflow-x: auto; padding: 8px 18px 16px; scroll-snap-type: x proximity; scroll-padding-left: 18px; -webkit-overflow-scrolling: touch; }
.honor-track { display: flex; gap: 14px; min-width: max-content; }
.honor-card { width: 224px; flex: 0 0 224px; background: #fff; border: 1px solid #eee; padding: 10px; box-shadow: 0 8px 22px rgba(0,0,0,.04); scroll-snap-align: start; }
.honor-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; display: block; background: #f8f8f8; }
.honor-title { margin: 10px 0 2px; color: #222; font-size: 14px; font-weight: 600; line-height: 1.45; text-align: center; }
.honor-desc { margin: 0; color: #777; font-size: 12px; line-height: 1.45; text-align: center; }
.honor-note { max-width: 1180px; margin: 10px auto 0; color: #777; font-size: 13px; text-align: center; }

/* 酒店品牌合作矩阵 */
.partners-section { padding: 36px 7vw 66px; background: #fff; }
.partners-section .section-title { margin-bottom: 18px; }
.partners-wrap { max-width: 1180px; margin: 0 auto; overflow-x: auto; padding-bottom: 8px; }
.partners-wrap img { display: block; width: 100%; height: auto; margin: 0 auto; }

/* ===== 响应式 ===== */
@media (max-width: 900px) {
  /* 导航响应式 - rd-navbar */
  .page-header.header2 { height: 62px; }
  .rd-navbar { padding: 0 6vw; height: 62px; }
  .rd-navbar-inner { height: 62px; }
  .rd-navbar-brand img { height: 38px; }
  .rd-nav-item { width: 100%; }
  .rd-nav-link { line-height: 44px; }
  .rd-nav-link { border-bottom: 1px solid #f0f0f0; }

  /* 移动端滑出面板背景 */
  .rd-navbar-nav-wrap.nav_row {
    background: #fff !important;
  }
  /* 移动端导航面板布局修复 */
  .rd-navbar-fixed .rd-navbar-nav-wrap {
    padding: 12px 0 !important;
    background: #fff !important;
    width: 280px;
  }
  .rd-navbar-fixed .rd-navbar-nav {
    margin: 0;
    width: 280px;
  }
  .rd-navbar-fixed .rd-navbar-nav li > a {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    background: transparent;
  }
  .rd-navbar-fixed .rd-navbar-nav li:hover > a,
  .rd-navbar-fixed .rd-navbar-nav li.focus > a,
  .rd-navbar-fixed .rd-navbar-nav li.active > a,
  .rd-navbar-fixed .rd-navbar-nav li.opened > a {
    color: #0069ff;
    background: transparent !important;
  }
  .rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #444;
  }
  .rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    height: 44px;
    line-height: 44px;
    padding-right: 20px;
    color: #999;
  }
  .rd-navbar-fixed .rd-megamenu-list > li > a,
  .rd-navbar-fixed .rd-navbar-dropdown > li > a {
    padding: 8px 20px 8px 36px;
    font-size: 14px;
    color: #666 !important;
    background: transparent !important;
  }
  .rd-navbar-fixed .rd-megamenu-list:hover > a,
  .rd-navbar-fixed .rd-megamenu-list.focus > a,
  .rd-navbar-fixed .rd-megamenu-list.active > a,
  .rd-navbar-fixed .rd-megamenu-list.opened > a,
  .rd-navbar-fixed .rd-navbar-dropdown:hover > a,
  .rd-navbar-fixed .rd-navbar-dropdown.focus > a,
  .rd-navbar-fixed .rd-navbar-dropdown.active > a,
  .rd-navbar-fixed .rd-navbar-dropdown.opened > a {
    color: #0069ff !important;
    background: transparent !important;
  }
  .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown {
    padding: 0;
  }
  ul.rd-menu.rd-navbar-dropdown {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 16px;
  }
  .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown {
    display: block !important;
  }

  .section-title h2 { font-size: 26px; }
  .section-title p { font-size: 13px; }

  .entry-section { padding: 20px 16px ; }
  .entry-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .entry-card, .entry-card img { min-height: 150px; }
  .entry-card span { left: 14px; bottom: 14px; font-size: 18px; }

  .about-section { padding-top: 34px; padding-bottom: 34px; padding-left: 20px;padding-right: 20px;}
  .about-brand { margin-bottom: 20px; }
  .about-brand h2 { font-size: 23px; }
  .about-brand p { font-size: 19px; }
  .about-text { font-size: 13px; line-height: 1.85; }
  .about-text p { text-indent: 2em; }

  .history-section { padding-top: 34px; padding-bottom: 30px; }
  .history-layout { display: block; padding-right: 0; }
  .history-photos { margin-top: 0; margin-bottom: 26px; gap: 10px; }
  .history-section .section-title { text-align: center; margin-bottom: 20px; }
  .history-list { gap: 8px; }
  .history-item { grid-template-columns: 52px 1fr; gap: 10px; padding-bottom: 8px; }
  .history-year { font-size: 14px; }
  .history-text { font-size: 13px; line-height: 1.65; }

  .honors-section { padding-top: 34px; padding-bottom: 34px; }
  .honor-strip { padding: 8px 14px 12px; scroll-padding-left: 14px; }
  .honor-track { gap: 10px; }
  .honor-card { width: 168px; flex-basis: 168px; padding: 8px; }
  .honor-title { font-size: 13px; }

  .partners-section { padding: 36px 12px 44px; }
  .partners-wrap { text-align: left; }
  .partners-wrap img { width: 880px; min-width: 880px; max-width: none; margin: 0; }
}
