/* 征和天门分所 · 对齐 zhenghetianmen 酒红/金/米色形象站 */
@import url("/static/vendor/remixicon/remixicon.css");

:root {
  --font-heading: "Noto Serif SC", "Source Han Serif SC", "Songti SC", Georgia, serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  --bg-50: #faf8f4;
  --bg-100: #f3efe8;
  --bg-200: #e8e0d4;
  --bg-300: #d9cfc0;
  --bg-700: #5c5348;
  --bg-800: #3f3a33;
  --bg-900: #2b2722;
  --primary-50: #f6ecec;
  --primary-100: #ead5d6;
  --primary-200: #d4a8ab;
  --primary-500: #72252d;
  --primary-600: #5f1e26;
  --primary-700: #4c181f;
  --accent-50: #f8f1dc;
  --accent-100: #f0e2b8;
  --accent-200: #e4cc7a;
  --accent-400: #d4b03a;
  --accent-500: #c9a227;
  --accent-600: #b08c1c;
  --accent-700: #8a6c16;
  --secondary-100: #e6eee8;
  --secondary-500: #4f7a5c;
  --secondary-700: #3d5f48;
  --fg-300: #9a9aa8;
  --fg-400: #6e6e7a;
  --fg-500: #555560;
  --fg-600: #3f3f48;
  --fg-800: #222228;
  --fg-900: #16161c;
  --fg-950: #0b0b10;
  --white: #fff;
  --radius: 16px;
  --radius-sm: 10px;
  --header-h: 72px;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

@supports (color: oklch(0.4 0.115 18)) {
  :root {
    --bg-50: oklch(0.985 0.004 95);
    --bg-100: oklch(0.968 0.007 95);
    --bg-200: oklch(0.945 0.01 95);
    --bg-300: oklch(0.90 0.01 92);
    --bg-700: oklch(0.50 0.01 82);
    --bg-800: oklch(0.38 0.01 80);
    --bg-900: oklch(0.28 0.01 78);
    --primary-50: oklch(0.95 0.018 18);
    --primary-100: oklch(0.88 0.035 18);
    --primary-200: oklch(0.78 0.055 18);
    --primary-500: oklch(0.40 0.115 18);
    --primary-600: oklch(0.35 0.105 18);
    --primary-700: oklch(0.30 0.095 18);
    --accent-50: oklch(0.95 0.04 86);
    --accent-100: oklch(0.90 0.075 86);
    --accent-200: oklch(0.84 0.095 86);
    --accent-400: oklch(0.76 0.135 86);
    --accent-500: oklch(0.73 0.15 86);
    --accent-600: oklch(0.66 0.14 83);
    --accent-700: oklch(0.58 0.12 80);
    --secondary-100: oklch(0.90 0.018 145);
    --secondary-500: oklch(0.56 0.038 145);
    --secondary-700: oklch(0.40 0.028 145);
    --fg-300: oklch(0.58 0.008 260);
    --fg-400: oklch(0.46 0.008 260);
    --fg-500: oklch(0.36 0.008 260);
    --fg-600: oklch(0.28 0.008 260);
    --fg-800: oklch(0.17 0.008 260);
    --fg-900: oklch(0.12 0.008 260);
    --fg-950: oklch(0.07 0.008 260);
  }
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--fg-800);
  background: var(--bg-50);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 88px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-600); text-decoration: none; }
button { font-family: inherit; }
.wrap { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
@media (max-width: 767px) {
  .wrap { width: calc(100% - 32px); }
}

.zh-heading { font-family: var(--font-heading); font-weight: 700; letter-spacing: 0.01em; }
.zh-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
}
.zh-badge-primary { background: var(--primary-100); color: var(--primary-700); }
.zh-badge-accent { background: var(--accent-100); color: var(--accent-700); }
.zh-badge-sec { background: var(--secondary-100); color: var(--secondary-700); }
.zh-badge-glass {
  background: rgba(255,255,255,.15); color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px);
}

