/* ============================================
   青贝家装饰 · 官网样式
   规范：原生 img + 中文 alt、口径官方一致
   ============================================ */

:root {
  --primary: #313ec8;      /* 品牌蓝（取自官方 Logo） */
  --primary-dark: #232b96;
  --accent: #f0762b;       /* 暖橙强调色 */
  --ink: #1f2733;
  --ink-soft: #5a6a75;
  --bg: #ffffff;
  --bg-soft: #f4f6fb;
  --line: #e2e7f2;
  --radius: 14px;
  --shadow: 0 8px 28px rgba(49, 62, 200, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
}

img { display: block; max-width: 100%; }

.wrap { max-width: 1320px; margin: 0 auto; padding: 0 26px; }
.wrap-narrow { max-width: 1000px; }

/* ---------- 顶部导航 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 16px;
}
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 34px; width: auto; }
.logo-dark { font-size: 22px; font-weight: 800; color: var(--primary-dark); letter-spacing: 1px; white-space: nowrap; }
.logo-dark span { color: var(--accent); font-weight: 600; }
.nav { display: flex; gap: 18px; flex-wrap: wrap; }
.nav a {
  color: var(--ink-soft); text-decoration: none; font-size: 14.5px;
  transition: color .2s; white-space: nowrap;
}
.nav a:hover { color: var(--primary); }
.header-phone {
  color: var(--accent); font-weight: 700; text-decoration: none;
  font-size: 17px; white-space: nowrap;
}

/* ---------- 首屏 ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(135deg, #1a2179 0%, var(--primary) 54%, #4a56d8 100%);
}
.hero::after {
  content: ""; position: absolute; right: -200px; top: -220px;
  width: 660px; height: 660px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(255,255,255,.15), transparent 68%);
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.04fr .96fr;
  gap: 56px; align-items: center; padding-top: 70px; padding-bottom: 62px;
}
.hero-tag {
  display: inline-block; font-size: 14px; letter-spacing: 1.6px;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px; padding: 7px 18px; margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(33px, 3.9vw, 56px); line-height: 1.16; font-weight: 800;
  letter-spacing: 1px; margin-bottom: 20px; text-shadow: 0 4px 22px rgba(0,0,0,.18);
}
.hero h1 em { font-style: normal; color: #ffd7a3; }
.hero-sub {
  font-size: 17px; line-height: 1.9; color: rgba(255,255,255,.9);
  margin-bottom: 26px; max-width: 600px;
}
.hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.hero-points li {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.28);
  border-radius: 9px; padding: 8px 15px; font-size: 14.5px; font-weight: 600;
}
.hero-points li::before { content: "✓"; color: #ffd7a3; font-weight: 800; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-tel { display: flex; flex-direction: column; line-height: 1.3; margin-left: 4px; text-decoration: none; color: #fff; }
.hero-tel span { font-size: 12.5px; color: rgba(255,255,255,.72); letter-spacing: 1.5px; margin-bottom: 2px; }
.hero-tel b { font-size: 25px; letter-spacing: 1px; }
.hero-fig { position: relative; }
.hero-fig img { width: 100%; height: auto; display: block; }
/* 首屏展厅图 · VR 实景入口（点击跳转 realsee 全景） */
.hero-fig a.hero-vr {
  position: relative; display: block; border-radius: 20px; overflow: hidden;
  text-decoration: none; cursor: pointer;
  box-shadow: 0 26px 60px rgba(0,0,0,.32);
}
.hero-fig a.hero-vr img { transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.hero-fig a.hero-vr:hover img { transform: scale(1.035); }
.hero-vr-mask {
  position: absolute; inset: 0; border-radius: 20px; pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, rgba(10,16,50,.54) 0%, rgba(10,16,50,.30) 46%, rgba(10,16,50,0) 74%),
    linear-gradient(to top, rgba(10,16,50,.66) 0%, rgba(10,16,50,0) 62%);
  transition: background .3s ease;
}
.hero-fig a.hero-vr:hover .hero-vr-mask {
  background:
    radial-gradient(circle at 50% 48%, rgba(10,16,50,.62) 0%, rgba(10,16,50,.36) 48%, rgba(10,16,50,.04) 76%),
    linear-gradient(to top, rgba(10,16,50,.74) 0%, rgba(10,16,50,0) 64%);
}
.hero-vr-btn {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: #fff; text-align: center; pointer-events: none; width: 90%;
}
.hero-vr-play {
  position: relative; width: 76px; height: 76px; border-radius: 50%;
  background: rgba(255,255,255,.95); box-shadow: 0 12px 34px rgba(0,0,0,.36);
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s ease, background .3s ease;
}
.hero-vr-play::before {
  content: ""; width: 0; height: 0; margin-left: 6px;
  border-left: 21px solid var(--primary);
  border-top: 12.5px solid transparent; border-bottom: 12.5px solid transparent;
}
.hero-vr-play::after {
  content: ""; position: absolute; inset: -3px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.78); animation: vrPulse 2.4s ease-out infinite;
}
@keyframes vrPulse {
  0% { transform: scale(1); opacity: .8; }
  70% { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}
.hero-fig a.hero-vr:hover .hero-vr-play { transform: scale(1.09); background: #fff; }
.hero-vr-btn b { font-size: 18px; font-weight: 800; letter-spacing: 1.2px; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.hero-vr-btn em { font-style: normal; font-size: 12.5px; letter-spacing: .6px; color: rgba(255,255,255,.9); text-shadow: 0 1px 10px rgba(0,0,0,.55); }
.hero-fig a.hero-vr:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  .hero-fig a.hero-vr:hover img { transform: none; }
  .hero-vr-play::after { animation: none; }
}
.hero-badge {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(255,255,255,.95); color: var(--ink);
  border-radius: 12px; padding: 11px 18px; font-size: 14px; font-weight: 700;
  box-shadow: 0 10px 26px rgba(0,0,0,.2);
}
.hero-badge i { font-style: normal; color: var(--primary); }
/* 首屏信息条 */
.hero-strip { position: relative; z-index: 1; background: rgba(0,0,0,.16); border-top: 1px solid rgba(255,255,255,.16); }
.hero-strip .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 20px; padding-bottom: 20px; }
.hero-strip div { display: flex; flex-direction: column; gap: 3px; }
.hero-strip strong { font-size: 12.5px; letter-spacing: 2px; color: rgba(255,255,255,.68); font-weight: 600; }
.hero-strip span { font-size: 15.5px; font-weight: 700; }
.hero-strip a { color: #fff; text-decoration: none; }

.btn {
  display: inline-block; text-decoration: none; font-size: 16px;
  border-radius: 10px; padding: 13px 32px; font-weight: 700;
  transition: transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(232, 106, 51, .35); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.6); }
.btn-big { font-size: 18px; padding: 15px 44px; }

/* ---------- 通用板块 ---------- */
.section { padding: 88px 0; }
.sec-title {
  text-align: center; font-size: 32px; letter-spacing: 1px;
  margin-bottom: 12px; color: var(--ink);
}
.sec-title::after {
  content: ""; display: block; width: 48px; height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px; margin: 14px auto 0;
}
.sec-sub { text-align: center; color: var(--ink-soft); margin-bottom: 44px; }

/* ---------- 痛点 ---------- */
.pain { background: var(--bg-soft); }
.pain-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pain-card {
  background: #fff; border-radius: var(--radius); padding: 26px 22px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.pain-card h3 { font-size: 19px; margin-bottom: 8px; color: var(--ink); }
.pain-desc { color: var(--ink-soft); font-size: 14px; margin-bottom: 14px; }
.pain-solution {
  color: var(--primary-dark); font-size: 15px; font-weight: 600;
  border-top: 1px dashed var(--line); padding-top: 14px;
}

/* ---------- 为什么选择青贝家：6模块 渐变 ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.why-fig {
  border-radius: var(--radius); overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
/* 图片按原图比例显示，不裁切 */
.why-img, .why-fig img { display: block; width: 100%; height: auto; }
.why-fig figcaption { padding: 20px 22px 24px; border-top: 4px solid transparent; }
.why-fig h3 { font-size: 19px; margin-bottom: 8px; }
.why-fig p { font-size: 14.5px; color: var(--ink-soft); }

/* 冷 → 暖：蓝 → 青 → 绿 → 琥珀 → 橙 → 玫红 */
.why-grid .why-fig:nth-child(1) figcaption { border-top-color: #2563eb; }
.why-grid .why-fig:nth-child(1) h3 { color: #2563eb; }
.why-grid .why-fig:nth-child(2) figcaption { border-top-color: #0891b2; }
.why-grid .why-fig:nth-child(2) h3 { color: #0891b2; }
.why-grid .why-fig:nth-child(3) figcaption { border-top-color: #16a34a; }
.why-grid .why-fig:nth-child(3) h3 { color: #16a34a; }
.why-grid .why-fig:nth-child(4) figcaption { border-top-color: #d97706; }
.why-grid .why-fig:nth-child(4) h3 { color: #d97706; }
.why-grid .why-fig:nth-child(5) figcaption { border-top-color: #ea580c; }
.why-grid .why-fig:nth-child(5) h3 { color: #ea580c; }
.why-grid .why-fig:nth-child(6) figcaption { border-top-color: #e11d48; }
.why-grid .why-fig:nth-child(6) h3 { color: #e11d48; }

/* ---------- 服务流程 ---------- */
.process-list {
  list-style: none; display: grid;
  grid-template-columns: repeat(5, 1fr); gap: 16px;
  counter-reset: step;
}
.process-list li {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: 12px; padding: 18px 16px 16px; text-align: center;
  font-size: 15px; font-weight: 600; color: var(--ink);
}
.process-list li span {
  display: block; font-size: 13px; color: var(--primary);
  font-weight: 800; margin-bottom: 6px; letter-spacing: 1px;
}

/* ---------- 工艺承诺 ---------- */
.craft { background: var(--bg-soft); }
.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.craft-group {
  background: #fff; border-radius: var(--radius); padding: 22px 24px;
  border: 1px solid var(--line);
}
.craft-group h3 {
  font-size: 17px; color: var(--primary-dark); margin-bottom: 12px;
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
}
.craft-group ul { list-style: none; }
.craft-group li {
  font-size: 14px; color: var(--ink-soft); padding: 5px 0 5px 18px;
  position: relative;
}
.craft-group li::before {
  content: "✓"; position: absolute; left: 0; color: var(--primary);
  font-weight: 800;
}

/* ---------- 透明工地 ---------- */
.tech-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center;
}
.tech-text p { color: var(--ink-soft); margin-bottom: 14px; font-size: 15.5px; }
.tech-list { list-style: none; margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tech-list li {
  background: var(--bg-soft); border-radius: 10px; padding: 10px 14px;
  font-size: 14px; font-weight: 600; color: var(--primary-dark);
}
.tech-fig img {
  display: block; width: 100%; height: auto;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.tech-fig figcaption {
  text-align: center; color: var(--ink-soft); font-size: 13px; margin-top: 10px;
}

/* ---------- 服务承诺 ---------- */
.promise { background: var(--bg-soft); }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.promise-card {
  background: #fff; border-radius: var(--radius); padding: 24px 22px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.promise-card h3 { font-size: 17px; color: var(--primary-dark); margin-bottom: 10px; }
.promise-card p { font-size: 14px; color: var(--ink-soft); }

/* ---------- 品牌墙 · 循环滚动 logo ---------- */
.brand-marquee {
  position: relative; display: flex; overflow: hidden;
  margin: 30px auto 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.brand-track {
  display: flex; flex-shrink: 0; gap: 18px; padding-right: 18px;
  animation: brandScroll 42s linear infinite;
}
.brand-marquee:hover .brand-track,
.brand-marquee:focus-within .brand-track { animation-play-state: paused; }
@keyframes brandScroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.brand-logo {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-shrink: 0; width: 168px; height: 78px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 4px 14px rgba(49, 62, 200, .06);
  transition: transform .25s, box-shadow .25s;
}
.brand-logo:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(49, 62, 200, .14); }
.brand-logo b { font-size: 19px; font-weight: 800; letter-spacing: 3px; color: var(--bc, var(--primary)); line-height: 1.25; }
.brand-logo i { font-style: normal; font-size: 10.5px; letter-spacing: 2.4px; color: #9aa5b1; text-transform: uppercase; margin-top: 5px; }
.brand-note { text-align: center; font-size: 13.5px; color: var(--ink-soft); margin-top: 20px; }
@media (prefers-reduced-motion: reduce) {
  .brand-marquee { flex-wrap: wrap; justify-content: center; -webkit-mask-image: none; mask-image: none; }
  .brand-track { animation: none; flex-wrap: wrap; justify-content: center; }
  .brand-track[aria-hidden="true"] { display: none; }
}

/* ---------- 地图名片 ---------- */
.map-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 24px; }
.map-card {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; text-decoration: none; color: inherit;
  box-shadow: 0 4px 16px rgba(49, 62, 200, .05);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.map-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(49, 62, 200, .14); border-color: rgba(49, 62, 200, .35); }
.map-badge {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; font-weight: 800; letter-spacing: 1px;
}
.map-badge.baidu { background: #2b6de5; }
.map-badge.amap { background: #00a6ff; }
.map-body { min-width: 0; }
.map-body strong { display: block; font-size: 15.5px; color: var(--ink); }
.map-body span { display: block; font-size: 13px; color: var(--ink-soft); margin-top: 3px; line-height: 1.6; }
.map-go { margin-left: auto; font-size: 13px; color: var(--primary); font-weight: 700; white-space: nowrap; }

/* ---------- 门店导航 · 旗舰店主卡 + 其他门店文字列表 ---------- */
.store-dir { margin-top: 26px; }
.store-dir-title { text-align: center; font-size: 20px; margin-bottom: 4px; color: var(--ink); }
.contact .store-dir-title { color: #fff; }

/* 旗舰店主卡 */
.store-flagship {
  display: grid; grid-template-columns: 1.02fr 1fr; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; box-shadow: 0 10px 30px rgba(49, 62, 200, .1);
  max-width: 1000px; margin: 20px auto 0;
}
.store-flagship img { display: block; width: 100%; height: auto; }
.store-flagship-body { padding: 28px 30px; display: flex; flex-direction: column; gap: 10px; text-align: left; }
.store-flagship-body .store-region { align-self: flex-start; }
.store-flagship-body h3 { font-size: 21px; color: var(--ink); }
.store-flagship-body p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.85; margin: 0; }
.store-flagship-body .flagship-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 2px 0 4px; }
.store-flagship-body .flagship-tags span {
  font-size: 12.5px; color: var(--primary); background: rgba(49, 62, 200, .08);
  border-radius: 6px; padding: 4px 11px; font-weight: 600;
}
.store-flagship .store-links { margin-top: 6px; }

/* 其他门店文字列表 */
.store-sub-title {
  text-align: center; font-size: 14px; color: var(--ink-soft);
  margin: 30px 0 14px; letter-spacing: 1px;
}
.contact .store-sub-title { color: rgba(255,255,255,.8); }
.store-list {
  list-style: none; display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px; max-width: 1000px; margin: 0 auto;
}
.store-list li {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; text-align: left;
  background: #fff; border: 1px solid var(--line); border-radius: 11px;
  padding: 13px 16px; font-size: 14px; color: var(--ink-soft);
}
.store-list li b { color: var(--ink); font-size: 14.5px; }
.store-list li em {
  font-style: normal; font-size: 12px; font-weight: 700; color: var(--primary);
  background: rgba(49, 62, 200, .08); border-radius: 5px; padding: 2px 9px;
}
.store-list li span.addr { flex: 1 1 100%; font-size: 13px; line-height: 1.6; }
.store-list li .store-mini-links { display: flex; gap: 8px; margin-left: auto; flex: 0 0 auto; }
.store-list li .store-mini-links a {
  font-size: 12.5px; font-weight: 700; text-decoration: none; padding: 5px 12px; border-radius: 7px;
}
.store-list li .store-mini-links .baidu { background: #eaf1ff; color: #2b6de5; }
.store-list li .store-mini-links .amap { background: #e5f6ff; color: #0086d1; }
.store-empty { display: none; text-align: center; color: var(--ink-soft); font-size: 14px; padding: 26px 0 8px; }
.contact .store-empty { color: rgba(255,255,255,.85); }
.store-note { text-align: center; font-size: 12.5px; color: var(--ink-soft); margin-top: 16px; }
.contact .store-note { color: rgba(255,255,255,.7); }
.store-card .store-region {
  align-self: flex-start; font-size: 12px; font-weight: 700; color: var(--primary);
  background: rgba(49, 62, 200, .08); padding: 4px 12px; border-radius: 999px; letter-spacing: 1px;
}
.store-links { display: flex; gap: 12px; }
.store-links a {
  flex: 1; text-align: center; font-size: 13.5px; font-weight: 700;
  text-decoration: none; padding: 11px 0; border-radius: 9px; transition: opacity .2s;
}
.store-links a:hover { opacity: .85; }
.store-links .baidu { background: #eaf1ff; color: #2b6de5; }
.store-links .amap { background: #e5f6ff; color: #0086d1; }

/* ---------- 联系 ---------- */
.contact { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; }
.contact .sec-title { color: #fff; }
.contact .sec-title::after { background: rgba(255,255,255,.6); }
.contact-inner { text-align: center; }
.contact-sub { color: rgba(255,255,255,.85); margin-bottom: 30px; }
.contact-info { margin-bottom: 32px; font-size: 17px; line-height: 2; }
.contact-info a { color: #fff; font-weight: 800; text-decoration: none; }
.contact .btn-primary { background: #fff; color: var(--accent); box-shadow: 0 8px 24px rgba(0,0,0,.25); }

/* ---------- 页脚 ---------- */
.site-footer {
  background: #12173f; color: rgba(255,255,255,.75);
  padding: 34px 0; font-size: 14px; text-align: center; line-height: 2;
}
.site-footer a { color: rgba(255,255,255,.85); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-brand { font-size: 16px; font-weight: 700; color: #fff; letter-spacing: 2px; text-align: center; }
.footer-brand img { display: block; margin: 0 auto 6px; }
.site-footer .beian-line { font-size: 13px; color: rgba(255,255,255,.62); margin-top: 6px; }
.site-footer .beian-line a { color: rgba(255,255,255,.7); }

/* ---------- 导航当前页高亮 ---------- */
.nav a.active { color: var(--primary); font-weight: 700; }

/* ---------- 分页通用头部 ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff; padding: 58px 0 52px; text-align: center;
}
.page-hero h1 { font-size: 34px; letter-spacing: 2px; margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,.88); font-size: 16px; }

/* ---------- 图文页排版 ---------- */
.article { max-width: 980px; margin: 0 auto; }
.article h2 {
  font-size: 24px; color: var(--primary-dark); margin: 38px 0 14px;
  padding-left: 14px; border-left: 5px solid var(--primary);
}
.article h3 { font-size: 18px; margin: 24px 0 10px; color: var(--ink); }
.article p { color: var(--ink-soft); margin-bottom: 14px; font-size: 15.5px; }
.article ul { margin: 0 0 16px 4px; list-style: none; }
.article ul li {
  color: var(--ink-soft); font-size: 15px; padding: 6px 0 6px 22px; position: relative;
}
.article ul li::before {
  content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 800;
}
.article .figure {
  margin: 26px 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.article .figure img { display: block; width: 100%; height: auto; }
.article .figure figcaption {
  background: var(--bg-soft); padding: 10px 16px; font-size: 13px;
  color: var(--ink-soft); text-align: center;
}

/* 信息卡片 */
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 26px 0; }
.info-card {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 24px;
}
.info-card h3 { font-size: 17px; color: var(--primary-dark); margin-bottom: 8px; }
.info-card p { font-size: 14.5px; margin: 0; }

/* 步骤时间线（竖排） */
.timeline { list-style: none; margin: 20px 0; }
.timeline li {
  position: relative; padding: 0 0 22px 34px; color: var(--ink-soft); font-size: 15px;
}
.timeline li::before {
  content: ""; position: absolute; left: 9px; top: 8px; width: 10px; height: 10px;
  border-radius: 50%; background: var(--primary);
}
.timeline li::after {
  content: ""; position: absolute; left: 13px; top: 22px; bottom: 2px;
  width: 2px; background: var(--line);
}
.timeline li:last-child::after { display: none; }
.timeline li strong { color: var(--ink); }

/* 数据表 */
.data-table { width: 100%; border-collapse: collapse; margin: 18px 0 26px; font-size: 14.5px; }
.data-table th, .data-table td {
  border: 1px solid var(--line); padding: 10px 14px; text-align: left;
}
.data-table th { background: var(--bg-soft); color: var(--primary-dark); white-space: nowrap; }
.data-table td { color: var(--ink-soft); }
.data-table td.hl { color: var(--accent); font-weight: 700; }

/* ---------- 案例展示 ---------- */
.case-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 26px; }
.case-card {
  border-radius: var(--radius); overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.case-card img { display: block; width: 100%; height: auto; }
.case-card .case-body { padding: 20px 22px 24px; }
.case-card h3 { font-size: 19px; margin-bottom: 6px; }
.case-card .case-tag { font-size: 13px; color: var(--accent); font-weight: 700; margin-bottom: 8px; }
.case-card p { font-size: 14.5px; color: var(--ink-soft); }
.case-card .case-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 12px; }
.case-card .case-meta span {
  font-size: 12.5px; color: var(--ink-soft); background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: 999px; padding: 4px 11px; line-height: 1.5;
}
.case-card .case-meta b { color: var(--ink); font-weight: 600; }

/* 楼盘标签 · 循环滑动 */
.estate-marquee {
  position: relative; overflow: hidden; margin-top: 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.estate-track {
  display: flex; width: max-content;
  animation: estateScroll 72s linear infinite;
}
.estate-marquee:hover .estate-track,
.estate-marquee:focus-within .estate-track { animation-play-state: paused; }
.estate-marquee.reverse .estate-track { animation-direction: reverse; animation-duration: 88s; }
@keyframes estateScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.estate-set { list-style: none; display: flex; gap: 12px; padding-right: 12px; flex: 0 0 auto; }
.estate-set li {
  background: #fff; border: 1px solid var(--line); border-radius: 9px;
  padding: 9px 20px; font-size: 14.5px; color: var(--ink-soft); white-space: nowrap;
}
.estate-set li.hl {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff;
  border-color: transparent; font-weight: 700;
}
.estate-set li.hl::before { content: "尊享 · "; font-size: 12px; opacity: .8; }
.estate-note { text-align: center; font-size: 13px; color: var(--ink-soft); margin-top: 20px; }
@media (prefers-reduced-motion: reduce) {
  .estate-track { animation: none; flex-wrap: wrap; }
  .estate-set { flex-wrap: wrap; }
  .estate-set[aria-hidden="true"] { display: none; }
}
.estate-list {
  list-style: none; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  max-width: 860px; margin: 0 auto;
}
.estate-list li {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px;
  padding: 8px 20px; font-size: 14.5px; color: var(--ink-soft);
}

/* ---------- 联系页 ---------- */
.contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.contact-block {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 30px;
}
.contact-block h3 { font-size: 18px; color: var(--primary-dark); margin-bottom: 14px; }
.contact-block p { font-size: 15.5px; color: var(--ink-soft); line-height: 2; margin: 0; }
.contact-block a { color: var(--accent); font-weight: 800; text-decoration: none; font-size: 22px; }
.contact-block .tip { font-size: 13.5px; color: #98a6ae; margin-top: 12px; }

.more-link {
  display: inline-block; margin-top: 18px; color: var(--primary);
  font-weight: 700; text-decoration: none; font-size: 15px;
}
.more-link:hover { color: var(--accent); }
.center { text-align: center; }

/* ---------- 集团背书 ---------- */
.group-band { background: var(--bg-soft); }
.group-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 34px; align-items: start; }
.group-grid .sec-title { text-align: left; }
.group-grid .sec-title::after { margin: 14px 0 0; }
.group-grid .tech-text p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 14px; }
.group-fig { margin-top: 34px; }
.group-fig img { display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.group-fig figcaption { text-align: center; color: var(--ink-soft); font-size: 13px; margin-top: 10px; }

/* ---------- 关注我们 ---------- */
.follow { background: var(--bg-soft); padding: 56px 0; }
.follow-grid { display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap; }
.follow-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 26px 22px; text-align: center; width: 268px; box-shadow: var(--shadow);
}
.follow-card img { width: 216px; height: auto; margin: 0 auto 14px; display: block; }
.follow-card img.qr-square { height: 216px; object-fit: contain; }
.follow-card h3 { font-size: 17px; color: var(--primary-dark); margin-bottom: 4px; }
.follow-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.8; }
.follow-card p strong { color: var(--ink); }

/* ---------- 官方实体信息表 ---------- */
.entity-wrap { overflow-x: auto; }
.entity-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 520px; }
.entity-table th, .entity-table td { border: 1px solid var(--line); padding: 11px 16px; text-align: left; }
.entity-table th { background: var(--primary-dark); color: #fff; font-weight: 700; white-space: nowrap; width: 190px; }
.entity-table td { color: var(--ink); }
.entity-table tr:nth-child(even) td { background: var(--bg-soft); }

/* ---------- 权威媒体报道引用 ---------- */
.media-quote {
  background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--primary);
  border-radius: var(--radius); padding: 28px 32px; box-shadow: var(--shadow);
}
.media-quote p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 12px; }
.media-quote p strong { color: var(--ink); }
.media-quote cite {
  display: block; margin-top: 14px; font-style: normal; font-size: 14px;
  color: var(--ink-soft); border-top: 1px dashed var(--line); padding-top: 14px;
}
.media-quote cite a { color: var(--primary); font-weight: 700; text-decoration: none; word-break: break-all; }

/* ---------- 数据带 ---------- */
.stat-band { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; padding: 44px 0; }
.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; text-align: center; }
.stat-grid > div { padding: 6px 8px; border-right: 1px solid rgba(255,255,255,.16); }
.stat-grid > div:last-child { border-right: none; }
.stat-grid b { display: block; font-size: clamp(22px, 2.1vw, 30px); letter-spacing: 1px; line-height: 1.3; }
.stat-grid span { font-size: 13.5px; color: rgba(255,255,255,.85); display: block; margin-top: 4px; }

/* ---------- 知识库 FAQ 手风琴 ---------- */
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 14px; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 96px 18px 22px;
  font-size: 16.5px; font-weight: 700; color: var(--ink);
  position: relative; transition: color .2s, background .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "展开"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  font-size: 12.5px; font-weight: 700; color: var(--primary); line-height: 1.4;
  background: rgba(49, 62, 200, .08); border-radius: 999px; padding: 4px 14px;
  transition: background .2s, color .2s;
}
.faq-item[open] summary { color: var(--primary-dark); background: var(--bg-soft); }
.faq-item[open] summary::after { content: "收起"; background: var(--primary); color: #fff; }
.faq-answer { padding: 16px 22px 20px; border-top: 1px solid var(--line); }
.faq-answer p { font-size: 14.8px; color: var(--ink-soft); margin-bottom: 10px; line-height: 1.85; }
.faq-answer p strong { color: var(--primary-dark); }
.faq-meta {
  font-size: 12.5px; color: #98a6ae; margin-top: 12px;
  border-top: 1px dashed var(--line); padding-top: 10px;
}
.faq-cat { text-align: center; color: var(--ink-soft); font-size: 14px; margin-bottom: 30px; }

/* ---------- 本地案例（小区 · 痛点 · 方案） ---------- */
.case-full { display: grid; grid-template-columns: 1fr 1.35fr; gap: 26px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; margin-bottom: 26px; box-shadow: var(--shadow); }
.case-full img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.case-full h3 { font-size: 20px; color: var(--primary-dark); margin-bottom: 12px; }
.case-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.case-meta span {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 6px;
  padding: 4px 12px; font-size: 13px; color: var(--primary-dark); font-weight: 600;
}
.case-full p { font-size: 14.6px; color: var(--ink-soft); margin-bottom: 10px; line-height: 1.85; }
.case-full p strong { color: var(--ink); }

/* ---------- 声明列表 ---------- */
.declare-list { list-style: none; counter-reset: dcl; }
.declare-list li {
  position: relative; padding: 12px 0 12px 42px; color: var(--ink-soft); font-size: 15px;
  border-bottom: 1px dashed var(--line);
}
.declare-list li:last-child { border-bottom: none; }
.declare-list li::before {
  counter-increment: dcl; content: counter(dcl, decimal-leading-zero);
  position: absolute; left: 0; top: 12px; color: var(--primary);
  font-weight: 800; font-size: 15px;
}
.declare-list li strong { color: var(--ink); }

/* ---------- 底部实体信息（低调区） ---------- */
.entity-foot { background: #fafbfd; border-top: 1px solid var(--line); padding: 42px 0 48px; }
.entity-foot h2 {
  font-size: 15px; color: #9aa4ae; font-weight: 600; letter-spacing: 1px;
  text-align: center; margin-bottom: 8px;
}
.entity-foot h2::after { display: none; }
.entity-foot .entity-note {
  text-align: center; font-size: 12.5px; color: #b0b8c0;
  margin-bottom: 20px; line-height: 1.8;
}
.entity-foot .entity-table { font-size: 12.5px; }
.entity-foot .entity-table th {
  background: #f1f3f7; color: #8b95a0; font-weight: 600; width: 170px;
}
.entity-foot .entity-table td { color: #939ca6; }
.entity-foot .entity-table tr:nth-child(even) td { background: #fafbfd; }
.entity-foot .entity-table th, .entity-foot .entity-table td { padding: 8px 14px; border-color: #eceff4; }


.store-card.has-photo { width: 300px; }
.store-card .store-photo { display: block; width: 100%; height: auto; border-radius: 11px; border: 1px solid var(--line); }
/* ---------- 工艺实拍组图 ---------- */
.craft-shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 24px 0 10px; }
.craft-shots figure {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.craft-shots img { display: block; width: 100%; height: auto; }
.craft-shots figcaption {
  padding: 12px 16px; font-size: 13.5px; color: var(--ink-soft);
  border-top: 1px solid var(--line); text-align: center;
}

/* ---------- 三列卡片（落地案例） ---------- */
.case-grid3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.img-pending {
  aspect-ratio: 4 / 3; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px; text-align: center;
  background: repeating-linear-gradient(45deg, #f6f8fc, #f6f8fc 12px, #eef2fa 12px, #eef2fa 24px);
  border-bottom: 1px dashed var(--line); padding: 20px;
}
.img-pending strong { font-size: 15px; color: var(--primary); }
.img-pending span { font-size: 13px; color: var(--ink-soft); }

/* ---------- 落地案例：首图 + 手动滑动组图 ---------- */
.case-hero { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #eef1f6; }
.case-card .case-media img { display: block; width: 100%; height: 100%; }
.case-hero img { object-fit: cover; }
.case-hero.is-port img { object-fit: contain; }
.case-strip { padding: 10px 12px 12px; }
.strip-wrap { position: relative; }
.strip-track {
  display: flex; gap: 8px; overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding-bottom: 8px; cursor: grab; scrollbar-width: thin;
}
.strip-track.dragging { cursor: grabbing; scroll-snap-type: none; }
.strip-track::-webkit-scrollbar { height: 6px; }
.strip-track::-webkit-scrollbar-thumb { background: rgba(49, 62, 200, .26); border-radius: 6px; }
.strip-track::-webkit-scrollbar-track { background: rgba(49, 62, 200, .07); border-radius: 6px; }
.strip-item {
  flex: 0 0 auto; width: 152px; aspect-ratio: 4 / 3; margin: 0;
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  scroll-snap-align: start; background: #eef1f6;
}
.strip-item img { object-fit: cover; }
.strip-item.is-port img { object-fit: contain; }
.strip-btn {
  position: absolute; top: calc(50% - 4px); transform: translateY(-50%); z-index: 3;
  width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96); color: var(--primary);
  font-size: 18px; line-height: 1; padding: 0;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: 0 2px 8px rgba(20, 28, 80, .18);
}
.strip-btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.strip-btn.prev { left: -8px; }
.strip-btn.next { right: -8px; }
.strip-hint { font-size: 12px; color: #98a2ac; margin: 2px 0 0; text-align: center; }
@media (max-width: 560px) {
  .strip-item { width: 128px; }
  .strip-btn { width: 27px; height: 27px; }
}

/* ---------- 响应式 ----------
   三档：>1180 桌面宽屏 / 768-1180 平板与窄屏 / <768 手机
----------------------------------------------- */
@media (max-width: 1180px) {
  .wrap { padding: 0 22px; }
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 40px; padding-top: 56px; padding-bottom: 52px; }
  .hero h1 { font-size: clamp(30px, 4.4vw, 44px); }
  .pain-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(3, 1fr); gap: 22px 16px; }
  .stat-grid > div { border-right: none; }
  .group-grid { grid-template-columns: 1fr; gap: 26px; }
  .section { padding: 72px 0; }
}

@media (max-width: 900px) {
  .nav { order: 3; width: 100%; justify-content: flex-start; gap: 4px 16px; flex-wrap: wrap; padding-bottom: 10px; }
  .header-inner { height: auto; flex-wrap: wrap; padding-top: 12px; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; padding-top: 46px; padding-bottom: 44px; }
  .hero-fig { order: 2; }
  .hero-vr-play { width: 66px; height: 66px; }
  .hero-vr-play::before { border-left-width: 18px; border-top-width: 11px; border-bottom-width: 11px; }
  .hero-vr-btn b { font-size: 16.5px; }
  .hero-sub { font-size: 16px; }
  .hero-strip .wrap { grid-template-columns: 1fr; gap: 12px; }
  .hero-strip div { flex-direction: row; align-items: baseline; gap: 10px; }
  .hero-strip strong { min-width: 74px; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .craft-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .tech-inner { grid-template-columns: 1fr; gap: 28px; }
  .case-grid, .case-grid3, .craft-shots { grid-template-columns: 1fr; }
  .info-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .map-cards { grid-template-columns: 1fr; }
  .media-quote { padding: 22px 22px; }
  .case-full { grid-template-columns: 1fr; }
  .store-flagship { grid-template-columns: 1fr; max-width: 640px; }
  .store-flagship img { max-height: 300px; }
  .store-list { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .wrap { padding: 0 16px; }
  .section { padding: 58px 0; }
  .sec-title { font-size: 25px; }
  .sec-sub { margin-bottom: 32px; font-size: 14.5px; }
  .article { max-width: 100%; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 14px; }
  .hero h1 { font-size: 29px; }
  .hero-tag { font-size: 12.5px; padding: 6px 14px; }
  .hero-points li { font-size: 13.5px; padding: 7px 12px; }
  .hero-tel b { font-size: 21px; }
  .hero-badge { left: 10px; bottom: 10px; font-size: 12.5px; padding: 9px 13px; }
  .hero-vr-play { width: 58px; height: 58px; }
  .hero-vr-play::before { border-left-width: 16px; border-top-width: 9.5px; border-bottom-width: 9.5px; margin-left: 5px; }
  .hero-vr-btn { gap: 7px; }
  .hero-vr-btn b { font-size: 15px; letter-spacing: .8px; }
  .hero-vr-btn em { font-size: 11px; }
  .btn { font-size: 15px; padding: 12px 24px; }
  .btn-big { font-size: 16px; padding: 13px 30px; }
  .pain-grid, .promise-grid, .craft-grid, .process-list, .tech-list, .why-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
  .stat-grid b { font-size: 21px; }
  .section { padding: 46px 0; }
  .faq-item summary { font-size: 15.5px; padding: 15px 84px 15px 16px; }
  .faq-item summary::after { right: 12px; font-size: 12px; padding: 3px 11px; }
  .brand-logo { width: 138px; height: 66px; }
  .brand-logo b { font-size: 16px; letter-spacing: 2px; }
  .store-flagship-body { padding: 20px 18px; }
  .store-list li .store-mini-links { margin-left: 0; }
}

/* ============================================================
   栏目页排版系统（2026-09-10 重构）
   目标：减少左右留白 · 宽屏横版舒适 · 移动端舒适
   ============================================================ */

/* 1. 超宽屏进一步利用横向空间 */
@media (min-width: 1500px) {
  .wrap { max-width: 1400px; }
}

/* 2. 分页头部：居中标题 + 快捷信息卡（关键信息放大） */
.page-hero { padding: 60px 0 52px; }
.page-hero-inner { display: block; text-align: center; }
.page-hero h1 { font-size: 38px; margin-bottom: 12px; }
.page-hero-inner > div > p { font-size: 17px; }
.hero-facts { list-style: none; display: flex; gap: 16px; justify-content: center; margin-top: 30px; }
.hero-facts li {
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 14px; padding: 15px 24px; min-width: 205px;
}
.hero-facts b { display: block; font-size: 21px; letter-spacing: .3px; }
.hero-facts span { display: block; font-size: 13px; color: rgba(255, 255, 255, .8); margin-top: 4px; line-height: 1.55; }

/* 3. 正文页：左侧页内导航 + 右侧正文（桌面） */
.page-layout {
  display: grid; grid-template-columns: 288px minmax(0, 1fr);
  gap: 38px; align-items: start;
}
.page-side { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 18px; }
.side-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 18px 20px; box-shadow: 0 4px 16px rgba(49, 62, 200, .05);
}
.side-card > h3 { font-size: 13.5px; letter-spacing: 1.4px; color: var(--primary-dark); margin-bottom: 10px; }
.side-nav { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.side-nav a {
  display: block; padding: 7px 10px; border-radius: 8px; font-size: 14px;
  color: var(--ink-soft); text-decoration: none; border-left: 3px solid transparent;
  transition: background .2s, color .2s, border-color .2s;
}
.side-nav a:hover { background: var(--bg-soft); color: var(--primary); border-left-color: var(--primary); }
.side-cta { border: none; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; }
.side-cta > h3 { color: rgba(255, 255, 255, .82); }
.side-cta .side-tel {
  display: block; font-size: 21px; font-weight: 800; color: #fff;
  text-decoration: none; letter-spacing: .5px;
}
.side-cta > p { font-size: 13px; color: rgba(255, 255, 255, .82); line-height: 1.7; margin: 8px 0 12px; }
.side-cta .btn { display: block; text-align: center; padding: 11px 0; font-size: 14.5px; background: #fff; color: var(--accent); }
.side-facts { list-style: none; font-size: 13.5px; color: var(--ink-soft); }
.side-facts li { padding: 7px 0; border-bottom: 1px dashed var(--line); line-height: 1.7; }
.side-facts li:last-child { border-bottom: none; }
.side-facts strong { display: block; font-size: 12.5px; color: #98a6ae; font-weight: 600; }

/* ============================================================
   公告栏 · 青贝家最新动态（侧边卡片 + 顶部通栏）
   ============================================================ */
.notice-head { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.notice-badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 21px; padding: 0 9px; border-radius: 20px;
  background: var(--primary); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1px;
}
.notice-head h3 { font-size: 16px; color: var(--ink); margin: 0; }
.notice-head h2 { font-size: 22px; color: var(--ink); margin: 0; }
.notice-list { list-style: none; margin: 0; padding: 0; }
.notice-item { border-top: 1px solid var(--line); }
.notice-item:first-child { border-top: none; }
.notice-link {
  display: flex; gap: 10px; align-items: flex-start; padding: 11px 4px;
  text-decoration: none; border-radius: 10px; transition: background .2s;
}
.notice-link:hover { background: rgba(49, 62, 200, .06); }
.notice-tag {
  flex: 0 0 auto; margin-top: 2px; font-size: 11px; font-weight: 700;
  padding: 2px 8px; border-radius: 20px; white-space: nowrap;
}
.tag-act { background: rgba(240, 118, 43, .14); color: var(--accent); }
.tag-brand { background: rgba(49, 62, 200, .1); color: var(--primary); }
.tag-site { background: #eef1f6; color: #5f6b78; }
.notice-main { display: flex; flex-direction: column; min-width: 0; }
.notice-title { font-size: 13.5px; line-height: 1.45; color: var(--ink); }
.notice-date { font-size: 11px; color: #9aa6b0; margin-top: 3px; }
.notice-foot { margin: 14px 0 0; font-size: 12.5px; color: var(--ink-soft); text-align: center; }
/* 顶部通栏变体（无侧边的栏目页） */
.notice-band { background: var(--bg-soft); }
.notice-board {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 26px 28px; box-shadow: 0 4px 16px rgba(49, 62, 200, .04);
}
.notice-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 0 22px;
}
.notice-grid .notice-link { padding: 12px 6px; }
@media (max-width: 768px) {
  .notice-board { padding: 20px 18px; }
  .notice-head h2 { font-size: 19px; }
  .notice-head { flex-wrap: wrap; }
  .notice-grid { grid-template-columns: 1fr; }
}

/* 4. 正文可读性与宽度 */
.article { max-width: 100%; }
.page-layout > .article { max-width: 900px; margin: 0; }
.article p { font-size: 16px; line-height: 1.95; }
.article ul li { font-size: 15.5px; }
.article h2 { font-size: 25px; margin: 42px 0 16px; }
.article > h2:first-child { margin-top: 0; }

/* 5. 信息卡 / 时间线横向铺开 */
.info-grid { grid-template-columns: repeat(auto-fit, minmax(248px, 1fr)); }
.timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; margin-top: 18px; }

/* 6. 卡片栅格铺满宽度 */
.case-grid { grid-template-columns: repeat(auto-fit, minmax(286px, 1fr)); }
.case-grid3 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

/* 7. 知识库 FAQ 双栏 */
.faq-list { max-width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; align-items: start; }

/* 8. 宽表横向滚动容器 */
.table-scroll { overflow-x: auto; margin: 18px 0 26px; -webkit-overflow-scrolling: touch; }
.table-scroll .data-table { margin: 0; min-width: 640px; }

/* 9. 门店 / 楼盘名录加宽 */
.store-flagship, .store-list { max-width: 1160px; }
.estate-list { max-width: 1140px; }

/* 10. 栏目页响应式 */
@media (max-width: 1180px) {
  .page-layout { grid-template-columns: 244px minmax(0, 1fr); gap: 30px; }
  .hero-facts li { min-width: 176px; padding: 13px 18px; }
  .page-hero h1 { font-size: 32px; }
}

@media (max-width: 1024px) {
  .page-hero-inner { grid-template-columns: 1fr; gap: 18px; }
  .hero-facts { flex-wrap: wrap; }
  .hero-facts li { flex: 1 1 200px; }
  .page-layout { grid-template-columns: 1fr; gap: 26px; }
  .page-side { position: static; order: 2; }
  .side-nav-card { display: none; }
  .faq-list { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav { flex-wrap: nowrap; overflow-x: auto; gap: 4px 14px; padding-bottom: 9px; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .page-hero { padding: 44px 0 40px; }
  .page-hero h1 { font-size: 30px; }
  .page-hero-inner > div > p { font-size: 15px; }
  .hero-facts { margin-top: 24px; gap: 10px; }
  .hero-facts li { padding: 12px 16px; }
  .hero-facts b { font-size: 18px; }
  .hero-facts span { font-size: 12px; }
  .article h2 { font-size: 21px; margin: 34px 0 14px; }
  .article p { font-size: 15.5px; }
  .case-grid, .case-grid3 { grid-template-columns: 1fr; }
  .follow { padding: 44px 0; }
}

@media (max-width: 560px) {
  .hero-facts { gap: 10px; }
  .hero-facts li { flex: 1 1 100%; min-width: 0; }
  .side-cta .side-tel { font-size: 19px; }
  .article { padding-top: 6px; }
}

/* 11. 栅格子项最小宽度修正：防止长内容把移动端布局撑破（横向溢出） */
.page-layout > *, .info-grid > *, .timeline > li, .case-grid > *, .case-grid3 > *,
.faq-list > *, .craft-grid > *, .why-grid > *, .pain-grid > *, .promise-grid > *,
.follow-grid > *, .contact-page-grid > *, .group-grid > *, .tech-inner > *,
.hero-inner > *, .craft-shots > *, .map-cards > *, .store-list > li,
.store-flagship > *, .process-list > li, .stat-grid > div { min-width: 0; }

/* ============================================================
   区域装修经理（首页栏目 · 横版名片 + 3D 弧形滑动 · 单行）
   体量比「星锐设计师」更紧凑，滑动与交互方式与之一致
   ============================================================ */
.mgr-band { background: var(--bg-soft); }

/* 视口：裁切 + 两侧渐隐（不设 perspective，避免 overflow 压平 3D） */
.mgr-viewport {
  position: relative; margin-top: 24px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
/* 舞台：负责透视，让名片沿弧线进退 */
.mgr-stage { perspective: 1400px; perspective-origin: 50% 50%; }
.mgr-track { display: flex; width: max-content; transform-style: preserve-3d; will-change: transform; }
.mgr-set { display: flex; gap: 18px; padding-right: 18px; flex: 0 0 auto; }

/* 横版名片：左图右文（图片比例 200/248 ≈ 0.81，与原照 480×600 一致，无裁切） */
.mgr-card {
  width: 400px; flex: 0 0 auto; display: flex; flex-direction: row; align-items: stretch;
  height: 250px; background: linear-gradient(150deg, #ffffff 0%, #f6f8ff 100%);
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  box-shadow: 0 12px 30px rgba(20, 28, 80, .10), 0 2px 7px rgba(20, 28, 80, .05);
  transform-style: preserve-3d; backface-visibility: hidden;
  transition: box-shadow .28s ease;
}
.mgr-card:hover { box-shadow: 0 22px 48px rgba(49, 62, 200, .22), 0 4px 12px rgba(20, 28, 80, .08); }
.mgr-card > img {
  width: 200px; flex: 0 0 200px; height: 100%;
  object-fit: cover; object-position: center 30%; display: block;
}
.mgr-body {
  padding: 18px 20px; flex: 1; display: flex; flex-direction: column;
  justify-content: center; min-width: 0;
}
.mgr-body h3 { font-size: 22px; font-weight: 800; letter-spacing: .4px; color: var(--ink); margin-bottom: 9px; }
.mgr-region {
  display: inline-block; align-self: flex-start; font-size: 11.5px; font-weight: 800; letter-spacing: .5px;
  color: var(--primary); background: rgba(49, 62, 200, .09); border-radius: 20px;
  padding: 3px 11px; margin-bottom: 14px;
}
.mgr-tel {
  display: block; font-size: 19px; font-weight: 800; letter-spacing: .4px; color: var(--primary);
  text-decoration: none; background: rgba(49, 62, 200, .07); border-radius: 11px;
  padding: 10px 13px; cursor: pointer;
  -webkit-user-select: none; user-select: none; -webkit-touch-callout: none;
  transition: background .2s, color .2s;
}
.mgr-tel:hover, .mgr-tel:focus-visible { background: var(--primary); color: #fff; outline: none; }
.mgr-tel:active { transform: scale(.985); }
.mgr-tel-hint { font-size: 11px; color: #98a6ae; margin-top: 8px; letter-spacing: .3px; }
.mgr-note { text-align: center; font-size: 13.5px; color: var(--ink-soft); margin-top: 22px; }
.mgr-note a { color: var(--accent); font-weight: 800; text-decoration: none; }

/* 复制成功轻提示 */
.mgr-toast {
  position: fixed; left: 50%; bottom: 44px; transform: translate(-50%, 16px);
  background: rgba(20, 28, 80, .93); color: #fff; font-size: 14px; font-weight: 700;
  letter-spacing: .5px; padding: 12px 24px; border-radius: 999px;
  box-shadow: 0 12px 32px rgba(20, 28, 80, .28);
  opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; z-index: 9999;
}
.mgr-toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1180px) {
  .mgr-card { width: 384px; height: 240px; }
  .mgr-card > img { width: 192px; flex-basis: 192px; }
  .mgr-set { gap: 16px; padding-right: 16px; }
}
@media (max-width: 1024px) {
  .mgr-card { width: 360px; height: 225px; }
  .mgr-card > img { width: 180px; flex-basis: 180px; }
  .mgr-body { padding: 16px 18px; }
  .mgr-body h3 { font-size: 20px; }
  .mgr-tel { font-size: 18px; padding: 9px 12px; }
  .mgr-set { gap: 14px; padding-right: 14px; }
}
@media (max-width: 768px) {
  .mgr-card { width: 330px; height: 206px; border-radius: 16px; }
  .mgr-card > img { width: 165px; flex-basis: 165px; }
  .mgr-body { padding: 14px 15px; }
  .mgr-body h3 { font-size: 19px; margin-bottom: 7px; }
  .mgr-region { margin-bottom: 11px; }
  .mgr-tel { font-size: 17px; padding: 8px 11px; }
  .mgr-tel-hint { font-size: 10.5px; margin-top: 6px; }
  .mgr-note { margin-top: 18px; font-size: 13px; }
}
@media (max-width: 560px) {
  .mgr-card { width: 300px; height: 188px; }
  .mgr-card > img { width: 150px; flex-basis: 150px; }
  .mgr-body { padding: 12px 14px; }
  .mgr-body h3 { font-size: 18px; margin-bottom: 6px; }
  .mgr-region { margin-bottom: 10px; }
  .mgr-tel { font-size: 16px; padding: 8px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .mgr-viewport { overflow: visible; -webkit-mask-image: none; mask-image: none; }
  .mgr-stage { perspective: none; }
  .mgr-track { flex-wrap: wrap; justify-content: center; transform: none !important; width: auto; }
  .mgr-card { transform: none !important; margin: 9px; }
  .mgr-set { flex-wrap: wrap; justify-content: center; }
  .mgr-set[aria-hidden="true"] { display: none; }
}

/* 栅格子项最小宽度修正（补充） */
.why-grid > .why-fig { min-width: 0; }

/* ============================================================
   星锐设计师（首页栏目 · 横版名片 + 3D 弧形滑动）
   ============================================================ */
.des-band { background: var(--bg-soft); }

/* 视口：负责裁切 + 两侧渐隐遮罩（不在此设 perspective，避免 overflow 压平 3D） */
.des-viewport {
  position: relative; margin-top: 34px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
/* 舞台：负责透视，让卡片沿弧线进退 */
.des-stage { perspective: 1500px; perspective-origin: 50% 50%; }
.des-track { display: flex; width: max-content; transform-style: preserve-3d; will-change: transform; }
.des-set { display: flex; gap: 22px; padding-right: 22px; flex: 0 0 auto; }

/* 横版名片：左图右文 · 加宽加大（醒目 / 高级） */
.des-card {
  width: 500px; flex: 0 0 auto; display: flex; flex-direction: row; align-items: stretch;
  min-height: 272px; background: linear-gradient(150deg, #ffffff 0%, #f6f8ff 100%);
  border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: 0 14px 36px rgba(20, 28, 80, .10), 0 2px 8px rgba(20, 28, 80, .05);
  transform-style: preserve-3d; backface-visibility: hidden;
  transition: box-shadow .28s ease;
}
.des-card:hover { box-shadow: 0 26px 56px rgba(49, 62, 200, .22), 0 4px 14px rgba(20, 28, 80, .08); }
.des-card > img {
  width: 214px; flex: 0 0 214px; height: 100%; object-fit: cover; display: block;
}
.des-body { padding: 24px 26px; flex: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.des-body h3 { font-size: 27px; font-weight: 800; letter-spacing: .5px; color: var(--ink); margin-bottom: 8px; }
.des-role {
  display: inline-block; align-self: flex-start; font-size: 12px; font-weight: 800; letter-spacing: 1px;
  color: var(--primary); background: rgba(49, 62, 200, .09); border-radius: 20px;
  padding: 3px 12px; margin-bottom: 13px;
}
.des-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.des-tags li {
  font-size: 12.5px; color: var(--ink-soft); background: #fff;
  border: 1px solid var(--line); border-radius: 20px; padding: 3px 11px; white-space: nowrap;
}
.des-tags li.more { color: var(--accent); background: rgba(240, 118, 43, .07); border-color: rgba(240, 118, 43, .35); font-weight: 700; }
.des-works { font-size: 12.5px; color: #8b98a1; line-height: 1.6; }
.des-works b { display: block; font-size: 11px; font-weight: 800; letter-spacing: .8px; color: var(--accent); margin-bottom: 3px; }
.des-note { text-align: center; font-size: 14px; color: var(--ink-soft); margin-top: 32px; }
.des-note a { color: var(--accent); font-weight: 800; text-decoration: none; }

@media (max-width: 1180px) {
  .des-card { width: 452px; min-height: 248px; }
  .des-card > img { width: 194px; flex-basis: 194px; }
  .des-set { gap: 19px; padding-right: 19px; }
}
@media (max-width: 1024px) {
  .des-card { width: 424px; min-height: 232px; }
  .des-card > img { width: 182px; flex-basis: 182px; }
  .des-body { padding: 20px 21px; }
  .des-body h3 { font-size: 24px; }
  .des-set { gap: 16px; padding-right: 16px; }
}
@media (max-width: 768px) {
  .des-card { width: 376px; min-height: 208px; border-radius: 18px; }
  .des-card > img { width: 160px; flex-basis: 160px; }
  .des-body { padding: 16px 18px; }
  .des-body h3 { font-size: 22px; margin-bottom: 6px; }
  .des-role { margin-bottom: 10px; }
  .des-tags { gap: 6px; margin-bottom: 10px; }
  .des-tags li, .des-works { font-size: 12px; }
  .des-note { margin-top: 24px; font-size: 13.5px; }
}
@media (max-width: 560px) {
  .des-card { width: 330px; min-height: 196px; }
  .des-card > img { width: 138px; flex-basis: 138px; }
  .des-body { padding: 14px 16px; }
  .des-body h3 { font-size: 20px; }
  .des-tags li, .des-works { font-size: 11.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .des-viewport { overflow: visible; -webkit-mask-image: none; mask-image: none; }
  .des-stage { perspective: none; }
  .des-track { flex-wrap: wrap; justify-content: center; transform: none !important; width: auto; }
  .des-card { transform: none !important; width: 440px; margin: 10px; }
  .des-set { flex-wrap: wrap; justify-content: center; }
  .des-set[aria-hidden="true"] { display: none; }
}

/* ============================================================
   GEO：页面信息更新时间戳（低调副文本，不影响既有版式）
   ============================================================ */
.page-updated {
  max-width: 1320px; margin: 0 auto; padding: 10px 26px 0;
  font-size: 12.5px; line-height: 1.6; color: #8a97a2; letter-spacing: .3px;
}
@media (max-width: 768px) { .page-updated { padding: 8px 20px 0; font-size: 12px; } }
