@charset "utf-8";
/* ============================================================
   高端进口家具官网 · 首页样式
   配色：底 #fffffe / 主金 #d08c4c / 辅金 #f7c462
   适配：PC >=1200px · 平板布局 768-1199 · 手机菜单 ≤1023px · 手机布局 <768px
   ============================================================ */

/* ---------- 变量 ---------- */
:root {
  --bg: #fffffe;
  --surface: #faf9f5;
  --surface-2: #f4f1ea;
  --gold: #d08c4c;
  --gold-light: #f7c462;
  --gold-dark: #a96c34;
  --gold-soft: rgba(208, 140, 76, .12);
  --ink: #1a1815;
  --ink-2: #57534c;
  --ink-3: #8c877e;
  --line: #e9e5dd;
  --line-2: #d8d2c6;
  --white: #ffffff;
  --shadow: 0 8px 30px rgba(26, 24, 21, .07);
  --shadow-lg: 0 18px 50px rgba(26, 24, 21, .13);
  --radius: 4px;
  --wrap: 1400px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --font-sans: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- 基础重置 ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  /* clip 不创建滚动包含块，避免打断 position:sticky */
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
li { list-style: none; }
img { display: block; max-width: 100%; border: 0; }
button, input { font-family: inherit; outline: none; border: 0; background: none; }
i, em { font-style: normal; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.clearfix::after { content: ""; display: block; clear: both; }

/* ---------- 区块标题 ---------- */
.sec { padding: 76px 0; }
.sec--alt { background: var(--surface); }
.sec__head { text-align: center; margin-bottom: 44px; }
.sec__en {
  display: block;
  font-size: 12px;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.sec__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--ink);
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.sec__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 2px;
  margin-left: -23px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.sec__desc { margin-top: 14px; font-size: 16px; color: var(--ink-3); letter-spacing: .05em; }

/* ---------- 通用按钮 ---------- */
.btn-more {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid var(--line-2);
  color: var(--ink-2);
  font-size: 13px;
  letter-spacing: .18em;
  background: transparent;
  transition: all .35s var(--ease);
  position: relative;
  cursor: pointer;
}
.btn-more:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-soft);
}
.btn-more--center {
  display: block;
  width: max-content;
  min-width: 190px;
  max-width: calc(100% - 40px);
  margin: 40px auto 0;
  padding-left: 36px;
  padding-right: 36px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

/* ============================================================
   Header
   ============================================================ */
.hd {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 120;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), height .4s var(--ease);
}
.hd__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 92px;
  gap: 24px;
}
.hd.is-fixed {
  position: fixed;
  background: rgba(255, 255, 254, .97);
  backdrop-filter: saturate(180%) blur(8px);
  box-shadow: 0 1px 0 var(--line), 0 4px 20px rgba(26, 24, 21, .05);
}
.hd.is-fixed .hd__inner { height: 70px; }

/* Logo */
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; align-self: center; }
.logo__mark { width: 38px; height: 38px; flex-shrink: 0; }
.logo__text { display: flex; flex-direction: column; line-height: 1.15; }
.logo__cn {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .18em;
  color: var(--gold);
  transition: color .35s var(--ease);
}
.logo__en {
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink-3);
  transition: color .35s var(--ease);
}

/* 导航 */
.nav {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  position: relative;
  z-index: 95;
}
.nav > li {
  position: relative;
  display: flex;
  align-items: center;
}
.nav > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
  height: 100%;
  font-size: 16px;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .92);
  transition: color .3s var(--ease);
  position: relative;
}
.nav > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  /* 链接已拉满顶栏高度，不能用 bottom；贴在文字下方 */
  top: calc(50% + .75em);
  bottom: auto;
  width: 0; height: 1px;
  background: var(--gold-light);
  transition: width .35s var(--ease);
  transform: translateX(-50%);
}
.nav > li > a:hover::after,
.nav > li.is-active > a::after,
.nav > li:focus-within > a::after { width: 26px; }
.hd.is-fixed .nav > li > a { color: var(--ink); }
.hd.is-fixed .nav > li > a:hover,
.hd.is-fixed .nav > li:focus-within > a { color: var(--gold); }

/* 桌面：隐藏移动端展开按钮 */
.nav .nav-toggle { display: none; }

/* 一级下箭头 / 二三级右箭头 */
.nav .nav-caret {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  opacity: .75;
  flex-shrink: 0;
}
.nav .sub-menu .nav-caret {
  margin-left: auto;
  margin-top: 0;
  transform: rotate(-45deg);
  opacity: .45;
}

/* 二级 / 三级下拉 */
.nav .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(26, 24, 21, .1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s var(--ease), visibility .15s var(--ease);
  z-index: 100;
}
/* 透明热区：填平一级与下拉之间的视觉空隙，鼠标移入不断档 */
.nav > li > .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.nav > li:hover > .sub-menu,
.nav > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nav .sub-menu li {
  position: relative;
  margin: 0;
}
.nav .sub-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--ink);
  white-space: nowrap;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav .sub-menu a:hover,
.nav .sub-menu li:focus-within > a,
.nav .sub-menu .current-menu-item > a {
  color: var(--gold);
  background: var(--gold-soft);
}
.nav .sub-menu .sub-menu {
  top: -8px;
  left: calc(100% - 4px);
}
.nav .sub-menu > li:hover > .sub-menu,
.nav .sub-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* 二三级之间同样补一条热区，斜着移过去也不易断 */
.nav .sub-menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 8px;
}

/* 靠近右缘时三级向左飞出（靠 JS 加类；无 JS 时仍向右） */
.nav .sub-menu .sub-menu.is-flip {
  left: auto;
  right: calc(100% - 4px);
}

/* 右侧工具 */
.hd__tools {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  align-self: center;
}
/* form.search：避免与 WP 搜索结果页 body.search 冲突 */
form.search {
  display: flex;
  align-items: center;
  width: 208px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 34px;
  transition: all .35s var(--ease);
}
form.search input {
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: 12.5px;
  color: var(--white);
  letter-spacing: .06em;
}
form.search input::placeholder { color: rgba(255, 255, 255, .6); }
form.search .search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
}
form.search .search__btn svg { width: 14px; height: 14px; stroke: rgba(255, 255, 255, .85); }
.hd.is-fixed form.search { border-color: var(--line-2); }
.hd.is-fixed form.search input { color: var(--ink); }
.hd.is-fixed form.search input::placeholder { color: var(--ink-3); }
.hd.is-fixed form.search .search__btn svg { stroke: var(--ink-3); }

.tools { display: flex; align-items: center; gap: 16px; }
.tool {
  width: 22px; height: 22px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool svg { width: 19px; height: 19px; stroke: rgba(255, 255, 255, .9); fill: none; stroke-width: 1.4; transition: stroke .3s var(--ease), fill .3s var(--ease); }
.tool:hover svg { stroke: var(--gold-light); }
.hd.is-fixed .tool svg { stroke: var(--ink-2); }
.hd.is-fixed .tool:hover svg { stroke: var(--gold); }
/* WhatsApp：实心图标（与路径 fill 一致） */
.tool svg.tool__icon--wa,
.tool svg.tool__icon--wx {
  fill: rgba(255, 255, 255, .9);
  stroke: none;
}
.tool:hover svg.tool__icon--wa,
.tool:hover svg.tool__icon--wx { fill: var(--gold-light); }
.hd.is-fixed .tool svg.tool__icon--wa,
.hd.is-fixed .tool svg.tool__icon--wx { fill: var(--ink-2); }
.hd.is-fixed .tool:hover svg.tool__icon--wa,
.hd.is-fixed .tool:hover svg.tool__icon--wx { fill: var(--gold); }

/* PC：电话 / WhatsApp hover 浮层 */
.tool--drop { width: auto; height: auto; padding: 6px 0; }
.tool--drop > svg { width: 19px; height: 19px; display: block; }
.tool__pop {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 36px rgba(26, 24, 21, .16);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .28s var(--ease);
  z-index: 100;
}
.tool--drop:hover .tool__pop,
.tool--drop:focus-within .tool__pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.tool__pop::before {
  content: "";
  position: absolute;
  top: -6px; left: 50%;
  width: 10px; height: 10px;
  margin-left: -5px;
  background: var(--white);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  transform: rotate(45deg);
}
.tool__pop--phone {
  min-width: 176px;
  padding: 10px 0;
  white-space: nowrap;
}
.tool__pop--phone a {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 18px;
  font-size: 16px;
  letter-spacing: .04em;
  color: var(--ink);
  transition: color .25s var(--ease), background .25s var(--ease);
}
.tool__pop--phone a span {
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: .08em;
}
.tool__pop--phone a:hover { color: var(--gold); background: var(--gold-soft); }
.tool__pop--wx {
  padding: 14px 14px 12px;
  text-align: center;
}
.tool__qr {
  width: 112px;
  height: 112px;
  margin: 0 auto 8px;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}
.tool__qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tool__pop--wx p {
  font-size: 13px;
  color: var(--ink-2);
  letter-spacing: .08em;
}

/* 手机顶栏专用：默认隐藏，≤1023 显示 */
.hd__m-left { display: none; align-items: center; gap: 8px; flex-shrink: 0; z-index: 92; }
.m-ico {
  display: none;
  width: 36px; height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: inherit;
  z-index: 92;
  position: relative;
}
.m-ico svg {
  width: 20px; height: 20px;
  stroke: rgba(255, 255, 255, .92);
  fill: none;
  stroke-width: 1.5;
  transition: stroke .3s var(--ease);
}
.hd.is-fixed .m-ico svg { stroke: var(--ink); }

/* 汉堡按钮 */
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; z-index: 92; position: relative; }
.burger span { display: block; width: 22px; height: 1.5px; background: var(--white); transition: all .3s var(--ease); }
.hd.is-fixed .burger span { background: var(--ink); }
.burger.is-open span { background: var(--ink); }
.burger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ============================================================
   手机端全屏菜单：分类 / 品牌双 Tab
   ============================================================ */
.mnav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 200;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s var(--ease), visibility .3s var(--ease);
}
.mnav.is-open { opacity: 1; visibility: visible; }
.mnav__top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 8px;
  flex-shrink: 0;
}
.mnav__close {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; flex-shrink: 0; color: var(--ink);
}
.mnav__close svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.mnav__search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line-2);
  border-radius: 40px;
  background: var(--surface);
  min-width: 0;
}
.mnav__search .search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
}
.mnav__search .search__btn svg { width: 16px; height: 16px; stroke: var(--ink-3); }
.mnav__search input {
  flex: 1; min-width: 0; height: 100%;
  font-size: 15px; color: var(--ink); background: transparent;
}
.mnav__search input::placeholder { color: var(--ink-3); }

.mnav__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 32px;
}
.mnav__tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mnav__tree li {
  position: relative;
  border-bottom: 1px solid var(--line);
}
.mnav__tree .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--surface);
}
.mnav__tree li.is-open > .sub-menu { display: block; }
.mnav__tree .sub-menu li { border-bottom: 1px solid var(--line-2); }
.mnav__tree .sub-menu .sub-menu { background: var(--bg); }
.mnav__tree a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 52px 16px 20px;
  font-size: 16px;
  letter-spacing: .06em;
  color: var(--ink);
  line-height: 1.35;
}
.mnav__tree .sub-menu a {
  padding-left: 32px;
  font-size: 15px;
}
.mnav__tree .sub-menu .sub-menu a {
  padding-left: 44px;
  font-size: 14px;
  color: var(--ink-2);
}
.mnav__tree .nav-caret { display: none; }
.mnav__tree .nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--ink-3);
}
.mnav__tree .nav-toggle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform .2s var(--ease);
}
.mnav__tree li.is-open > .nav-toggle { color: var(--gold); }
.mnav__tree li.is-open > .nav-toggle::before {
  transform: rotate(225deg);
  margin-top: 2px;
}
.mnav__tree .current-menu-item > a,
.mnav__tree a:hover { color: var(--gold); }

.mnav__tabs {
  display: flex;
  justify-content: center;
  gap: 48px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.mnav__tab {
  position: relative;
  padding: 14px 4px 12px;
  font-size: 16px;
  letter-spacing: .16em;
  color: var(--ink);
  cursor: pointer;
}
.mnav__tab.is-active { color: var(--gold); }
.mnav__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: var(--gold);
}

.mnav__pane {
  display: none;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.mnav__pane.is-active { display: flex; }

.mnav__side {
  width: 108px;
  flex-shrink: 0;
  padding: 18px 0 28px 16px;
  overflow-y: auto;
  background: var(--bg);
}
.mnav__side li {
  padding: 16px 8px 16px 0;
  font-size: 16px;
  letter-spacing: .06em;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.35;
}
.mnav__side li.is-active { color: var(--gold); font-weight: 500; }
.mnav__go {
  width: 6px; height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 2px;
}

.mnav__main {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
  padding: 18px 16px 32px 8px;
  background: var(--surface);
}
.mnav__panel { display: none; }
.mnav__panel.is-active { display: block; animation: fadeUp .35s var(--ease); }
.mnav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 12px;
}
.mnav__card {
  display: block;
  min-width: 0;
  text-align: center;
}
.mnav__card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--surface-2);
  display: block;
}
.mnav__card span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: .08em;
  color: var(--ink);
}

.mnav__brands {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 14px 8px 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
  background: var(--surface);
}
.mnav__bk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 72px;
  padding: 12px 8px;
  background: var(--bg);
  border: 1px solid var(--line);
  text-align: center;
  min-width: 0;
}
.mnav__bk img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}
.mnav__bk b {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ink);
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.mnav__bk small {
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--ink-3);
}
.mnav__letters {
  width: 22px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 16px 0 24px;
  overflow-y: auto;
  background: var(--bg);
}
.mnav__letters button {
  width: 18px;
  height: 16px;
  font-size: 10px;
  color: var(--ink-3);
  cursor: pointer;
  letter-spacing: 0;
  line-height: 1;
}
.mnav__letters button:hover { color: var(--gold); }

/* ============================================================
   进口家具 · 侧滑菜单（仅 >1023px；≤1023 走 mnav）
   ============================================================ */
.mega {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 66.67%;
  min-width: 640px;
  z-index: 300;
  background: var(--bg);
  box-shadow: -18px 0 50px rgba(26, 24, 21, .14);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .5s var(--ease), visibility 0s linear .5s;
}
.mega.is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform .5s var(--ease);
}
.mega__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 32px 0;
}
.mega__top-ico {
  width: 40px; height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: border-color .3s var(--ease);
}
.mega__top-ico svg { width: 17px; height: 17px; stroke: var(--ink-2); fill: none; stroke-width: 1.6; transition: stroke .3s var(--ease), fill .3s var(--ease); }
.mega__top-ico:hover { border-color: var(--gold); }
.mega__top-ico:hover svg { stroke: var(--gold); }
.mega__top-ico svg.tool__icon--wa,
.mega__top-ico svg.tool__icon--wx { fill: var(--ink-2); stroke: none; }
.mega__top-ico:hover svg.tool__icon--wa,
.mega__top-ico:hover svg.tool__icon--wx { fill: var(--gold); stroke: none; }
.mega__close {
  margin-left: 16px;
  display: flex; align-items: center; gap: 7px;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: .12em;
  cursor: pointer;
  transition: color .3s var(--ease);
}
.mega__close svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.mega__close:hover { color: var(--gold); }

.mega__search {
  margin: 16px 32px 0;
  display: flex; align-items: center; gap: 14px;
  padding: 12px 4px;
  border-bottom: 1px solid var(--line-2);
}
.mega__search .search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
}
.mega__search .search__btn svg,
.mega__search > svg { width: 18px; height: 18px; stroke: var(--ink-2); fill: none; stroke-width: 1.8; flex-shrink: 0; }
.mega__search input { flex: 1; font-size: 16px; color: var(--ink); letter-spacing: .06em; }
.mega__search input::placeholder { color: var(--ink-3); }

.mega__body {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: .7fr 1.3fr 1.3fr;
  gap: 22px;
  padding: 32px 32px 16px;
}
.mega__body--no-feat {
  grid-template-columns: .7fr 1.3fr;
}
/* 关键：三栏最小宽度归零，图片固有尺寸不再参与轨道计算，
   否则精选大图会把右栏轨道撑到 560px+，盖住中间栏 */