.zh-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px; border-radius: var(--radius-sm); border: 0;
  font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s, opacity .2s;
}
.zh-btn i { font-size: 16px; }
.zh-btn-primary { background: var(--primary-500); color: var(--bg-50); }
.zh-btn-primary:hover { background: var(--primary-600); color: var(--bg-50); }
.zh-btn-gold { background: var(--accent-500); color: var(--fg-950); box-shadow: 0 4px 20px rgba(0,0,0,.15); }
.zh-btn-gold:hover { background: var(--accent-400); color: var(--fg-950); }
.zh-btn-ghost {
  background: transparent; color: var(--bg-50);
  border: 2px solid rgba(255,255,255,.4);
}
.zh-btn-ghost:hover { background: rgba(255,255,255,.1); color: var(--bg-50); }
.zh-btn-outline {
  background: transparent; color: var(--fg-600);
  border: 1px solid var(--bg-300);
}
.zh-btn-outline:hover { border-color: var(--primary-200); color: var(--primary-600); }
.zh-btn-lg { padding: 14px 32px; }
.zh-btn-block { width: 100%; }
.zh-link-more {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--primary-600); font-weight: 600; font-size: 14px;
}
.zh-link-more:hover { color: var(--primary-700); gap: 10px; }

/* Header */
.zh-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: var(--header-h);
  background: color-mix(in srgb, var(--bg-50) 95%, transparent);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.zh-header-inner {
  height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .zh-header-inner { padding: 0 20px; }
}
.zh-logo { display: flex; align-items: center; gap: 12px; color: var(--fg-900); min-width: 0; }
.zh-logo-mark {
  width: 40px; height: 40px; border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-500); color: var(--bg-50); font-size: 20px;
}
.zh-logo-mark img { width: 40px; height: 40px; object-fit: cover; border-radius: 8px; }
.zh-logo-name { font-family: var(--font-heading); font-weight: 700; font-size: 18px; line-height: 1.2; white-space: nowrap; }
.zh-logo-en { display: block; font-size: 10px; color: var(--fg-400); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 400; font-family: var(--font-body); }
.zh-nav { display: none; align-items: center; gap: 4px; }
.zh-nav a {
  padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 500;
  color: var(--fg-600); white-space: nowrap;
}
.zh-nav a:hover, .zh-nav a.is-active { color: var(--primary-600); background: var(--primary-50); }
.zh-header-actions { display: none; align-items: center; gap: 12px; }
.zh-icon-btn {
  width: 36px; height: 36px; border: 0; border-radius: 8px; background: transparent;
  color: var(--fg-500); cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.zh-icon-btn:hover { color: var(--primary-600); background: var(--bg-100); }
.zh-header-mobile { display: flex; align-items: center; gap: 4px; }
.zh-drawer {
  display: none; position: fixed; top: var(--header-h); left: 0; right: 0; z-index: 49;
  background: var(--bg-50); border-top: 1px solid var(--bg-200);
  padding: 16px 24px 24px; flex-direction: column; gap: 4px;
  max-height: calc(100vh - var(--header-h)); overflow: auto;
}
body.zh-menu-open .zh-drawer { display: flex; }
.zh-drawer a {
  padding: 12px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--fg-600);
}
.zh-drawer a:hover, .zh-drawer a.is-active { color: var(--primary-600); background: var(--primary-50); }
.zh-drawer .zh-btn { margin-top: 8px; }

@media (min-width: 1024px) {
  .zh-nav, .zh-header-actions { display: flex; }
  .zh-header-mobile { display: none; }
  body { padding-bottom: 0; }
}

