/* ==========================================================================
   风格二：极简白 Minimal
   大量留白 · 衬线标题 · 发丝线条 · 适合高端 / 出口型品牌形象站
   ========================================================================== */
:root {
  --bg: #ffffff;
  --bg-alt: #f7f6f4;
  --fg: #14161a;
  --muted: #6f7580;
  --footer-muted: #5f6570;
  --line: #e5e3df;
  --accent: #1b1d21;
  --accent-2: #9a7b4f;   /* 香槟金点缀 */
  --field-bg: transparent;
  --wrap: 1180px;
  --radius: 0px;
  --header-h: 88px;
  --font-head: "Songti SC", "Noto Serif SC", Georgia, "Times New Roman", serif;
}

body { background: var(--bg); color: var(--fg); font-size: 15px; }
h1, h2, h3, h4 { font-weight: 500; letter-spacing: .01em; }
.sect { padding: clamp(64px, 9vw, 132px) 0; }
.kicker { color: var(--accent-2); font-weight: 600; font-size: 11px; letter-spacing: .3em; }

/* ---------------------------------------------------------------- 头部 */
.hdr { background: rgba(255,255,255,.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { font-family: var(--font-head); font-weight: 500; letter-spacing: .3em; font-size: 17px; }
.brand small { letter-spacing: .24em; font-size: 10px; color: var(--muted); margin-top: 3px; }
.nav { gap: 0; }
.nav a { font-size: 14px; letter-spacing: .08em; padding: 10px 20px; color: var(--muted); transition: color .3s; }
.nav a:hover, .nav a.on { color: var(--fg); }
.nav a.on::after { content: ""; position: absolute; left: 20px; right: 20px; bottom: 4px; height: 1px; background: var(--accent-2); }
.hdr-tel { font-family: var(--font-head); font-size: 15px; letter-spacing: .06em; font-weight: 500; }
.burger { border-color: var(--line); }

/* ---------------------------------------------------------------- 按钮 */
.btn { border-radius: 999px; font-weight: 500; letter-spacing: .1em; font-size: 13.5px; padding: 14px 32px; }
.btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-primary:hover { background: transparent; color: var(--accent); }
.btn-ghost { border-color: var(--line); color: var(--fg); }
.btn-ghost:hover { border-color: var(--accent); }
.btn-lg { padding: 16px 40px; }
.btn-sm { padding: 9px 20px; font-size: 12.5px; }

/* ---------------------------------------------------------------- 首屏 */
.hero { background: var(--bg-alt); }
.hero-in { min-height: clamp(520px, 82vh, 820px); display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 50px; }
.hero-bg { left: auto; width: 46%; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg-alt) 0%, rgba(247,246,244,0) 34%); }
.hero-txt h1 { font-family: var(--font-head); font-weight: 400; font-size: clamp(30px, 3.9vw, 52px); line-height: 1.3; letter-spacing: -.01em; }
.hero-txt .lead { color: var(--muted); font-size: 15.5px; line-height: 1.95; }
.hero-badges { margin-top: 46px; color: var(--muted); font-size: 12.5px; letter-spacing: .06em; gap: 12px 32px; }
.hero-badges svg { color: var(--accent-2); }
@media (max-width: 900px) {
  .hero-in { grid-template-columns: 1fr; }
  .hero-bg { width: 100%; opacity: .16; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(247,246,244,.75), rgba(247,246,244,.95)); }
}

/* ------------------------------------------------------------- 区块标题 */
.sect-head { text-align: center; }
.sect-head h2 { font-family: var(--font-head); font-weight: 400; font-size: clamp(24px, 3.4vw, 40px); }
.sect-head h2::after { content: ""; display: block; width: 34px; height: 1px; background: var(--accent-2); margin: 22px auto 0; }
.sect-head p { color: var(--muted); margin: 18px auto 0; }

/* ------------------------------------------------------------- 亮点四格 */
.sect-high { border-bottom: 1px solid var(--line); }
.hl { text-align: center; padding: 10px 14px; }
.hl i { color: var(--accent-2); }
.hl h3 { font-family: var(--font-head); font-weight: 500; font-size: 17px; }
.hl p { color: var(--muted); font-size: 13.5px; }