.mega__body > * { min-width: 0; }
.mega__groups { display: flex; flex-direction: column; gap: 6px; }
.mega__groups li {
  display: flex; align-items: center; gap: 9px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--ink);
  padding: 15px 0;
  cursor: pointer;
  transition: color .3s var(--ease);
}
.mega__groups li svg {
  width: 13px; height: 13px;
  stroke: var(--gold); fill: none; stroke-width: 2;
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.mega__groups li:hover { color: var(--gold); }
.mega__groups li.is-active { color: var(--ink); }
.mega__groups li.is-active svg { opacity: 1; }

.mega__subs { position: relative; min-height: 0; }
.mega__subpane { display: none; flex-direction: column; }
.mega__subpane.is-active { display: flex; animation: fadeUp .4s var(--ease); }
.mega__subpane a {
  font-size: 16px;
  color: var(--ink-2);
  letter-spacing: .08em;
  padding: 13px 0;
  transition: color .3s var(--ease);
}
.mega__subpane a:hover { color: var(--gold); }

.mega__feats { overflow-y: auto; min-height: 0; scrollbar-gutter: stable; padding-right: 8px; }
/* 精细滚动条 */
.mega__feats::-webkit-scrollbar { width: 4px; }
.mega__feats::-webkit-scrollbar-track { background: transparent; }
.mega__feats::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 4px; }
.mega__feats::-webkit-scrollbar-thumb:hover { background: var(--gold); }
.mega__feats { scrollbar-width: thin; scrollbar-color: var(--line-2) transparent; }
/* 右侧精选组：与左侧栏目一一对应 */
.mega__featset { display: none; }
.mega__featset.is-active { display: block; animation: fadeUp .4s var(--ease); }
.mega__feat-ti { font-size: 18px; font-weight: 600; letter-spacing: .08em; margin-bottom: 20px; }
.mega__feat { display: block; margin-bottom: 28px; }
.mega__feat-pic { aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.mega__feat-pic img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.mega__feat:hover .mega__feat-pic img { transform: scale(1.05); }
.mega__feat-cap {
  text-align: center;
  font-size: 15px;
  color: var(--ink-2);
  letter-spacing: .12em;
  padding-top: 12px;
  transition: color .3s var(--ease);
}
.mega__feat:hover .mega__feat-cap { color: var(--gold); }

.mega__ft {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 16px 32px;
  border-top: 1px solid var(--line);
}
.mega__ft-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: .08em;
  transition: color .3s var(--ease);
}
.mega__ft-item svg { width: 19px; height: 19px; stroke: var(--ink-2); fill: none; stroke-width: 1.6; transition: stroke .3s var(--ease); }
.mega__ft-item:hover { color: var(--gold); }
.mega__ft-item:hover svg { stroke: var(--gold); }
.mega__ft-dot { width: 7px; height: 7px; border-radius: 50%; background: #3fa456; }

/* ---------- 菜单蒙版：模糊 + 点击关闭 ---------- */
.mega-mask {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 290;
  background: rgba(26, 24, 21, .38);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s var(--ease), visibility 0s linear .5s;
}
.mega-mask.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s var(--ease);
}

/* ---------- 品牌分类菜单：Logo 墙 ---------- */
.bk-body { grid-template-columns: .55fr 3fr 1fr; }
.bk-grid-wrap {
  min-width: 0;
  min-height: 0;
  overflow-x: hidden; /* 禁止横向滚动条：列宽由容器约束，不随文字撑开 */
  overflow-y: auto;
  scrollbar-gutter: stable;  /* 预留滚动条槽位：悬浮滚动条不再压住最后一列 */
  padding-right: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--line-2) transparent;
}
.bk-grid-wrap::-webkit-scrollbar { width: 4px; }
.bk-grid-wrap::-webkit-scrollbar-track { background: transparent; }
.bk-grid-wrap::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 4px; }
.bk-grid-wrap::-webkit-scrollbar-thumb:hover { background: var(--gold); }
.bk-grid {
  display: none;
  /* minmax(0,1fr)：允许列收缩到小于内容最小宽度，避免撑出横向滚动 */
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  animation: fadeUp .4s var(--ease);
}
.bk-grid.is-active {
  display: grid;
}
.bk-card {
  min-width: 0;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
  padding: 6px 8px;
  overflow: hidden;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease);
}
.bk-card:hover {
  border-color: var(--gold);
  box-shadow: 0 6px 16px rgba(26, 24, 21, .08);
  transform: translateY(-2px);
}
.bk-logo {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
  color: var(--ink);
  text-align: center;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 4px;
  box-sizing: border-box;
}
.bk-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.bk-logo b {
  font-weight: 600;
  font-size: clamp(11px, 1.1vw + 6px, 15px);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.bk-logo small {
  font-size: clamp(7px, .7vw + 4px, 9px);
  letter-spacing: .16em;
  color: var(--ink-3);
  max-width: 100%;
  overflow-wrap: anywhere;
}
.bk-empty {
  grid-column: 1 / -1;
  margin: 24px 0;
  font-size: 14px;
  color: var(--ink-3);
  text-align: center;
}
.lg-serif { font-family: var(--font-serif); }
.lg-caps { text-transform: uppercase; letter-spacing: .24em; font-size: 14px; }
.lg-caps-sm { text-transform: uppercase; letter-spacing: .1em; }
.lg-black { font-weight: 800; }
.lg-italic { font-style: italic; font-weight: 700; letter-spacing: .12em; }
.lg-thin { font-weight: 400; letter-spacing: .26em; font-size: 13px; }
.lg-lower { text-transform: lowercase; font-weight: 700; letter-spacing: .02em; }
.lg-wide-sm { letter-spacing: .18em; font-size: 14px; }
.lg-box {
  background: var(--ink);
  color: var(--white);
  padding: 5px 12px;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
}

/* ============================================================
   主视觉轮播 + 分类浮层
   ============================================================ */
.hero { position: relative; height: 100vh; min-height: 560px; max-height: 860px; overflow: hidden; background: var(--ink); }
.hero__track { display: flex; height: 100%; transition: transform .9s var(--ease); }
.hero__slide { position: relative; flex: 0 0 100%; height: 100%; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.hero__mask {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15, 13, 11, .42) 0%, rgba(15, 13, 11, .12) 42%, rgba(15, 13, 11, .48) 100%);
}
.hero__cap {
  position: absolute;
  left: 0; right: 0; bottom: 18%;
  text-align: center;
  color: var(--white);
  z-index: 3;
  padding: 0 20px;
}
.hero__cap-en {
  font-size: 12px;
  letter-spacing: .5em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(14px);
  transition: all .7s var(--ease) .25s;
}
.hero__cap-ti {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: .12em;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(16px);
  transition: all .7s var(--ease) .38s;
}
.hero__cap-tx {
  font-size: 16px;
  letter-spacing: .16em;
  color: rgba(255, 255, 255, .82);
  opacity: 0;
  transform: translateY(16px);
  transition: all .7s var(--ease) .5s;
}
.hero__slide.is-active .hero__cap-en,
.hero__slide.is-active .hero__cap-ti,
.hero__slide.is-active .hero__cap-tx { opacity: 1; transform: translateY(0); }

.hero__dots {
  position: absolute;
  left: 50%; bottom: 42px;
  transform: translateX(-50%);
  display: flex;
  gap: 11px;
  z-index: 4;
}
.hero__dot {
  width: 26px; height: 2px;
  background: rgba(255, 255, 255, .38);
  cursor: pointer;
  transition: background .35s var(--ease);
}
.hero__dot.is-active { background: var(--gold-light); }

.hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .26);
  cursor: pointer;
  z-index: 4;
  transition: all .35s var(--ease);
}
.hero__arrow:hover { background: var(--gold); border-color: var(--gold); }
.hero__arrow svg { width: 15px; height: 15px; stroke: var(--white); fill: none; stroke-width: 1.6; }
.hero__arrow--prev { left: 28px; }
.hero__arrow--next { right: 28px; }

/* 分类浮层：版心左对齐 + 黑色半透明磨砂 */
.cats {
  position: absolute;
  top: 50%;
  /* 与 .wrap 内容左缘对齐（版心 + 20px 内边距） */
  left: max(20px, calc((100% - var(--wrap)) / 2 + 20px));
  transform: translateY(-50%);
  width: 320px;
  z-index: 5;
  background: rgba(0, 0, 0, .52);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}
.cats__item { border-bottom: 1px solid rgba(255, 255, 255, .12); }
.cats__item:last-child { border-bottom: 0; }
.cats__hd {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  cursor: pointer;
  transition: background .3s var(--ease);
}
.cats__hd:hover { background: rgba(255, 255, 255, .08); }
.cats__ico {
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cats__ico svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.2; }
.cats__ico img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}
.cats__name { flex: 1; font-size: 17px; letter-spacing: .12em; color: rgba(255, 255, 255, .92); font-weight: 500; }
.cats__flag {
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--white);
  background: var(--gold-light);
  padding: 3px 9px;
  border-radius: 2px;
}
.cats__arrow {
  width: 10px; height: 10px;
  border-right: 1.5px solid rgba(255, 255, 255, .45);
  border-bottom: 1.5px solid rgba(255, 255, 255, .45);
  transform: rotate(45deg);
  transition: transform .35s var(--ease);
  margin-top: -3px;
}
.cats__item.is-open .cats__arrow { transform: rotate(-135deg); margin-top: 3px; }
.cats__bd { display: none; padding: 4px 24px 22px; flex-wrap: wrap; gap: 12px 20px; }
.cats__item.is-open .cats__bd { display: flex; }
.cats__bd a { font-size: 14px; color: rgba(255, 255, 255, .72); letter-spacing: .06em; transition: color .25s var(--ease); }
.cats__bd a:hover { color: var(--gold); }
.cats__bd a.is-hl { color: var(--gold); }

/* ============================================================
   活动精选（slider 轮播）
   ============================================================ */
.events { padding: 70px 0 10px; overflow-x: clip; }
.events-slider { position: relative; }
.events-slider__viewport { overflow: hidden; width: 100%; }
.events-slider__track {
  display: flex;
  /* 两道间距：三卡刚好铺满视口，两边完整可见 */
  gap: 20px;
  align-items: center;
  transition: transform .7s var(--ease);
}
.ev-card {
  position: relative;
  display: block;
  /* (100% - 2×gap) / 3 → 左中右三张完整入框，不再露出半张 */
  flex: 0 0 calc((100% - 40px) / 3);
  overflow: hidden;
  background: var(--surface-2);
  aspect-ratio: 16 / 9;
  cursor: pointer;
  transform: scale(.82);
  opacity: .45;
  transform-origin: center center;
  transition: transform .7s var(--ease), opacity .7s var(--ease);
  z-index: 1;
  min-width: 0;
}
.ev-card.is-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.ev-card img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.ev-card:hover img { transform: scale(1.06); }
.ev-card__floor,
.ev-card__bd { display: none !important; }

.events-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 70px;
  background: rgba(255, 255, 254, .88);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 4;
  transition: all .35s var(--ease);
}
.events-slider__arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
}
.events-slider__arrow:hover svg { stroke: var(--white); }
.events-slider__arrow svg {
  width: 14px; height: 14px;
  stroke: var(--ink-2);
  fill: none; stroke-width: 1.6;
  transition: stroke .3s var(--ease);
}
.events-slider__arrow--prev { left: -22px; }
.events-slider__arrow--next { right: -22px; }
.events-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
.events-slider__dot {
  width: 24px; height: 2px;
  background: var(--line-2);
  cursor: pointer;
  transition: background .35s var(--ease);
}
.events-slider__dot.is-active { background: var(--gold); }

/* ============================================================
   品牌墙
   ============================================================ */
.brands { position: relative; background: var(--surface); overflow-x: clip; }
.brands__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  width: 100%;
  min-width: 0;
}
.brand {
  position: relative;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--bg);
  transition: background .4s var(--ease);
  cursor: pointer;
  text-align: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.brand__logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .4s var(--ease), opacity .4s var(--ease);
  opacity: .92;
}
.brand:hover .brand__logo {
  opacity: 1;
  transform: scale(1.03);
}
.brand.is-extra[hidden] { display: none !important; }
.brand__name {
  font-size: 13.5px;
  letter-spacing: .13em;
  color: var(--ink-3);
  font-weight: 500;
  transition: color .4s var(--ease), transform .4s var(--ease);
  line-height: 1.45;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding: 12px 10px;
}
.brand:hover { background: var(--surface-2); }
.brand:hover .brand__name { color: var(--gold); transform: scale(1.05); }

/* ============================================================
   热门单品（全屏居中大卡，两侧半露 + 蒙版）
   ============================================================ */
.hot { position: relative; overflow-x: clip; }
.hot__viewport {
  width: 100%;
  overflow: hidden;
}
.hot__track {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  transition: transform .7s var(--ease);
  will-change: transform;
}
.hot__slide {
  position: relative;
  flex: 0 0 42%;
  min-width: 0;
}
.hot__card { position: relative; display: block; overflow: hidden; }
.hot__pic {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-2);
}
.hot__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.hot__card:hover .hot__pic img { transform: scale(1.05); }
.hot__pic::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 254, .58);
  opacity: 1;
  transition: opacity .5s var(--ease);
  pointer-events: none;
  z-index: 1;
}
.hot__slide.is-active .hot__pic::after { opacity: 0; }
.hot__btn {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%) scale(.9);
  padding: 12px 34px;
  background: rgba(255, 255, 254, .95);
  color: var(--ink);
  font-size: 13px;
  letter-spacing: .2em;
  opacity: 0;
  transition: all .4s var(--ease);
  white-space: nowrap;
  z-index: 2;
}
.hot__slide.is-active .hot__card:hover .hot__btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.hot__btn:hover { background: var(--gold); color: var(--white); }
.hot__cap {
  text-align: center;
  padding: 20px 12px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s var(--ease), visibility .4s var(--ease);
}
.hot__slide.is-active .hot__cap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hot__brand { font-size: 18px; letter-spacing: .14em; color: var(--ink); font-weight: 500; }
.hot__type { font-size: 16px; color: var(--ink-3); letter-spacing: .08em; margin-top: 6px; }

.swiper-nav { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.swiper-btn {
  width: 42px; height: 42px;
  border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all .3s var(--ease);
}
.swiper-btn:hover { border-color: var(--gold); background: var(--gold); }
.swiper-btn svg { width: 14px; height: 14px; stroke: var(--ink-2); fill: none; stroke-width: 1.5; transition: stroke .3s var(--ease); }
.swiper-btn:hover svg { stroke: var(--white); }

/* ============================================================
   产品分类（左大图 + 右 3×2 小图）
   ============================================================ */
.cats-layout {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 24px;
  align-items: stretch;
}
.cats-layout__hero,
.cats-cell {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--surface-2);
  border-radius: 4px;
  cursor: pointer;
}
/* 左侧大图：内层 div 绝对定位铺图，图片固有尺寸不参与高度计算，
   a 本体高度完全由右侧两行小格拉伸决定，恒等高 */
.cats-layout__pic {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.cats-layout__hero img,
.cats-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.cats-layout__hero:hover img,
.cats-cell:hover img { transform: scale(1.06); }
.cats-layout__label,
.cats-cell__label {
  position: absolute;
  right: 14px; bottom: 14px;
  padding: 5px 12px;
  background: rgba(255, 255, 254, .92);
  color: var(--ink);
  font-size: 16px;
  letter-spacing: .16em;
  font-weight: 500;
  transition: all .35s var(--ease);
}
.cats-layout__hero:hover .cats-layout__label,
.cats-cell:hover .cats-cell__label {
  background: var(--gold);
  color: var(--white);
}
.cats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* 小格固定 3:2，两行定高；左大图自动等高，整体≈正方形 */
.cats-cell { aspect-ratio: 3 / 2; }

/* ============================================================
   关于我们（视频左 + 介绍右）
   ============================================================ */
.home-about { background: var(--bg); }
.home-about__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px 64px;
  align-items: center;
}
.home-about__grid--video,
.home-about__grid--text {
  grid-template-columns: 1fr;
}
.home-about__media {
  min-width: 0;
  background: var(--surface-2);
}
.home-about__player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}
.home-about__copy {
  min-width: 0;
}
.home-about__copy h1,
.home-about__copy h2,
.home-about__copy h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--gold);
  line-height: 1.4;
  margin: 0 0 18px;
}
.home-about__copy h1:last-child,
.home-about__copy h2:last-child,
.home-about__copy h3:last-child,
.home-about__copy p:last-child {
  margin-bottom: 0;
}
.home-about__copy p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-2);
  letter-spacing: .04em;
  margin: 0 0 14px;
}
.home-about__copy a {
  color: var(--gold);
  transition: color .3s var(--ease);
}
.home-about__copy a:hover { color: var(--gold-dark); }

/* ============================================================
   寻找灵感（6 图网格 + 圆角胶囊 Tab）
   ============================================================ */