/* Search */
.zh-search {
  display: none; position: fixed; inset: 0; z-index: 100;
  align-items: flex-start; justify-content: center; padding-top: 18vh;
}
.zh-search.is-open { display: flex; }
.zh-search-mask { position: absolute; inset: 0; background: rgba(22, 22, 28, .5); backdrop-filter: blur(4px); }
.zh-search-box {
  position: relative; width: min(576px, calc(100% - 32px));
  background: var(--bg-50); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.2);
}
.zh-search-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 20px; border-bottom: 1px solid var(--bg-200);
}
.zh-search-bar i { color: var(--fg-400); font-size: 20px; }
.zh-search-bar input {
  flex: 1; border: 0; outline: 0; background: transparent;
  font: inherit; font-size: 16px; color: var(--fg-800);
}
.zh-search-list { max-height: 320px; overflow: auto; padding: 8px; }
.zh-search-list a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 8px; color: var(--fg-800); font-size: 14px;
}
.zh-search-list a:hover { background: var(--bg-100); color: var(--primary-600); }
.zh-search-empty { padding: 24px; text-align: center; color: var(--fg-400); font-size: 14px; }

/* Hero */
.zh-hero {
  position: relative; min-height: 620px; display: flex; align-items: center;
  padding: calc(var(--header-h) + 48px) 0 80px;
  color: var(--bg-50); overflow: hidden;
}
@media (min-width: 768px) {
  .zh-hero { min-height: 720px; }
}
.zh-hero-bg { position: absolute; inset: 0; }
.zh-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.zh-hero-fallback {
  width: 100%; height: 100%;
  background:
    radial-gradient(ellipse at 18% 40%, rgba(114, 37, 45, .55), transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(201, 162, 39, .18), transparent 45%),
    linear-gradient(160deg, #1a1012 0%, #2c161a 42%, #1c140e 100%);
}
.zh-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(11,11,16,.6), rgba(11,11,16,.4), rgba(11,11,16,.7));
}
.zh-hero-body { position: relative; z-index: 1; width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.zh-hero-copy { max-width: 56rem; }
.zh-hero h1 {
  font-family: var(--font-heading); font-weight: 700;
  font-size: clamp(32px, 6vw, 68px); line-height: 1.15;
  color: var(--bg-50); margin: 24px 0;
}
.zh-hero h1 .zh-gold { color: var(--accent-400); }
.zh-hero-lead {
  font-size: 16px; color: rgba(250,248,244,.8); max-width: 36rem;
  margin-bottom: 40px; line-height: 1.8;
}
@media (min-width: 768px) {
  .zh-hero-lead { font-size: 18px; }
}
.zh-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.zh-scroll-hint {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(250,248,244,.6); z-index: 1; font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
}
.zh-scroll-hint span { width: 1px; height: 32px; background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent); }

/* Sections */
.zh-section { padding: 80px 0; }
@media (min-width: 768px) {
  .zh-section { padding: 112px 0; }
}
.zh-section-muted { background: var(--bg-100); }
.zh-section-head { margin-bottom: 56px; }
.zh-section-head.zh-center { text-align: center; }
.zh-section-head.zh-center p { margin-left: auto; margin-right: auto; }
.zh-section-head h2 {
  font-family: var(--font-heading); font-size: clamp(28px, 4vw, 36px);
  color: var(--fg-900); margin: 20px 0 12px; line-height: 1.25;
}
.zh-section-head p { color: var(--fg-500); font-size: 15px; max-width: 36rem; line-height: 1.8; }
.zh-section-head.zh-split {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px;
}

.zh-grid { display: grid; gap: 20px; }
.zh-grid-2 { grid-template-columns: 1fr; }
.zh-grid-3 { grid-template-columns: 1fr; }
.zh-grid-4 { grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .zh-grid-2 { grid-template-columns: 1fr 1fr; }
  .zh-grid-3 { grid-template-columns: 1fr 1fr; }
  .zh-grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .zh-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
  .zh-grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
}

