/* ===== 本地自托管字体 (Playfair Display + Lato)，中文走系统字体 ===== */
/* 本地自托管字体：Playfair Display (衬线大标题) + Lato (拉丁正文) */
/* 中文走系统字体(苹方/雅黑)，不依赖 Google Fonts，国内秒开 */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/lato-300-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/lato-300-normal-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato-400-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato-400-normal-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato-700-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato-700-normal-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-400-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-400-normal-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/playfair-display-500-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/playfair-display-500-normal-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/playfair-display-600-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/playfair-display-600-normal-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/playfair-display-700-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/playfair-display-700-normal-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/playfair-display-800-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/playfair-display-800-normal-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/playfair-display-900-normal-latin-ext.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/playfair-display-900-normal-latin.woff2') format('woff2');
}

/* 双存工艺品 shuangcunflowers.com 主样式表 (style-v2) */

/* ===========================
   CSS RESET & BASE
=========================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { display: flex; flex-direction: column; min-height: 100vh; font-family: var(--font-body); color: #2c2c2c; background-color: #fff; background-image: radial-gradient(rgba(45,59,45,.022) 1px, transparent 1.5px); background-size: 28px 28px; line-height: 1.7; letter-spacing: 0.01em; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===========================
   VARIABLES
=========================== */
:root {
  /* 品牌主色 */
  --green:     #9B3D3D;
  --green-lt:  #F8F1EE;
  --green-dk:  #2D3B2D;
  --rose:      #9B3D3D;
  --rose-soft: #D9A7A0;
  --rose-lt:   #FFEBEE;
  --rose-dk:   #7A2E2E;
  --champagne: #C8B08E;
  --gold:      #B08D57;  /* 白底可见深金，用于静态小标题/角标 */
  --brown:     #3E2A24;
  --off-white: #faf9f6;
  --gray-100:  #f4f3f0;
  --gray-300:  #d6d4ce;
  --gray-500:  #888278;
  --gray-700:  #4a4742;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow-md: 0 6px 24px rgba(0,0,0,.10);
  --radius:    12px;
  --radius-sm: 6px;
  --transition: .35s cubic-bezier(.22,1,.36,1);
  /* Typography: 拉丁衬线/无衬线自托管(本地woff2)；中文衬线 Noto Serif SC 走国内镜像 fonts.font.im(Google 国内常被墙，直连不稳) */
  --font-serif: 'Playfair Display', 'Noto Serif SC', 'Songti SC', 'SimSun', Georgia, 'Times New Roman', serif;
  --font-heading: var(--font-serif);
  --font-body: 'Lato', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', sans-serif;
}

/* ===========================
   CONTAINER
=========================== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===========================
   BUTTONS
=========================== */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: .95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}
/* 微 hover：所有按钮轻微上浮 + 品牌色阴影（GPU 友好，不触发重排） */
.btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(155, 61, 61, 0.2); }
.btn--primary {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.btn--primary:hover { background: var(--rose-dk); border-color: var(--rose-dk); transform: translateY(-1px); }
.btn--ghost {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.6);
  backdrop-filter: blur(4px);
}
.btn--ghost:hover {
  border-color: #9B3D3D;
  background: rgba(155,61,61,.15);
}
.btn--full { width: 100%; text-align: center; border-radius: var(--radius-sm); }
.btn--soft { background: #fff; color: #9B3D3D; border-color: #9B3D3D; }
.btn--soft:hover { background: #fbeeee; border-color: #8B2F2F; color: #8B2F2F; transform: translateY(-1px); }
/* 手机第二屏下载入口：桌面隐藏（hero 已有 Download Catalog），仅手机显示 */
.mobile-catalog-cta { display: none; }

/* ===========================
   HEADER
=========================== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  background: rgba(255,255,255,.82);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 14px rgba(0,0,0,.05);
  transition: background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition);
}
.header.scrolled {
  background: rgba(255,255,255,.96);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 22px rgba(0,0,0,.1);
}
.header.scrolled .nav__link, .header.scrolled .nav__list a { color: var(--gray-700); }
.header.scrolled .nav__link:hover, .header.scrolled .nav__list a:hover { color: var(--green); }
.header.scrolled .nav__link.active, .header.scrolled .nav__list a.active { color: var(--green); border-bottom-color: var(--green); }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 10px;
}

/* Logo */
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { height: 64px; width: auto; max-width: 300px; transition: opacity var(--transition); }
.header.scrolled .logo img { height: 54px; }

/* Nav */
.nav { min-width: 0; display: flex; align-items: center; }
.nav__list { display: flex; gap: 28px; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; }
.nav__list::-webkit-scrollbar { display: none; }
.nav__link, .nav__list a { font-size: .9rem; font-weight: 500; color: var(--gray-700); letter-spacing: .02em; padding: 4px 0; border-bottom: 2px solid transparent; transition: all var(--transition); }
.nav__link:hover, .nav__list a:hover { color: var(--green); border-bottom-color: var(--green); }
.nav__link.active, .nav__list a.active { color: var(--green); border-bottom-color: var(--green); }

/* Dropdown (More) */
.nav__item--dropdown { position: relative; }
.nav__drop-toggle { display: inline-flex; align-items: center; justify-content: center; color: var(--gray-700); padding: 4px; cursor: pointer; user-select: none; }
.nav__drop-toggle svg { display: block; width: 12px; height: 12px; stroke: currentColor; fill: none; opacity: .7; }
.nav__drop-toggle::after { content: none; }
.nav__drop-toggle:hover { color: var(--green); }
.nav__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  min-width: 180px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.05);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  flex-direction: column;
  z-index: 300;
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.nav__item--dropdown:hover > .nav__dropdown,
.nav__item--dropdown.is-open > .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav__dropdown li { list-style: none; }
.nav__dropdown a {
  display: block;
  padding: 10px 22px;
  font-size: .88rem;
  color: var(--gray-700);
  white-space: nowrap;
  border-bottom: none !important;
  position: relative;
  transition: background .2s ease, color .2s ease, padding-left .2s ease;
}
.nav__dropdown a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(76,132,62,.1);
  transition: width .25s ease, height .25s ease, left .25s ease;
  transform: translate(-50%, -50%);
}
.nav__dropdown a:hover {
  background: #f7faf4;
  color: var(--green);
  padding-left: 26px;
}
.nav__dropdown a:hover::before {
  width: 24px; height: 24px; left: 12px;
}
.nav__dropdown a.active { color: var(--green); font-weight: 600; }
.header.scrolled .nav__link, .header.scrolled .nav__list a { color: var(--gray-700); }
.header.scrolled .nav__link:hover, .header.scrolled .nav__list a:hover { color: var(--green); }
.header.scrolled .nav__link.active, .header.scrolled .nav__list a.active { color: var(--green); border-bottom-color: var(--green); }

/* Header actions */
.header__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--gray-700); border-radius: 2px; transition: all var(--transition); }

/* ===========================
   HERO
=========================== */
.hero {
  position: relative;
  height: calc(100vh - 56px);
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 56px;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(45,59,45,.78) 0%, rgba(93,139,58,.55) 50%, rgba(45,59,45,.35) 100%); }
.hero__content { position: relative; z-index: 1; color: #fff; max-width: 680px; }
.hero__tag { font-size: .82rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: #FFDCA8; text-shadow: 0 2px 18px rgba(0,0,0,.35); margin-bottom: 20px; }
.hero__title { font-family: 'Playfair Display','Noto Serif SC','Songti SC','SimSun',Georgia,serif; font-size: clamp(2.6rem, 6.2vw, 4.8rem); font-weight: 900; line-height: 1.0; letter-spacing: .01em; text-transform: uppercase; color: #fff; text-shadow: 0 4px 30px rgba(0,0,0,.5); margin-bottom: 14px; }
.hero__badge { font-size: clamp(1rem, 2.2vw, 1.35rem); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #FFDCA8; text-shadow: 0 2px 18px rgba(0,0,0,.35); margin-bottom: 14px; }
.hero__subtitle { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,.9); max-width: 560px; text-shadow: 0 2px 18px rgba(0,0,0,.35); margin-bottom: 28px; }
.hero__sub { font-size: 1.05rem; color: rgba(255,255,255,.85); margin-bottom: 36px; max-width: 520px; }
.hero__btns { display: flex; gap: 20px; flex-wrap: wrap; }
.hero__scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 1; }
.hero__scroll span { display: block; width: 1px; height: 50px; background: linear-gradient(to bottom, rgba(255,255,255,.7), transparent); margin: 0 auto; animation: scrollDrop 1.6s ease-in-out infinite; }
@keyframes scrollDrop { 0%,100%{opacity:0;transform:scaleY(0);transform-origin:top} 50%{opacity:1;transform:scaleY(1)} }

/* ===========================
   HERO SLIDER
=========================== */
.hero-slider {
  position: relative;
  height: calc(100vh - 60px);
  min-height: 620px;
  overflow: hidden;
  margin-top: 70px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 0;
}
.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: saturate(.92) brightness(.98) sepia(.06) contrast(1.02);
}
.hero-slide--active {
  opacity: 1;
  z-index: 1;
}
.hero-slide--active .hero-slide__bg {
  animation: heroKenBurns 18s ease-out forwards;
}
@keyframes heroKenBurns {
  from { transform: scale(1.05); }
  to { transform: scale(1.14); }
}
/* Hero 内容依次入场（标杆站 hero 标配） */
.hero-slide__content > * {
  opacity: 0;
  transform: translateY(28px);
}
.hero-slide--active .hero-slide__content > * {
  animation: heroRise 1s cubic-bezier(.22,.61,.36,1) forwards;
}
.hero-slide--active .hero-slide__content > *:nth-child(1) { animation-delay: .20s; }
.hero-slide--active .hero-slide__content > *:nth-child(2) { animation-delay: .35s; }
.hero-slide--active .hero-slide__content > *:nth-child(3) { animation-delay: .50s; }
.hero-slide--active .hero-slide__content > *:nth-child(4) { animation-delay: .65s; }
@keyframes heroRise {
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide--active .hero-slide__bg { animation: none; }
  .hero-slide__content > * { opacity: 1; transform: none; animation: none; }
}
.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(40,20,20,.92) 0%, rgba(60,30,30,.6) 45%, transparent 70%);
}
.hero-slide__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 780px;
  padding: 50px 20px;
}
.hero__actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 6px; }
.hero__actions .btn { white-space: nowrap; min-width: 140px; text-align: center; }
.hero__scroll-btn { display: none; } /* 桌面端隐藏"向下探索"按钮，仅手机端显示 */

/* ===========================
   SECTION COMMON
=========================== */
.section { padding: 120px 0; }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.section__tag { font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section__title { font-family: var(--font-heading); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 600; color: #1a1a1a; line-height: 1.2; margin-bottom: 22px; }
.section__title::after { content: ""; display: block; width: 40px; height: 3px; background: #9B3D3D; margin: 16px auto 0; border-radius: 2px; }
.section__desc { font-size: .97rem; color: var(--gray-500); }

/* ===========================
   PRODUCTS
=========================== */
.products { background: var(--off-white); }
.products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
a.product-card { display: block; color: inherit; }
.product-card { position: relative; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); }
.product-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--rose), var(--champagne));
  transform: scaleX(0); transform-origin: left center;
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
  z-index: 3;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.product-card:hover::before { transform: scaleX(1); }
.product-card__img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.product-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
/* 三级栏目空白框架：图位留白，待真实产品图填充，避免假图带来 AI 感 */
.product-card--blank { cursor: default; }
.product-card--blank:hover { transform: none; box-shadow: var(--shadow-sm); }
.product-card--blank::before { transform: scaleX(0); }
.product-card__img--blank {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #f4f7f0, #eaf0e3);
  border: 1px dashed #c4d3b4;
}
.product-card__placeholder {
  font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
  color: #9aab8c; font-weight: 500;
}
.product-card:hover .product-card__img img { transform: scale(1.06); }
.product-card__badge {
  position: absolute; top: 14px; left: 14px;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .04em;
  background: var(--green);
  color: #fff;
}
.product-card__badge--new { background: var(--rose); }
.product-card__body { padding: 20px 22px 24px; }
.product-card__body h3 { font-family: var(--font-heading); font-size: 1.1rem; color: #1a1a1a; margin-bottom: 8px; }
.product-card__body p { font-size: .88rem; color: var(--gray-500); margin-bottom: 16px; }
.product-card__link { position: relative; display: inline-block; font-size: .88rem; font-weight: 600; color: var(--green); transition: color var(--transition); }
.product-card__link::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1.5px; background: linear-gradient(90deg, var(--rose-soft), var(--champagne)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.product-card__link:hover { color: var(--rose-dk); }
.product-card__link:hover::after { transform: scaleX(1); }

/* ===========================
   ABOUT
=========================== */
.about { background: #fff; }
.about__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about__images { position: relative; }
.about__img { border-radius: var(--radius); }
.about__img--main { width: 100%; aspect-ratio: 4/5; object-fit: cover; border: 1px solid rgba(200,176,142,.45); box-shadow: var(--shadow-sm); }
.about__img--sub { position: absolute; bottom: -28px; right: -28px; width: 52%; aspect-ratio: 1; object-fit: cover; border: 6px solid #fff; outline: 1px solid rgba(200,176,142,.35); box-shadow: var(--shadow-md); }
.about__content .section__title { text-align: left; }
.about__content .section__tag { text-align: left; }
.about__content p { font-size: .95rem; color: var(--gray-500); margin-bottom: 16px; }
.about__list { margin: 20px 0 32px; display: flex; flex-direction: column; gap: 10px; }
.about__list li { display: flex; align-items: center; gap: 10px; font-size: .92rem; color: var(--gray-700); }
.about__list li::before { content: '✓'; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--green-lt); color: var(--green); font-size: .75rem; font-weight: 700; flex-shrink: 0; }

/* ===========================
   FOUNDER
=========================== */
.founder { background: var(--rose-lt); }
.founder__inner { display: grid; grid-template-columns: 420px 1fr; gap: 72px; align-items: start; }
.founder__portrait { display: flex; flex-direction: column; gap: 20px; }
.founder__quote-card {
  background: var(--green);
  border-radius: var(--radius);
  padding: 24px 28px;
  position: relative;
}
.founder__quote-card::before {
  content: '\201C';
  position: absolute;
  top: -12px;
  left: 20px;
  font-size: 4rem;
  color: rgba(255,255,255,.25);
  font-family: var(--font-heading);
  line-height: 1;
}
.founder__quote { font-family: var(--font-heading); font-size: .97rem; color: rgba(255,255,255,.92); line-height: 1.7; font-style: italic; margin-bottom: 12px; }
.founder__quote-author { font-size: .82rem; color: rgba(255,255,255,.65); }
.founder__bio .section__tag { text-align: left; }
.founder__bio .section__title { text-align: left; font-family: var(--font-heading); font-size: clamp(1.8rem, 3vw, 2.4rem); }
.founder__title { font-size: .88rem; color: var(--rose); font-weight: 600; letter-spacing: .03em; margin-top: -8px; margin-bottom: 20px; }
.founder__bio p { font-size: .95rem; color: var(--gray-500); margin-bottom: 16px; }

/* ===========================
   ADVANTAGES PAGE CARDS
=========================== */
.advantages { background: var(--off-white); padding: 80px 0; }
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.advantage-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px 32px;
  border: 1px solid #f0ede9;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.advantage-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--rose-soft), var(--champagne));
  opacity: 0;
  transition: opacity 0.35s ease;
}
.advantage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}
.advantage-card:hover::before { opacity: 1; }
.advantage-card__number {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--green);
  opacity: 0.2;
  line-height: 1;
  margin-bottom: 8px;
}
.advantage-card h3 {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
}
.advantage-card p {
  font-size: 0.92rem;
  color: #888;
  line-height: 1.65;
}