.insp { background: var(--surface); }
.insp__panes { position: relative; }
.insp__tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.insp__tab {
  padding: 10px 32px;
  font-size: 16px;
  letter-spacing: .16em;
  color: var(--ink-2);
  border: 1px solid var(--line-2);
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
  transition: all .35s var(--ease);
}
.insp__tab:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.insp__tab.is-active {
  color: var(--gold);
  border-color: var(--gold);
  background: var(--gold-soft);
}
.insp__pane { display: none; }
.insp__pane.is-active { display: block; animation: fadeUp .55s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.insp__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.insp__cell {
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  aspect-ratio: 4 / 3;
}
.insp__cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.insp__cell:hover img { transform: scale(1.06); }
.insp__cell span {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 20px;
  font-size: 16px;
  letter-spacing: .18em;
  color: var(--white);
  background: linear-gradient(180deg, rgba(15, 13, 11, 0) 0%, rgba(15, 13, 11, .6) 100%);
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.insp__cell:hover span { opacity: 1; }

/* ============================================================
   猜你喜欢
   ============================================================ */
.like { padding-bottom: 84px; overflow-x: clip; }
.like__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 24px;
  width: 100%;
  min-width: 0;
}
.like__item { display: block; min-width: 0; max-width: 100%; }
.like__pic {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--surface-2);
  min-width: 0;
}
.like__pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.like__item:hover .like__pic img { transform: scale(1.06); }
.like__new {
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
  padding: 5px 12px;
  background: var(--gold-light);
  color: var(--ink);
  font-size: 11px;
  letter-spacing: .14em;
}
.like__cap { padding: 14px 2px 0; min-width: 0; }
.like__brand {
  font-size: 16px;
  letter-spacing: .13em;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.like__type { font-size: 16px; color: var(--ink-3); letter-spacing: .08em; margin-top: 4px; }
.like__item:hover .like__brand { color: var(--gold); }

.like__foot { text-align: center; margin-top: 42px; }
.like__more {
  display: inline-block;
  padding: 12px 46px;
  border: 1px solid var(--line-2);
  font-size: 13px;
  letter-spacing: .2em;
  color: var(--ink-2);
  cursor: pointer;
  transition: all .35s var(--ease);
}
.like__more:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-soft); }
.like__loading { display: none; font-size: 16px; color: var(--ink-3); letter-spacing: .16em; }
.like__loading.is-show { display: block; }
.like__loading i {
  display: inline-block;
  width: 13px; height: 13px;
  border: 1.5px solid var(--line-2);
  border-top-color: var(--gold);
  border-radius: 50%;
  margin-right: 9px;
  vertical-align: -2px;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.like__item.is-new { animation: fadeUp .5s var(--ease); }

/* ============================================================
   页脚
   ============================================================ */
.ft { background: #201d19; color: rgba(255, 255, 255, .68); }
.ft__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  gap: 0;
  flex-wrap: nowrap;
}
.ft__col {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 28px;
  position: relative;
}
.ft__col:first-child { padding-left: 0; }
.ft__col:last-child { padding-right: 0; }
.ft__col + .ft__col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, .18);
}
.ft__col--links {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.ft__col--links a {
  font-size: 14px;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .78);
  transition: color .3s var(--ease);
  white-space: nowrap;
}
.ft__col--links a:hover { color: var(--gold-light); }
.ft__sep {
  width: 1px;
  height: 12px;
  margin: 0 16px;
  background: rgba(255, 255, 255, .22);
  flex-shrink: 0;
}
.ft__col--brand {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  flex: 1 1 auto;
}
.ft__brand {
  font-size: 16px;
  letter-spacing: .18em;
  color: var(--white);
  font-weight: 500;
  line-height: 1.3;
}
.ft__info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .62);
  line-height: 1.4;
}
.ft__info svg {
  width: 14px;
  height: 14px;
  stroke: var(--gold-light);
  fill: none;
  stroke-width: 1.4;
  flex-shrink: 0;
}
.ft__info a { color: inherit; transition: color .3s var(--ease); }
.ft__info a:hover { color: var(--gold-light); }
.ft__col--contact {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}
.ft__cs { cursor: pointer; }
.ft__phone {
  font-size: 17px;
  letter-spacing: .08em;
  color: var(--gold-light);
  font-weight: 500;
}
.ft__col--sns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.ft__sns { position: relative; }
.ft__sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  color: var(--white);
  text-decoration: none;
}
.ft__sns-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .28);
}
.ft__sns-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}
.ft__sns-text {
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  padding: 0 4px;
  letter-spacing: .02em;
  max-width: 100%;
  overflow: hidden;
}

.ft__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 30px;
  font-size: 12px;
  color: rgba(255, 255, 255, .42);
  gap: 16px;
  flex-wrap: wrap;
}
.ft__beian { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ft__beian a:hover { color: var(--gold-light); }

/* 二维码悬停弹层 */
.qr { position: relative; }
.qr__pop {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  margin-bottom: 12px;
  width: 128px;
  background: var(--white);
  padding: 10px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transition: all .3s var(--ease);
  z-index: 20;
  pointer-events: none;
}
.qr:hover .qr__pop,
.qr:focus-within .qr__pop {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.qr__pop img { width: 100%; height: auto; display: block; }
.qr__pop::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: var(--white);
}
.qr__pop p {
  font-size: 11px;
  color: var(--ink-2);
  text-align: center;
  margin-top: 6px;
  letter-spacing: .06em;
}

/* ============================================================
   右侧悬浮工具条
   ============================================================ */
.fixed-r {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  display: flex;
  flex-direction: column;
}
.fixed-r__item {
  position: relative;
  width: 78px;
  height: auto;
  min-height: 68px;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--white);
  border: 1px solid var(--line);
  border-bottom: 0;
  cursor: pointer;
  transition: all .3s var(--ease);
  box-sizing: border-box;
}
.fixed-r__item:last-child { border-bottom: 1px solid var(--line); }
.fixed-r__item:hover { background: var(--gold); border-color: var(--gold); }
.fixed-r__item svg { width: 20px; height: 20px; flex-shrink: 0; stroke: var(--ink-2); fill: none; stroke-width: 1.4; transition: stroke .3s var(--ease); }
.fixed-r__item:hover svg { stroke: var(--white); }
.fixed-r__item p {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  word-break: break-word;
  overflow-wrap: anywhere;
  transition: color .3s var(--ease);
}
.fixed-r__item:hover p { color: var(--white); }
.fixed-r__tip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  padding: 8px 14px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s var(--ease);
  z-index: 2;
}
/* 填补与图标之间的空隙，避免移入时悬停断开 */
.fixed-r__tip::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 14px;
}
.fixed-r__item:hover .fixed-r__tip,
.fixed-r__item:focus-within .fixed-r__tip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}
.fixed-r__tip--form {
  white-space: normal;
  padding: 12px;
  min-width: 200px;
  max-width: 260px;
}
.fixed-r__ff .ff-el-group { margin-bottom: 8px !important; }
.fixed-r__ff .ff-el-input--label,
.fixed-r__ff .ff-el-input--label label {
  display: none !important;
}
.fixed-r__ff .ff-el-form-control,
.fixed-r__ff input[type="text"],
.fixed-r__ff input[type="tel"],
.fixed-r__ff input[type="email"],
.fixed-r__ff input[type="number"],
.fixed-r__ff textarea,
.fixed-r__ff select {
  width: 100% !important;
  min-height: 32px !important;
  padding: 0 10px !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 0 !important;
  background: #fff !important;
  font-size: 12px !important;
  color: var(--ink) !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}
.fixed-r__ff textarea.ff-el-form-control,
.fixed-r__ff textarea {
  padding: 8px 10px !important;
  min-height: 64px !important;
  resize: vertical;
}
.fixed-r__ff .ff-btn-wrap,
.fixed-r__ff .ff-t-container {
  margin: 0 !important;
}
.fixed-r__ff .ff-btn,
.fixed-r__ff .ff-btn-submit,
.fixed-r__ff .ff_submit_btn,
.fixed-r__ff button[type="submit"],
.fixed-r__ff form.fluent_form_2 .ff-btn-submit,
.fixed-r__ff form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
  width: 100% !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #c9a37a !important;
  background-color: #c9a37a !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: .1em !important;
  line-height: 32px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.fixed-r__ff .ff-btn:hover,
.fixed-r__ff .ff-btn-submit:hover,
.fixed-r__ff .ff_submit_btn:hover,
.fixed-r__ff button[type="submit"]:hover,
.fixed-r__ff form.fluent_form_2 .ff-btn-submit:hover,
.fixed-r__ff form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover {
  background: var(--gold) !important;
  background-color: var(--gold) !important;
  background-image: none !important;
  color: #fff !important;
  border-color: transparent !important;
}
.fixed-r__ff .ff-message-success,
.fixed-r__ff .ff-message-error {
  font-size: 12px;
  white-space: normal;
  color: #fff;
}
.fixed-r__form { display: flex; flex-direction: column; gap: 5px; padding: 6px 8px; }
.fixed-r__form input {
  width: 132px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line-2);
  background: #fff;
  font-size: 12px;
  color: var(--ink);
  outline: none;
  box-sizing: border-box;
}
.fixed-r__form input:focus {
  border-color: var(--gold);
}
.fixed-r__form button {
  height: 30px;
  background: var(--gold);
  color: var(--white);
  font-size: 12px;
  letter-spacing: .1em;
  cursor: pointer;
}
.fixed-r__form button:hover { background: var(--gold-dark); }

/* ============================================================
   三端适配
   ============================================================ */

/* ---------- 大屏微调 ---------- */
@media (min-width: 1400px) {
  .cats { width: 340px; }
}

/* ---------- ≤1023：手机端菜单（汉堡 + 全屏导航） ---------- */
@media (max-width: 1023px) {
  .nav, form.search, .tools { display: none; }
  .hd__m-left { display: flex; }
  .burger { display: flex; }
  .m-ico { display: flex; }
  .mnav { display: flex; }
  .hd__inner {
    height: 56px;
    position: relative;
    justify-content: space-between;
  }
  .hd.is-fixed .hd__inner { height: 54px; }
  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .logo__cn { font-size: 15px; letter-spacing: .12em; }
  .logo__en { font-size: 8px; letter-spacing: .18em; }
  .logo__mark { width: 28px; height: 28px; }
  .hd__tools { gap: 4px; }
}

/* ---------- 平板 768-1199（布局网格；菜单已由 1023 接管） ---------- */
@media (max-width: 1199px) {
  :root { --wrap: 100%; }
  .cats { display: none; }
  .nav > li > a { padding: 0 13px; font-size: 13.5px; }
  form.search { width: 160px; }
  .sec { padding: 60px 0; }
  .sec__title { font-size: 26px; }
  .brands__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cats-layout { gap: 14px; }
  .cats-grid { gap: 14px; }
  .home-about__grid { gap: 32px 40px; }
  .home-about__copy h1,
  .home-about__copy h2,
  .home-about__copy h3 { font-size: 22px; }
  .like__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hot__slide { flex: 0 0 52%; }
  .events-slider__track { gap: 16px; }
  .ev-card { flex: 0 0 calc((100% - 32px) / 3); }
  .mega__top { padding: 16px 24px 0; }
  .mega__search { margin: 14px 24px 0; }
  .mega__body { padding: 24px 24px 12px; gap: 20px; grid-template-columns: 1fr 1.1fr 1.3fr; }
  /* 品牌菜单：左栏按文字撑开不换行，压缩右侧精选图，中间 logo 吃剩余空间 */
  .bk-body { grid-template-columns: max-content minmax(0, 1fr) minmax(160px, .72fr); }
  .bk-body .mega__groups li { white-space: nowrap; }
  .bk-body .mega__feat { margin-bottom: 18px; }
  .bk-body .mega__feat-ti { font-size: 16px; margin-bottom: 14px; }
  .bk-body .mega__feat-cap { font-size: 13px; }
  .bk-grid { gap: 10px; }
  .bk-card { padding: 6px; }
  .mega__ft { padding: 14px 24px; }
  .insp__grid { gap: 14px; }
  .fixed-r { right: 10px; }
  .fixed-r__item { width: 72px; min-height: 64px; }
  .fixed-r__item p { font-size: 11px; }
}