.zh-card {
  background: var(--bg-50); border: 1px solid color-mix(in srgb, var(--bg-200) 70%, transparent);
  border-radius: var(--radius); padding: 24px; transition: border-color .3s;
  color: inherit;
}
.zh-card:hover { border-color: color-mix(in srgb, var(--primary-200) 60%, transparent); }
.zh-card-accent:hover { border-color: color-mix(in srgb, var(--accent-500) 40%, transparent); }
.zh-card h2, .zh-card h3 {
  font-family: var(--font-heading); font-size: 18px; color: var(--fg-900); margin-bottom: 8px;
}
.zh-card:hover h2, .zh-card:hover h3 { color: var(--primary-600); }
.zh-card p { color: var(--fg-500); font-size: 13px; line-height: 1.7; }
.zh-card-foot {
  margin-top: 20px; padding-top: 16px; border-top: 1px solid color-mix(in srgb, var(--bg-200) 70%, transparent);
  display: flex; align-items: center; gap: 4px; color: var(--primary-600); font-size: 14px; font-weight: 500;
}

.zh-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-100); color: var(--accent-600); font-size: 20px; margin-bottom: 16px;
}
.zh-icon-sm { width: 40px; height: 40px; font-size: 18px; margin-bottom: 0; }
.zh-icon-primary { background: var(--primary-100); color: var(--primary-600); }
.zh-chip {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 8px; border-radius: 6px;
  background: var(--secondary-100); color: var(--secondary-700);
  font-size: 11px; font-weight: 500;
}
.zh-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }

/* About home */
.zh-about-grid {
  display: grid; gap: 64px; align-items: center;
}
@media (min-width: 1024px) {
  .zh-about-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
}
.zh-about-visual { position: relative; }
.zh-about-frame {
  position: relative; overflow: hidden; border-radius: var(--radius);
  aspect-ratio: 4/5;
  background:
    linear-gradient(160deg, var(--primary-700), var(--primary-500) 45%, #3a2a18);
}
.zh-about-frame::after {
  content: "\ed5a";
  font-family: remixicon;
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 96px; color: rgba(255,255,255,.12);
}
.zh-about-frame img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.zh-deco-gold, .zh-deco-rose { display: none; position: absolute; border-radius: var(--radius); z-index: -1; }
.zh-deco-gold { width: 128px; height: 128px; background: color-mix(in srgb, var(--accent-500) 20%, transparent); bottom: -24px; right: -24px; }
.zh-deco-rose { width: 96px; height: 96px; background: color-mix(in srgb, var(--primary-100) 60%, transparent); top: -24px; left: -24px; }
@media (min-width: 1024px) {
  .zh-deco-gold, .zh-deco-rose { display: block; }
}
.zh-about-copy h2 {
  font-family: var(--font-heading); font-size: clamp(28px, 4vw, 36px);
  color: var(--fg-900); margin: 24px 0; line-height: 1.25;
}
.zh-about-copy h2 span { color: var(--primary-600); }
.zh-about-copy > p { color: var(--fg-600); font-size: 15px; margin-bottom: 32px; }
.zh-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
@media (min-width: 640px) { .zh-stats { grid-template-columns: repeat(4, 1fr); } }
.zh-stat {
  text-align: center; padding: 16px; border-radius: 12px;
  background: var(--bg-100); border: 1px solid color-mix(in srgb, var(--bg-200) 70%, transparent);
}
.zh-stat strong {
  display: block; font-family: var(--font-heading); font-size: 28px;
  color: var(--primary-600); margin-bottom: 4px;
}
.zh-stat span { font-size: 12px; color: var(--fg-500); }

/* Team cards */
.zh-lawyer {
  background: var(--bg-50); border: 1px solid color-mix(in srgb, var(--bg-200) 70%, transparent);
  border-radius: var(--radius); overflow: hidden; color: inherit; display: block;
  transition: border-color .3s;
}
.zh-lawyer:hover { border-color: color-mix(in srgb, var(--primary-200) 60%, transparent); }
.zh-lawyer-photo {
  aspect-ratio: 3/4; overflow: hidden; background: var(--bg-100);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-200); font-size: 64px;
}
.zh-lawyer-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s; }
.zh-lawyer:hover img { transform: scale(1.05); }
.zh-lawyer-body { padding: 20px; }
.zh-lawyer-body h3 { font-family: var(--font-heading); font-size: 18px; color: var(--fg-900); }
.zh-lawyer-title { font-size: 12px; color: var(--primary-600); font-weight: 500; margin: 4px 0 12px; }
.zh-lawyer-meta {
  display: flex; justify-content: space-between; gap: 8px;
  padding-top: 12px; margin-top: 12px;
  border-top: 1px solid color-mix(in srgb, var(--bg-200) 70%, transparent);
  font-size: 12px; color: var(--fg-400);
}