/* ===========================
   PRODUCTS FILTER TABS
=========================== */
.products { background: var(--off-white); padding: 80px 0; }
.products__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
  justify-content: center;
}
.products__tab {
  padding: 10px 24px;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gray-700);
  background: #fff;
  border: 1.5px solid var(--gray-300);
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0.01em;
}
.products__tab:hover {
  border-color: var(--green);
  color: var(--green);
  background: var(--green-lt);
}
.products__tab.active {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
  font-weight: 600;
}

/* ===========================
   SECTION TITLES (shared)
=========================== */
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 18px;
}
.section-title::after { content: ""; display: block; width: 40px; height: 3px; background: #9B3D3D; margin: 16px auto 0; border-radius: 2px; }
.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray-500);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
  line-height: 1.6;
}
.text-center { text-align: center; }

/* ===========================
   FEATURED PRODUCTS (home)
=========================== */
.featured-products { background: #fff; padding: 104px 0; }

/* ===========================
   OLD ADVANTAGES (kept for reference)
=========================== */
.advantages { background: var(--off-white); }
.adv__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.adv__card { background: #fff; border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); transition: transform var(--transition); }
.adv__card:hover { transform: translateY(-4px); }
.adv__icon { font-size: 2rem; margin-bottom: 16px; }
.adv__card h3 { font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; }
.adv__card p { font-size: .88rem; color: var(--gray-500); line-height: 1.7; }

/* ===========================
   GALLERY STRIP
=========================== */
.gallery-strip { overflow: hidden; padding: 0; line-height: 0; }
.gallery-strip__track { display: flex; gap: 4px; animation: scrollLeft 30s linear infinite; width: max-content; }
.gallery-strip__track img { width: 280px; height: 200px; object-fit: cover; flex-shrink: 0; }
@keyframes scrollLeft { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ===========================
   CONTACT
=========================== */
.contact { background: #fff; }
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contact__info .section__title { text-align: left; }
.contact__info .section__tag { text-align: left; }
.contact__info > p { font-size: .95rem; color: var(--gray-500); margin-bottom: 36px; }
.contact__details { display: flex; flex-direction: column; gap: 20px; }
.contact__detail { display: flex; gap: 14px; align-items: flex-start; }
.contact__detail-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.contact__detail strong { display: block; font-size: .85rem; font-weight: 600; color: #1a1a1a; margin-bottom: 2px; }
.contact__detail p { font-size: .88rem; color: var(--gray-500); }

/* Form */
.contact__form { display: flex; flex-direction: column; gap: 16px; background: var(--off-white); padding: 36px; border-radius: var(--radius); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__group { display: flex; flex-direction: column; gap: 6px; }
.form__group label { font-size: .83rem; font-weight: 600; color: var(--gray-700); letter-spacing: .02em; }
.form__group input, .form__group select, .form__group textarea {
  padding: 11px 14px;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius-sm);
  font-size: .92rem;
  font-family: inherit;
  color: #2c2c2c;
  background: #fff;
  transition: border-color var(--transition);
  outline: none;
}
.form__group input:focus, .form__group select:focus, .form__group textarea:focus { border-color: var(--green); }
.form__group textarea { resize: vertical; }
.form__note { font-size: .78rem; color: var(--gray-500); text-align: center; }

/* ===========================
   FOOTER
=========================== */
html { scroll-behavior: smooth; }
.footer { position: relative; overflow: hidden; background: #1a1a1a; color: rgba(255,255,255,.8); padding-top: 72px; margin-top: auto; }
.footer a { color: #ccc; }
.footer a:hover { color: #8b3a3a; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__brand .logo { display: inline-block; }
.footer__logo { filter: brightness(0) invert(1); height: 48px; width: auto; display: block; }
.footer__brand > p { font-size: .88rem; margin-top: 14px; line-height: 1.7; }
.footer__links h4, .footer__contact h4 { font-size: .83rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #E9DAB8; margin-bottom: 16px; }
.footer__links ul { display: flex; flex-direction: column; gap: 10px; }
.footer__links a { font-size: .88rem; transition: color var(--transition); display: block; padding: 4px 0; }
.footer__links a:hover { color: #8b3a3a; }
.footer__contact p { font-size: .88rem; margin-bottom: 8px; }
.footer__social { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease, background-color .2s ease; box-shadow: 0 2px 5px rgba(0,0,0,.18); }
.footer__social a:hover { transform: translateY(-5px) scale(1.12); box-shadow: 0 10px 22px rgba(0,0,0,.35); }
.footer__social a:active { transform: translateY(-2px) scale(1.08); }
.footer__social a svg { width: 18px; height: 18px; fill: #fff; }
/* Brand colors for each social icon */
.footer__social a[title="WhatsApp"] { background: #25D366; }
.footer__social a[title="LinkedIn"] { background: #0077B5; }
.footer__social a[title="Facebook"] { background: #1877F2; }
.footer__social a[title="Instagram"] { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.footer__social a[title="Pinterest"] { background: #E60023; }
.footer__social a[title="TikTok"] { background: #fff; }
.footer__social a[title="TikTok"] svg { fill: #000; }
.footer__social a[title="TikTok"]:hover { background: #fff; box-shadow: 0 10px 22px rgba(255,255,255,.35); }
.footer__social a[title="TikTok"]:hover svg { fill: #000; }
.footer__social a[title="YouTube"] { background: #FF0000; }
.footer__bottom { padding: 22px 0; }
.footer__bottom-inner { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.footer__bottom p { font-size: .8rem; color: rgba(255,255,255,.45); }
.footer__tech-support { font-size: .72rem !important; color: rgba(255,255,255,.3) !important; margin-top: 2px; }
.footer__tech-support a {
  color: rgba(255,255,255,.35) !important;
  text-decoration: none !important;
  transition: color var(--transition);
  letter-spacing: .03em;
}
.footer__tech-support a:hover { color: rgba(255,255,255,.65) !important; }
.footer__totop { font-size: .8rem; color: rgba(255,255,255,.6); transition: color var(--transition); white-space: nowrap; }
.footer__totop::before { content: "\2191"; margin-right: 6px; font-size: .9em; }
.footer__totop:hover { color: #8b3a3a; }

/* ===========================
   PAGE HERO (Sub-pages)
=========================== */
.page-hero {
  position: relative;
  padding: 96px 0 70px;
  background: var(--green-dk);
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dk) 100%);
}
.page-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.page-hero__tag {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.page-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-hero__desc {
  font-size: 1rem;
  color: rgba(255,255,255,.8);
  max-width: 560px;
  margin: 0 auto;
}

/* ===========================
   CTA SECTION
=========================== */
.cta-section {
  background: var(--green);
  text-align: center;
}
.cta-section__inner {
  max-width: 640px;
  margin: 0 auto;
}
.cta-section h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  margin-bottom: 16px;
}
.cta-section p {
  color: rgba(255,255,255,.8);
  margin-bottom: 32px;
}
.cta-section__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn--white {
  background: #fff;
  color: var(--green);
  border-color: #fff;
}
.btn--white:hover {
  background: var(--rose-lt);
  border-color: var(--rose-lt);
}
.btn--outline {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.6);
  backdrop-filter: blur(4px);
}
.btn--outline:hover {
  border-color: #9B3D3D;
  background: rgba(155,61,61,.15);
}

/* ===========================
   HOME PREVIEW SECTIONS
=========================== */
.home-preview { background: #fff; }
.home-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.home-preview__item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.home-preview__item svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-preview__item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  text-align: center;
}
.home-preview__cta { text-align: center; }

/* Home About Preview */
.home-about-preview { background: var(--off-white); padding: 110px 0; }
.home-about-preview__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.home-about-preview__content .section__tag { text-align: left; }
.home-about-preview__content h2 { font-family: var(--font-heading); font-size: clamp(1.6rem, 3vw, 2.2rem); color: #1a1a1a; margin-bottom: 20px; }
.home-about-preview__content h2::after { content: ""; display: block; width: 40px; height: 3px; background: #9B3D3D; margin: 16px 0 0; border-radius: 2px; }
.home-about-preview__content p { font-size: .95rem; color: var(--gray-500); margin-bottom: 16px; line-height: 1.8; }
.home-about-preview__image { border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.home-about-preview__image svg { width: 100%; height: auto; }
/* Light background outline button — dark version */
.home-about-preview__content .btn--outline,
.home-founder-preview__content .btn--outline {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.home-about-preview__content .btn--outline:hover,
.home-founder-preview__content .btn--outline:hover {
  background: var(--rose-dk);
  border-color: var(--rose-dk);
}

/* Home Founder Preview */
.home-founder-preview { background: var(--rose-lt); padding: 90px 0; }
.home-founder-preview__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: center;
}
.home-founder-preview__portrait { border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.home-founder-preview__portrait svg { width: 100%; height: auto; }
.home-founder-preview__content .section__tag { text-align: left; }
.home-founder-preview__content h2 { font-family: var(--font-heading); font-size: clamp(1.6rem, 3vw, 2.2rem); color: #1a1a1a; margin-bottom: 4px; }
.home-founder-preview__title { font-size: .88rem; color: var(--rose); font-weight: 600; margin-bottom: 20px; }
.home-founder-preview__quote {
  background: var(--green);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 28px;
}
.home-founder-preview__quote p {
  font-family: var(--font-heading);
  font-size: .95rem;
  color: rgba(255,255,255,.92);
  font-style: italic;
  line-height: 1.7;
}
.home-founder-preview__content .btn--primary { background: var(--green); }

/* Home Advantages Preview */
.home-advantages-preview { background: #fff; }

/* About Numbers / Stats */
.about-numbers {
  padding: 80px 0;
  background: #8b3a3a;
}
.about-numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.number-card {
  padding: 32px 16px;
}
.number-card__num {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold, #d4af7d);
  line-height: 1.1;
  margin-bottom: 8px;
}
.number-card p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}

/* ===========================
   PRODUCTS PAGE
=========================== */
.products__intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.products__intro-item {
  display: flex;
  gap: 14px;
  padding: 20px;
  background: var(--off-white);
  border-radius: var(--radius);
}
.products__intro-icon { font-size: 1.5rem; flex-shrink: 0; }
.products__intro-item h3 { font-size: .95rem; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; }
.products__intro-item p { font-size: .85rem; color: var(--gray-500); }
.product-card__meta {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.product-card__meta-item {
  font-size: .75rem;
  color: var(--gray-500);
  padding: 4px 10px;
  background: var(--off-white);
  border-radius: 10px;
}

/* ===========================
   PRODUCT IMAGE ZOOM
=========================== */
.product-card__img {
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
}
.product-card__img svg,
.product-card__img img {
  transition: transform .4s ease;
}
.product-card:hover .product-card__img svg,
.product-card:hover .product-card__img img {
  transform: scale(1.15);
}

/* 悬停提示文字 */
.product-card__zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(27,94,32,.75);
  color: #fff;
  font-size: .72rem;
  padding: 4px 10px;
  border-radius: 50px;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.product-card:hover .product-card__zoom-hint {
  opacity: 1;
}

/* 点击后弹窗 */
.product-zoom-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.85);
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.product-zoom-modal.open {
  display: flex;
}
.product-zoom-modal__content {
  position: relative;
  max-width: 800px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.product-zoom-modal__content svg,
.product-zoom-modal__content img {
  width: 100%;
  height: auto;
  display: block;
  cursor: zoom-out;
}
.product-zoom-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  color: #fff;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background .2s;
}
.product-zoom-modal__close:hover {
  background: rgba(0,0,0,.8);
}
.product-zoom-modal__info {
  padding: 20px 24px;
  background: var(--off-white);
}
.product-zoom-modal__info h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.product-zoom-modal__info p {
  font-size: .88rem;
  color: var(--gray-500);
}
.product-zoom-modal__hint {
  text-align: center;
  padding: 10px;
  font-size: .78rem;
  color: rgba(255,255,255,.5);
  background: rgba(0,0,0,.3);
}

/* ===========================
   PRODUCT DETAIL PAGE
=========================== */

/* Breadcrumb */
.breadcrumb { background: var(--off-white); padding: 12px 0; border-bottom: 1px solid var(--gray-300); }
.breadcrumb__inner { display: flex; gap: 8px; align-items: center; font-size: .82rem; color: var(--gray-500); }
.breadcrumb__inner a { color: var(--gray-700); transition: color var(--transition); }
.breadcrumb__inner a:hover { color: var(--green); }
.breadcrumb__inner span { color: var(--gray-300); }

/* Product Detail Layout */
.product-detail { background: #fff; padding-top: 40px; }
.product-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* Magnifier */
.magnifier-wrap { display: flex; gap: 16px; }
.magnifier-main { position: relative; flex: 1; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; background: var(--off-white); cursor: crosshair; }
.magnifier-main svg, .magnifier-main img { width: 100%; height: 100%; display: block; object-fit: cover; }
.magnifier-lens {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid var(--green);
  background: rgba(46,125,50,.1);
  cursor: crosshair;
  display: none;
  pointer-events: none;
  z-index: 2;
  border-radius: 4px;
}
.magnifier-main:hover .magnifier-lens { display: block; }
.magnifier-result {
  width: 400px;
  height: 300px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--off-white);
  display: none;
  position: relative;
  border: 1px solid var(--gray-300);
}
.magnifier-result svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(3);
  transform-origin: 0 0;
}
.magnifier-result img {
  width: 200%;
  height: 200%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.magnifier-main:hover ~ .magnifier-result,
.magnifier-wrap:has(.magnifier-main:hover) .magnifier-result { display: block; }

/* Thumbnails */
.magnifier-thumbs { display: flex; gap: 8px; margin-top: 12px; }
.magnifier-thumb { width: 70px; height: 56px; border-radius: var(--radius-sm); overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color var(--transition); }
.magnifier-thumb svg, .magnifier-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.magnifier-thumb:hover { border-color: var(--gray-300); }
.magnifier-thumb.active { border-color: var(--green); }

/* Product Info */
.product-detail__info { padding-top: 8px; }
.product-detail__badge-row { margin-bottom: 12px; }
.product-detail__title { font-family: var(--font-heading); font-size: 1.8rem; color: #1a1a1a; margin-bottom: 10px; }
.product-detail__subtitle { font-size: .95rem; color: var(--gray-500); margin-bottom: 24px; line-height: 1.6; }

/* Specs Grid */
.product-detail__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 24px; }
.product-detail__spec { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; background: var(--off-white); border-radius: var(--radius-sm); }
.product-detail__spec-label { font-size: .75rem; color: var(--gray-500); }
.product-detail__spec-value { font-size: .92rem; font-weight: 600; color: #1a1a1a; }

/* Color Swatches */
.product-detail__colors { margin-bottom: 24px; }
.product-detail__colors-label { font-size: .85rem; font-weight: 600; color: var(--gray-700); display: block; margin-bottom: 10px; }
.product-detail__color-swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px var(--gray-300);
  transition: transform .2s, box-shadow .2s;
}
.color-swatch:hover { transform: scale(1.15); box-shadow: 0 0 0 2px var(--green); }
.color-swatch[data-border="true"] { border-color: var(--gray-300); }
.color-swatch.more {
  display: flex; align-items: center; justify-content: center;
  background: var(--off-white);
  font-size: .7rem; font-weight: 600;
  color: var(--gray-500);
}

/* Actions */
.product-detail__actions { display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.product-detail__btn { padding: 14px 28px; font-size: .9rem; }
.product-detail__btn--secondary { border-color: var(--gray-300); color: var(--gray-700); }
.product-detail__btn--secondary:hover { background: var(--off-white); }

/* Features */
.product-detail__features { display: flex; flex-direction: column; gap: 8px; }
.product-detail__feature { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--gray-700); }
.product-detail__feature-icon { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: var(--green-lt); color: var(--green); font-size: .7rem; font-weight: 700; flex-shrink: 0; }

/* Tabs */
.product-detail__tabs { margin-top: 60px; }
.product-detail__tab-nav { display: flex; gap: 0; border-bottom: 2px solid var(--gray-300); margin-bottom: 24px; }
.product-detail__tab-nav button {
  padding: 14px 24px;
  background: none;
  border: none;
  font-size: .88rem;
  font-weight: 500;
  color: var(--gray-500);
  cursor: pointer;
  position: relative;
  transition: color var(--transition);
  font-family: inherit;
}
.product-detail__tab-nav button:hover { color: var(--gray-700); }
.product-detail__tab-nav button.active { color: var(--green); }
.product-detail__tab-nav button.active::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 2px;
  background: var(--green);
}
.product-detail__tab-content { display: none; }
.product-detail__tab-content.active { display: block; }

/* Tab Content */
.product-detail__desc p { font-size: .95rem; color: var(--gray-500); line-height: 1.8; margin-bottom: 14px; }
.product-detail__specs-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.product-detail__specs-table th, .product-detail__specs-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--gray-100); font-size: .9rem; }
.product-detail__specs-table th { background: var(--off-white); color: var(--gray-700); font-weight: 600; width: 180px; }
.product-detail__specs-table td { color: var(--gray-500); }
.product-detail__specs-table tr:last-child th, .product-detail__specs-table tr:last-child td { border-bottom: none; }

/* Applications */
.product-detail__apps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-detail__app { text-align: center; padding: 24px; background: var(--off-white); border-radius: var(--radius); }
.product-detail__app-icon { font-size: 2rem; margin-bottom: 10px; display: block; }
.product-detail__app h4 { font-size: .95rem; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; }
.product-detail__app p { font-size: .82rem; color: var(--gray-500); }

/* Related Products */
.product-detail__related { margin-top: 64px; }
.product-detail__related h3 { font-family: var(--font-heading); font-size: 1.4rem; color: #1a1a1a; margin-bottom: 24px; }
.products__grid--small { grid-template-columns: repeat(3, 1fr); }
.product-card--mini .product-card__body { padding: 14px 16px 18px; }
.product-card--mini h3 { font-size: .95rem; }

/* ===========================
   ABOUT PAGE
=========================== */
.about-story { background: #fff; }
.about-story__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-story__content h2 { font-family: var(--font-heading); font-size: 1.6rem; color: #1a1a1a; margin-bottom: 20px; }
.about-story__content p { font-size: .95rem; color: var(--gray-500); margin-bottom: 16px; }
.about-story__images { position: relative; }
.about-story__img { border-radius: var(--radius); }
.about-story__img--main { width: 100%; aspect-ratio: 4/5; }
.about-story__img--sub {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 52%;
  aspect-ratio: 1;
  border: 6px solid #fff;
  box-shadow: var(--shadow-md);
}

/* Achievements */
.about-achievements { background: var(--off-white); }
.achievements__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.achievement-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.achievement-card__icon { font-size: 2.5rem; margin-bottom: 16px; }
.achievement-card h3 { font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; }
.achievement-card p { font-size: .88rem; color: var(--gray-500); line-height: 1.7; }

/* Business Model */
.about-model { background: #fff; }
.about-model__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-model__content .section__tag { text-align: left; }
.about-model__content h2 { font-family: var(--font-heading); font-size: 1.6rem; color: #1a1a1a; margin-bottom: 16px; }
.about-model__content > p { font-size: .95rem; color: var(--gray-500); margin-bottom: 24px; }
.about-model__list { display: flex; flex-direction: column; gap: 20px; }
.about-model__list li { display: flex; flex-direction: column; gap: 4px; }
.about-model__list strong { font-size: .95rem; color: #1a1a1a; }
.about-model__list span { font-size: .88rem; color: var(--gray-500); }
.about-model__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stat-card {
  background: var(--green);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
}
.stat-card strong { display: block; font-size: 2rem; font-weight: 600; color: var(--rose); font-family: var(--font-heading); }
.stat-card span { font-size: .82rem; color: rgba(255,255,255,.8); }

/* Services */
.about-services { background: var(--off-white); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.service-card__icon { font-size: 2rem; margin-bottom: 16px; }
.service-card h3 { font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 10px; }
.service-card p { font-size: .88rem; color: var(--gray-500); line-height: 1.7; }

/* ===========================
   FOUNDER PAGE
=========================== */
.page-hero--founder { background: linear-gradient(135deg, var(--rose) 0%, #8a7340 100%); }

.founder-story { background: #fff; }
.founder-story__inner { display: grid; grid-template-columns: 360px 1fr; gap: 64px; align-items: start; }
.founder-story__portrait { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 96px; }
.founder-story__quote-card {
  background: var(--green);
  border-radius: var(--radius);
  padding: 24px 28px;
  position: relative;
}
.founder-story__quote-card::before {
  content: '\201C';
  position: absolute;
  top: -12px;
  left: 20px;
  font-size: 4rem;
  color: rgba(255,255,255,.25);
  font-family: var(--font-heading);
  line-height: 1;
}
.founder-story__quote p { font-family: var(--font-heading); font-size: .97rem; color: rgba(255,255,255,.92); line-height: 1.7; font-style: italic; margin-bottom: 12px; }
.founder-story__quote cite { font-size: .82rem; color: rgba(255,255,255,.65); font-style: normal; }
.founder-story__bio h2 { font-family: var(--font-heading); font-size: 1.4rem; color: #1a1a1a; margin-bottom: 16px; margin-top: 40px; }
.founder-story__bio h2:first-child { margin-top: 0; }
.founder-story__bio p { font-size: .95rem; color: var(--gray-500); margin-bottom: 16px; }
.founder-story__achievements { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.founder-story__achievements li {
  font-size: .92rem;
  color: var(--gray-700);
  padding-left: 24px;
  position: relative;
}
.founder-story__achievements li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

/* Timeline */
.founder-timeline { background: var(--off-white); }
.timeline { max-width: 640px; margin: 0 auto; position: relative; padding-left: 32px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gray-300);
}
.timeline__item { position: relative; padding-bottom: 40px; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__marker {
  position: absolute;
  left: -32px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--green);
}
.timeline__content { }
.timeline__year { font-size: .78rem; font-weight: 600; color: var(--rose); letter-spacing: .1em; text-transform: uppercase; }
.timeline__content h3 { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin: 4px 0 8px; }
.timeline__content p { font-size: .88rem; color: var(--gray-500); }

/* Vision */
.founder-vision { background: var(--rose-lt); }
.founder-vision__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.founder-vision__content .section__tag { text-align: left; }
.founder-vision__content h2 { font-family: var(--font-heading); font-size: 1.6rem; color: #1a1a1a; margin-bottom: 20px; }
.founder-vision__content p { font-size: .95rem; color: var(--gray-500); margin-bottom: 16px; }
.founder-vision__quote {
  background: var(--green);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
}
.founder-vision__quote::before {
  content: '\201C';
  position: absolute;
  top: -8px;
  left: 20px;
  font-size: 5rem;
  color: rgba(255,255,255,.2);
  font-family: var(--font-heading);
  line-height: 1;
}
.founder-vision__quote p { font-family: var(--font-heading); font-size: 1.1rem; color: rgba(255,255,255,.95); font-style: italic; line-height: 1.8; margin-bottom: 16px; }
.founder-vision__quote cite { font-size: .85rem; color: rgba(255,255,255,.65); font-style: normal; }

/* ===========================
   ADVANTAGES PAGE
=========================== */
.advantage-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: start;
  padding: 48px 0;
}
.advantage-detail--reverse { }
.advantage-detail__icon { font-size: 3rem; }
.advantage-detail__content h2 { font-family: var(--font-heading); font-size: 1.6rem; color: #1a1a1a; margin-bottom: 16px; }
.advantage-detail__content > p { font-size: .95rem; color: var(--gray-500); margin-bottom: 24px; line-height: 1.8; }
.advantage-detail__list { display: flex; flex-direction: column; gap: 10px; }
.advantage-detail__list li {
  font-size: .92rem;
  color: var(--gray-700);
  padding-left: 24px;
  position: relative;
}
.advantage-detail__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}
.advantage-divider { border: none; border-top: 1px solid var(--gray-300); margin: 0; }

/* Comparison Table */
.advantages-compare { background: var(--off-white); }
.compare__table { overflow-x: auto; }
.compare__table table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.compare__table th, .compare__table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--gray-300); }
.compare__table th { background: var(--green); color: #fff; font-size: .88rem; font-weight: 600; }
.compare__table th:first-child { width: 180px; }
.compare__table td { font-size: .88rem; color: var(--gray-700); }
.compare__table tr:last-child td { border-bottom: none; }
.compare__table tr:hover td { background: var(--off-white); }

/* === Header Menu Button (hidden on desktop) === */
.header__menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    z-index: 1001;
}
.header__menu-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--gray-700);
    border-radius: 2px;
    transition: all 0.3s;
}
/* Animate to X when active */
.header__menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.header__menu-btn.active span:nth-child(2) { opacity: 0; }
.header__menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* === Language Switch Button === */
.lang-switch {
    background: none;
    border: 1.5px solid var(--green);
    color: var(--green);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    letter-spacing: 0.02em;
    white-space: nowrap;
    flex-shrink: 0;
}
.lang-switch:hover { background: var(--green); color: #fff; }

/* ==========================================
   RESPONSIVE - TABLET (max-width: 1024px)
   ========================================== */
@media (max-width: 1024px) {
  .products__grid { grid-template-columns: repeat(2, 1fr); }
  .adv__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .about-story__inner { grid-template-columns: 1fr; }
  .about-story__images { display: block; margin-top: 24px; }
  .about-story__img--sub { display: none; }
  .about-model__inner { grid-template-columns: 1fr; }
  .founder-story__inner { grid-template-columns: 1fr; }
  .founder-story__portrait { position: static; }
  .founder-vision__inner { grid-template-columns: 1fr; }
  .home-about-preview__inner { grid-template-columns: 1fr; }
  .home-founder-preview__inner { grid-template-columns: 1fr; }
  .products__intro { grid-template-columns: 1fr; }
  .achievements__grid { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail__grid { grid-template-columns: 1fr; }
  .magnifier-wrap { flex-direction: column; }
  .magnifier-result { width: 100%; height: 300px; }
  .product-detail__apps { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================
   WHY US — 首页核心优势 (响应式：桌面3列 / 手机横滑)
   ========================================== */
.why-us { padding: 80px 24px; }
.why-us__header { text-align: center; margin-bottom: 48px; }
.why-us__tag { display: inline-block; padding: 6px 18px; background: rgba(155,61,61,0.08); color: #9B3D3D; font-size: 13px; font-weight: 600; border-radius: 100px; margin-bottom: 16px; }
.why-us__header h2 { font-size: 32px; font-weight: 700; margin-bottom: 12px; }
.why-us__header p { font-size: 16px; color: #666; }
.why-us__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.why-card { background: #fff; border: 1px solid #E8E0D8; border-radius: 16px; padding: 32px 28px; transition: all 0.3s; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); border-color: #9B3D3D; }
.why-card__icon, .why-card__num { width: 48px; height: 48px; background: rgba(155,61,61,0.06); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #9B3D3D; margin-bottom: 20px; }
.why-card__icon svg { width: 24px; height: 24px; }
.why-card__num svg { width: 24px; height: 24px; }
.why-card__body h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #1a1a1a; }
.why-card__badge { display: inline-block; padding: 2px 10px; background: #9B3D3D; color: #fff; font-size: 12px; font-weight: 600; border-radius: 100px; margin-left: 6px; vertical-align: middle; }
.why-card__body p { font-size: 14px; color: #666; line-height: 1.7; }
@media (max-width: 1024px) { .why-us__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .why-us { padding: 60px 20px; }
    .why-us__header h2 { font-size: 24px; }
    .why-us__grid { display: flex; flex-wrap: nowrap; gap: 16px; overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; padding-bottom: 12px; scrollbar-width: none; }
    .why-us__grid::-webkit-scrollbar { display: none; }
    .why-card { flex: 0 0 85%; min-width: 260px; scroll-snap-align: start; padding: 28px 24px; }
}

/* Desktop: hide mobile-only elements */
.nav__close-bar,
.nav__close-btn,
.nav__close-bar-brand {
  display: none !important;
}

/* ==========================================
   RESPONSIVE - MOBILE (max-width: 768px)
   ========================================== */
/* Mobile menu contact bar — hidden on desktop */
.nav__contact-bar { display: none; }

@media (max-width: 768px) {
  /* === Show menu button on mobile === */
  .container { padding: 0 16px; }
  .header__menu-btn { display: flex; width: 32px; height: 32px; gap: 4px; }
  .header__menu-btn span { width: 20px; }
  .header__inner { height: 56px; gap: 4px; }
  .logo img { height: 36px; max-width: 140px; }
  .header.scrolled .logo img { height: 36px; }
  .header__actions { gap: 4px; }
  .lang-switch { padding: 4px 9px; font-size: 0.7rem; white-space: nowrap; flex-shrink: 0; }

  /* === Mobile nav: refined deep green slide-in === */
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: linear-gradient(180deg, #2a1515 0%, #201010 100%);
    padding: 0;
    box-shadow: -12px 0 50px rgba(0,0,0,.4);
    transition: right .45s cubic-bezier(.16,1,.3,1);
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    pointer-events: none;
  }
  .nav--open { right: 0 !important; pointer-events: auto; }

  /* Desktop hide overrides — show on mobile */
  .nav__close-bar { display: flex !important; }

  /* Close bar — refined, brand red */
  .nav__close-bar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    flex-shrink: 0;
    background: #9B3D3D;
    border-bottom: none;
  }
  .nav__close-bar-brand {
    font-size: .72rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: var(--font-body);
  }
  .nav__close-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    all: unset;
    background: transparent;
    border: none;
    color: rgba(255,255,255,.3);
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 9px 14px;
    border-radius: 4px;
    transition: color .25s ease, background .25s ease;
    font-family: var(--font-body);
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-weight: 500;
  }
  .nav__close-btn:hover,
  .nav__close-btn:focus { color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); outline: none; }
  .nav__close-btn svg { width: 10px; height: 10px; stroke: currentColor; stroke-width: 2.5; fill: none; display: block; }

  /* Nav list — refined typography */
  .nav__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px 0 20px;
    flex: 1;
    justify-content: center;
  }
  .nav__list a {
    font-size: .95rem;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: none;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255,255,255,.78);
    border-bottom: 1px solid rgba(255,255,255,.07);
    transition: color .25s ease, padding-left .3s ease, background .25s ease;
    position: relative;
    font-family: var(--font-body);
  }
  .nav__list a:hover {
    color: #fff;
    background: rgba(255,255,255,.06);
    padding-left: 32px;
  }
  .nav__list a.active {
    color: #fff;
    background: rgba(155,61,61,.28);
    padding-left: 32px;
  }

  /* Dropdown toggle — clear chevron indicator */
  .nav__item--dropdown { position: relative; }
  .nav__list > .nav__item--dropdown > a { padding-right: 48px; }
  .nav__drop-toggle {
    display: inline-flex !important;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    min-height: auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,.7);
    z-index: 5;
    border-bottom: none !important;
    padding: 8px;
    border-radius: 6px;
    transition: transform .35s cubic-bezier(.16,1,.3,1), color .25s ease, background .25s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .nav__drop-toggle svg {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    stroke: currentColor;
    fill: none;
    opacity: .8;
  }
  .nav__drop-toggle::after { content: none !important; }
  .nav__drop-toggle:hover { background: rgba(255,255,255,.06); color: rgba(255,255,255,.55); }
  .nav__item--dropdown.is-open > a .nav__drop-toggle {
    transform: translateY(-50%) rotate(180deg);
    color: rgba(93,139,58,.85);
  }
  .nav__item--dropdown.is-open > a {
    color: rgba(255,255,255,.85);
  }

  /* Sub-menu — clean slide-down */
  .nav__dropdown {
    max-height: 0;
    overflow: hidden;
    position: static;
    box-shadow: none;
    background: rgba(255,255,255,.025);
    border: none;
    border-radius: 8px;
    margin: 2px 16px 0;
    padding-left: 0;
    min-width: 0;
    opacity: 0;
    transition: max-height .45s cubic-bezier(.16,1,.3,1), opacity .35s ease, margin .3s ease, padding .3s ease;
  }
  .nav__item--dropdown.is-open .nav__dropdown {
    max-height: 400px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .nav__dropdown a {
    padding: 11px 20px 11px 24px !important;
    font-size: .76rem !important;
    font-weight: 400 !important;
    letter-spacing: .02em !important;
    text-transform: none !important;
    color: rgba(255,255,255,.45) !important;
    border-bottom: none !important;
    position: relative;
    transition: color .25s ease, padding-left .3s ease, background .25s ease !important;
  }
  .nav__dropdown a::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    transform: translateY(-50%);
    transition: background .2s ease, box-shadow .2s ease;
  }
  .nav__dropdown a:hover {
    color: rgba(255,255,255,.85) !important;
    padding-left: 28px !important;
    background: rgba(255,255,255,.03) !important;
  }
  .nav__dropdown a:hover::before {
    background: var(--rose);
    box-shadow: 0 0 6px rgba(155,61,61,.4);
  }

  /* === Mobile menu bottom contact bar === */
  .nav__contact-bar {
    display: flex;
    flex-direction: column;
    padding: 18px 28px 28px;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,.08);
    flex-shrink: 0;
    background: rgba(255,255,255,.03);
  }
  .nav__contact-bar p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: rgba(255,255,255,.6);
    font-size: .85rem;
    line-height: 1.4;
  }
  .nav__contact-bar p:last-child { margin-bottom: 0; }
  .nav__contact-bar .ncb-ic { width: 16px; height: 16px; flex-shrink: 0; color: rgba(255,255,255,.5); }
  .nav__contact-bar a { color: rgba(255,255,255,.85); text-decoration: none; }
  .nav__contact-bar a:hover { color: #fff; }

  /* === Header === */
  .header__inner { height: 60px; gap: 8px; }
  .logo img { height: 58px; max-width: 240px; }
  .header.scrolled .logo img { height: 50px; }

  /* === Hero Slider — 手机端：左文右花，内容驱动高度，不自作聪明 ===== */
  .hero-slider {
    height: auto;
    min-height: 0;
    overflow: hidden;
    margin-top: 60px;
  }
  .hero-slide {
    position: relative;
    inset: auto;
    opacity: 1;
    height: auto;
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 56px 0 52px;
    transition: opacity 0.8s ease;
    z-index: 0;
  }
  .hero-slide__bg {
    background-position: 88% 100% !important;
    background-size: cover;
  }
  .hero-slide--active {
    opacity: 1;
    z-index: 1;
  }
  .hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.08);
  }
  .hero-slide__content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 100%;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__tag { font-size: .72rem; margin-bottom: 12px; letter-spacing: .1em; }
  .hero__title { font-size: clamp(1.45rem, 4.6vw, 1.85rem); line-height: 1.12; margin-bottom: 12px; color: #fff !important; letter-spacing: -0.01em; text-transform: none; }
  .hero__subtitle { font-size: 0.9rem; line-height: 1.55; margin-bottom: 22px; color: rgba(255,255,255,.92); max-width: 90%; }
  .hero__actions { display: flex; flex-direction: column; gap: .7rem; align-items: center; width: 100%; max-width: 280px; margin: 0 auto; }
  .hero__actions .btn { padding: 13px 18px; font-size: .9rem; white-space: nowrap; width: 100%; text-align: center; box-sizing: border-box; border-radius: 10px; }
  .hero-slide--active .hero-slide__bg { animation: none; }

  /* Trust Bar 回归正常文档流，不被 Hero 压住 */
  .trust-bar {
    margin-top: 0;
    position: static;
    z-index: auto;
    padding: 14px 0;
    background: transparent;
    backdrop-filter: none;
  }
  .trust-bar__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px 6px;
    padding: 0 16px;
    justify-items: stretch;
  }
  .trust-bar__item {
    flex: none;
    min-width: 0;
    border: none;
    padding: 0;
    width: 100%;
  }
  .trust-bar__item:nth-child(-n+3) { grid-column: span 2; }
  .trust-bar__item:nth-child(n+4) { grid-column: span 3; }
  .trust-bar__num { font-size: 1.35rem; }
  .trust-bar__num--text { font-size: .78rem; line-height: 1.2; }
  .trust-bar__label { font-size: .64rem; margin-top: 3px; }
  .trust-bar__cert { font-size: .5rem; margin-top: 2px; }

  /* === Why Us (replaces old .features) === */
  
  /* 手机端隐藏 Home About Preview，避免与 Trust Bar 重复 (2026-08-01) */
  .home-about-preview { display: none; }
  /* 首屏 hero 已有双按钮，移动端不再重复第二屏目录 CTA */
  .mobile-catalog-cta { display: none; }
/* === Page Hero (子页面顶部) === */
  .page-hero { padding: 76px 0 40px; }
  .page-hero__title { font-size: 1.6rem; margin-bottom: 12px; }
  .page-hero__desc { font-size: 0.88rem; }

  /* === Section === */
  .section { padding: 32px 0; }
  .section__head { margin-bottom: 36px; }
  .section__title { margin-bottom: 12px; }

  /* === Products Grid === */
  .products__grid { grid-template-columns: 1fr; gap: 20px; }
  .products__intro { grid-template-columns: 1fr; }
  .home-preview__grid { grid-template-columns: 1fr; gap: 16px; }
  .home-preview__item { aspect-ratio: 16/10; }

  /* === About === */
  .about__inner { grid-template-columns: 1fr; gap: 40px; }
  .about__img--sub { display: none; }

  /* === Advantages Page === */
  .advantages { padding: 48px 0; }
  .advantages__grid { grid-template-columns: 1fr; gap: 16px; }
  .advantage-card { padding: 26px 24px; }
  .advantage-card__number { font-size: 1.8rem; }

  /* === Products Filter Tabs === */
  .products { padding: 48px 0; }
  .products__filter { gap: 8px; margin-bottom: 24px; }
  .products__tab { padding: 8px 18px; font-size: 0.82rem; }

  /* === Featured Products === */
  .featured-products { padding: 48px 0; }
  .adv__grid { grid-template-columns: 1fr; gap: 16px; }
  .adv__card { padding: 24px 20px; }
  .advantage-detail { grid-template-columns: 1fr; gap: 20px; }
  .advantage-detail__icon { font-size: 2.5rem; }

  /* === Founder === */
  .founder-story__inner { grid-template-columns: 1fr; }
  .founder-story__portrait { position: static; }
  .founder-vision__inner { grid-template-columns: 1fr; }
  .home-about-preview__inner { grid-template-columns: 1fr; }
  .home-founder-preview__inner { grid-template-columns: 1fr; gap: 32px; }
  .home-founder-preview__portrait { max-width: 240px; margin: 0 auto; }
  .home-founder-preview__quote { padding: 16px 20px; }

  /* === Contact === */
  .contact__inner { grid-template-columns: 1fr; gap: 40px; }
  .form__row { grid-template-columns: 1fr; }

  /* === Footer === */
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .footer { padding-top: 48px; padding-bottom: 96px; }
  .footer__bottom { padding-bottom: 28px; }

  /* === CTA === */
  .cta-section__btns { flex-direction: column; align-items: center; }

  /* === Compare Table === */
  .compare__table { font-size: 0.82rem; }
  .compare__table th, .compare__table td { padding: 12px; }

  /* === Product Detail === */
  .product-detail__grid { grid-template-columns: 1fr; }
  .magnifier-wrap { flex-direction: column; }
  .magnifier-result { width: 100%; height: 300px; }
  .product-detail__specs { grid-template-columns: 1fr; }
  .product-detail__actions { flex-direction: column; }
  .product-detail__btn { width: 100%; text-align: center; }
  .product-detail__apps { grid-template-columns: 1fr; }
  .products__grid--small { grid-template-columns: 1fr; }

  /* === Why Us — 移动端去按钮化，避免 Our Advantages 像可点击按钮 === */
  .why-us { padding: 48px 0; }
  .why-us__header { text-align: left; margin-bottom: 28px; padding: 0 16px; }
  .why-us__tag {
    display: inline;
    padding: 0;
    background: transparent;
    color: var(--gold);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .why-us__header h2 { font-size: 1.55rem; text-align: left; margin-bottom: 10px; }
  .why-us__header p { font-size: .9rem; text-align: left; color: #666; }
}

/* ==========================================
   RESPONSIVE - EXTRA SMALL (max-width: 480px)
   ========================================== */
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero__title { font-size: clamp(1.4rem, 5.2vw, 1.8rem); line-height: 1.12; margin-bottom: 12px; }
  .hero__subtitle { font-size: 0.82rem; line-height: 1.55; margin-bottom: 18px; }
  .btn { padding: 12px 24px; font-size: 0.85rem; }
  .stats__item strong { font-size: 1.4rem; }
  .section { padding: 24px 0; }
  .section__head { margin-bottom: 28px; }
  .page-hero { padding: 80px 0 36px; }
  .page-hero__title { font-size: 1.35rem; }
  .adv__card { padding: 20px 16px; }
  .achievement-card { padding: 24px 20px; }
  .service-card { padding: 20px 16px; }
  .home-founder-preview__portrait { max-width: 200px; }
}

/* === Floating Inquire Button — 外贸专业版 === */
.floating-inquire {
  position: fixed;
  bottom: calc(30px + env(safe-area-inset-bottom, 0px));
  right: calc(30px + env(safe-area-inset-right, 0px));
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  transition: opacity .35s ease, transform .35s ease, visibility .35s;
}
.floating-inquire.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
}

/* 主按钮 */
.floating-inquire__main {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #B04646 0%, #8B2F2F 100%);
  color: #fff;
  padding: 16px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 6px 24px rgba(155,61,61,0.42);
  text-decoration: none;
  font-family: var(--font-body);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.floating-inquire__main:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(155,61,61,0.55);
  color: #fff;
}
.floating-inquire__main svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

/* 展开的联系按钮 */
.floating-inquire__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.floating-inquire.is-open .floating-inquire__options {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-inquire__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  font-family: var(--font-body);
}
.floating-inquire__option:hover {
  transform: translateX(-5px);
}
.floating-inquire__option svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* WhatsApp 按钮 */
.floating-inquire__option--wa {
  background: #25D366;
  color: #fff;
}
.floating-inquire__option--wa svg {
  fill: #fff;
}

/* LinkedIn 按钮 */
.floating-inquire__option--li {
  background: #0077B5;
  color: #fff;
}
.floating-inquire__option--li svg {
  fill: #fff;
}

/* 邮件按钮 */
.floating-inquire__option--email {
  background: var(--rose);
  color: #fff;
}
.floating-inquire__option--email svg {
  fill: #fff;
}

/* Preview sections & about-numbers — mobile */
@media (max-width: 768px) {
  .home-about-preview { padding: 56px 0; }
  .home-founder-preview { padding: 56px 0; }
  .about-numbers { padding: 48px 0; }
  .about-numbers__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .number-card { padding: 24px 12px; }
  .number-card__num { font-size: 2rem; }
}
@media (max-width: 480px) {
  .about-numbers__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
}

/* 响应式 */
@media (max-width: 768px) {
  .floating-inquire {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    right: calc(20px + env(safe-area-inset-right, 0px));
  }
  .floating-inquire__main {
    padding: 14px 24px;
    font-size: 0.9rem;
  }
  .floating-inquire__option {
    padding: 10px 16px;
    font-size: 0.82rem;
  }
  /* 手机首屏两个按钮都显示：获取报价（主）+ 下载目录（次） */
  .hero__actions .btn--soft { display: inline-flex; }
  .mobile-catalog-cta {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 22px 16px 40px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .mobile-catalog-cta .container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-catalog-cta p {
    margin: 0 0 14px;
    font-size: .9rem;
    line-height: 1.6;
    color: #555;
    text-align: center;
    width: 100%;
  }
  .mobile-catalog-cta .btn {
    width: 100%;
    max-width: 360px;
    margin: 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ===========================
   CONTACT PAGE
=========================== */
.contact-hero {
  background: linear-gradient(135deg, var(--green-dk) 0%, var(--rose) 50%, var(--rose-dk) 100%);
  color: #fff;
  padding: 140px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(255,255,255,.08) 0%, transparent 50%);
  pointer-events: none;
}
.contact-hero__content { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.contact-hero__tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.3);
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.contact-hero h1 {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.contact-hero p {
  font-size: 1.1rem;
  opacity: .88;
  line-height: 1.75;
}

/* Contact Main */
.contact-main {
  padding: 80px 0;
  background: var(--off-white);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}
.contact-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

/* Info Cards */
.info-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 32px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: box-shadow var(--transition), transform var(--transition);
  border-left: 4px solid transparent;
}
.info-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.info-card:hover { border-left-color: var(--green); }

.info-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-card__icon svg { width: 24px; height: 24px; }
.info-card__icon--loc { background: var(--green-lt); color: var(--green); stroke: var(--green); }
.info-card__icon--wa  { background: #dcf8e0; color: #25D366; fill: #25D366; }
.info-card__icon--email { background: var(--rose-lt); color: var(--rose); stroke: var(--rose); }
.info-card__icon--time { background: #fff8e1; color: #F9A825; stroke: #F9A825; }

/* Content area - wraps h3, p, social-btns */
.info-card > :nth-child(2),
.info-card > :nth-child(n+3):not(.info-card__icon) {
  flex: 1;
  min-width: 0;
}

.info-card h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--gray-700);
}
.info-card p {
  font-size: 0.95rem;
  color: var(--gray-500);
  line-height: 1.65;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.info-card a { color: var(--green); font-weight: 500; }
.info-card a[href^="mailto"] { word-break: break-all; }
.info-card a:hover { text-decoration: underline; }

.social-btns {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.social-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease, background-color .2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,.12);
}
.social-btns a:hover { transform: translateY(-5px) scale(1.12); box-shadow: 0 10px 22px rgba(0,0,0,.22); }
.social-btns a:active { transform: translateY(-2px) scale(1.08); }
.social-btns a svg { width: 18px; height: 18px; fill: #fff; }
.social-btns__wa  { background: #25D366; }
.social-btns__li  { background: #0077B5; }
.social-btns__fb  { background: #1877F2; }
.social-btns__ig  { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-btns__pi  { background: #E60023; }
.social-btns__tt  { background: #000; color: #fff; border: 1px solid #000; }
.social-btns__tt svg { fill: #fff; }
.social-btns__tt:hover { background: #1a1a1a; box-shadow: 0 10px 22px rgba(0,0,0,.22); }
.social-btns__yt  { background: #FF0000; }

/* Map Card */
.map-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.map-card__header {
  background: var(--green);
  color: #fff;
  padding: 14px 24px;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
}
.map-embed {
  height: 340px;
  background: var(--gray-100);
  border-bottom: 1px solid #e6e2db;
  overflow: hidden;
}
/* Leaflet map inside .map-embed */
.map-embed > #map { width: 100%; height: 100%; }
.map-embed .leaflet-container { border-radius: 0; font-family: inherit; }
.map-address {
  padding: 14px 24px 2px;
  font-size: 0.92rem;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  gap: 8px;
}
.map-address svg { width: 16px; height: 16px; color: var(--green); flex: none; }
.map-links {
  display: flex;
  gap: 10px;
  padding: 8px 24px 22px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.map-links a {
  position: relative;
  z-index: 1;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--green);
  border: 1px solid var(--green);
  padding: 7px 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}
.map-links a:hover { background: var(--green); color: #fff; }

/* Form Card */
.form-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.form-badge {
  display: inline-block;
  background: var(--rose-lt);
  color: var(--rose);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.form-card h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--brown);
}
.form-card > p {
  font-size: .95rem;
  color: var(--gray-500);
  margin-bottom: 28px;
}

.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-group { margin-bottom: 18px; }
.cf-group label {
  display: block;
  font-size: .88rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 6px;
}
.cf-group label span { color: var(--rose); }

.cf-input,
.cf-select,
.cf-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: .95rem;
  color: var(--gray-700);
  background: #fff;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.cf-input:focus,
.cf-select:focus,
.cf-textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(93,139,58,.12);
}
.cf-textarea { resize: vertical; min-height: 110px; }

.cf-upload {
  border: 2px dashed var(--gray-300);
  border-radius: var(--radius-sm);
  padding: 28px 16px;
  text-align: center;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  color: var(--gray-500);
}
.cf-upload:hover {
  border-color: var(--green);
  background: var(--green-lt);
}
.cf-upload svg { width: 32px; height: 32px; stroke: var(--gray-300); margin-bottom: 8px; }
.cf-upload p { font-size: .88rem; }
.cf-upload strong { color: var(--green); }

.cf-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 32px;
  background: var(--green);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  margin-top: 8px;
}
.cf-submit svg { width: 20px; height: 20px; fill: #fff; stroke: #fff; }
.cf-submit:hover {
  background: var(--green-dk);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(93,139,58,.3);
}
.cf-note {
  margin-top: 14px;
  font-size: .8rem;
  color: var(--gray-500);
  text-align: center;
}

/* Trust Bar */
.trust-bar {
  background: var(--green-dk);
  color: #fff;
  padding: 56px 0;
}
.trust-bar__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.trust-item__num {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
}
.trust-item__text {
  font-size: .88rem;
  opacity: .78;
  line-height: 1.5;
}

/* Contact Page Responsive */
@media (max-width: 1024px) {
  .contact-grid { gap: 32px; }
  .form-card { padding: 32px 28px; }
}
@media (max-width: 768px) {
  .contact-hero { padding: 120px 0 60px; }
  .contact-hero h1 { font-size: 2.4rem; }
  .contact-hero p { font-size: 1rem; }
  .contact-main { padding: 56px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-card { position: static; padding: 28px 24px; }
  .cf-row { grid-template-columns: 1fr; }
  .trust-bar { padding: 40px 0; }
  .trust-bar__inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .trust-item__num { font-size: 2.2rem; }
  .info-card {
    flex-direction: column;
    padding: 20px 18px;
    gap: 12px;
    align-items: flex-start;
  }
  .info-card__icon { width: 40px; height: 40px; flex-shrink: 0; }
  .info-card__icon svg { width: 20px; height: 20px; }
  .info-card h3 { font-size: 1.1rem; margin-bottom: 4px; line-height: 1.3; }
  .info-card p { font-size: 0.9rem; line-height: 1.6; }
  .info-card a { word-break: break-all; white-space: normal !important; }
  .social-btns { margin-top: 8px; gap: 8px; flex-wrap: wrap; }
  .social-btns a { width: 34px; height: 34px; }
}
@media (max-width: 480px) {
  .contact-hero h1 { font-size: 2rem; }
  .form-card h2 { font-size: 1.6rem; }
  .trust-bar__inner { grid-template-columns: 1fr 1fr; gap: 16px; }
}

/* ===========================
   FAQ PAGE
=========================== */
.faq__grid { max-width: 860px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--gray-300); }
.faq__item details { padding: 0; }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 40px 22px 0;
  position: relative;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--gray-700);
  font-family: var(--font-heading);
  transition: color var(--transition);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--green);
  line-height: 1;
}
.faq__item details[open] summary::after { content: "\2013"; }
.faq__item summary:hover { color: var(--green); }
.faq__a {
  padding: 0 0 24px;
  color: var(--gray-500);
  font-size: .96rem;
  line-height: 1.75;
  max-width: 760px;
}
.faq__cta {
  text-align: center;
  margin-top: 56px;
  padding: 40px;
  background: var(--green-lt);
  border-radius: var(--radius);
}
.faq__cta p { font-size: 1.05rem; color: var(--gray-700); margin-bottom: 18px; }

/* ===========================
   NEWS / BLOG
=========================== */
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
.news-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition);
  display: flex;
  flex-direction: column;
}
.news-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.news-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-card:hover .news-card__media img { transform: scale(1.05); }
.news-card__cat {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--green);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
}
.news-card__body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.news-card__date { font-size: .8rem; color: var(--gray-500); margin-bottom: 10px; }
.news-card__title { font-family: var(--font-heading); font-size: 1.32rem; font-weight: 600; line-height: 1.3; margin-bottom: 12px; }
.news-card__title a { color: var(--gray-700); }
.news-card__title a:hover { color: var(--green); }
.news-card__excerpt { font-size: .9rem; color: var(--gray-500); line-height: 1.65; flex: 1; margin-bottom: 18px; }
.news-card__more { color: var(--green); font-weight: 600; font-size: .9rem; }

/* ===========================
   ARTICLE DETAIL
=========================== */
.article { padding: 72px 0 96px; }
.article__inner { max-width: 760px; }
.article__back { display: inline-block; color: var(--green); font-weight: 600; font-size: .9rem; margin-bottom: 20px; }
.article__cat {
  display: inline-block;
  background: var(--green);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.article__title { font-family: var(--font-heading); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; line-height: 1.2; color: #1a1a1a; margin-bottom: 12px; }
.article__date { color: var(--gray-500); font-size: .9rem; margin-bottom: 28px; }
.article__hero { width: 100%; border-radius: var(--radius); margin-bottom: 32px; }
.article__body p { font-size: 1rem; line-height: 1.85; color: #444; margin-bottom: 20px; }
.article__body h2 { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 600; color: var(--gray-700); margin: 32px 0 14px; }
.article__body a { color: var(--green); font-weight: 600; text-decoration: underline; }

/* ===========================
   HOMEPAGE: TESTIMONIALS
=========================== */
.testimonials { background: var(--off-white); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 30px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.testimonial-card__quote { font-size: .98rem; line-height: 1.75; color: var(--gray-700); flex: 1; margin-bottom: 22px; position: relative; }
.testimonial-card__quote::before { content: "\201C"; font-family: var(--font-heading); font-size: 3rem; color: var(--green); line-height: 0; position: absolute; top: 8px; left: -6px; opacity: .35; }
.testimonial-card__person { display: flex; align-items: center; gap: 14px; }
.testimonial-card__avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem; flex-shrink: 0;
}
.testimonial-card__name { font-weight: 600; color: var(--gray-700); font-size: .95rem; }
.testimonial-card__role { font-size: .8rem; color: var(--gray-500); }

/* ===========================
   HOMEPAGE: INDUSTRY SOLUTIONS
=========================== */
.solutions__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.solution-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  text-align: center;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.solution-card:hover { border-color: #8b3a3a; transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.solution-card__icon {
  width: 56px; height: 56px;
  margin: 0 auto 18px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: #fafafa;
  color: #8b3a3a;
}
.solution-card__icon svg { width: 28px; height: 28px; }
.solution-card__title { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 600; color: var(--gray-700); margin-bottom: 10px; }
.solution-card__desc { font-size: .88rem; color: var(--gray-500); line-height: 1.65; }

/* ===========================
   RESPONSIVE — NEW SECTIONS
=========================== */
@media (max-width: 980px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials__grid { grid-template-columns: repeat(2, 1fr); }
  .solutions__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .news-grid,
  .testimonials__grid,
  .solutions__grid { grid-template-columns: 1fr; }
}



/* ===== Product Series (level 2) ===== */
.series-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
@media (max-width: 768px) {
  .series-grid { display: flex; flex-wrap: nowrap; gap: 14px; overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; padding-bottom: 12px; scrollbar-width: none; max-width: none; }
  .series-grid::-webkit-scrollbar { display: none; }
  .series-card { flex: 0 0 70%; min-width: 200px; scroll-snap-align: start; }
}
.series-card { display: block; background: #fff; border: 1px solid var(--gray-300, #eee); border-radius: 12px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.series-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.10); }
.series-card__img { aspect-ratio: 4 / 3; }
.series-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 系列分类空白框：与产品空白卡统一视觉语言，消除圆饼SVG的AI味 */
.series-card__img--blank {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #f4f7f0, #eaf0e3);
  border: 1px dashed #c4d3b4;
}
/* 系列卡空位：纯色无虚线，干净不露怯 */
.series-card__img--empty {
  display: flex; align-items: center; justify-content: center;
  background: #f5f5f0;
}
.series-card__img--empty span {
  font-size: .75rem; letter-spacing: .04em; text-transform: uppercase;
  color: #bbb8a9; font-weight: 500;
}
.series-card__placeholder {
  font-size: .72rem; letter-spacing: .06em; text-transform: uppercase;
  color: #9aab8c; font-weight: 500;
}

/* craft 工艺/包装占位图：隐藏 AI 生成的"替换为真实照片"SVG，统一空白框 */
.craft-process__media img,
.ship-card__media img { display: none !important; }
.craft-process__media,
.ship-card__media {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #f4f7f0, #eaf0e3);
  border: 1px dashed #c4d3b4; min-height: 180px;
}
.craft-process__media::after,
.ship-card__media::after {
  content: "Photo coming soon / 产品图待上传";
  font-size: .72rem; letter-spacing: .06em; text-transform: uppercase;
  color: #9aab8c; font-weight: 500; white-space: nowrap;
}
.series-card__body { padding: 14px 16px 18px; text-align: center; }
.series-card__title { font-family: var(--font-heading); font-size: 18px; margin: 0 0 2px; color: #2D3B2D; }
.series-card__en { font-size: 12px; color: #888; letter-spacing: .5px; }
.series-card__count { font-size: 12px; color: #9B3D3D; margin-top: 6px; }
.series-empty { text-align: center; padding: 60px 20px; color: #888; font-size: 1rem; }

/* ===== Craft & Quality Page ===== */
.section--alt { background: var(--off-white); }
.craft-process { display: flex; flex-direction: column; gap: 48px; }
.craft-process__item { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.craft-process__item:nth-child(even) .craft-process__media { order: 2; }
.craft-process__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.craft-process__media img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; }
.craft-process__num { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 16px; }
.craft-process__title { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 600; color: #1a1a1a; margin-bottom: 12px; }
.craft-process__text, .craft-process__body { color: var(--gray-500); font-size: .97rem; line-height: 1.85; }

.qc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.qc-card { background: #fff; border: 1px solid var(--gray-300, #eee); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.qc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.qc-card__icon { width: 46px; height: 46px; border-radius: 12px; background: var(--green-lt); color: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.qc-card__icon svg { width: 24px; height: 24px; }
.qc-card__title { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; }
.qc-card__text { font-size: .9rem; color: var(--gray-500); line-height: 1.7; }

.ship-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.ship-card { display: flex; gap: 18px; background: #fff; border: 1px solid var(--gray-300, #eee); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); align-items: center; }
.ship-card__num { flex-shrink: 0; width: 54px; height: 54px; border-radius: 14px; background: var(--green-dk); color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; }
.ship-card__media { flex-shrink: 0; width: 88px; height: 68px; border-radius: 10px; overflow: hidden; }
.ship-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ship-card__body { flex: 1; }
.ship-card__title { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; }
.ship-card__text { font-size: .86rem; color: var(--gray-500); line-height: 1.6; }

.moq { background: var(--green-lt); border-radius: var(--radius); padding: 52px 40px; text-align: center; }
.moq__title { font-family: var(--font-heading); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; color: var(--green-dk); margin-bottom: 16px; }
.moq__text { max-width: 720px; margin: 0 auto 28px; color: var(--gray-700); font-size: 1rem; line-height: 1.85; }
.moq__btn { display: inline-block; background: var(--green); color: #fff; padding: 14px 34px; border-radius: 10px; font-weight: 600; text-decoration: none; transition: background .25s ease; }
.moq__btn:hover { background: var(--green-dk); }

@media (max-width: 768px) {
  .craft-process__item { grid-template-columns: 1fr; gap: 20px; }
  .craft-process__item:nth-child(even) .craft-process__media { order: 0; }
  .qc-grid { grid-template-columns: 1fr; }
  .ship-grid { grid-template-columns: 1fr; }
  .moq { padding: 34px 20px; }
}

/* ============================================================
   P0 — 国际范视觉升级：滚动渐显 / 首屏淡入 / 图片动效
   ============================================================ */
/* 1. 滚动渐显：手工页用 .reveal 标记；数据网格用 .stagger 自动交错 */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal--d1 { transition-delay: .12s; } .reveal--d2 { transition-delay: .24s; } .reveal--d3 { transition-delay: .36s; }
.stagger > * { opacity: 0; transform: translateY(30px); transition: opacity .65s cubic-bezier(.22,.61,.36,1), transform .65s cubic-bezier(.22,.61,.36,1); }
.stagger > *.in { opacity: 1; transform: none; }
/* 数字计数动画：等宽数字防止宽度抖动 */
.trust-bar__num { font-variant-numeric: tabular-nums; }

/* 2. 首屏标题逐行淡入 */
.hero-slide .hero__tag, .hero-slide h1, .hero-slide .hero__subtitle, .hero-slide .hero__actions { opacity: 0; }
.hero-slide--active .hero__tag,
.hero-slide--active h1,
.hero-slide--active .hero__subtitle,
.hero-slide--active .hero__actions { animation: heroIn 1s cubic-bezier(.22,.61,.36,1) forwards; }
.hero-slide--active .hero__tag { animation-delay: .15s; }
.hero-slide--active h1 { animation-delay: .35s; }
.hero-slide--active .hero__subtitle { animation-delay: .58s; }
.hero-slide--active .hero__actions { animation-delay: .80s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* 3. 图片 hover 缓慢放大（提升档次，非B2C卖货） */
.product-card__img img, .series-card__img img, .news-card__media img { transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.product-card:hover .product-card__img img,
.series-card:hover .series-card__img img,
.news-card:hover .news-card__media img { transform: scale(1.07); }

/* 4. 图片加载渐显 */
img.fade-in { opacity: 0; transition: opacity .6s ease; }
img.fade-in.loaded { opacity: 1; }

/* 5. 品牌强调色 — 玫红（记忆点） */
a:hover { color: var(--rose); }
.tag--rose { background: var(--rose); color: #fff; }
.btn--accent { background: var(--rose); border-color: var(--rose); color: #fff; }
.btn--accent:hover { background: var(--rose-dk); border-color: var(--rose-dk); transform: translateY(-1px); color: #fff; }

/* 6. 减弱动效偏好兼容（无障碍） */
@media (prefers-reduced-motion: reduce) {
  .reveal, .stagger > *,
  .hero-slide .hero__tag, .hero-slide h1, .hero-slide .hero__subtitle, .hero-slide .hero__actions,
  .hero-slide--active .hero__tag, .hero-slide--active h1, .hero-slide--active .hero__subtitle, .hero-slide--active .hero__actions {
    opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important;
  }
  .product-card__img img, .series-card__img img, .news-card__media img { transition: none; }
  img.fade-in { opacity: 1; transition: none; }
}

/* ============================================================
   P1 — 信任层：客户 Logo 墙 + 客户评价（B2B 标杆）
   ============================================================ */
.logo-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 38px; }
.logo-wall__item { background: #fff; border: 1px solid var(--gray-300, #eee); border-radius: 10px; height: 86px; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700; color: var(--gray-400, #c2c2c2); letter-spacing: 1px; font-size: .92rem; transition: border-color .25s ease, color .25s ease; }
.logo-wall__item:hover { border-color: var(--green); color: var(--green); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 38px; }
.testimonial-card { background: #fff; border: 1px solid var(--gray-300, #eee); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); margin: 0; }
.testimonial-card blockquote { font-size: 1.02rem; line-height: 1.85; color: var(--gray-700); margin: 0 0 18px; font-style: italic; }
.testimonial-card figcaption strong { display: block; color: #1a1a1a; font-family: var(--font-heading); font-size: 1.02rem; }
.testimonial-card figcaption span { font-size: .85rem; color: var(--gray-500); }
@media (max-width: 900px) {
  .testimonials__grid { grid-template-columns: 1fr; }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
}

/* P2 — 产品图 lightbox 放大查看 */
.lightbox { position: fixed; inset: 0; background: rgba(20, 30, 20, .92); display: flex; align-items: center; justify-content: center; padding: 30px; opacity: 0; visibility: hidden; transition: opacity .3s ease; z-index: 9999; cursor: zoom-out; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: 92%; max-height: 88%; border-radius: 10px; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); cursor: default; }
.lightbox__close { position: absolute; top: 18px; right: 26px; background: none; border: none; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: .85; transition: opacity .2s; }
.lightbox__close:hover { opacity: 1; }
.product-card__img img, .news-card__media img { cursor: zoom-in; }

/* ============================================================
   NEW — 我们的优势：独立 OEM/ODM 四步流程（头牌）
============================================================ */
.oem-flow { background: #fff; }
.oem-flow__track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; margin-top: 16px; }
.oem-flow__track::before { content: ""; position: absolute; top: 34px; left: 12.5%; right: 12.5%; height: 2px; background: var(--gray-300); z-index: 0; }
.oem-step { position: relative; z-index: 1; text-align: center; padding: 0 8px; }
.oem-step__icon { width: 68px; height: 68px; margin: 0 auto 14px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.oem-step__icon svg { width: 30px; height: 30px; }
.oem-step__no { font-family: var(--font-heading); font-size: .8rem; font-weight: 700; color: var(--gold, #d4af7d); letter-spacing: .12em; }
.oem-step h3 { font-family: var(--font-heading); font-size: 1.05rem; color: #1a1a1a; margin: 4px 0 8px; }
.oem-step p { font-size: .85rem; color: var(--gray-500); line-height: 1.55; }
.oem-flow__cta { text-align: center; margin-top: 40px; }

/* ============================================================
   NEW — 关于我们：资质认证图标条
============================================================ */
.cert-strip { background: var(--off-white); }
.cert-strip__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 8px; }
.cert-card { background: #fff; border: 1px solid var(--gray-300); border-radius: var(--radius); overflow: hidden; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.cert-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--green); }
.cert-card__thumb { position: relative; display: block; overflow: hidden; background: #f7f7f7; cursor: zoom-in; }
.cert-card__thumb img { width: 100%; height: auto; display: block; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.cert-card:hover .cert-card__thumb img { transform: scale(1.03); }
.cert-card__view { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(45,59,45,.35); opacity: 0; transition: opacity .3s ease; }
.cert-card__view svg { width: 40px; height: 40px; color: #fff; }
.cert-card:hover .cert-card__view { opacity: 1; }
.cert-card__body { padding: 24px; text-align: center; }
.cert-card__name { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 600; color: #1a1a1a; }
.cert-card__thumb--icon { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; background: linear-gradient(135deg, #f3ede4, #e7dccb); cursor: default; }
.cert-card__thumb--icon svg { width: 60px; height: 60px; color: var(--green-dk); }
.cert-card__desc { font-size: .86rem; color: var(--gray-500); margin-top: 6px; line-height: 1.55; }

/* ============================================================
   NEW — 关于我们：创始人简介（合并自 founder 页）
============================================================ */
.founder-bio { background: #fff; }
.founder-bio__inner { display: grid; grid-template-columns: 360px 1fr; gap: 48px; align-items: center; }
.founder-bio__portrait { position: relative; }
.founder-bio__img { width: 100%; border-radius: var(--radius); border: 1px solid rgba(200,176,142,.4); box-shadow: var(--shadow-md); display: block; }
.founder-bio__play { position: absolute; right: 16px; bottom: 16px; width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); transition: transform var(--transition), background var(--transition); }
.founder-bio__play svg { width: 24px; height: 24px; margin-left: 2px; }
.founder-bio__play:hover { transform: scale(1.08); background: var(--green-dk); }
.founder-bio__content h2 { font-family: var(--font-heading); font-size: clamp(1.6rem, 3vw, 2.2rem); color: #1a1a1a; margin: 10px 0 4px; }
.founder-bio__name { font-size: 1.2rem; color: var(--green-dk); margin-bottom: 2px; }
.founder-bio__title { font-size: .92rem; color: var(--gray-500); margin-bottom: 16px; }
.founder-bio__content p { color: var(--gray-700); line-height: 1.75; margin-bottom: 14px; }
.founder-bio__social { display: flex; gap: 14px; margin-top: 20px; flex-wrap: wrap; }
.founder-social { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; font-weight: 600; color: var(--green); border: 1px solid var(--gray-300); padding: 9px 18px; border-radius: 10px; transition: transform var(--transition), border-color var(--transition), background var(--transition), color var(--transition); }
.founder-social:hover { border-color: var(--green); background: var(--green); color: #fff; transform: translateY(-2px); }

/* 创始人视频位（16:9，替换占位为 iframe 即可） */
.founder-video { margin-top: 56px; }
.founder-video__frame { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg, var(--green-dk), var(--green)); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.founder-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.founder-video__placeholder { text-align: center; color: #fff; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.founder-video__placeholder span { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 600; }
.founder-video__placeholder small { font-size: .85rem; opacity: .82; }

/* 公司简介页 -> 创始人 页跳转入口 */
.founder-cta .section__desc { margin: 12px auto 0; max-width: 620px; }
.founder-cta .btn { margin-top: 26px; }

/* ============================================================
   NEW — 响应式（count-up / oem / cert / founder）
============================================================ */
@media (max-width: 860px) {
  .oem-flow__track { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .oem-flow__track::before { display: none; }
  .cert-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .founder-bio__inner { grid-template-columns: 1fr; gap: 28px; }
  .founder-bio__portrait { max-width: 360px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .stats .stat:nth-child(2) { border-right: none; }
  .oem-flow__track { grid-template-columns: 1fr; }
  .cert-strip__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Floral decorative system — 玫瑰线条装饰系统
   粉/香槟点缀色，克制不抢戏，全站统一生效
============================================================ */
section { position: relative; }

/* 1) Hero / page-hero 不使用角花装饰，保持标题干净可读 */
.hero__content, .page-hero .container { position: relative; z-index: 3; }

/* 2) 章节顶部分隔小玫瑰（各 section 之间） */
.section::before,
.products::before,
.advantages::before,
.craft::before,
.contact::before,
.about::before,
.faq::before,
.news::before {
  content: "";
  display: block;
  width: 220px; height: 24px;
  margin: 0 auto 8px;
  background: url("../images/decor/divider.svg?v=20260801b") no-repeat center / contain;
  opacity: .75;
}
/* 首屏 hero 之后紧邻的第一个 section 不再重复分隔 */
.hero + .section::before,
.page-hero + .section::before { display: none; }

/* 3) 浅色 section 右下角玫瑰水印（视觉呼吸） */
.section::after,
.products::after,
.advantages::after,
.craft::after,
.contact::after,
.about::after {
  content: "";
  position: absolute;
  right: 18px; bottom: 18px;
  width: 110px; height: 110px;
  background: url("../images/decor/petal.svg?v=20260801b") no-repeat center / contain;
  color: var(--rose-soft);
  opacity: .08;
  pointer-events: none;
}
/* 暗色区与 hero/page-hero 不加水印 */

/* ============================================
   Craft & Quality Preview
   ============================================ */
.craft-preview {
  padding: 5rem 0;
  background: #faf8f7;
}
.craft-preview__inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.craft-preview__image {
  flex: 0 0 55%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.craft-preview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
  filter: saturate(0.92) contrast(1.04) brightness(0.98);
  transition: transform 0.6s ease;
}
.craft-preview__image:hover img {
  transform: scale(1.03);
}
.craft-preview__content {
  flex: 1;
}
.craft-preview__content .section__tag {
  display: inline-block;
  color: #9B3D3D;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.craft-preview__content h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.craft-preview__content h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #9B3D3D;
  margin-top: 16px;
  border-radius: 2px;
}
.craft-preview__content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  max-width: 480px;
}
.craft-preview__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}
.craft-preview__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  color: #444;
  font-size: 0.95rem;
}
.craft-preview__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: #9B3D3D;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
}
.craft-preview__content .btn--outline {
  border-color: #9B3D3D;
  color: #9B3D3D;
}
.craft-preview__content .btn--outline:hover {
  background: #9B3D3D;
  color: #fff;
}
@media (max-width: 768px) {
  .craft-preview {
    padding: 3rem 0;
  }
  .craft-preview__inner {
    flex-direction: column;
    gap: 2rem;
  }
  .craft-preview__image {
    flex: none;
    width: 100%;
  }
  .craft-preview__content {
    text-align: center;
  }
  .craft-preview__list li {
    display: inline-block;
    margin: 0.3rem 0.75rem;
    padding-left: 1.25rem;
    font-size: 0.9rem;
  }
}
.stats::before, .stats::after { display: none; }
.hero::before, .hero::after, .page-hero::before, .page-hero::after { display: none; }

/* 4) 小标签点缀：玫瑰粉胶囊 + 香槟渐变描边 */
.section__tag {
  position: relative;
  display: inline-block;
  padding: 7px 18px;
  margin-bottom: 14px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  background: linear-gradient(135deg, rgba(200,176,142,.20), rgba(200,176,142,.10));
  border: 1px solid rgba(200,176,142,.55);
  border-radius: 50px;
}

@media (max-width: 860px) {
  .section::after, .products::after, .advantages::after, .craft::after,
  .contact::after, .about::after { width: 80px; height: 80px; opacity: .07; }
}
@media (max-width: 640px) {
  .section::after, .products::after, .advantages::after, .craft::after,
  .contact::after, .about::after { display: none; }
  .section::before, .products::before, .advantages::before, .craft::before,
  .contact::before, .about::before, .faq::before, .news::before {
    width: 160px; height: 20px; opacity: .65;
  }
}

/* footer 联系信息线性图标（替代 emoji，国际站更专业） */
.footer__contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; margin-bottom: 10px; }
.footer__contact-item .fic { width: 15px; height: 15px; flex-shrink: 0; margin-top: 3px; color: var(--champagne); }
.footer__contact-item a { color: inherit; }
.footer__contact-item a:hover { color: #8b3a3a; }

/* ===== Trust Bar — 真实资质信任条 (Hero 下方) ===== */
/* ===== Trust Bar — Banner 底部透明横向数据条 ===== */
.trust-bar{ background:transparent; padding:16px 0 22px; }
.trust-bar__grid{ display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; max-width:1080px; margin:0 auto; padding:0 16px; gap:0 22px; }
.trust-bar__item{ flex:0 0 auto; min-width:0; border:none; padding:0; text-align:center; margin-bottom:16px; }
.trust-bar__item:last-child{ margin-bottom:0; }
.trust-bar__num{ font-size:1.55rem; font-weight:800; line-height:1; color:var(--rose-dk); }
.trust-bar__num small{ font-size:.85rem; font-weight:700; margin-left:1px; }
.trust-bar__num--text{ font-size:.95rem; line-height:1.3; font-weight:700; color:var(--rose-dk); }
.trust-bar__label{ margin-top:5px; font-size:.7rem; letter-spacing:.02em; color:#555; line-height:1.3; }
.trust-bar__cert{ display:block; margin-top:2px; font-size:.56rem; letter-spacing:.03em; color:#999; }
@media (max-width:680px){
  .trust-bar__grid{ gap:0 16px; padding:0 14px; }
  .trust-bar__num{ font-size:1.35rem; }
  .trust-bar__num--text{ font-size:.85rem; }
  .trust-bar__label{ font-size:.68rem; }
}
/* 数据条桌面端放大（移动端保持现状） */
@media (min-width: 768px) {
  .trust-bar__grid { gap: 0; padding: 40px 0; }
  .trust-bar__item { flex: 1; text-align: center; padding: 0 20px; border-right: 1px solid #e0e0e0; }
  .trust-bar__item:last-child { border-right: none; }
  .trust-bar__num { font-size: 48px; line-height: 1; }
  .trust-bar__label { font-size: 14px; margin-top: 8px; letter-spacing: .5px; }
}
@media (min-width: 1200px) {
  .trust-bar__num { font-size: 56px; }
}

/* ============================================================
   2026-07-31 设计升级：About / Products 重构 + 通用面包屑/底部CTA
   ============================================================ */

/* ---- 通用面包屑 Breadcrumb ---- */
.breadcrumb { background:#fff; border-bottom:1px solid #eee; padding:12px 0; font-size:.82rem; }
.breadcrumb .container { display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
.breadcrumb a { color:var(--gray-500); text-decoration:none; }
.breadcrumb a:hover { color:var(--green); }
.breadcrumb .sep { color:#ccc; }
.breadcrumb .current { color:#1a1a1a; font-weight:600; }

/* ---- 通用底部全宽 CTA 条（酒红底白字，呼应首页数据区）---- */
.cta-band { background:var(--green); color:#fff; padding:46px 0; text-align:center; }
.cta-band__inner { max-width:760px; margin:0 auto; padding:0 20px; }
.cta-band__title { font-family:var(--font-heading); font-size:1.5rem; font-weight:600; margin-bottom:8px; line-height:1.25; }
.cta-band__sub { font-size:.95rem; color:rgba(255,255,255,.85); margin-bottom:24px; }
.cta-band__actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.cta-band .btn--light { background:#fff; color:#9B3D3D !important; border:1px solid #fff; padding:12px 28px; border-radius:30px; font-weight:600; text-decoration:none; display:inline-block; transition:all .2s; }
.cta-band .btn--light:hover { background:transparent; color:#fff !important; }
.cta-band .btn--outline { background:transparent; color:#fff; border:1px solid rgba(255,255,255,.6); padding:12px 28px; border-radius:30px; font-weight:600; text-decoration:none; display:inline-block; transition:all .2s; }
.cta-band .btn--outline:hover { background:#fff; color:var(--green); }

/* ---- Products hero 浅色化（不再酒红，进入新板块节奏）---- */
.product-hero { background:#f8f8f8; padding:60px 0 40px; }
.product-hero .page-hero__bg { display:none; }
.product-hero .container { position:relative; z-index:3; }
.product-hero h1 { font-family:var(--font-heading); font-size:36px; font-weight:600; color:#1a1a1a; margin-bottom:12px; }
.product-hero p { font-size:16px; color:#666; margin-top:12px; }

/* ---- 产品占位图：浅灰底 + 酒红线条花 + Image Updating ---- */
.series-card__img--blank {
  background:#f5f5f5;
  border:none;
  border-radius:16px 16px 0 0;
  position:relative;
  aspect-ratio:4 / 3;
}
.series-card__img--blank::before {
  content:"";
  width:54px; height:54px;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%239B3D3D'%20stroke-width='1.3'%3E%3Ccircle%20cx='12'%20cy='6'%20r='3'/%3E%3Ccircle%20cx='18.5'%20cy='11'%20r='3'/%3E%3Ccircle%20cx='15.5'%20cy='18'%20r='3'/%3E%3Ccircle%20cx='8.5'%20cy='18'%20r='3'/%3E%3Ccircle%20cx='5.5'%20cy='11'%20r='3'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='2.4'%20fill='%239B3D3D'%20stroke='none'/%3E%3C/svg%3E");
  background-size:contain; background-repeat:no-repeat; background-position:center;
  opacity:.55;
}
.series-card__placeholder {
  position:absolute; bottom:14px; left:0; right:0; text-align:center;
  font-size:13px; color:#999; letter-spacing:.02em; text-transform:none;
}

/* ---- 产品卡片系统优化（白底/圆角/边框/hover）---- */
.series-card { border-radius:16px; border:1px solid #eee; }
.series-card:hover { transform:translateY(-2px); box-shadow:0 4px 20px rgba(0,0,0,.06); border-color:#8b3a3a; }
.series-card__title { color:#1a1a1a; }
.series-card__en { font-size:14px; color:#666; line-height:1.5; padding:0 4px; }

/* ---- Request Custom OEM 提示条 ---- */
.oem-cta { padding:8px 0 64px; text-align:center; }
.oem-cta__text { font-size:1.05rem; color:#444; margin-bottom:16px; }
.oem-cta__text a { color:var(--green); font-weight:600; text-decoration:none; }
.oem-cta__text a:hover { text-decoration:underline; }
.oem-cta .btn { display:inline-block; }

/* ---- About: 简介（≤50词）---- */
.about-intro { padding:64px 0 36px; }
.about-intro__lead { max-width:680px; margin:0 auto; font-size:16px; line-height:1.8; color:#444; text-align:center; }

/* ---- About: 使命/愿景 + 照片占位 ---- */
.about-mv { padding:36px 0; }
.about-mv__grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; }
.about-mv__photo { aspect-ratio:4/3; background:#f5f5f5; border-radius:16px; display:flex; align-items:center; justify-content:center; color:#bbb; font-size:13px; text-align:center; padding:20px; box-sizing:border-box; }
.about-mv__item { margin-bottom:26px; }
.about-mv__item:last-child { margin-bottom:0; }
.about-mv__item h3 { font-family:var(--font-heading); font-size:20px; font-weight:600; color:#1a1a1a; margin-bottom:8px; }
.about-mv__item p { font-size:16px; line-height:1.7; color:#555; max-width:420px; }

/* ---- About: Our Story 时间线 ---- */
.about-story { padding:60px 0; background:#fafafa; }
.timeline { position:relative; max-width:720px; margin:30px auto 0; padding-left:28px; }
.timeline::before { content:""; position:absolute; left:7px; top:6px; bottom:6px; width:2px; background:var(--green); }
.timeline__item { position:relative; padding:0 0 28px; }
.timeline__item:last-child { padding-bottom:0; }
.timeline__item::before { content:""; position:absolute; left:-28px; top:6px; width:10px; height:10px; border-radius:50%; background:var(--green); border:2px solid #fff; box-shadow:0 0 0 2px var(--green); }
.timeline__year { font-weight:700; font-size:1.1rem; color:var(--green); margin-bottom:4px; }
.timeline__item p { font-size:15px; color:#555; line-height:1.6; }

/* ---- About: Why Choose Us ---- */
.about-why { padding:60px 0; }
.why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:36px; }
.why-item { text-align:center; padding:30px 18px; background:#fff; border:1px solid #eee; border-radius:16px; }
.why-item__icon { width:44px; height:44px; margin:0 auto 14px; color:var(--green); }
.why-item h3 { font-family:var(--font-heading); font-size:17px; font-weight:600; color:#1a1a1a; margin-bottom:8px; }
.why-item p { font-size:14px; color:#666; line-height:1.6; }

@media (max-width:768px){
  .product-hero { padding:44px 0 30px; }
  .product-hero h1 { font-size:26px; }
  .about-mv__grid { grid-template-columns:1fr; gap:24px; }
  .why-grid { grid-template-columns:1fr 1fr; gap:14px; }
  .about-intro__lead, .about-mv__item p { font-size:15px; }
  .cta-band__title { font-size:1.25rem; }
  .cta-band { padding:36px 0; }
  .oem-cta { padding:4px 0 48px; }
}

/* ---- About: 使命/愿景/价值观 (MVV) ---- */
.mvv-section { padding:80px 0; background:#fff; }
.section-header { text-align:center; margin-bottom:48px; }
.section-label { display:block; font-size:13px; font-weight:500; letter-spacing:2px; text-transform:uppercase; color:#8b3a3a; margin-bottom:12px; }
.section-title { font-size:32px; font-weight:600; color:#1a1a1a; margin:0; }
.section-line { width:40px; height:3px; background:#8b3a3a; margin:16px auto 0; border-radius:2px; }
.mvv-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.mvv-card { text-align:center; padding:48px 32px; background:#fff; border:1px solid #eee; border-radius:16px; transition:all .2s ease; }
.mvv-card:hover { border-color:#8b3a3a; box-shadow:0 4px 20px rgba(0,0,0,.06); transform:translateY(-2px); }
.mvv-icon { display:inline-flex; align-items:center; justify-content:center; width:64px; height:64px; background:#fdf5f5; border-radius:50%; margin-bottom:20px; }
.mvv-card-title { font-size:20px; font-weight:600; color:#1a1a1a; margin:0 0 12px; }
.mvv-card-text { font-size:15px; color:#555; line-height:1.8; margin:0; }
@media (max-width:768px){
  .mvv-section { padding:60px 0; }
  .section-title { font-size:28px; }
  .mvv-grid { grid-template-columns:1fr; gap:20px; }
  .mvv-card { padding:32px 24px; }
}

/* ---- About: 真实工厂 · 硬核产能 / 匠心团队 ---- */
.factory-section,
.team-section { padding:100px 20px; }
.factory-section { background:#ffffff; }
.team-section { background:#f8f8f8; }
.split-layout { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; max-width:1200px; margin:0 auto; }
.split-image { overflow:hidden; border-radius:16px; background:#f5f5f5; }
.split-image img { width:100%; height:auto; object-fit:cover; aspect-ratio:4 / 3; display:block; }
.split-content .section-label { display:block; font-size:13px; font-weight:500; letter-spacing:2px; text-transform:uppercase; color:#8b3a3a; margin-bottom:12px; }
.split-content h2 { font-size:32px; font-weight:600; color:#1a1a1a; margin:0; }
.split-content .section-line { width:40px; height:3px; background:#8b3a3a; margin:16px 0 24px; border-radius:2px; }
.split-content p { font-size:16px; color:#555; line-height:1.8; margin:0 0 20px; }
.feature-list { list-style:none; padding:0; margin:0; }
.feature-list li { position:relative; padding-left:28px; margin-bottom:12px; font-size:15px; color:#444; line-height:1.6; }
.feature-list li::before { content:"✓"; position:absolute; left:0; top:0; color:#8b3a3a; font-weight:700; font-size:16px; }
.team-stats { display:flex; gap:40px; margin-top:28px; }
.team-stat-item .stat-num { font-size:28px; font-weight:700; color:#8b3a3a; line-height:1; }
.team-stat-item .stat-label { font-size:13px; color:#666; margin-top:6px; }
@media (max-width:768px){
  .factory-section,
  .team-section { padding:60px 20px; }
  .split-layout { grid-template-columns:1fr; gap:32px; }
  .split-layout.reverse .split-content { order:2; }
  .split-layout.reverse .split-image { order:1; }
  .split-content h2 { font-size:24px; }
  .split-image img { aspect-ratio:16 / 10; }
  .team-stats { gap:24px; }
  .team-stat-item .stat-num { font-size:24px; }
}

/* ============================================================
   About — 核心优势（advantages-section，4列数字卡）
   说明：section-header/label/title/line 已在前文共用，不再重复定义
   ============================================================ */
.advantages-section {
  padding: 100px 20px;
  background: #f8f8f8;
}
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.advantage-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 40px 28px;
  transition: all 0.2s ease;
}
.advantage-card:hover {
  border-color: #8b3a3a;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.advantage-number {
  font-size: 36px;
  font-weight: 700;
  color: rgba(139, 58, 58, 0.15);
  line-height: 1;
  margin-bottom: 12px;
}
.advantage-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px;
}
.advantage-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .advantages-section { padding: 60px 20px; }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .advantage-card { padding: 28px 20px; }
  .advantage-number { font-size: 28px; }
  .advantage-title { font-size: 16px; }
  .advantage-desc { font-size: 14px; }
}
@media (max-width: 375px) {
  .advantages-grid { grid-template-columns: 1fr; }
}

/* 行业解决方案卡片：底部场景图 + 渐变过渡 + Hover 动效（2026-07-31） */
.solutions__grid .solution-card {
    position: relative;
    overflow: hidden;
    padding: 32px 28px 160px 28px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.solutions__grid .solution-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 140px;
    /* 顶部白色渐变遮罩 + 场景图，让文字与图片自然过渡 */
    background-size: 100% 44px, cover;
    background-position: top center, center;
    background-repeat: no-repeat, no-repeat;
    background-color: #F5F0EB;
    /* 统一四张行业场景图色调，往暖白靠，弱化风格差异 (2026-07-31) */
    filter: saturate(1.08) brightness(1.03) contrast(1.02) sepia(0.06);
    transition: transform 0.6s, filter 0.6s;
}
.solutions__grid .solution-card:nth-child(1)::after { background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 44px), url('/images/solutions/wedding.jpg?v=20260801b'); }
.solutions__grid .solution-card:nth-child(2)::after { background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 44px), url('/images/solutions/hotel.jpg?v=20260801b'); }
.solutions__grid .solution-card:nth-child(3)::after { background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 44px), url('/images/solutions/retail.jpg?v=20260801b'); }
.solutions__grid .solution-card:nth-child(4)::after { background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 44px), url('/images/solutions/home.jpg?v=20260801b'); }
.solutions__grid .solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.solutions__grid .solution-card:hover::after {
    transform: scale(1.1);
}

/* 工厂实拍 CTA 板块（2026-08-01 优化版：垂直居中 + 信任数据） */
.factory-cta {
    background: #F5F0EB;
    padding: 80px 24px;
}
.factory-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.factory-cta__image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    /* 锁死 4:3：否则对侧文本变长时会把这个格子拉伸成竖条，内联 height:100% 会制造高度循环依赖导致 aspect-ratio 失效 */
    aspect-ratio: 4 / 3;
    align-self: center;
}
.factory-cta__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.factory-cta__image img {
    width: 100%;
    /* height 必须 auto：height:100% 与 aspect-ratio 同时存在会形成高度循环依赖，
       对侧文本一长就把图拉成竖条（波兰语版就是这么崩的），aspect-ratio 当场失效。 */
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
    display: block;
}
.factory-cta__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.factory-cta__tag {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(155,61,61,0.1);
    color: #9B3D3D;
    font-size: 13px;
    font-weight: 600;
    border-radius: 100px;
    margin-bottom: 16px;
    width: fit-content;
}
.factory-cta__content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}
.factory-cta__content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 28px 0 12px;
    color: #1a1a1a;
}
.factory-cta__content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 24px;
}
.factory-cta__stats {
    display: flex;
    gap: 32px;
    margin-bottom: 28px;
}
.factory-cta__stat-num {
    color: #9B3D3D;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.factory-cta__stat-label {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}
.factory-cta__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.factory-cta__actions .btn--outline {
    border: 2px solid #9B3D3D;
    color: #9B3D3D;
    background: transparent;
    padding: 12px 28px;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.factory-cta__actions .btn--outline:hover {
    background: #9B3D3D;
    color: white;
}
.factory-cta__actions .btn--primary {
    padding: 12px 28px;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
@media (max-width: 768px) {
    .factory-cta__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .factory-cta__content h2 {
        font-size: 24px;
    }
    .factory-cta__stats {
        gap: 20px;
    }
    .factory-cta__stat-num {
        font-size: 20px;
    }
}

/* Mobile trust bar: force 3+2 grid and stop legacy desktop flex rules from overriding it */
@media (max-width: 768px) {
  .trust-bar__grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 10px 6px !important;
    padding: 0 16px !important;
    justify-items: stretch !important;
  }
  .trust-bar__item {
    grid-column: span 2 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .trust-bar__item:nth-child(4),
  .trust-bar__item:nth-child(5) {
    grid-column: span 3 !important;
  }
  .trust-bar__num { font-size: 1.35rem; }
  .trust-bar__num--text { font-size: .78rem; line-height: 1.2; }
  .trust-bar__label { font-size: .64rem; margin-top: 3px; }
}

/* 页脚社媒图标：全部恢复显示 (2026-08-02 用户确认全亮，含原死链占位，待客户真实URL到位后替换) */

/* ===== 首页渗透询盘：header 红按钮 + 区块微 CTA (2026-08-03) ===== */
.header__quote-btn {
  display: inline-flex;
  align-items: center;
  background: #9B3D3D;
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, transform .15s ease;
}
.header__quote-btn:hover { background: #7a2e2e; color: #fff; }
.header__quote-btn:active { transform: scale(.97); }

.home-cta-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  max-width: 880px;
  margin: 2.5rem auto 0;
  padding: 18px 24px;
  background: #F5F0EB;
  border: 1px solid #ece3da;
  border-radius: 14px;
}
.home-cta-strip p {
  margin: 0;
  font-size: 1rem;
  color: #4a4039;
  font-weight: 500;
}
.home-cta-strip .btn--small { padding: 10px 22px; font-size: .9rem; }

@media (max-width: 768px) {
  .header__quote-btn { display: none; }
  .home-cta-strip { flex-direction: column; text-align: center; margin-top: 1.75rem; padding: 16px 18px; }
  .home-cta-strip p { font-size: .92rem; }
  .home-faq .faq__grid { margin-top: 0; }
}

/* ===== Hero 去背景图（杜哥批"太丑了，图+按钮都不要"）：纯色深底 + 去文字阴影，白字衬线更干净 ===== */
.hero-slide { background-color: #221b1a; }
.hero__tag, .hero__title, .hero__badge, .hero__subtitle { text-shadow: none; }