/* ≤1023：猜你喜欢改为 2 列（须写在 1199 之后，避免被 3 列覆盖） */
@media (max-width: 1023px) {
  .like__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; }
  .like__brand { letter-spacing: .06em; }
  .brands__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand__name { letter-spacing: .06em; font-size: 13px; }
  .home-about__grid,
  .home-about__grid--video,
  .home-about__grid--text {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ---------- 手机 <768 ---------- */
@media (max-width: 767px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .hd__inner { height: 52px; }
  .hd.is-fixed .hd__inner { height: 50px; }

  .hero { height: 78vh; min-height: 440px; }
  .hero__cap { bottom: 15%; }
  .hero__cap-ti { font-size: 25px; letter-spacing: .08em; }
  .hero__cap-en { font-size: 10px; letter-spacing: .34em; }
  .hero__cap-tx { font-size: 12px; }
  .hero__arrow { width: 36px; height: 36px; }
  .hero__arrow--prev { left: 10px; }
  .hero__arrow--next { right: 10px; }
  .hero__dots { bottom: 26px; }

  .sec { padding: 44px 0; }
  .sec__head { margin-bottom: 28px; }
  .sec__title { font-size: 21px; }
  .sec__desc { font-size: 12px; }

  .events { padding: 34px 0 0; }
  .events-slider__track { gap: 0; }
  /* 手机端只显示一张完整大图 */
  .ev-card {
    flex: 0 0 100%;
    transform: none;
    opacity: .35;
  }
  .ev-card.is-active {
    transform: none;
    opacity: 1;
  }
  .events-slider__arrow { width: 36px; height: 56px; }
  .events-slider__arrow--prev { left: 4px; }
  .events-slider__arrow--next { right: 4px; }

  .brands__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand { aspect-ratio: 5 / 3; padding: 0; }
  .brand__name { font-size: 12px; letter-spacing: .03em; }

  .hot__slide { flex: 0 0 78%; }
  .swiper-nav { margin-top: 24px; }

  .cats-layout { grid-template-columns: 1fr; gap: 12px; }
  .cats-layout__hero { aspect-ratio: 16 / 9; }
  .home-about__grid,
  .home-about__grid--video,
  .home-about__grid--text {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-about__copy h1,
  .home-about__copy h2,
  .home-about__copy h3 { font-size: 20px; letter-spacing: .08em; }
  .home-about__copy p { font-size: 15px; }
  .cats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cats-cell { aspect-ratio: 4 / 3; }

  .insp__tabs { gap: 8px; margin-top: 22px; }
  .insp__tab { padding: 7px 22px; font-size: 16px; letter-spacing: .12em; }
  .insp__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px;
  }
  .insp__cell span { opacity: 1; padding: 12px 12px; }

  .like__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .like__brand { letter-spacing: .04em; }
  .like__more { padding: 11px 32px; font-size: 16px; }

  .ft__top { flex-direction: column; align-items: flex-start; gap: 0; padding: 26px 0; }
  .ft__col {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
  .ft__col:last-child { border-bottom: 0; }
  .ft__col + .ft__col::before { display: none; }
  .ft__col--links { flex-wrap: wrap; gap: 8px 0; }
  .ft__sep { margin: 0 14px; }
  .ft__col--brand {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ft__col--contact { align-items: flex-start; }
  .ft__brand { font-size: 15px; }
  .ft__phone { font-size: 16px; }
  .ft__col--sns { gap: 14px; padding-top: 18px; }
  .ft__bottom { flex-direction: column; align-items: flex-start; gap: 10px; padding: 18px 0 24px; }
  .ft__beian { gap: 12px; }

  .fixed-r { right: 0; top: auto; bottom: 0; transform: none; flex-direction: row; width: 100%; }
  .fixed-r__item {
    flex: 1;
    width: auto;
    min-height: 56px;
    height: auto;
    border-bottom: 1px solid var(--line);
    border-right: 0;
    border-left: 1px solid var(--line);
    padding: 8px 2px;
  }
  .fixed-r__item:first-child { border-left: 0; }
  .fixed-r__item p { font-size: 12px; letter-spacing: 0; }
  .fixed-r__tip { display: none; }
  .fixed-r__form {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 210px;
    background: var(--white);
    padding: 12px;
    box-shadow: var(--shadow-lg);
  }
  .fixed-r__form input { width: 100%; }
}

/* ---------- 超小屏 ---------- */
@media (max-width: 374px) {
  .hero__cap-ti { font-size: 22px; }
  .cats-grid { grid-template-columns: 1fr; }
  .like__grid { grid-template-columns: minmax(0, 1fr); }
  .insp__grid { grid-template-columns: 1fr; }
  .brands__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ---------- 滑出菜单宽度自适应：屏幕越窄占屏越宽 ---------- */
@media (max-width: 1500px) { .mega { width: 72%; } }
@media (max-width: 1280px) { .mega { width: 80%; min-width: 0; } }
@media (max-width: 1080px) { .mega { width: 88%; } }
@media (max-width: 900px)  { .mega { width: 100%; } }

/* ---------- 品牌菜单 logo 列数：大屏4个 / 中屏3个 / 小屏2个 ---------- */
@media (max-width: 1280px) {
  .bk-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  /* 再压缩精选图列，保证左侧分类文字单行 */
  .bk-body {
    grid-template-columns: max-content minmax(0, 1fr) minmax(120px, .48fr);
    gap: 12px;
  }
  .bk-body .mega__groups li { font-size: 15px; padding: 12px 0; white-space: nowrap; }
  .bk-body .mega__feat { margin-bottom: 14px; }
  .bk-body .mega__feat-ti { font-size: 15px; margin-bottom: 10px; }
  .bk-body .mega__feat-cap { font-size: 12px; padding-top: 8px; }
  .bk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .bk-grid-wrap { padding-right: 6px; }
}

/* ============================================================
   列表页（category / furniture 等）
   ============================================================ */
.page-inner { background: var(--surface); }
.page-inner .hd {
  position: fixed;
  background: rgba(255, 255, 254, .97);
  backdrop-filter: saturate(180%) blur(8px);
  box-shadow: 0 1px 0 var(--line), 0 4px 20px rgba(26, 24, 21, .05);
}
.page-inner .hd .hd__inner { height: 70px; }
.page-inner .nav > li > a { color: var(--ink); }
.page-inner .nav > li > a:hover { color: var(--gold); }
.page-inner form.search { border-color: var(--line-2); }
.page-inner form.search input { color: var(--ink); }
.page-inner form.search input::placeholder { color: var(--ink-3); }
.page-inner form.search .search__btn svg { stroke: var(--ink-3); }
.page-inner .tool svg { stroke: var(--ink-2); }
.page-inner .tool:hover svg { stroke: var(--gold); }
.page-inner .tool svg.tool__icon--wa,
.page-inner .tool svg.tool__icon--wx { fill: var(--ink-2); stroke: none; }
.page-inner .tool:hover svg.tool__icon--wa,
.page-inner .tool:hover svg.tool__icon--wx { fill: var(--gold); }
.page-inner .burger span { background: var(--ink); }
.page-inner .m-ico svg { stroke: var(--ink); }
.page-inner .logo__cn { color: var(--gold); }
.page-main { padding-top: 70px; padding-bottom: 60px; min-height: 60vh; }

.list-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 0 24px;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 24px 20px 0;
  align-items: start;
}
.list-layout--search {
  grid-template-columns: minmax(0, 1fr);
}

/* 左侧分类：滚动时固定在视口 */
.list-side {
  position: sticky;
  top: 94px;
  align-self: start;
  z-index: 6;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  background: var(--white);
  padding: 8px 0 24px;
  scrollbar-width: thin;
  scrollbar-color: var(--line-2) transparent;
}
.list-side::-webkit-scrollbar { width: 4px; }
.list-side::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 4px; }

.list-side__all {
  display: block;
  position: relative;
  padding: 14px 20px 14px 28px;
  font-size: 16px;
  letter-spacing: .04em;
  color: var(--ink);
}
.list-side__all.is-active { color: var(--gold); font-weight: 500; }
.list-side__all.is-active::before {
  content: "";
  position: absolute;
  left: 0; top: 12px; bottom: 12px;
  width: 3px;
  background: var(--gold);
}

.list-side__group { margin-top: 6px; }
.list-side__tit {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 14px 20px 8px 28px;
  font-size: 16px;
  letter-spacing: .04em;
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
  transition: color .25s var(--ease);
  line-height: 1.35;
}
a.list-side__tit:hover,
a.list-side__tit.is-active { color: var(--gold); }
.list-side__tit em {
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 400;
  letter-spacing: 0;
}
.list-side__subs { padding: 0 12px 8px 28px; }
.list-side__subs a {
  display: block;
  padding: 9px 8px;
  font-size: 15px;
  letter-spacing: .02em;
  color: var(--ink-2);
  transition: color .25s var(--ease);
  line-height: 1.35;
}
.list-side__subs a:hover,
.list-side__subs a.is-active { color: var(--gold); }

.list-main { min-width: 0; }
.list-empty {
  margin: 48px 0 8px;
  font-size: 15px;
  color: var(--ink-3);
  letter-spacing: .06em;
  text-align: center;
}
.list-main > .rec {
  margin-top: 56px;
  padding-top: 8px;
}
.crumb {
  font-size: 14px;
  color: var(--ink-3);
  letter-spacing: .06em;
  margin-bottom: 16px;
}
.crumb a { color: var(--ink-3); transition: color .25s var(--ease); }
.crumb a:hover { color: var(--gold); }
.crumb span { margin: 0 6px; color: var(--line-2); }

/* 筛选面板 */
.filters {
  background: var(--white);
  padding: 6px 28px 10px;
  margin-bottom: 16px;
}
.filter-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line);
}
.filter-row:last-child { border-bottom: 0; }
.filter-row__lab {
  flex: 0 0 48px;
  padding-top: 4px;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: .1em;
}
.filter-row__bd { flex: 1; min-width: 0; }
.filter-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  align-items: center;
}
.filter-opts a,
.filter-opts button {
  padding: 4px 14px;
  font-size: 15px;
  letter-spacing: .06em;
  color: var(--ink-2);
  cursor: pointer;
  border-radius: 2px;
  transition: color .25s var(--ease), background .25s var(--ease);
}
.filter-opts a:hover,
.filter-opts button:hover,
.filter-opts a.is-on,
.filter-opts button.is-on {
  color: var(--gold);
  background: var(--gold-soft);
}

.filter-letters {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0;
  margin-bottom: 14px;
  align-items: center;
}
.filter-letters a {
  padding: 4px 10px;
  font-size: 14px;
  color: var(--ink-2);
  letter-spacing: .06em;
  cursor: pointer;
}
.filter-letters a:hover,
.filter-letters a.is-on { color: var(--gold); }

.filter-brands {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.filter-brands__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.filter-brands__track {
  /* inline-flex + max-content：轨道按内容撑开，才能滚到真正末尾 */
  display: inline-flex;
  width: max-content;
  max-width: none;
  gap: 10px;
  transition: transform .45s var(--ease);
  will-change: transform;
}
.filter-brands__item {
  flex: 0 0 148px;
  width: 148px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--bg);
  padding: 10px 12px;
  text-align: center;
  transition: border-color .25s var(--ease);
  position: relative;
  box-sizing: border-box;
}
.filter-brands__item:hover,
.filter-brands__item.is-on { border-color: var(--gold); }
.filter-brands__item img {
  display: block;
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.filter-brands__item b {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ink-2);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.filter-brands__item small {
  display: block;
  font-size: 9px;
  letter-spacing: .1em;
  color: var(--ink-3);
  margin-top: 2px;
}
.filter-brands__mark {
  flex: 0 0 48px;
  width: 48px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .06em;
  color: rgba(26, 24, 21, .22);
  background: transparent;
  user-select: none;
}
.filter-brands__arrow {
  width: 28px; height: 78px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink-3);
  transition: color .25s var(--ease);
}
.filter-brands__arrow:hover { color: var(--gold); }
.filter-brands__arrow svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none; stroke-width: 1.6;
}

/* 工具条：数量 + 已选 + 排序 */
.list-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  background: var(--white);
  padding: 14px 24px;
  margin-bottom: 20px;
}
.list-bar__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-width: 0;
}
.list-bar__count {
  font-size: 16px;
  color: var(--ink);
  letter-spacing: .06em;
}
.list-bar__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.list-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 14px;
  color: var(--ink-2);
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  text-decoration: none;
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
a.list-tag:hover,
.list-tag:hover { color: var(--gold); border-color: var(--gold); }
.list-tag i {
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  color: var(--ink-3);
}
.list-bar__sort {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.list-bar__sort a {
  padding: 4px 12px;
  font-size: 15px;
  color: var(--ink-2);
  letter-spacing: .06em;
  position: relative;
}
.list-bar__sort a.is-on {
  color: var(--ink);
  font-weight: 500;
}
.list-bar__sort a.is-on::after {
  content: "";
  position: absolute;
  left: 12px; right: 12px; bottom: 0;
  height: 2px;
  background: var(--ink);
}

/* 商品网格 */
.goods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
  transition: opacity .22s var(--ease);
}

/* 分页 */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 48px;
  padding: 8px 0 4px;
}
.pager__btn,
.pager__num,
.pager__go {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--ink-2);
  background: var(--white);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.pager__btn svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none; stroke-width: 1.6;
}
.pager__btn:hover:not(:disabled),
.pager__num:hover,
.pager__go:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.pager__num.is-on {
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
}
.pager__btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.pager__dots {
  min-width: 24px;
  text-align: center;
  color: var(--ink-3);
  letter-spacing: .12em;
}
.pager__jump {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  font-size: 14px;
  color: var(--ink-2);
  letter-spacing: .06em;
}
.pager__jump input {
  width: 52px;
  height: 36px;
  border: 1px solid var(--line);
  background: var(--white);
  text-align: center;
  font-size: 15px;
  color: var(--ink);
}
.pager__jump input:focus { border-color: var(--gold); }

.goods-card {
  display: block;
  background: var(--white);
  min-width: 0;
  transition: box-shadow .35s var(--ease);
}
.goods-card:hover { box-shadow: var(--shadow); }
.goods-card__pic {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-2);
}
.goods-card__pic img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.goods-card:hover .goods-card__pic img { transform: scale(1.05); }
.goods-card__cap {
  padding: 18px 12px 22px;
  text-align: center;
}
.goods-card__brand {
  font-size: 16px;
  letter-spacing: .14em;
  color: var(--ink);
  font-weight: 500;
}
.goods-card__type {
  margin-top: 6px;
  font-size: 15px;
  color: var(--ink-3);
  letter-spacing: .08em;
}

/* 手机端筛选条（默认隐藏，≤1023 显示） */
.m-filters {
  display: none;
  position: relative;
  background: var(--white);
  margin: 0 -12px 14px;
  z-index: 40;
}
.m-filters__sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  padding: 12px 14px 10px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
  background: var(--white);
}
.m-filters__sort button,
.m-filters__sort a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  font-size: 14px;
  letter-spacing: .1em;
  color: var(--ink-2);
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.m-filters__sort button.is-on,
.m-filters__sort a.is-on {
  color: var(--ink);
  font-weight: 600;
}
.m-filters__sort button.is-on::after,
.m-filters__sort a.is-on::after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin-top: -2px;
  flex-shrink: 0;
}
.m-filters__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
  background: var(--white);
}
.m-filters__tabs[data-cols="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.m-filters__tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 4px;
  font-size: 14px;
  letter-spacing: .08em;
  color: var(--ink-2);
  background: none;
  border: 0;
  cursor: pointer;
}
.m-filters__tabs button.is-on,
.m-filters__tabs button.is-active {
  color: var(--gold);
}
.m-filters__tabs button i {
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform .2s var(--ease);
}
.m-filters__tabs button.is-on i {
  transform: rotate(180deg);
}
.m-filters__body {
  position: relative;
  z-index: 2;
  background: var(--white);
}
.m-filters__panel {
  max-height: min(52vh, 420px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid var(--line);
}
.m-filters__links {
  display: flex;
  flex-direction: column;
}
.m-filters__links a,
.m-filters__links button {
  display: block;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  font-size: 15px;
  letter-spacing: .08em;
  color: var(--ink);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.m-filters__links a:last-child,
.m-filters__links button:last-child { border-bottom: 0; }
.m-filters__links a:active,
.m-filters__links a.is-on,
.m-filters__links button.is-on {
  color: var(--gold);
  background: var(--gold-soft);
}
.m-filters__checks {
  display: flex;
  flex-direction: column;
}
.m-filters__checks--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.m-filters__checks--grid .m-check {
  border-bottom: 1px solid var(--line);
}
.m-filters__checks--grid .m-check:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.m-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--ink);
  user-select: none;
}
.m-filters__checks:not(.m-filters__checks--grid) .m-check:last-child { border-bottom: 0; }
.m-check input {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.m-check span {
  position: relative;
  padding-left: 28px;
  line-height: 1.35;
}
.m-check span::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 18px; height: 18px;
  margin-top: -9px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--white);
  box-sizing: border-box;
}
.m-check input:checked + span::before {
  background: var(--gold);
}
.m-check input:checked + span::after {
  content: "";
  position: absolute;
  left: 5px; top: 50%;
  width: 8px; height: 8px;
  margin-top: -4px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  transform: none;
}
.m-filters__actions {
  display: flex;
  gap: 14px;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
  background: var(--white);
  border-top: 1px solid var(--line);
  position: sticky;
  bottom: 0;
}
.m-filters__reset,
.m-filters__apply {
  flex: 1;
  height: 44px;
  border-radius: 999px;
  font-size: 15px;
  letter-spacing: .16em;
  cursor: pointer;
  border: 1px solid var(--gold);
}
.m-filters__reset {
  color: var(--gold);
  background: var(--white);
}
.m-filters__apply {
  color: #fff;
  background: var(--gold);
}
.m-filters__mask {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  top: 0;
  background: rgba(26, 24, 21, .35);
  z-index: 1;
}
.m-filters.is-open .m-filters__mask { display: block; }

/* 猜你喜欢（列表页右侧主栏内，不占版心全宽） */
.rec {
  max-width: none;
  margin: 0;
  padding: 8px 0 20px;
}
.rec__head {
  position: relative;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.rec__title {
  display: inline-block;
  position: relative;
  padding: 0 4px 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--ink);
}
.rec__title::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
}
.rec__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.rec-card {
  display: block;
  background: var(--white);
  min-width: 0;
  transition: box-shadow .35s var(--ease);
}
.rec-card:hover { box-shadow: var(--shadow); }
.rec-card__pic {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--surface-2);
}
.rec-card__pic img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.rec-card:hover .rec-card__pic img { transform: scale(1.05); }
.rec-card__mark {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 1;
  font-size: 12px;
  letter-spacing: .16em;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .35);
}
.rec-card__cap {
  padding: 18px 14px 22px;
  text-align: center;
}
.rec-card__brand {
  font-size: 16px;
  letter-spacing: .12em;
  color: var(--ink);
  font-weight: 500;
}
.rec-card__meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.rec-card__type {
  font-size: 15px;
  color: var(--ink-3);
  letter-spacing: .06em;
}
.rec-card__new {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--white);
  background: var(--gold);
  border-radius: 2px;
}

@media (max-width: 1199px) {
  .list-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 0 16px; padding: 20px 16px 0; }
  .list-layout--search { grid-template-columns: minmax(0, 1fr); }
  .filter-brands__item { flex: 0 0 128px; width: 128px; height: 70px; }
  .filter-brands__item img { max-height: 50px; }
  .filter-brands__mark { height: 70px; }
  .filter-brands__arrow { height: 70px; }
}
@media (max-width: 1023px) {
  /* 与首页手机顶栏高度对齐（内页始终 fixed） */
  .page-inner .hd .hd__inner { height: 54px; }
  .page-main { padding-top: 54px; }

  .list-layout { grid-template-columns: 1fr; padding: 0 12px; }
  .list-side,
  .crumb,
  .filters,
  .list-bar { display: none !important; }

  /* 手机筛选条：替身桌面 .filters / .list-bar */
  .m-filters { display: block !important; }

  .goods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
    margin-bottom: 20px;
  }
  .goods-card { background: transparent; }
  .goods-card:hover { box-shadow: none; }
  .goods-card__cap { padding: 12px 4px 6px; }
  .goods-card__brand {
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .goods-card__type {
    margin-top: 4px;
    font-size: 14px;
    color: var(--ink);
  }
  .rec__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}
@media (max-width: 767px) {
  .page-inner .hd .hd__inner { height: 50px; }
  .page-main { padding-top: 50px; padding-bottom: 72px; }

  .m-filters { margin: 0 -12px 12px; }
  .m-filters__sort button,
  .m-filters__sort a { font-size: 14px; }
  .m-filters__tabs button { font-size: 13px; padding: 11px 2px; }

  .goods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .rec__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .pager { gap: 6px; margin-bottom: 36px; }
  .pager__jump { width: 100%; justify-content: center; margin: 8px 0 0; }
}

/* ============================================================
   商品详情页
   ============================================================ */
.detail-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 20px 20px 0;
}
.detail {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr);
  gap: 36px 96px;
  align-items: start;
}
.detail__media { min-width: 0; }
.detail__info {
  position: sticky;
  top: 94px;
  align-self: start;
  transition: opacity .35s var(--ease);
  will-change: opacity;
}
.detail__info.is-fade { visibility: hidden; }