/* News */
.zh-news-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.zh-news-date { font-size: 12px; color: var(--fg-400); }
.zh-card.zh-news { display: flex; flex-direction: column; padding: 28px; }
.zh-card.zh-news h3 { font-size: 16px; line-height: 1.4; }
.zh-card.zh-news p { flex: 1; font-size: 14px; }

/* Case row */
.zh-case-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.zh-case-cat { display: flex; align-items: center; gap: 12px; }
.zh-case-cat small { display: block; font-size: 11px; color: var(--fg-400); font-weight: 400; }
.zh-result {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 12px; border-radius: 999px;
  background: var(--primary-100); color: var(--primary-700);
  font-size: 12px; font-weight: 600; white-space: nowrap;
}

/* Consult split */
.zh-consult-grid {
  display: grid; gap: 48px; align-items: start;
}
@media (min-width: 1024px) {
  .zh-consult-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
}
.zh-contact-rows { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.zh-contact-row { display: flex; align-items: center; gap: 16px; }
.zh-contact-row p { font-size: 12px; color: var(--fg-400); margin: 0; }
.zh-contact-row strong { display: block; font-size: 14px; font-weight: 600; color: var(--fg-800); }
.zh-form-card {
  background: var(--bg-50); border: 1px solid color-mix(in srgb, var(--bg-200) 70%, transparent);
  border-radius: var(--radius); padding: 32px;
}
@media (min-width: 768px) {
  .zh-form-card { padding: 40px; }
}
.zh-form-card h2, .zh-form-card h3 {
  font-family: var(--font-heading); font-size: 20px; color: var(--fg-900); margin-bottom: 24px;
}
.zh-form .zh-row { display: grid; gap: 16px; margin-bottom: 16px; }
@media (min-width: 640px) {
  .zh-form .zh-row-2 { grid-template-columns: 1fr 1fr; }
}
.zh-form label { display: block; font-size: 12px; font-weight: 600; color: var(--fg-600); margin-bottom: 6px; }
.zh-form input, .zh-form textarea, .zh-form select {
  width: 100%; padding: 10px 16px; border-radius: 8px;
  border: 1px solid var(--bg-300); background: var(--bg-50);
  font: inherit; font-size: 14px; color: var(--fg-800); outline: none;
}
.zh-form input:focus, .zh-form textarea:focus, .zh-form select:focus {
  border-color: var(--primary-200); box-shadow: 0 0 0 3px var(--primary-50);
}
.zh-form textarea { resize: vertical; min-height: 96px; }
.zh-form .hp, .zh-form .agent-honeypot {
  position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden;
}
.zh-check { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--fg-600); margin: 12px 0; }
.zh-check input { width: auto; margin-top: 3px; }
.zh-disclaimer { font-size: 12px; color: var(--fg-400); margin: 12px 0 16px; }
.zh-hint { font-size: 11px; color: var(--fg-400); text-align: right; margin-top: 4px; }