/* ---------------------------------------------------------- 分类与产品 */
.cat-strip { justify-content: center; gap: 0; }
.cat-chip { border-bottom: 1px solid transparent; color: var(--muted); padding: 10px 22px; font-size: 13.5px; letter-spacing: .06em; }
.cat-chip:hover, .cat-chip.on { color: var(--fg); border-color: var(--accent-2); }
.p-grid { margin-top: 46px; gap: 40px 30px; }
.p-card .p-media { aspect-ratio: 1 / 1; background: var(--bg-alt); }
.p-card .p-body { padding: 20px 2px 0; }
.p-card .p-cat { color: var(--accent-2); letter-spacing: .18em; font-size: 11px; }
.p-card h3 { font-family: var(--font-head); font-weight: 500; font-size: 18px; }
.p-card .p-sum { color: var(--muted); font-size: 13px; }
.p-card .p-foot { border-top: 1px solid var(--line); padding-top: 13px; color: var(--muted); font-size: 12.5px; }
.p-card:hover .more { color: var(--accent-2); }
.badge3d { background: #fff; color: var(--fg); border: 1px solid var(--line); font-weight: 500; letter-spacing: .16em; }
.tag { border: 1px solid var(--line); color: var(--muted); border-radius: 999px; padding: 4px 13px; }
.p-search input { border-radius: 999px; padding: 10px 18px; }

/* ---------------------------------------------------------------- 关于 */
.sect-about { background: var(--bg-alt); }
.ab-txt h2 { font-family: var(--font-head); font-weight: 400; }
.ab-txt p { color: var(--muted); }
.ab-media img { aspect-ratio: 3 / 4; }
.stats { border-top: 1px solid var(--line); padding-top: 30px; }
.stat b { font-family: var(--font-head); font-weight: 400; }
.stat i { color: var(--accent-2); }

/* ---------------------------------------------------------------- 优势 */
.adv { padding: 30px 0; border-top: 1px solid var(--line); }
.adv b { font-family: var(--font-head); color: var(--accent-2); opacity: 1; font-size: 22px; }
.adv h3 { font-family: var(--font-head); font-weight: 500; }
.adv p { color: var(--muted); }

/* ------------------------------------------------------------ 应用 / 流程 */
.app-card .ratio { background: var(--bg-alt); }
.app-card img { transition: transform .8s var(--ease); }
.app-card:hover img { transform: scale(1.05); }
.app-txt h3 { font-family: var(--font-head); font-weight: 500; }
.app-txt p { color: var(--muted); }
.sect-proc { background: var(--bg-alt); }
.proc-i { padding: 0 16px 0 0; border-left: 1px solid var(--line); padding-left: 22px; }
.proc-i b { color: var(--accent-2); font-family: var(--font-head); font-size: 15px; }
.proc-i h3 { font-family: var(--font-head); font-weight: 500; }
.proc-i p { color: var(--muted); }

/* ---------------------------------------------------------------- 新闻 */
.n-card .ratio { background: var(--bg-alt); }
.n-card h3 { font-family: var(--font-head); font-weight: 500; }
.n-card:hover h3 { color: var(--accent-2); }
.n-card p, .n-meta { color: var(--muted); }

/* ------------------------------------------------------------- CTA 横幅 */
.cta-band { background: var(--fg); color: #fff; }
.cta-in { justify-content: center; text-align: center; flex-direction: column; }
.cta-in h2 { font-family: var(--font-head); font-weight: 400; }
.cta-in p { color: rgba(255,255,255,.66); }
.cta-band .btn-primary { background: #fff; color: var(--fg); border-color: #fff; }
.cta-band .btn-primary:hover { background: transparent; color: #fff; }

/* ------------------------------------------------------------- 内页头图 */
.page-hero { background: var(--bg-alt); text-align: center; }
.page-hero .ph-bg { opacity: .18; }
.page-hero .ph-in { padding: clamp(58px, 7vw, 104px) 0; }
.page-hero h1 { font-family: var(--font-head); font-weight: 400; font-size: clamp(28px, 4.4vw, 50px); margin: 0; }
.page-hero .ph-sub { color: var(--accent-2); letter-spacing: .34em; text-transform: uppercase; font-size: 11px; margin: 16px 0 0; }
.crumb { color: var(--muted); }
.catalog-sect { padding-top: clamp(42px, 5vw, 70px); }

/* ------------------------------------------------------------- 产品详情 */
.pd { grid-template-columns: minmax(0, 1fr) minmax(0, .88fr); }
.pd-stage { background: var(--bg-alt); aspect-ratio: 1 / 1; }
.pd-thumb { border: 1px solid var(--line); }
.pd-thumb.on { border-color: var(--accent-2); }
.pd-info h1 { font-family: var(--font-head); font-weight: 400; }
.pd-info .p-cat { color: var(--accent-2); letter-spacing: .18em; }
.pd-sum { color: var(--muted); }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table th { color: var(--muted); font-weight: 400; }
.tabs { border-bottom: 1px solid var(--line); justify-content: center; }
.tabs button { color: var(--muted); font-weight: 400; letter-spacing: .08em; border-bottom: 1px solid transparent; margin-bottom: -1px; }
.tabs button.on { color: var(--fg); border-color: var(--accent-2); }
.feat { border-top: 1px solid var(--line); padding-top: 20px; }
.feat h3 { font-family: var(--font-head); font-weight: 500; }
.feat p { color: var(--muted); }
.app-list li { border-bottom: 1px solid var(--line); }
.app-list svg { color: var(--accent-2); }
.doc-list li { border-bottom: 1px solid var(--line); }
.doc-list a { color: var(--fg); border-bottom: 1px solid var(--accent-2); }
.pd-rel h2 { font-family: var(--font-head); font-weight: 400; text-align: center; }

/* ------------------------------------------------------------- 关于页面 */
.sect-stats { background: var(--bg-alt); }
.mv-i { text-align: center; padding: 34px 20px; border: 1px solid var(--line); }
.mv-i h3 { font-family: var(--font-head); font-weight: 400; }
.vals .val { text-align: center; padding: 30px 20px; border-top: 1px solid var(--line); }
.vals h3 { font-family: var(--font-head); font-weight: 500; }
.vals p { color: var(--muted); }
.timeline li { border-bottom: 1px solid var(--line); }
.timeline b { font-family: var(--font-head); font-weight: 400; color: var(--accent-2); }
.timeline h3 { font-family: var(--font-head); font-weight: 500; }
.honors figure { text-align: center; }
.honors .ratio { background: var(--bg-alt); padding: 20px; }

/* ------------------------------------------------------------- 联系我们 */
.c-cards { text-align: center; }
.c-card { border: 1px solid var(--line); }
.c-card i { color: var(--accent-2); }
.c-card h3 { font-family: var(--font-head); font-weight: 500; letter-spacing: .1em; }
.c-card a:hover { color: var(--accent-2); }
.c-form h2 { font-family: var(--font-head); font-weight: 400; }
.field label { font-weight: 400; color: var(--muted); letter-spacing: .06em; }
.field input, .field select, .field textarea { border-width: 0 0 1px 0; padding: 12px 2px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent-2); outline: none; }
.form-msg.ok { border-left: 2px solid var(--accent-2); background: var(--bg-alt); }
.form-msg.err { border-left: 2px solid #b33; background: #fdf3f3; color: #8c2020; }
.c-side { border-left: 1px solid var(--line); padding-left: 34px; }
.c-side h2 { font-family: var(--font-head); font-weight: 400; }
.dept li { border-bottom: 1px solid var(--line); }
.dept a { color: var(--muted); }
.dept a:hover { color: var(--accent-2); }
@media (max-width: 1024px) { .c-side { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 30px; } }

/* ---------------------------------------------------------------- 页脚 */
.ftr { background: var(--bg-alt); border-top: 1px solid var(--line); }
.ftr h4 { letter-spacing: .2em; color: var(--footer-muted); font-weight: 500; font-size: 11px; }
.ftr li, .ftr-about, .ftr-bot { color: var(--footer-muted); opacity: 1; }
.ftr a:hover { color: var(--accent-2); }
.ftr-top { border-bottom: 1px solid var(--line); }
.ftr svg { color: var(--accent-2); vertical-align: -2px; }

/* --------------------------------------------------------- 顶部阅读进度 */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; background: var(--accent-2); z-index: 99; transform: scaleX(0); transform-origin: left center; transition: transform .1s linear; }

/* ========================================================== 移动端适配 */
@media (max-width: 760px) {
  body { font-size: 15.5px; }

  .hero-in { min-height: auto; padding-top: 40px; padding-bottom: 48px; }
  .hero-txt h1 { font-size: clamp(26px, 7.2vw, 33px); line-height: 1.38; }
  .sect { padding: 52px 0; }
  .sect-head h2::after { margin-top: 16px; }

  .p-grid { gap: 28px 18px; }
  .p-card .p-media { aspect-ratio: 4 / 3; }
  .pd-stage { aspect-ratio: 4 / 3; }
  .mv-i { padding: 24px 18px; }
  .vals .val { padding: 22px 16px; }
  .c-form { border: 0; padding: 0; }
  .c-side { border-top: 1px solid var(--line); padding: 26px 0 0; }
  .progress { height: 2px; }

}

/* 导航抽屉：与 base.css 同为 900px 断点（覆盖 iPad 竖屏） */
@media (max-width: 900px) {
  /* 吸底询盘条 */
  .mcta { background: var(--line); }
  .mcta-tel { background: #fff; color: var(--fg); }
  .mcta-ask { background: var(--accent); color: #fff; }
  .hdr { background: rgba(255,255,255,.94); }
  .brand { letter-spacing: .2em; font-size: 15px; }
  .nav { background: #fff; }
  .nav a { border-bottom: 1px solid var(--line); letter-spacing: .06em; }
  .nav a.on::after { display: none; }
  .nav a.on { color: var(--accent-2); }
}