.detail-gallery__stage {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-2);
}
.detail-gallery__stage img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .28s var(--ease);
}
.detail-gallery__brand {
  position: absolute;
  left: 16px; top: 14px;
  font-size: 12px;
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
  pointer-events: none;
}
.detail-gallery__thumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}
.detail-gallery__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.detail-gallery__track {
  display: flex;
  gap: 10px;
  transition: transform .35s var(--ease);
}
.detail-gallery__thumb {
  flex: 0 0 calc((100% - 30px) / 4);
  min-width: 88px;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 1px solid transparent;
  background: var(--surface-2);
  cursor: pointer;
  overflow: hidden;
  transition: border-color .25s var(--ease);
}
.detail-gallery__thumb.is-on { border-color: var(--gold); }
.detail-gallery__thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.detail-gallery__arrow {
  width: 28px; height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: none;
  border: 0;
  cursor: pointer;
}
.detail-gallery__arrow svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none; stroke-width: 1.6;
}
.detail-gallery__arrow:hover { color: var(--gold-dark); }

.detail-video {
  margin-top: 36px;
  background: var(--surface-2);
}
.detail-video__player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.detail-shots {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
}
.detail-shot {
  margin: 0;
  position: relative;
  background: var(--surface-2);
}
.detail-shot img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.detail-shot figcaption {
  position: absolute;
  left: 16px; top: 14px;
  font-size: 12px;
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}

.detail-info__brand {
  font-size: 16px;
  letter-spacing: .22em;
  color: var(--ink);
  font-weight: 500;
}
.detail-info__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}
.detail-info__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--ink);
  line-height: 1.3;
}
.detail-info__acts {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  padding-top: 6px;
}
.detail-act {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .08em;
}
.detail-act svg {
  width: 22px; height: 22px;
  stroke: currentColor; fill: none; stroke-width: 1.5;
}
.detail-act:hover { color: var(--gold-dark); }

.detail-meta {
  margin: 22px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-meta > div {
  display: flex;
  gap: 18px;
  font-size: 16px;
  letter-spacing: .06em;
  color: var(--ink-2);
}
.detail-meta dt {
  flex: 0 0 40px;
  color: var(--ink-3);
}
.detail-meta dd { margin: 0; color: var(--ink); }

.detail-cta {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 17px;
  letter-spacing: .28em;
  cursor: pointer;
  transition: background .25s var(--ease);
}
.detail-cta:hover { background: var(--gold-dark); }

.detail-help {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-3);
  letter-spacing: .04em;
}
.detail-help a {
  color: var(--gold);
}
.detail-help a:hover { color: var(--gold-dark); }

.detail-svc {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.detail-svc__tit {
  font-size: 18px;
  letter-spacing: .12em;
  color: var(--ink);
  font-weight: 500;
  margin-bottom: 16px;
}
.detail-svc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-svc__list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-3);
  letter-spacing: .04em;
}
.detail-svc__list strong {
  color: var(--gold);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .1em;
}

.detail-rec {
  margin-top: 64px;
  padding-bottom: 72px;
}
.detail-rec__head {
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.detail-rec__title {
  display: inline-block;
  padding-bottom: 12px;
  font-size: 22px;
  letter-spacing: .16em;
  color: var(--ink);
  font-weight: 500;
  border-bottom: 2px solid var(--gold);
  margin-bottom: -1px;
}
.detail-rec__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.detail-rec .goods-card { background: transparent; }
.detail-rec .goods-card:hover { box-shadow: none; }
.detail-rec .goods-card__cap { padding: 14px 4px 0; }
.detail-rec .goods-card__brand {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.detail-rec .goods-card__type {
  font-size: 14px;
  color: var(--ink);
}

/* 询价弹窗 */
.inq {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s var(--ease), visibility .3s var(--ease);
}
.inq.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.inq__mask {
  position: absolute;
  inset: 0;
  background: rgba(26, 24, 21, .45);
}
.inq__panel {
  position: relative;
  z-index: 1;
  width: min(440px, calc(100% - 32px));
  padding: 40px 36px 28px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  transform: translateY(12px);
  transition: transform .35s var(--ease);
}
.inq.is-open .inq__panel { transform: translateY(0); }
.inq__close {
  position: absolute;
  right: 14px; top: 14px;
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--ink-3);
}
.inq__close svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none; stroke-width: 1.6;
}
.inq__close:hover { color: var(--ink); }
.inq__head {
  position: relative;
  text-align: center;
  margin-bottom: 28px;
  min-height: 52px;
}
.inq__en {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -52%);
  font-family: var(--font-serif);
  font-size: clamp(28px, 6vw, 40px);
  letter-spacing: .08em;
  color: rgba(208, 140, 76, .22);
  white-space: nowrap;
  pointer-events: none;
  font-weight: 500;
}
.inq__title {
  position: relative;
  font-size: 22px;
  letter-spacing: .2em;
  color: var(--ink);
  font-weight: 500;
}
.inq__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.inq__form input,
.inq__form textarea {
  width: 100%;
  border: 1px solid rgba(208, 140, 76, .45);
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  letter-spacing: .04em;
  padding: 0 20px;
  outline: none;
  transition: border-color .25s var(--ease);
}
.inq__form input {
  height: 46px;
  border-radius: 999px;
}
.inq__form textarea {
  padding: 14px 18px;
  border-radius: 14px;
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
}
.inq__form input:focus,
.inq__form textarea:focus { border-color: var(--gold); }
.inq__form input::placeholder,
.inq__form textarea::placeholder { color: var(--ink-3); }
.inq__submit {
  height: 48px;
  margin-top: 6px;
  border: 0;
  border-radius: 999px;
  background: #c9a37a;
  color: #fff;
  font-size: 16px;
  letter-spacing: .28em;
  cursor: pointer;
  transition: background .25s var(--ease);
}
.inq__submit:hover { background: var(--gold); }
.inq__submit:disabled { opacity: .7; cursor: default; }
.inq__agree {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--ink-2);
  letter-spacing: .04em;
  cursor: pointer;
  user-select: none;
}
.inq__agree input {
  margin-top: 2px;
  accent-color: var(--gold);
}
.inq__agree a { color: #3b6fd8; }
.inq__agree a:hover { text-decoration: underline; }

@media (max-width: 1199px) {
  .detail { gap: 28px 56px; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .75fr); }
  .detail-info__title { font-size: 24px; }
  .detail-rec__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1023px) {
  .detail-wrap { padding: 12px 12px 0; }
  .detail {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .detail__info {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .detail-info__title { font-size: 22px; }
  .detail-gallery__thumb { flex: 0 0 calc((100% - 20px) / 3); }
  .detail-video { margin-top: 20px; }
  .detail-shots { gap: 16px; margin-top: 20px; }
  .detail-rec { margin-top: 40px; padding-bottom: 56px; }
  .detail-rec__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
}
@media (max-width: 767px) {
  .detail-info__head { flex-wrap: wrap; }
  .detail-cta { height: 48px; font-size: 16px; }
  .inq__panel { padding: 32px 22px 22px; }
  .detail-gallery__arrow { width: 22px; }
}

/* ============================================================
   在线留言 comment.html
   ============================================================ */
.page-comment {
  background: linear-gradient(180deg, #f7f4ee 0%, #f3efe6 45%, #ebe4d8 100%);
}
.page-comment .page-main,
.comment-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 70px);
  padding: 40px 16px 60px;
  box-sizing: border-box;
  background: transparent;
}
.comment {
  width: 100%;
  max-width: 560px;
}
.comment__card {
  background: rgba(255, 255, 255, .96);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(26, 24, 21, .1);
  padding: 48px 44px 36px;
}
.comment__head {
  position: relative;
  text-align: center;
  min-height: 56px;
  margin-bottom: 12px;
}
.comment__en {
  position: absolute;
  left: 50%; top: 52%;
  transform: translate(-50%, -50%);
  font-family: var(--font-serif);
  font-size: clamp(34px, 8vw, 52px);
  letter-spacing: .06em;
  color: rgba(208, 140, 76, .18);
  white-space: nowrap;
  pointer-events: none;
}
.comment__title {
  position: relative;
  font-size: 28px;
  letter-spacing: .2em;
  color: var(--ink);
  font-weight: 500;
}
.comment__tip {
  text-align: center;
  font-size: 14px;
  color: var(--ink-3);
  letter-spacing: .04em;
  margin-bottom: 22px;
  line-height: 1.6;
}
.comment__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.comment__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6px;
}
.comment-tag {
  cursor: pointer;
  user-select: none;
}
.comment-tag input {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.comment-tag span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(208, 140, 76, .35);
  background: rgba(208, 140, 76, .08);
  color: var(--gold);
  font-size: 14px;
  letter-spacing: .08em;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.comment-tag input:checked + span {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.comment-tag:hover span {
  border-color: var(--gold);
}
.comment__form input[type="tel"],
.comment__form input[type="text"],
.comment__form textarea {
  width: 100%;
  border: 1px solid var(--line-2);
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  letter-spacing: .04em;
  outline: none;
  transition: border-color .25s var(--ease);
  box-sizing: border-box;
}
.comment__form input[type="tel"],
.comment__form input[type="text"] {
  height: 46px;
  padding: 0 18px;
  border-radius: 10px;
}
.comment__form textarea {
  padding: 14px 18px;
  border-radius: 12px;
  resize: vertical;
  min-height: 120px;
  line-height: 1.55;
}
.comment__form input:focus,
.comment__form textarea:focus { border-color: var(--gold); }
.comment__form input::placeholder,
.comment__form textarea::placeholder { color: var(--ink-3); }
.comment__submit {
  height: 48px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: #c9a37a;
  color: #fff;
  font-size: 16px;
  letter-spacing: .28em;
  cursor: pointer;
  transition: background .25s var(--ease);
}
.comment__submit:hover { background: var(--gold); }
.comment__submit:disabled { opacity: .7; cursor: default; }
.comment__agree {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 13px;
  color: var(--ink-2);
  letter-spacing: .04em;
  cursor: pointer;
  user-select: none;
}
.comment__agree input {
  margin-top: 2px;
  accent-color: var(--gold);
}
.comment__agree a { color: #3b6fd8; }
.comment__agree a:hover { text-decoration: underline; }

/* ---------- 在线留言（Fluent Forms id=3） ---------- */
.comment:not(.comment--feedback) .comment__ff .ff-el-group {
  margin-bottom: 14px !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-input--label,
.comment:not(.comment--feedback) .comment__ff .ff-el-input--label label {
  display: none !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-form-control,
.comment:not(.comment--feedback) .comment__ff input[type="text"],
.comment:not(.comment--feedback) .comment__ff input[type="tel"],
.comment:not(.comment--feedback) .comment__ff input[type="email"],
.comment:not(.comment--feedback) .comment__ff input[type="number"],
.comment:not(.comment--feedback) .comment__ff textarea,
.comment:not(.comment--feedback) .comment__ff select {
  width: 100% !important;
  border: 1px solid var(--line-2) !important;
  background: var(--white) !important;
  color: var(--ink) !important;
  font-size: 15px !important;
  letter-spacing: .04em !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: border-color .25s var(--ease) !important;
}
.comment:not(.comment--feedback) .comment__ff input[type="text"],
.comment:not(.comment--feedback) .comment__ff input[type="tel"],
.comment:not(.comment--feedback) .comment__ff input[type="email"],
.comment:not(.comment--feedback) .comment__ff input[type="number"],
.comment:not(.comment--feedback) .comment__ff select {
  height: 46px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
}
.comment:not(.comment--feedback) .comment__ff textarea.ff-el-form-control,
.comment:not(.comment--feedback) .comment__ff textarea {
  padding: 14px 18px !important;
  border-radius: 12px !important;
  resize: vertical;
  min-height: 120px !important;
  line-height: 1.55 !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-form-control:focus,
.comment:not(.comment--feedback) .comment__ff input:focus,
.comment:not(.comment--feedback) .comment__ff textarea:focus {
  border-color: var(--gold) !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-form-control::placeholder,
.comment:not(.comment--feedback) .comment__ff input::placeholder,
.comment:not(.comment--feedback) .comment__ff textarea::placeholder {
  color: var(--ink-3) !important;
}
/* 兴趣多选：英文较长，允许换行（约 2×2），去掉 Fluent 默认白底 */
.comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-input--content {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 10px !important;
}
.comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-form-check,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check:not(.ff-el-tc) {
  display: block !important;
  flex: 1 1 calc(50% - 10px) !important;
  min-width: 140px !important;
  max-width: calc(50% - 5px) !important;
  margin: 0 !important;
  width: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-form-check-label,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check:not(.ff-el-tc) .ff-el-form-check-label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
  cursor: pointer;
  min-height: 40px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(208, 140, 76, .35) !important;
  background: rgba(208, 140, 76, .08) !important;
  color: var(--gold) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  box-shadow: none !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  box-sizing: border-box !important;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-form-check-label span,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check:not(.ff-el-tc) .ff-el-form-check-label span {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
  word-break: break-word !important;
}
.comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-form-check-input,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check:not(.ff-el-tc) input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
}
.comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-form-check-label:has(input:checked),
.comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-form-check:has(input:checked) .ff-el-form-check-label,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check:not(.ff-el-tc):has(input:checked) .ff-el-form-check-label {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: #fff !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-btn-wrap,
.comment:not(.comment--feedback) .comment__ff .ff_submit_btn_wrapper {
  margin: 4px 0 0 !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-btn,
.comment:not(.comment--feedback) .comment__ff .ff-btn-submit,
.comment:not(.comment--feedback) .comment__ff .ff_submit_btn,
.comment:not(.comment--feedback) .comment__ff button[type="submit"],
.comment:not(.comment--feedback) .comment__ff form.fluent_form_3 .ff-btn-submit,
.comment:not(.comment--feedback) .comment__ff form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #c9a37a !important;
  background-color: #c9a37a !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: .28em !important;
  line-height: 48px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background .25s var(--ease) !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-btn:hover,
.comment:not(.comment--feedback) .comment__ff .ff-btn-submit:hover,
.comment:not(.comment--feedback) .comment__ff .ff_submit_btn:hover,
.comment:not(.comment--feedback) .comment__ff button[type="submit"]:hover,
.comment:not(.comment--feedback) .comment__ff form.fluent_form_3 .ff-btn-submit:hover,
.comment:not(.comment--feedback) .comment__ff form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit:hover {
  background: var(--gold) !important;
  background-color: var(--gold) !important;
  background-image: none !important;
  color: #fff !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check.ff-el-tc,
.comment:not(.comment--feedback) .comment__ff .ff-el-tc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  margin-top: 4px !important;
  font-size: 13px !important;
  color: var(--ink-2) !important;
  letter-spacing: .04em !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-tc .ff_tc_label,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check.ff-el-tc .ff_tc_label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 !important;
  font-size: 13px !important;
  color: var(--ink-2) !important;
  font-weight: 400 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  line-height: 1.5 !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-tc .ff_tc_checkbox,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check.ff-el-tc .ff_tc_checkbox {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  line-height: 0 !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-tc .ff_t_c,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check.ff-el-tc .ff_t_c {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-tc .ff_t_c p,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check.ff-el-tc .ff_t_c p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  font-size: 13px !important;
  color: var(--ink-2) !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-tc a,
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check.ff-el-tc a {
  color: #3b6fd8 !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-el-tc input[type="checkbox"],
.comment:not(.comment--feedback) .comment__ff .ff-el-form-check.ff-el-tc input[type="checkbox"] {
  position: static !important;
  opacity: 1 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
  vertical-align: middle !important;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.comment:not(.comment--feedback) .comment__ff .ff-custom_html {
  margin: 0 0 18px !important;
  text-align: center;
  font-size: 14px !important;
  color: var(--ink-2) !important;
  letter-spacing: .04em;
  line-height: 1.6;
}
.comment:not(.comment--feedback) .comment__ff .ff-custom_html p {
  margin: 0 !important;
}
.comment:not(.comment--feedback) .comment__ff .ff-message-success,
.comment:not(.comment--feedback) .comment__ff .ff-message-error {
  font-size: 14px;
  text-align: center;
  letter-spacing: .04em;
}

@media (max-width: 1023px) {
  .page-comment .page-main,
  .comment-main {
    min-height: calc(100vh - 54px);
    padding: 28px 12px 48px;
  }
}
@media (max-width: 767px) {
  .page-comment .page-main,
  .comment-main {
    min-height: calc(100vh - 50px);
    padding: 24px 12px 72px;
    align-items: flex-start;
  }
  .comment__card {
    border-radius: 20px;
    padding: 36px 22px 28px;
  }
  .comment__title { font-size: 24px; }
  .comment__tags { gap: 8px; }
  .comment-tag span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }
  .comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-input--content {
    gap: 8px !important;
  }
  .comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-form-check,
  .comment:not(.comment--feedback) .comment__ff .ff-el-form-check:not(.ff-el-tc) {
    flex: 1 1 calc(50% - 8px) !important;
    min-width: 120px !important;
    max-width: calc(50% - 4px) !important;
  }
  .comment:not(.comment--feedback) .comment__ff .ff_list_buttons .ff-el-form-check-label,
  .comment:not(.comment--feedback) .comment__ff .ff-el-form-check:not(.ff-el-tc) .ff-el-form-check-label {
    min-height: 36px !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
  }
}

/* ---------- 投诉建议（Fluent Forms id=1） ---------- */
.comment--feedback .comment__ff .ff-el-group {
  margin-bottom: 14px !important;
}
.comment--feedback .comment__ff .ff-el-input--label,
.comment--feedback .comment__ff .ff-el-input--label label {
  display: none !important;
}
.comment--feedback .comment__ff .ff-el-form-control,
.comment--feedback .comment__ff input[type="text"],
.comment--feedback .comment__ff input[type="tel"],
.comment--feedback .comment__ff input[type="email"],
.comment--feedback .comment__ff input[type="number"],
.comment--feedback .comment__ff textarea,
.comment--feedback .comment__ff select {
  width: 100% !important;
  border: 1px solid var(--line-2) !important;
  background: var(--white) !important;
  color: var(--ink) !important;
  font-size: 15px !important;
  letter-spacing: .04em !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: border-color .25s var(--ease) !important;
}
.comment--feedback .comment__ff input[type="text"],
.comment--feedback .comment__ff input[type="tel"],
.comment--feedback .comment__ff input[type="email"],
.comment--feedback .comment__ff input[type="number"],
.comment--feedback .comment__ff select {
  height: 46px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
}
.comment--feedback .comment__ff textarea.ff-el-form-control,
.comment--feedback .comment__ff textarea {
  padding: 14px 18px !important;
  border-radius: 16px !important;
  resize: vertical;
  min-height: 140px !important;
  line-height: 1.55 !important;
}
.comment--feedback .comment__ff .ff-el-form-control:focus,
.comment--feedback .comment__ff input:focus,
.comment--feedback .comment__ff textarea:focus {
  border-color: var(--gold) !important;
}
.comment--feedback .comment__ff .ff-el-form-control::placeholder,
.comment--feedback .comment__ff input::placeholder,
.comment--feedback .comment__ff textarea::placeholder {
  color: var(--ink-3) !important;
}
.comment--feedback .comment__ff .ff-btn-wrap {
  margin: 4px 0 0 !important;
}
.comment--feedback .comment__ff .ff-btn,
.comment--feedback .comment__ff .ff-btn-submit,
.comment--feedback .comment__ff .ff_submit_btn,
.comment--feedback .comment__ff button[type="submit"],
.comment--feedback .comment__ff form.fluent_form_1 .ff-btn-submit,
.comment--feedback .comment__ff form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #c9a37a !important;
  background-color: #c9a37a !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: .28em !important;
  line-height: 48px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background .25s var(--ease) !important;
}
.comment--feedback .comment__ff .ff-btn:hover,
.comment--feedback .comment__ff .ff-btn-submit:hover,
.comment--feedback .comment__ff .ff_submit_btn:hover,
.comment--feedback .comment__ff button[type="submit"]:hover,
.comment--feedback .comment__ff form.fluent_form_1 .ff-btn-submit:hover,
.comment--feedback .comment__ff form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit:hover {
  background: var(--gold) !important;
  background-color: var(--gold) !important;
  background-image: none !important;
  color: #fff !important;
}
.comment--feedback .comment__ff .ff-el-form-check.ff-el-tc,
.comment--feedback .comment__ff .ff-el-tc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  margin-top: 4px !important;
  font-size: 13px !important;
  color: var(--ink-2) !important;
  letter-spacing: .04em !important;
}
.comment--feedback .comment__ff .ff-el-tc .ff_tc_label,
.comment--feedback .comment__ff .ff-el-form-check.ff-el-tc .ff_tc_label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 !important;
  font-size: 13px !important;
  color: var(--ink-2) !important;
  font-weight: 400 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  line-height: 1.5 !important;
}
.comment--feedback .comment__ff .ff-el-tc .ff_tc_checkbox,
.comment--feedback .comment__ff .ff-el-form-check.ff-el-tc .ff_tc_checkbox {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  line-height: 0 !important;
}
.comment--feedback .comment__ff .ff-el-tc .ff_t_c,
.comment--feedback .comment__ff .ff-el-form-check.ff-el-tc .ff_t_c {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}
.comment--feedback .comment__ff .ff-el-tc .ff_t_c p,
.comment--feedback .comment__ff .ff-el-form-check.ff-el-tc .ff_t_c p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  font-size: 13px !important;
  color: var(--ink-2) !important;
}
.comment--feedback .comment__ff .ff-el-form-check.ff-el-tc a,
.comment--feedback .comment__ff .ff-el-tc a {
  color: #3b6fd8 !important;
}
.comment--feedback .comment__ff .ff-el-form-check.ff-el-tc input[type="checkbox"],
.comment--feedback .comment__ff .ff-el-tc input[type="checkbox"] {
  position: static !important;
  opacity: 1 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
  vertical-align: middle !important;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.comment--feedback .comment__ff .ff-message-success,
.comment--feedback .comment__ff .ff-message-error {
  font-size: 14px;
  text-align: center;
  letter-spacing: .04em;
}

/* Fluent 自定义 HTML（如紧急热线提示） */
.comment--feedback .comment__ff .ff-custom_html {
  margin: 2px 0 0 !important;
  text-align: center;
  font-size: 14px !important;
  color: var(--ink-2) !important;
  letter-spacing: .04em;
  line-height: 1.6;
}
.comment--feedback .comment__ff .ff-custom_html p,
.comment--feedback .comment__ff .ff-custom_html div,
.comment--feedback .comment__ff .ff-custom_html span {
  margin: 0 !important;
  text-align: center;
  font-size: 14px !important;
  color: var(--ink-2) !important;
  letter-spacing: .04em;
  line-height: 1.6;
  font-weight: 400 !important;
}
.comment--feedback .comment__ff .ff-custom_html a {
  color: var(--gold) !important;
  font-weight: 500;
  margin-left: 4px;
}
.comment--feedback .comment__ff .ff-custom_html a:hover {
  text-decoration: underline;
}

.comment__hotline {
  text-align: center;
  font-size: 14px;
  color: var(--ink-2);
  letter-spacing: .04em;
  margin: 2px 0 0;
  line-height: 1.6;
}
.comment__hotline a,
.comment__hotline span {
  color: var(--gold);
  font-weight: 500;
  margin-left: 4px;
}
.comment__hotline a:hover { text-decoration: underline; }

/* ============================================================
   通用内容页（隐私政策等 page.php）
   ============================================================ */
.page-doc .page-main,
.page-main.page-doc {
  padding-top: 70px;
  padding-bottom: 72px;
  background: var(--surface);
  min-height: 60vh;
}
.mot-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px 0;
}
.mot-page__card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 48px 52px 56px;
  box-shadow: var(--shadow);
}
.mot-page__head {
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.mot-page__en {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-family: var(--font-serif);
  font-size: clamp(28px, 5vw, 40px);
  letter-spacing: .12em;
  color: rgba(208, 140, 76, .16);
  white-space: nowrap;
  pointer-events: none;
}
.mot-page__title {
  position: relative;
  font-size: 28px;
  letter-spacing: .22em;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.35;
}
.mot-page__body {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .03em;
}
.mot-page__body > *:first-child { margin-top: 0; }
.mot-page__body > *:last-child { margin-bottom: 0; }
.mot-page__body h2,
.mot-page__body h3,
.mot-page__body h4 {
  color: var(--ink);
  font-weight: 500;
  letter-spacing: .12em;
  margin: 32px 0 14px;
  line-height: 1.45;
}
.mot-page__body h2 {
  font-size: 20px;
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}
.mot-page__body h3 {
  font-size: 17px;
  color: var(--gold-dark);
}
.mot-page__body h4 { font-size: 15px; }
.mot-page__body p {
  margin: 0 0 16px;
}
.mot-page__body a {
  color: var(--gold);
  border-bottom: 1px solid rgba(208, 140, 76, .35);
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.mot-page__body a:hover {
  color: var(--gold-dark);
  border-bottom-color: var(--gold-dark);
}
.mot-page__body ul,
.mot-page__body ol {
  margin: 0 0 16px;
  padding-left: 1.35em;
}
.mot-page__body li {
  list-style: disc;
  margin: 0 0 8px;
}
.mot-page__body ol > li { list-style: decimal; }
.mot-page__body strong,
.mot-page__body b {
  color: var(--ink);
  font-weight: 600;
}
/* 隐藏 WP 隐私政策向导的「推荐的文本」提示 */
.mot-page__body .privacy-policy-tutorial {
  display: none !important;
}
.mot-page__body hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 28px 0;
}
.mot-page__body blockquote {
  margin: 20px 0;
  padding: 14px 20px;
  border-left: 3px solid var(--gold);
  background: var(--surface);
  color: var(--ink-2);
}

@media (max-width: 1023px) {
  .page-doc .page-main,
  .page-main.page-doc { padding-top: 54px; }
  .mot-page__card { padding: 36px 28px 40px; }
  .mot-page__title { font-size: 24px; letter-spacing: .16em; }
}
@media (max-width: 767px) {
  .page-doc .page-main,
  .page-main.page-doc {
    padding-top: 50px;
    padding-bottom: 56px;
  }
  .mot-page { padding: 24px 14px 0; }
  .mot-page__card { padding: 28px 18px 32px; }
  .mot-page__title { font-size: 22px; }
  .mot-page__body { font-size: 14.5px; line-height: 1.85; }
  .mot-page__body h2 { font-size: 17px; }
}

/* ============================================================
   404
   ============================================================ */
.page-404 .error-main {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 72px;
  box-sizing: border-box;
}
.error-box {
  text-align: center;
  max-width: 560px;
}
.error-box__code {
  font-family: var(--font-serif);
  font-size: clamp(72px, 14vw, 120px);
  line-height: 1;
  letter-spacing: .08em;
  color: rgba(208, 140, 76, .28);
  margin-bottom: 8px;
}
.error-box__title {
  font-size: 28px;
  letter-spacing: .2em;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 14px;
}
.error-box__desc {
  font-size: 15px;
  color: var(--ink-3);
  letter-spacing: .04em;
  line-height: 1.7;
  margin-bottom: 28px;
}
.error-box__search {
  display: flex;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto 28px;
}
.error-box__search input {
  flex: 1;
  min-width: 0;
  height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--white);
  font-size: 15px;
  color: var(--ink);
}
.error-box__search input:focus { border-color: var(--gold); outline: none; }
.error-box__search button {
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #c9a37a;
  color: #fff;
  font-size: 14px;
  letter-spacing: .16em;
  cursor: pointer;
  white-space: nowrap;
  transition: background .25s var(--ease);
}
.error-box__search button:hover { background: var(--gold); }
.error-box__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.error-box__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
  letter-spacing: .16em;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.error-box__btn:hover { background: #b8895f; }
.error-box__btn--ghost {
  background: transparent;
  color: var(--ink-2);
  border: 1px solid var(--line-2);
}
.error-box__btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}

/* ============================================================
   搜索结果
   ============================================================ */
.search-main {
  padding: 40px 0 72px;
}
.search-page__head {
  text-align: center;
  margin-bottom: 36px;
}
.search-page__title {
  font-size: 28px;
  letter-spacing: .16em;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 22px;
}
.search-page__form {
  display: flex;
  gap: 10px;
  max-width: 520px;
  margin: 0 auto;
}
.search-page__form input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--white);
  font-size: 15px;
  color: var(--ink);
}
.search-page__form input:focus { border-color: var(--gold); outline: none; }
.search-page__form button {
  height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: #c9a37a;
  color: #fff;
  font-size: 14px;
  letter-spacing: .16em;
  cursor: pointer;
  transition: background .25s var(--ease);
}
.search-page__form button:hover { background: var(--gold); }
.search-page__count {
  font-size: 13px;
  color: var(--ink-3);
  letter-spacing: .08em;
  margin-bottom: 20px;
}
.search-page__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.search-card:hover {
  border-color: rgba(208, 140, 76, .45);
  box-shadow: 0 10px 28px rgba(26, 24, 21, .06);
}
.search-card__pic {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-2);
}
.search-card__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.search-card:hover .search-card__pic img { transform: scale(1.04); }
.search-card__ph {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--surface-2), var(--surface));
}
.search-card__bd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-right: 8px;
}
.search-card__type {
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--gold);
  margin-bottom: 8px;
}
.search-card__title {
  font-size: 18px;
  letter-spacing: .08em;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.4;
}
.search-card__excerpt {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.65;
  letter-spacing: .02em;
}
.search-page__empty {
  text-align: center;
  padding: 48px 16px 24px;
}
.search-page__empty p {
  font-size: 15px;
  color: var(--ink-3);
  margin-bottom: 24px;
}
.search-main .navigation.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.search-main .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.search-main .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line-2);
  color: var(--ink-2);
  font-size: 14px;
  letter-spacing: .06em;
  transition: all .25s var(--ease);
}
.search-main .page-numbers:hover,
.search-main .page-numbers.current {
  border-color: var(--gold);
  color: var(--gold);
}