/* Subhero */
.zh-subhero {
  position: relative; margin-top: var(--header-h);
  height: 320px; display: flex; align-items: center; justify-content: center;
  overflow: hidden; color: var(--bg-50); text-align: center;
  background: #1a1012;
}
@media (min-width: 768px) { .zh-subhero { height: 400px; } }
.zh-subhero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top;
}
.zh-subhero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(11,11,16,.5), rgba(11,11,16,.3), rgba(11,11,16,.5));
}
.zh-subhero-inner { position: relative; z-index: 1; padding: 0 24px; }
.zh-subhero h1 {
  font-family: var(--font-heading); font-size: clamp(28px, 5vw, 48px);
  color: var(--bg-50); margin-bottom: 16px;
}
.zh-subhero p { color: rgba(232,224,212,.85); font-size: 15px; max-width: 36rem; margin: 0 auto; }

.zh-crumb {
  font-size: 14px; color: var(--fg-400); margin-bottom: 16px;
}
.zh-crumb a { color: var(--fg-400); }
.zh-crumb a:hover { color: var(--primary-600); }

.zh-page { padding: 48px 0 80px; }
.zh-lead { font-size: 16px; color: var(--fg-600); max-width: 42em; margin-bottom: 24px; }

.zh-prose { color: var(--fg-600); font-size: 15px; line-height: 1.85; }
.zh-prose h2 { font-family: var(--font-heading); color: var(--fg-900); font-size: 22px; margin: 28px 0 12px; }
.zh-prose h3 { color: var(--fg-900); font-size: 18px; margin: 20px 0 8px; }
.zh-prose p { margin-bottom: 14px; }
.zh-prose ul, .zh-prose ol { margin: 0 0 14px 1.2em; }
.zh-prose img { max-width: 100%; height: auto; }
.zh-prose table { width: 100%; border-collapse: collapse; margin: 0 0 14px; }
.zh-prose th, .zh-prose td { border: 1px solid var(--fg-200, #e5e7eb); padding: 6px 8px; }
.zh-article {
  background: var(--bg-50); border: 1px solid color-mix(in srgb, var(--bg-200) 70%, transparent);
  border-radius: var(--radius); padding: 32px;
}
@media (min-width: 768px) { .zh-article { padding: 48px; } }

.zh-faq dt { font-weight: 700; color: var(--fg-900); margin-top: 16px; }
.zh-faq dd { margin: 6px 0 0; color: var(--fg-600); font-size: 14px; }

.zh-steps { display: grid; gap: 20px; }
@media (min-width: 768px) {
  .zh-steps { grid-template-columns: repeat(3, 1fr); }
}
.zh-step { text-align: center; padding: 24px; }
.zh-step-num {
  font-family: var(--font-heading); font-size: 28px; color: var(--accent-200); margin-bottom: 8px;
}
.zh-step h3 { font-family: var(--font-heading); font-size: 16px; color: var(--fg-900); margin: 8px 0; }

.zh-values { display: grid; gap: 24px; }
@media (min-width: 640px) { .zh-values { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .zh-values { grid-template-columns: repeat(4, 1fr); } }
.zh-value { text-align: center; padding: 32px 24px; }
.zh-value .zh-icon { margin-left: auto; margin-right: auto; }

.zh-author {
  display: flex; gap: 16px; align-items: center;
  padding: 16px; border-radius: 12px; background: var(--bg-100); margin: 16px 0 24px;
}
.zh-author img { width: 64px; height: 64px; object-fit: cover; border-radius: 12px; }

.zh-team-hero {
  display: flex; flex-direction: column; gap: 40px; align-items: center;
}
@media (min-width: 1024px) {
  .zh-team-hero { flex-direction: row; align-items: flex-start; gap: 64px; }
}
.zh-team-photo {
  width: min(400px, 100%); flex-shrink: 0;
}
.zh-team-photo .frame {
  aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--bg-200) 70%, transparent);
  background: var(--bg-100); display: flex; align-items: center; justify-content: center;
  font-size: 80px; color: var(--primary-200);
}
.zh-team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.zh-team-info { flex: 1; text-align: center; }
@media (min-width: 1024px) { .zh-team-info { text-align: left; } }
.zh-team-info h1 {
  font-family: var(--font-heading); font-size: clamp(28px, 4vw, 48px); color: var(--fg-900);
}
.zh-team-info .role { font-size: 18px; color: var(--primary-600); font-weight: 600; margin: 8px 0 32px; }

.zh-case-banner {
  position: relative; margin-top: var(--header-h); overflow: hidden;
  background: var(--primary-500); color: var(--bg-50);
  padding: 64px 24px; text-align: center;
}
.zh-case-banner-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top; opacity: .35;
}
.zh-case-banner > *:not(.zh-case-banner-bg) { position: relative; z-index: 1; }
@media (min-width: 768px) { .zh-case-banner { padding: 96px 40px; } }
.zh-case-banner a { color: rgba(250,248,244,.7); font-size: 14px; }
.zh-case-banner a:hover { color: var(--bg-50); }
.zh-case-banner h1 {
  font-family: var(--font-heading); font-size: clamp(24px, 4vw, 48px);
  color: var(--bg-50); margin: 16px 0;
}