@media (max-width: 767px) {
  .page-404 .error-main { min-height: calc(100vh - 50px); padding: 32px 16px 64px; }
  .error-box__title { font-size: 24px; }
  .error-box__search { flex-direction: column; }
  .search-main { padding: 28px 0 56px; }
  .search-page__title { font-size: 22px; }
  .search-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
  }
  .search-card__title { font-size: 16px; }
}

/* ============================================================
   品牌分类页 brand.html
   ============================================================ */
.brand-page {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 20px 20px 0;
}
.brand-hero { margin-bottom: 28px; }
.brand-hero__banner {
  position: relative;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: var(--surface-2);
}
.brand-hero__banner img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.brand-hero__banner-ph {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: linear-gradient(135deg, #e8e2d8 0%, #d4cdc2 50%, #c4b8a8 100%);
}
.brand-hero__logo {
  position: absolute;
  left: 50%; top: 42%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
  pointer-events: none;
}
.brand-hero__logo img {
  width: clamp(88px, 10vw, 140px);
  height: clamp(88px, 10vw, 140px);
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.brand-hero__mark img {
  width: clamp(64px, 7vw, 96px);
  height: clamp(64px, 7vw, 96px);
  object-fit: contain;
}
.brand-hero__logo span {
  font-size: clamp(22px, 3.2vw, 36px);
  letter-spacing: .28em;
  font-weight: 500;
}
.brand-hero__card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 28px;
  margin: -56px 28px 0;
  padding: 28px 32px;
  background: var(--white);
  box-shadow: 0 10px 36px rgba(26, 24, 21, .06);
}
.brand-hero__mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--line);
  min-height: 168px;
  color: var(--ink);
  padding: 20px 12px;
  text-align: center;
}
.brand-hero__mark b {
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 600;
}
.brand-hero__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.brand-hero__name {
  font-size: 26px;
  letter-spacing: .12em;
  font-weight: 600;
  color: var(--ink);
}
.brand-hero__acts {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.brand-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 16px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-2);
  font-size: 13px;
  letter-spacing: .08em;
  cursor: pointer;
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.brand-hero__btn svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none; stroke-width: 1.5;
}
.brand-hero__btn:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.brand-hero__desc {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-2);
  letter-spacing: .04em;
}

/* 分享复制成功提示 */
.mot-toast {
  position: fixed;
  left: 50%;
  top: 42%;
  z-index: 10050;
  transform: translate(-50%, -50%) scale(.94);
  min-width: 200px;
  padding: 28px 36px 24px;
  background: #fdfbf4;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(26, 24, 21, .14);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.mot-toast.is-in {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.mot-toast.is-out {
  opacity: 0;
  transform: translate(-50%, -48%) scale(.96);
}
.mot-toast__ico {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  color: #c4a574;
}
.mot-toast__ico svg { display: block; }
.mot-toast__txt {
  margin: 0;
  font-size: 15px;
  letter-spacing: .12em;
  color: #c4a574;
  font-weight: 500;
}

.brand-filters {
  background: transparent;
  margin-bottom: 18px;
}
.brand-filter-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}
.brand-filter-row__lab {
  flex: 0 0 auto;
  font-size: 15px;
  color: var(--ink);
  letter-spacing: .08em;
  padding-top: 4px;
}
.brand-filter-row__opts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
}
.brand-filter-row__opts a {
  padding: 4px 12px;
  font-size: 15px;
  color: var(--ink-2);
  letter-spacing: .06em;
  border-radius: 2px;
  transition: color .25s var(--ease), background .25s var(--ease);
}
.brand-filter-row__opts a:hover,
.brand-filter-row__opts a.is-on {
  color: var(--gold);
  background: var(--gold-soft);
}

.brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--white);
  padding: 14px 22px;
  margin-bottom: 18px;
}
.brand-bar__name {
  font-size: 18px;
  letter-spacing: .1em;
  color: var(--gold);
  font-weight: 500;
}
.brand-bar__name em {
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.brand-bar__sort {
  display: flex;
  gap: 4px;
}
.brand-bar__sort a {
  padding: 4px 12px;
  font-size: 15px;
  color: var(--ink-2);
  letter-spacing: .06em;
  position: relative;
}
.brand-bar__sort a.is-on {
  color: var(--ink);
  font-weight: 500;
}
.brand-bar__sort a.is-on::after {
  content: "";
  position: absolute;
  left: 12px; right: 12px; bottom: 0;
  height: 2px;
  background: var(--ink);
}

.brand-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 8px;
}
.brand-grid .goods-card {
  background: transparent;
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
}
.brand-grid .goods-card:hover {
  background: var(--white);
  box-shadow: var(--shadow);
}
.brand-grid .goods-card__cap { padding: 14px 8px 18px; }
.brand-grid .goods-card__brand {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.brand-grid .goods-card__type {
  font-size: 15px;
  color: var(--ink);
}

.brand-like { margin-top: 20px; padding-bottom: 56px; }
.brand-like__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.brand-like .rec-card {
  background: var(--white);
}
.brand-like .rec-card__brand { font-size: 16px; }
.brand-like .rec-card__type { font-size: 14px; }

@media (max-width: 1199px) {
  .brand-hero__card { margin: -40px 16px 0; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; padding: 22px; }
  .brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-like__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1023px) {
  .brand-page { padding: 12px 12px 0; }
  .brand-hero__banner { aspect-ratio: 16 / 9; }
  .brand-hero__card {
    grid-template-columns: 1fr;
    margin: -28px 0 0;
    padding: 20px 16px;
  }
  .brand-hero__mark {
    flex-direction: row;
    min-height: 0;
    padding: 12px 14px;
    justify-content: flex-start;
    gap: 10px;
  }
  .brand-hero__name { font-size: 22px; }
  .brand-hero__desc { font-size: 15px; }
  .brand-filter-row { flex-direction: column; gap: 8px; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .brand-like__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}
@media (max-width: 767px) {
  .brand-hero__top { flex-wrap: wrap; }
  .brand-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
  }
  .brand-hero__logo span { letter-spacing: .16em; }
}

/* ============================================================
   招商入驻 business.html
   ============================================================ */
.lease-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 0 32px;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 28px 20px 0;
  align-items: start;
}
.lease-side {
  position: sticky;
  top: 94px;
  align-self: start;
  background: var(--white);
  border: 1px solid var(--line);
}
.lease-side a {
  display: block;
  padding: 18px 16px 18px 22px;
  font-size: 15px;
  letter-spacing: .04em;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: color .25s var(--ease), background .25s var(--ease);
  line-height: 1.35;
  word-break: break-word;
}
.lease-side a:last-child { border-bottom: 0; }
.lease-side a:hover { color: var(--gold); }
.lease-side a.is-on {
  color: var(--gold);
  background: rgba(208, 140, 76, .04);
}
.lease-side a.is-on::before {
  content: "";
  position: absolute;
  left: 0; top: 12px; bottom: 12px;
  width: 3px;
  background: var(--gold);
}

.lease-main {
  min-width: 0;
  background: var(--white);
  padding: 36px 40px 48px;
  margin-bottom: 48px;
}
.lease-intro__head {
  text-align: center;
  margin-bottom: 28px;
}
.lease-intro__title {
  font-size: 30px;
  letter-spacing: .28em;
  color: var(--ink);
  font-weight: 500;
}
.lease-intro__en {
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: .34em;
  color: rgba(208, 140, 76, .55);
}
.lease-intro__banner {
  overflow: hidden;
  background: var(--surface-2);
}
.lease-intro__banner img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.lease-intro__hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 16px;
  letter-spacing: .08em;
  color: var(--gold);
}
.lease-intro__hotline svg {
  width: 18px; height: 18px;
  stroke: currentColor; fill: none; stroke-width: 1.5;
}
.lease-intro__hotline a { color: inherit; }
.lease-intro__hotline a:hover { color: var(--gold-dark); }

.lease-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  transition: opacity .22s var(--ease);
}
.lease-item {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(240px, .9fr);
  gap: 0 36px;
  align-items: stretch;
  min-height: 280px;
}

.lease-slider {
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  min-height: 280px;
}
.lease-slider__viewport { position: absolute; inset: 0; }
.lease-slider__track { position: relative; height: 100%; }
.lease-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .55s var(--ease);
  pointer-events: none;
}
.lease-slider__slide.is-on {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.lease-slider__slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.lease-slider__brand {
  position: absolute;
  left: 16px; top: 14px;
  z-index: 3;
  font-size: 14px;
  letter-spacing: .12em;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .4);
  pointer-events: none;
}
.lease-slider__next {
  position: absolute;
  right: 10px; top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .22);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  backdrop-filter: blur(4px);
  transition: background .25s var(--ease);
}
.lease-slider__next:hover { background: rgba(255, 255, 255, .4); }
.lease-slider__next svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none; stroke-width: 1.8;
}
.lease-slider__dots {
  position: absolute;
  left: 0; right: 0; bottom: 14px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.lease-slider__dots button {
  width: 7px; height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
}
.lease-slider__dots button.is-on { background: #fff; }

.lease-item__info {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  padding: 28px 26px 22px;
  min-height: 280px;
}
.lease-item__name {
  font-size: 22px;
  letter-spacing: .16em;
  color: var(--gold);
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.lease-item__desc {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-2);
  letter-spacing: .04em;
}
.lease-item__booth {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 14px;
  color: var(--ink-3);
  letter-spacing: .04em;
}
.lease-item__booth svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none; stroke-width: 1.5;
  flex-shrink: 0;
}

.page-lease .pager { margin-top: 36px; margin-bottom: 8px; }

@media (max-width: 1199px) {
  .lease-layout { gap: 0 20px; padding: 24px 16px 0; grid-template-columns: 200px minmax(0, 1fr); }
  .lease-main { padding: 28px 24px 40px; }
  .lease-item { gap: 0 24px; grid-template-columns: minmax(0, 1.4fr) minmax(220px, 1fr); }
}
@media (max-width: 1023px) {
  .lease-layout {
    grid-template-columns: 1fr;
    padding: 12px 12px 0;
  }
  .lease-side {
    position: static;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border: 0;
    border-bottom: 1px solid var(--line);
    margin-bottom: 12px;
  }
  .lease-side::-webkit-scrollbar { display: none; }
  .lease-side a {
    flex: 0 0 auto;
    white-space: nowrap;
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding: 12px 16px;
  }
  .lease-side a.is-on::before {
    top: auto; bottom: 0; left: 16px; right: 16px;
    width: auto; height: 2px;
  }
  .lease-main { padding: 24px 16px 36px; margin-bottom: 36px; }
  .lease-intro__title { font-size: 24px; letter-spacing: .2em; }
  .lease-item {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }
  .lease-slider {
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
  .lease-item__info { min-height: 0; padding: 22px 18px 18px; }
}
@media (max-width: 767px) {
  .lease-intro__hotline { font-size: 15px; }
  .lease-item__name { font-size: 20px; }
  .lease-list { gap: 24px; margin-top: 32px; }
  .lease-slider__next { width: 32px; height: 32px; }
}

/* ============================================================
   加入我们 job.html
   ============================================================ */
.job-main { padding-bottom: 56px; }
.job-banner {
  overflow: hidden;
  background: var(--surface-2);
  margin-bottom: 40px;
}
.job-banner img {
  width: 100%;
  display: block;
  aspect-ratio: 21 / 8;
  object-fit: cover;
}
.job-sec__title {
  text-align: center;
  font-size: 24px;
  letter-spacing: .2em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 28px;
}

.job-values { margin-bottom: 56px; }
.job-values__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px 48px;
  align-items: start;
}
.job-values h3 {
  font-size: 20px;
  letter-spacing: .16em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 12px;
}
.job-values p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-2);
  letter-spacing: .04em;
}
.job-values__side {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.job-goal { margin-bottom: 56px; }
.job-goal__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center;
}
.job-goal__pic {
  position: relative;
  background: var(--surface);
  padding: 10px;
  border: 1px solid var(--line);
}
.job-goal__pic img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.job-goal__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 42px;
  padding-left: 12px;
}
.job-goal__text h3 {
  font-size: 22px;
  letter-spacing: .16em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 10px;
}
.job-goal__text p {
  font-size: 16px;
  color: var(--ink-2);
  letter-spacing: .06em;
}

.job-innov {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px;
  margin-bottom: 64px;
}
.job-innov__text {
  text-align: center;
  padding: 10px 16px;
}
.job-innov__text h2 {
  font-size: 24px;
  letter-spacing: .18em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 18px;
}
.job-innov__text p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-2);
  letter-spacing: .04em;
}
.job-innov__extra { margin-top: 28px; }
.job-innov__pic img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.job-search__head {
  text-align: center;
  margin-bottom: 28px;
}
.job-search__title {
  font-size: 26px;
  letter-spacing: .2em;
  color: var(--ink);
  font-weight: 500;
}
.job-search__en {
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: .28em;
  color: rgba(208, 140, 76, .5);
}

.job-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}
.job-filter__field {
  display: inline-flex;
  align-items: stretch;
  min-width: min(280px, 100%);
  border: 1px solid var(--line-2);
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}
.job-filter__field span {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  background: var(--surface-2);
  color: var(--ink-2);
  font-size: 14px;
  letter-spacing: .08em;
  white-space: nowrap;
  border-right: 1px solid var(--line);
}
.job-filter__field select {
  flex: 1;
  min-width: 120px;
  height: 42px;
  border: 0;
  padding: 0 32px 0 14px;
  font-size: 15px;
  color: var(--ink);
  background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%238c877e' stroke-width='1.6'/%3E%3C/svg%3E") right 10px center / 14px no-repeat;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.job-filter__btn {
  height: 42px;
  min-width: 96px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  color: #fff;
  font-size: 15px;
  letter-spacing: .16em;
  cursor: pointer;
  transition: background .25s var(--ease);
}
.job-filter__btn:hover { background: var(--gold-dark); }

.job-list {
  border-top: 1px solid var(--line);
}
.job-acc {
  border-bottom: 1px solid var(--line);
}
.job-acc__hd {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 140px auto;
  gap: 12px 20px;
  align-items: center;
  padding: 18px 8px;
}
.job-acc__tit {
  font-size: 16px;
  color: var(--ink);
  letter-spacing: .04em;
  line-height: 1.5;
}
.job-acc__tit em {
  font-style: normal;
  color: var(--ink-2);
  font-weight: 400;
}
.job-acc__loc {
  font-size: 15px;
  color: var(--ink-2);
  letter-spacing: .06em;
  text-align: center;
}
.job-acc__toggle {
  justify-self: end;
  background: none;
  border: 0;
  padding: 6px 4px;
  font-size: 15px;
  color: var(--gold);
  letter-spacing: .06em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.job-acc__toggle i {
  font-style: normal;
  display: inline-block;
  transition: transform .3s var(--ease);
}
.job-acc.is-open .job-acc__toggle i {
  transform: rotate(90deg);
}
.job-acc__toggle:hover { color: var(--gold-dark); }
.job-acc__bd {
  overflow: hidden;
}
.job-acc__body {
  padding: 4px 8px 22px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
}
.job-acc__body h4 {
  margin: 14px 0 8px;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: .08em;
  font-weight: 500;
}
.job-acc__body ul {
  margin: 0;
  padding-left: 1.2em;
}
.job-acc__body li { margin: 4px 0; }
.job-acc__mail {
  margin-top: 14px;
  font-size: 15px;
}
.job-acc__mail a { color: var(--gold); }
.job-acc__mail a:hover { color: var(--gold-dark); }
.job-empty {
  text-align: center;
  padding: 36px 12px;
  font-size: 15px;
  color: var(--ink-3);
  letter-spacing: .06em;
}

@media (max-width: 1199px) {
  .job-values__grid,
  .job-goal__grid,
  .job-innov { gap: 24px; }
}
@media (max-width: 1023px) {
  .job-banner { margin-bottom: 28px; }
  .job-banner img { aspect-ratio: 16 / 8; }
  .job-values__grid,
  .job-goal__grid,
  .job-innov {
    grid-template-columns: 1fr;
  }
  /* 创新模块：手机端先图后文，与上方目标模块交替 */
  .job-innov__pic { order: -1; }
  .job-goal__text {
    padding-left: 0;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .job-goal__text > div { flex: 1 1 200px; }
  .job-innov { padding: 18px; margin-bottom: 44px; }
  .job-acc__hd {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "tit toggle"
      "loc loc";
  }
  .job-acc__tit { grid-area: tit; }
  .job-acc__toggle { grid-area: toggle; }
  .job-acc__loc { grid-area: loc; text-align: left; font-size: 14px; }
}
@media (max-width: 767px) {
  .job-sec__title { font-size: 20px; margin-bottom: 20px; }
  .job-filter { gap: 10px; }
  .job-filter__field { min-width: 100%; }
  .job-filter__btn { width: 100%; }
  .job-acc__hd { padding: 14px 4px; gap: 8px; }
  .job-acc__tit { font-size: 15px; }
  .job-acc__body { font-size: 15px; }
}

/* ============================================================
   VIP服务 service.html
   ============================================================ */
.svc-main { padding-bottom: 56px; }
.svc-head {
  text-align: center;
  margin-bottom: 28px;
  position: relative;
}
.svc-head__title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  letter-spacing: .28em;
  color: var(--ink);
  font-weight: 500;
}
.svc-head__en {
  margin-top: 6px;
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: .12em;
  color: rgba(208, 140, 76, .22);
  line-height: 1;
}

.svc-media {
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  margin-bottom: 48px;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.svc-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.svc-media__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.svc-media__frame video,
.svc-media__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #000;
}
.svc-media__play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 72px; height: 72px;
  border: 0;
  border-radius: 50%;
  background: rgba(26, 24, 21, .55);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.svc-media__play svg {
  width: 28px; height: 28px;
  fill: currentColor;
  margin-left: 3px;
}
.svc-media__play:hover {
  background: rgba(208, 140, 76, .9);
  transform: translate(-50%, -50%) scale(1.05);
}
.svc-media.is-playing .svc-media__play {
  display: none;
}

.svc-block {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px 48px;
  align-items: center;
  margin-bottom: 48px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 20px;
}
.svc-block--rev .svc-block__pic { order: 2; }
.svc-block--rev .svc-block__text { order: 1; }
.svc-block__pic {
  overflow: hidden;
  background: var(--surface-2);
  min-width: 0;
}
.svc-block__pic img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.svc-block__text {
  position: relative;
  padding: 18px 12px 18px 8px;
  min-width: 0;
}
.svc-block__num {
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-58%);
  font-family: var(--font-serif);
  font-size: clamp(72px, 10vw, 120px);
  line-height: 1;
  color: rgba(208, 140, 76, .14);
  letter-spacing: .04em;
  pointer-events: none;
  user-select: none;
}
.svc-block__text h2 {
  position: relative;
  font-size: 24px;
  letter-spacing: .18em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
}
.svc-block__text p {
  position: relative;
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-2);
  letter-spacing: .04em;
}

@media (max-width: 1199px) {
  .svc-block { gap: 24px; padding: 16px; }
}
@media (max-width: 1023px) {
  .svc-block,
  .svc-block--rev {
    grid-template-columns: 1fr;
  }
  .svc-block--rev .svc-block__pic,
  .svc-block--rev .svc-block__text { order: initial; }
  .svc-block { margin-bottom: 28px; }
  .svc-media { margin-bottom: 32px; }
  .svc-media__play { width: 60px; height: 60px; }
  .svc-block__text { padding: 8px 4px 4px; }
}
@media (max-width: 767px) {
  .svc-head__title { font-size: 24px; letter-spacing: .2em; }
  .svc-block__text h2 { font-size: 20px; }
  .svc-block__text p { font-size: 15px; }
}

/* ============================================================
   联系我们 contact_us.html
   ============================================================ */
.page-contact .lease-main.contact-main {
  padding: 0 0 48px;
}
.contact-hero {
  overflow: hidden;
  background: var(--surface-2);
  margin-bottom: 40px;
}
.contact-hero img {
  width: 100%;
  display: block;
  aspect-ratio: 21 / 8;
  object-fit: cover;
}