.zh-cta-band { text-align: center; }
.zh-cta-band h2 { font-family: var(--font-heading); font-size: clamp(24px, 3vw, 30px); color: var(--fg-900); margin-bottom: 12px; }
.zh-cta-band p { color: var(--fg-500); margin-bottom: 32px; }

.zh-empty { text-align: center; padding: 96px 24px; }
.zh-empty .zh-icon { margin: 0 auto 24px; width: 80px; height: 80px; border-radius: 999px; background: var(--bg-100); color: var(--fg-300); font-size: 32px; }

/* 404 */
.zh-404 { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 48px 24px; position: relative; }
.zh-404-bg {
  position: absolute; bottom: 0; left: 0; right: 0;
  font-size: clamp(120px, 20vw, 220px); font-weight: 800; color: var(--bg-100);
  font-family: var(--font-heading); pointer-events: none; line-height: 1;
}

/* Thanks */
.zh-thanks { max-width: 640px; margin: 0 auto; text-align: center; padding: 24px 0 48px; }
.zh-thanks .zh-icon { margin: 0 auto 20px; width: 64px; height: 64px; border-radius: 999px; }
.zh-thanks h1 { font-family: var(--font-heading); font-size: 28px; color: var(--fg-900); margin-bottom: 12px; }
.zh-qr { width: 180px; height: 180px; margin: 16px auto; object-fit: contain; }

.off-hours {
  margin: 16px 0; padding: 12px 16px; border-radius: 8px;
  background: var(--accent-50); color: var(--accent-700); font-size: 14px;
}

/* Trust */
.zh-trust { background: var(--bg-100); border-top: 1px solid var(--bg-200); padding: 20px 0; }
.zh-trust ul { display: flex; flex-wrap: wrap; gap: 8px 32px; list-style: none; font-size: 13px; color: var(--fg-500); }
.zh-trust a { color: var(--fg-600); }