.contact-grid,
.contact-sns {
  padding: 0 40px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 40px 48px;
  align-items: start;
  margin-bottom: 48px;
}
.contact-info__block { margin-bottom: 32px; }
.contact-info__block:last-child { margin-bottom: 0; }
.contact-info__block h2 {
  font-size: 18px;
  letter-spacing: .16em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 12px;
}
.contact-info__block p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-2);
  letter-spacing: .04em;
}
.contact-info__block a { color: inherit; }
.contact-info__block a:hover { color: var(--gold); }

.contact-map {
  background: #f6f1e8;
  min-height: 280px;
}
.contact-map svg,
.contact-map img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-map img {
  object-fit: cover;
  min-height: 280px;
}

.contact-sns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.sns-card {
  background: var(--surface);
  padding: 32px 16px 28px;
  text-align: center;
}
.sns-card__qr {
  width: 156px;
  height: 156px;
  margin: 0 auto 18px;
  padding: 8px;
  border: 1px solid rgba(208, 140, 76, .38);
  background: var(--white);
}
.sns-card__qr svg,
.sns-card__qr img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.sns-card h3 {
  font-size: 16px;
  letter-spacing: .12em;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 6px;
}
.sns-card p {
  font-size: 14px;
  color: var(--ink-3);
  letter-spacing: .06em;
}

@media (max-width: 1199px) {
  .page-contact .lease-main.contact-main { padding-bottom: 40px; }
  .contact-grid,
  .contact-sns { padding: 0 24px; }
  .contact-grid { gap: 32px; }
}
@media (max-width: 1023px) {
  .page-contact .lease-main.contact-main { padding-bottom: 36px; }
  .contact-hero { margin-bottom: 24px; }
  .contact-hero img { aspect-ratio: 16 / 8; }
  .contact-grid,
  .contact-sns { padding: 0 16px; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .contact-sns { gap: 14px; }
  .sns-card__qr { width: 132px; height: 132px; }
}
@media (max-width: 767px) {
  .contact-sns { grid-template-columns: 1fr; }
  .sns-card { padding: 24px 16px; }
  .sns-card__qr { width: 148px; height: 148px; }
}

/* ============================================================
   关于我们 about_us.html
   ============================================================ */
.about-main { padding-bottom: 56px; }
.about-head {
  text-align: center;
  margin-bottom: 28px;
}
.about-head__title {
  font-size: 28px;
  letter-spacing: .28em;
  color: var(--ink);
  font-weight: 500;
}
.about-head__en {
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: .34em;
  color: rgba(208, 140, 76, .55);
}

.about-hero {
  overflow: hidden;
  background: var(--surface-2);
  margin-bottom: 28px;
}
.about-hero img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.about-lead {
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink-2);
  letter-spacing: .04em;
  margin-bottom: 48px;
}

/* Ming Luxury介绍 */
.about-tiam {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px 40px;
  align-items: center;
  background: var(--surface);
  padding: 28px;
  margin-bottom: 56px;
}
.about-tiam__pic {
  overflow: hidden;
  background: var(--surface-2);
  min-width: 0;
}
.about-tiam__pic img {
  width: 100%;
  display: block;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.about-tiam__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--gold);
}
.about-tiam__mark {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.about-tiam__brand span {
  font-family: var(--font-serif);
  font-size: 20px;
  letter-spacing: .28em;
  font-weight: 500;
}
.about-tiam__body p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink-2);
  letter-spacing: .03em;
  margin-bottom: 16px;
}
.about-tiam__body p:last-child { margin-bottom: 0; }

/* 小节标题 */
.about-sec-head {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.about-sec-head__title {
  position: relative;
  z-index: 1;
  font-size: 26px;
  letter-spacing: .22em;
  color: var(--ink);
  font-weight: 500;
}
.about-sec-head__en {
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: .3em;
  color: rgba(208, 140, 76, .55);
}
.about-sec-head__en--lg {
  position: absolute;
  left: 0; right: 0; top: 50%;
  transform: translateY(-40%);
  z-index: 0;
  font-size: clamp(28px, 5vw, 48px);
  letter-spacing: .12em;
  color: rgba(208, 140, 76, .16);
  line-height: 1;
  pointer-events: none;
}
.about-sec-head--story { margin-bottom: 40px; padding-top: 8px; }

/* 优势条目 */
.about-adv { margin-bottom: 56px; }
.about-feat {
  display: grid;
  gap: 32px 40px;
  align-items: center;
  margin-bottom: 48px;
  background: var(--surface);
  padding: 28px;
}
.about-feat:last-child { margin-bottom: 0; }
.about-feat--logos { grid-template-columns: .9fr 1.1fr; }
.about-feat--img-left { grid-template-columns: 1.1fr .9fr; }
.about-feat--img-right { grid-template-columns: .9fr 1.1fr; }
/* 文左图右：DOM 仍先图后文，桌面用列位置互换；手机竖排保持「图→文」交替 */
.about-feat--img-right .about-feat__frame { grid-column: 2; }
.about-feat--img-right .about-feat__text { grid-column: 1; grid-row: 1; }

.about-feat__text {
  position: relative;
  min-width: 0;
  padding: 12px 8px;
}
.about-feat__num {
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-58%);
  font-family: var(--font-serif);
  font-size: clamp(72px, 10vw, 110px);
  line-height: 1;
  color: rgba(208, 140, 76, .14);
  letter-spacing: .04em;
  pointer-events: none;
  user-select: none;
}
.about-feat__text h3 {
  position: relative;
  font-size: 22px;
  letter-spacing: .12em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
}
.about-feat__text p {
  position: relative;
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink-2);
  letter-spacing: .03em;
}

.about-feat__frame {
  position: relative;
  min-width: 0;
}
.about-feat__frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--surface-2);
}
.about-feat__frame::after {
  content: "";
  position: absolute;
  border: 1px solid var(--line-2);
  pointer-events: none;
  z-index: 0;
}
.about-feat__frame--br::after {
  top: 14px; right: -12px; bottom: -12px; left: 14px;
}
.about-feat__frame--bl::after {
  top: 14px; right: 14px; bottom: -12px; left: -12px;
}

.about-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  min-width: 0;
}
.about-logos span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 6px;
  min-height: 64px;
  background: var(--white);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .04em;
  line-height: 1.35;
  font-family: var(--font-serif);
}

/* 大事记 */
.about-story { margin-bottom: 12px; }
.about-story__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) 88px;
  gap: 28px 32px;
  align-items: center;
  background: var(--surface);
  padding: 28px;
}
.about-story__pic {
  overflow: hidden;
  background: var(--surface-2);
  min-width: 0;
}
.about-story__pic img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.about-story__detail { min-width: 0; }
.about-story__year {
  font-size: 22px;
  letter-spacing: .12em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
}
.about-story__text p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-2);
  letter-spacing: .03em;
  margin-bottom: 10px;
}
.about-story__text p:last-child { margin-bottom: 0; }

.about-story__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  min-width: 0;
}
.about-story__arrow {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-3);
  cursor: pointer;
  transition: color .2s var(--ease);
}
.about-story__arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.about-story__arrow:hover { color: var(--gold); }
.about-story__years {
  flex: 1;
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  min-width: 0;
  list-style: none;
  margin: 0;
}
.about-story__years li {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-story__years button {
  display: block;
  width: 72px;
  padding: 8px 0;
  font-size: 14px;
  letter-spacing: .08em;
  color: var(--ink-3);
  border-radius: 999px;
  cursor: pointer;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.about-story__years button:hover { color: var(--gold); }
.about-story__years button.is-on {
  background: #4a433c;
  color: #fff;
}

@media (max-width: 1199px) {
  .about-tiam,
  .about-feat--logos,
  .about-feat--img-left,
  .about-feat--img-right {
    gap: 24px;
    padding: 22px;
  }
  .about-story__body { gap: 20px; padding: 22px; }
  .about-logos span { min-height: 56px; font-size: 10px; padding: 10px 4px; }
}
@media (max-width: 1023px) {
  .about-tiam,
  .about-feat--logos,
  .about-feat--img-left,
  .about-feat--img-right {
    grid-template-columns: 1fr;
  }
  .about-feat--img-right .about-feat__frame,
  .about-feat--img-right .about-feat__text {
    grid-column: auto;
    grid-row: auto;
  }
  .about-feat__frame--br::after,
  .about-feat__frame--bl::after {
    top: 10px; right: -8px; bottom: -8px; left: 10px;
  }
  .about-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-story__body {
    grid-template-columns: 1fr;
    gap: 20px;
    overflow: hidden;
  }
  .about-story__nav {
    flex-direction: row;
    align-items: center;
    gap: 4px;
    order: -1;
    width: 100%;
    max-width: 100%;
  }
  .about-story__arrow svg {
    transform: rotate(-90deg);
  }
  .about-story__years {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
    max-height: none;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    gap: 6px;
    padding: 2px 4px;
    scroll-snap-type: x proximity;
  }
  .about-story__years::-webkit-scrollbar { display: none; }
  .about-story__years li {
    width: auto;
    justify-content: flex-start;
  }
  .about-story__years button {
    width: auto;
    min-width: 64px;
    padding: 8px 14px;
    white-space: nowrap;
    scroll-snap-align: center;
  }
  .about-story__pic img { aspect-ratio: 4 / 3; }
  .about-feat { margin-bottom: 28px; }
  .about-lead { margin-bottom: 36px; }
  .about-tiam { margin-bottom: 40px; }
}
@media (max-width: 767px) {
  .about-head__title { font-size: 24px; letter-spacing: .2em; }
  .about-sec-head__title { font-size: 22px; letter-spacing: .16em; }
  .about-feat__text h3,
  .about-story__year { font-size: 18px; }
  .about-feat__text p,
  .about-tiam__body p,
  .about-lead,
  .about-story__text p { font-size: 15px; }
  .about-tiam,
  .about-feat,
  .about-story__body { padding: 16px; }
  .about-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-tiam__brand span { font-size: 16px; letter-spacing: .18em; }
  .about-story__body { gap: 16px; padding: 14px; }
  .about-story__nav { gap: 2px; }
  .about-story__arrow { width: 28px; height: 28px; }
  .about-story__years button {
    min-width: 56px;
    padding: 7px 12px;
    font-size: 13px;
  }
  .about-story__detail { padding: 0 2px; }
}

/* ============================================================
   新闻列表 / 详情
   ============================================================ */
.blog-page .page-main,
.blog-detail-page .page-main {
  background: var(--bg);
  padding-bottom: 72px;
}
.blog-crumb {
  padding-top: 18px;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--ink-3);
}
.blog-crumb a:hover { color: var(--gold); }

.blog-hero {
  padding: 36px 0 20px;
  text-align: center;
}
.blog-hero__inner { position: relative; }
.blog-hero__en {
  display: block;
  font-size: 12px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.blog-hero__title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .14em;
  color: var(--ink);
  line-height: 1.35;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.blog-hero__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 2px;
  margin-left: -23px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.blog-hero__desc {
  margin: 18px auto 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-3);
  letter-spacing: .04em;
}

.blog-list { padding: 28px 0 8px; }
.blog-list__items {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0;
  padding: 0;
}
.blog-list__empty {
  text-align: center;
  padding: 64px 20px;
  color: var(--ink-3);
  letter-spacing: .08em;
}
.blog-news-card {
  display: grid;
  grid-template-columns: minmax(240px, 380px) minmax(0, 1fr);
  gap: 0 36px;
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.blog-news-card:hover {
  border-color: var(--line-2);
  box-shadow: var(--shadow);
}
.blog-news-card__media {
  display: block;
  position: relative;
  background: var(--surface-2);
  min-height: 220px;
  overflow: hidden;
}
.blog-news-card__media img,
.blog-news-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 1s var(--ease);
}
.blog-news-card:hover .blog-news-card__media img {
  transform: scale(1.04);
}
.blog-news-card__placeholder {
  background:
    linear-gradient(135deg, rgba(208, 140, 76, .12), rgba(247, 196, 98, .08)),
    var(--surface-2);
}
.blog-news-card__body {
  padding: 28px 32px 28px 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.blog-news-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.blog-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
}
.blog-news-card__tag {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.blog-news-card__date {
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--ink-3);
  white-space: nowrap;
}
.blog-news-card__title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.4;
  margin: 0 0 12px;
}
.blog-news-card__title a {
  color: var(--ink);
  transition: color .3s var(--ease);
}
.blog-news-card__title a:hover { color: var(--gold); }
.blog-news-card__excerpt {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-2);
  letter-spacing: .03em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.blog-news-card__more {
  margin-top: 18px;
  display: inline-block;
  width: max-content;
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--gold);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), color .3s var(--ease);
}
.blog-news-card__more:hover {
  color: var(--gold-dark);
  border-bottom-color: var(--gold-dark);
}
.blog-list .pager { margin-top: 40px; }

.blog-detail-hero {
  padding: 28px 0 8px;
  text-align: center;
}
.blog-detail-hero__en {
  display: block;
  font-size: 11px;
  letter-spacing: .38em;
  color: var(--gold);
  margin-bottom: 14px;
}
.blog-detail-hero__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  color: var(--ink);
  max-width: 920px;
  margin: 0 auto;
}
.blog-detail-hero__meta {
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--ink-3);
}
.blog-detail-hero__meta a {
  color: var(--gold);
  transition: color .3s var(--ease);
}
.blog-detail-hero__meta a:hover { color: var(--gold-dark); }

.blog-detail-content { padding: 36px 0 0; }
.blog-detail-content__inner {
  max-width: 920px;
  margin: 0 auto;
}
.blog-article {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 36px 40px 40px;
}
.blog-article__figure {
  margin: 0 0 28px;
  background: var(--surface-2);
}
.blog-article__figure img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.blog-article__body {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .03em;
}
.blog-article__body > *:first-child { margin-top: 0; }
.blog-article__body > *:last-child { margin-bottom: 0; }
.blog-article__body h2,
.blog-article__body h3,
.blog-article__body h4 {
  color: var(--ink);
  font-weight: 500;
  letter-spacing: .1em;
  margin: 32px 0 14px;
  line-height: 1.45;
}
.blog-article__body h2 {
  font-size: 22px;
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}
.blog-article__body h3 {
  font-size: 18px;
  color: var(--gold-dark);
}
.blog-article__body p { margin: 0 0 1.1em; }
.blog-article__body a {
  color: var(--gold);
  border-bottom: 1px solid rgba(208, 140, 76, .35);
}
.blog-article__body a:hover {
  color: var(--gold-dark);
  border-bottom-color: var(--gold-dark);
}
.blog-article__body ul,
.blog-article__body ol {
  margin: 0 0 1.1em;
  padding-left: 1.35em;
}
.blog-article__body li {
  list-style: disc;
  margin-bottom: .45em;
}
.blog-article__body ol > li { list-style: decimal; }
.blog-article__body img {
  max-width: 100%;
  height: auto;
  margin: 1.2em 0;
}
.blog-article__body blockquote {
  margin: 1.4em 0;
  padding: 16px 20px;
  border-left: 3px solid var(--gold);
  background: var(--surface);
  color: var(--ink-2);
}
.blog-article__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.blog-article__nav-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.blog-article__nav-link:hover {
  border-color: var(--gold);
  background: var(--gold-soft);
}
.blog-article__nav-link span {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}
.blog-article__nav-link strong {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-article__nav-link--next { text-align: right; }
.blog-article__nav-link.is-empty {
  border: 0;
  background: transparent;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .blog-article { padding: 28px 28px 32px; }
  .blog-news-card { grid-template-columns: minmax(200px, 300px) minmax(0, 1fr); gap: 0 24px; }
  .blog-news-card__body { padding: 22px 22px 22px 0; }
}
@media (max-width: 1023px) {
  .blog-hero__title { font-size: 26px; }
  .blog-detail-hero__title { font-size: 24px; }
  .blog-news-card {
    grid-template-columns: 1fr;
  }
  .blog-news-card__media,
  .blog-news-card__media img,
  .blog-news-card__placeholder {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .blog-news-card__body { padding: 20px 18px 22px; }
}
@media (max-width: 767px) {
  .blog-hero { padding: 24px 0 12px; }
  .blog-hero__title { font-size: 22px; letter-spacing: .08em; }
  .blog-detail-hero__title { font-size: 20px; letter-spacing: .06em; }
  .blog-list__items { gap: 18px; }
  .blog-news-card__title { font-size: 18px; }
  .blog-news-card__excerpt { -webkit-line-clamp: 2; font-size: 14px; }
  .blog-article { padding: 20px 16px 24px; }
  .blog-article__body { font-size: 15px; }
  .blog-article__nav { grid-template-columns: 1fr; }
  .blog-article__nav-link--next { text-align: left; }
  .blog-article__nav-link.is-empty { display: none; }
}

/* ---------- 打印 ---------- */
@media print {
  .hd, .fixed-r, .mnav, .inq { display: none; }
}