/* Footer */
.zh-footer { background: var(--bg-800); color: var(--bg-200); padding: 48px 0 28px; }
@media (max-width: 1023px) { .zh-footer { padding-bottom: 120px; } }
.zh-footer-grid {
  display: grid; gap: 32px;
}
@media (min-width: 768px) { .zh-footer-grid { grid-template-columns: 1.4fr 1fr; } }
.zh-footer-links { margin-top: 28px; display: grid; gap: 20px; }
.zh-footer h4 { font-family: var(--font-heading); font-size: 14px; color: var(--bg-50); margin-bottom: 12px; font-weight: 600; }
.zh-footer ul { list-style: none; }
.zh-footer a { color: #b8b0a4; font-size: 14px; }
.zh-footer a:hover { color: var(--accent-400); }
.zh-footer-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.zh-footer-inline li { margin: 0; }
.zh-footer-brand p { font-size: 14px; color: #b8b0a4; line-height: 1.7; margin: 16px 0 20px; }
.zh-footer-logo { display: flex; align-items: center; gap: 12px; color: var(--bg-50); margin-bottom: 8px; }
.zh-footer-logo .zh-logo-mark { background: var(--accent-500); color: var(--bg-800); }
.zh-footer-contact li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #b8b0a4; margin-bottom: 10px; }
.zh-footer-contact i { color: var(--accent-500); margin-top: 2px; }
.zh-copy {
  margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--bg-700);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  font-size: 12px; color: #8a8378;
}
.zh-copy a { color: #8a8378; font-size: 12px; }
.zh-copy a[href*="beian"] { text-decoration: underline; }
.footer-tech {
  margin-top: 14px; font-size: 12px; color: #8a8378; text-align: center;
}
.footer-tech a { color: #b8b0a4; font-size: 12px; }
.footer-tech a:hover { color: var(--accent-400); }

/* Mobile tabbar */
.zh-tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: color-mix(in srgb, var(--bg-50) 95%, transparent);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--bg-200);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -1px 3px rgba(0,0,0,.06);
}
.zh-tabbar a, .zh-tabbar button {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  padding: 10px 4px; background: none; border: 0; color: var(--fg-500);
  font: inherit; font-size: 11px; font-weight: 500; cursor: pointer;
}
.zh-tabbar i { font-size: 20px; }
.zh-tabbar a:hover, .zh-tabbar button:hover { color: var(--primary-600); }
@media (min-width: 1024px) {
  .zh-tabbar { display: none; }
}

/* Wechat modal */
.modal { display: none; position: fixed; inset: 0; z-index: 60; align-items: center; justify-content: center; padding: 24px; }
.modal.is-open { display: flex; }
.modal::before { content: ""; position: absolute; inset: 0; background: rgba(11,11,16,.5); backdrop-filter: blur(4px); }
.modal-box {
  position: relative; background: var(--bg-50); border-radius: var(--radius);
  width: min(320px, 100%); padding: 32px 24px; text-align: center;
}
.modal-box img { width: 180px; height: 180px; object-fit: contain; margin: 12px auto; }
.modal-box p { font-size: 13px; color: var(--fg-500); }
.modal-box [data-close-modal] {
  margin-top: 12px; border: 0; background: var(--bg-100); color: var(--fg-600);
  padding: 8px 16px; border-radius: 8px; cursor: pointer;
}

.wechat-id-row {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  flex-wrap: wrap; margin: 14px 0 6px;
}
.wechat-id-label { font-size: 13px; color: var(--fg-500); }
.wechat-id-value { font-size: 16px; letter-spacing: .04em; color: var(--fg-900); }
.wechat-id-hint {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #c2410c !important;
  margin: 10px 0 12px !important;
}
.wechat-id-hint strong { font-size: 16px; color: #b91c1c; }
[data-copy-wechat] {
  border: 1px solid currentColor; background: transparent;
  color: inherit; padding: 6px 12px; cursor: pointer; font-size: 13px; border-radius: 8px;
}
[data-copy-wechat].is-copied { opacity: .7; }

/* PC convert */
.zh-pc-convert {
  display: none; position: fixed; right: 24px; bottom: 24px; z-index: 40;
  flex-direction: column; gap: 8px;
}
.zh-pc-convert a {
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
@media (min-width: 1024px) {
  .zh-pc-convert { display: flex; }
}

.zh-center-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.zh-list-stack { display: flex; flex-direction: column; gap: 24px; max-width: 896px; margin: 0 auto; }
.zh-list-stack .zh-card { padding: 28px 32px; }

.zh-related h2 {
  font-family: var(--font-heading); font-size: 22px; color: var(--fg-900); margin: 32px 0 16px;
}
