/*
Theme Name: 袋走城市 Daizou City
Theme URI: https://www.daizouchengshi.com
Author: 袋走城市品牌组
Description: 袋走城市官方网站主题 —— 城市文创生活品牌「袋走城市，带走一座城」。金黄+黑+暖白品牌识别，粗描边、硬投影的文创徽章视觉风格；含首页"装袋"动效、城市跑马灯、滚动渐入、数字滚动等交互动效；覆盖品牌介绍、城市系列、产品中心、定制服务、合作案例、城市合伙人、新闻动态、联系合作全部栏目。
Version: 1.1.3
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: daizouchengshi
*/

/* ============ 基础 ============ */
:root {
  --gold: #D9A31B;
  --gold-bright: #F0C04A;
  --gold-dark: #B5860D;
  --gold-pale: #F3DFA4;
  --cream: #FBF5E6;
  --paper: #FFFDF8;
  --ink: #141414;
  --gray: #6F6552;
  --sand: #A89A75;
  --sand-2: #C9B377;
  --line: #E9DFC6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.dz-hero-grid, .dz-container, .dz-grid, .dz-section, .dz-hero-copy, .dz-hero-visual { min-width: 0; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
::selection { background: var(--gold-bright); color: var(--ink); }

/* ============ 布局工具 ============ */
.dz-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.dz-section { padding: 120px 24px; }
.dz-section--cream { background: var(--cream); }
.dz-section--gold { background: var(--gold); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.dz-section--ink { background: var(--ink); }
.dz-dots { background-image: radial-gradient(#EADFBF 1.5px, transparent 1.5px); background-size: 30px 30px; }

.dz-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2.5px solid var(--ink); border-radius: 999px;
  padding: 6px 16px; font-size: 13px; font-weight: 900;
  letter-spacing: .22em; background: var(--gold-bright);
  align-self: flex-start;
}
.dz-eyebrow--paper { background: var(--paper); }
.dz-eyebrow--dark { background: var(--ink); color: var(--gold-bright); border-color: var(--gold-bright); }

.dz-h1 { margin: 0; font-size: clamp(44px, 5.2vw, 72px); font-weight: 900; line-height: 1.2; letter-spacing: .02em; }
.dz-h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); font-weight: 900; line-height: 1.3; }
.dz-h3 { margin: 0; font-size: clamp(22px, 2.4vw, 28px); font-weight: 900; line-height: 1.4; }
.dz-lead { margin: 0; font-size: 18px; line-height: 1.95; color: var(--gray); font-weight: 500; }
.dz-hl { background: linear-gradient(transparent 60%, var(--gold-bright) 60%); }
.dz-sec-head { display: flex; flex-direction: column; gap: 18px; max-width: 800px; margin-bottom: 52px; }
.dz-sec-head--row { max-width: none; flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

/* ============ 按钮 / 标签 ============ */
.dz-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: inherit; font-size: 17px; font-weight: 900; text-decoration: none;
  padding: 16px 34px; border: 3px solid var(--ink); border-radius: 16px;
  box-shadow: 6px 6px 0 var(--ink); cursor: pointer; color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease; white-space: nowrap;
}
.dz-btn:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.dz-btn:active { transform: translate(0, 0) scale(.98); box-shadow: 4px 4px 0 var(--ink); }
.dz-btn--gold { background: var(--gold); }
.dz-btn--paper { background: var(--paper); }
.dz-btn--ink { background: var(--ink); color: var(--gold-bright); border-color: var(--ink); }

.dz-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cream); border: 2px solid var(--ink); border-radius: 999px;
  padding: 7px 15px; font-size: 13px; font-weight: 700; white-space: nowrap;
}
.dz-pill--paper { background: var(--paper); }
.dz-pill--ink { background: var(--ink); color: var(--gold-bright); border-color: var(--ink); font-weight: 900; letter-spacing: .15em; font-size: 12px; }
.dz-pill--gold { background: var(--gold); font-weight: 900; box-shadow: 3px 3px 0 var(--ink); border-width: 3px; letter-spacing: .1em; }

.dz-icon-box {
  flex: none; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
  background: var(--gold); border: 3px solid var(--ink); border-radius: 14px;
}

/* ============ 卡片 ============ */
.dz-card {
  background: var(--paper); border: 3px solid var(--ink); border-radius: 24px;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.dz-card--hover:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.dz-card--flat { box-shadow: none; background: var(--cream); }
.dz-card--dashed { background: var(--cream); border: 3px dashed var(--sand-2); border-radius: 24px; box-shadow: none; }
.dz-placeholder {
  position: relative; background: var(--cream);
  background-image: radial-gradient(#EADFBF 1.5px, transparent 1.5px); background-size: 24px 24px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  border-bottom: 3px solid var(--ink); color: var(--sand);
}
.dz-placeholder .dz-ph-note {
  position: absolute; bottom: 12px; right: 12px; background: var(--paper);
  border: 2px solid var(--ink); border-radius: 999px; padding: 4px 12px;
  font-size: 11px; font-weight: 700; color: var(--gray);
}

/* ============ 导航 ============ */
.dz-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--paper); border-bottom: 3px solid var(--ink);
  transition: box-shadow .3s ease;
}
.dz-nav.is-scrolled { box-shadow: 0 6px 0 rgba(20, 20, 20, .08); }
.dz-nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px; height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.dz-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); flex: none; }
.dz-logo img.dz-logo-h { height: 52px; width: auto; display: block; }
.dz-logo-text { display: flex; flex-direction: column; line-height: 1.2; white-space: nowrap; }
.dz-logo-text .zh { font-size: 21px; font-weight: 900; letter-spacing: .06em; }
.dz-logo-text .en { font-size: 9px; font-weight: 700; letter-spacing: .32em; color: #A88A2E; }
.dz-nav-links { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 700; }
.dz-nav-links a {
  color: var(--ink); text-decoration: none; padding: 6px 2px;
  border-bottom: 3px solid transparent; white-space: nowrap; flex: none;
  transition: border-color .2s ease;
}
.dz-nav-links a:hover, .dz-nav-links a.is-active { border-bottom-color: var(--gold); }
.dz-nav-cta {
  background: var(--ink); color: var(--gold-bright); text-decoration: none;
  font-size: 14px; font-weight: 900; padding: 11px 22px; border-radius: 999px;
  letter-spacing: .08em; transition: all .25s ease; white-space: nowrap; flex: none;
}
.dz-nav-cta:hover { background: var(--gold); color: var(--ink); }
.dz-burger {
  width: 46px; height: 46px; align-items: center; justify-content: center;
  background: var(--paper); border: 3px solid var(--ink); border-radius: 12px;
  cursor: pointer; flex: none; padding: 0; display: none;
}
.dz-mobile-menu {
  position: absolute; top: 100%; left: 0; right: 0; background: var(--paper);
  border-bottom: 3px solid var(--ink); display: none; flex-direction: column;
  box-shadow: 0 16px 0 rgba(20, 20, 20, .08);
}
.dz-mobile-menu.is-open { display: flex; }
.dz-mobile-menu a {
  padding: 16px 24px; border-top: 1px solid var(--line);
  font-size: 16px; font-weight: 900; color: var(--ink); text-decoration: none;
}
.dz-mobile-menu a.cta { color: var(--gold-dark); }

/* ============ 首屏 ============ */
.dz-hero { position: relative; padding: 158px 24px 0; background: var(--cream); }
.dz-hero-grid {
  max-width: 1280px; margin: 0 auto; display: grid;
  grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
}
.dz-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; padding-bottom: 60px; }
.dz-hero-copy .dz-eyebrow { background: var(--paper); box-shadow: 4px 4px 0 var(--ink); letter-spacing: .12em; font-size: 14px; padding: 8px 18px; }
.dz-hero-copy h1 { margin: 0; font-size: clamp(52px, 5.8vw, 82px); font-weight: 900; line-height: 1.16; letter-spacing: .02em; }
.dz-hero-script { height: 64px; width: auto; opacity: .9; }
.dz-hero-checks { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; font-weight: 700; color: var(--gray); }.dz-hero-checks span { display: inline-flex; align-items: center; gap: 7px; }
.dz-hero-checks svg { color: var(--gold); }

.dz-hero-visual { position: relative; height: 600px; display: flex; align-items: center; justify-content: center; }
.dz-hero-stage { position: relative; width: 520px; height: 600px; flex: none; }
.dz-hero-btns { display: flex; gap: 18px; flex-wrap: wrap; }
.dz-hero-blob {
  position: absolute; left: 50%; top: 54%; transform: translate(-50%, -50%);
  width: 430px; height: 430px; border-radius: 50%; background: var(--gold-pale);
}
.dz-hero-ring {
  position: absolute; left: 50%; top: 54%; width: 520px; height: 520px;
  margin-left: -260px; margin-top: -260px;
  border-radius: 50%; border: 3px dashed #C29316;
  animation: dz-spin 40s linear infinite;
}
.dz-bag-wrap {
  position: absolute; left: 50%; top: 58%; transform: translate(-50%, -50%);
  width: 330px; z-index: 2;
}
.dz-bag {
  width: 100%; display: block;
  animation: dz-bob 5.5s ease-in-out infinite;
  filter: drop-shadow(12px 14px 0 rgba(20, 20, 20, .12));
}
.dz-spark { position: absolute; border-radius: 50%; animation: dz-twinkle 3s ease-in-out infinite; }
.dz-pack-chip {
  position: absolute; left: 50%; top: 12%; z-index: 1;
  background: var(--paper); border: 3px solid var(--ink); border-radius: 999px;
  padding: 10px 20px; font-size: 16px; font-weight: 900; white-space: nowrap;
  box-shadow: 4px 4px 0 var(--ink); animation-fill-mode: both !important;
}
.dz-pack-chip.alt { background: var(--gold); }
.dz-pack-chip.chip-1 { margin-left: -52px; animation: dz-pack1 7.2s ease-in-out 0s infinite both; }
.dz-pack-chip.chip-2 { margin-left: -58px; animation: dz-pack2 7.2s ease-in-out 1.2s infinite both; }
.dz-pack-chip.chip-3 { margin-left: -55px; animation: dz-pack3 7.2s ease-in-out 2.4s infinite both; }
.dz-pack-chip.chip-4 { margin-left: -58px; animation: dz-pack4 7.2s ease-in-out 3.6s infinite both; }
.dz-pack-chip.chip-5 { margin-left: -55px; animation: dz-pack5 7.2s ease-in-out 4.8s infinite both; }
.dz-pack-chip.chip-6 { margin-left: -58px; animation: dz-pack6 7.2s ease-in-out 6s infinite both; }

/* 跑马灯 */
.dz-marquee {
  position: relative; background: var(--ink); overflow: hidden; padding: 16px 0;
  transform: rotate(-1.2deg) scale(1.02); margin: 0 -24px;
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
  max-width: 100vw;
}
.dz-marquee-track { display: flex; width: max-content; animation: dz-mq 28s linear infinite; }
.dz-marquee-group {
  display: flex; white-space: nowrap; font-size: 21px; font-weight: 900;
  letter-spacing: .12em; color: var(--gold-bright);
}
.dz-marquee-group span { padding: 0 22px; }
.dz-marquee-group .star { padding: 0; color: var(--paper); }

/* ============ 数据带 ============ */
.dz-stats { background: var(--gold); border-bottom: 3px solid var(--ink); padding: 64px 24px; }
.dz-stats-grid {
  max-width: 1280px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; text-align: center;
}
.dz-stat-num { font-size: 60px; font-weight: 900; line-height: 1; }
.dz-stat-num .unit { font-size: 26px; }
.dz-stat-label { margin-top: 10px; font-size: 16px; font-weight: 900; letter-spacing: .1em; }

/* ============ 列表行（图标+文字） ============ */
.dz-icon-row { display: flex; gap: 20px; align-items: flex-start; }
.dz-icon-row strong { display: block; font-size: 20px; font-weight: 900; margin-bottom: 6px; }
.dz-icon-row .desc { font-size: 15px; line-height: 1.8; color: var(--gray); }
.dz-icon-row--card { background: var(--paper); border: 3px solid var(--ink); border-radius: 20px; padding: 24px 26px; box-shadow: 6px 6px 0 var(--ink); transition: transform .2s ease; }
.dz-icon-row--card:hover { transform: translate(-3px, -3px); }
.dz-icon-row--dark { padding: 26px 0; border-bottom: 1px solid rgba(255, 253, 248, .18); }
.dz-icon-row--dark strong { color: var(--paper); }
.dz-icon-row--dark .desc { color: #B7AE99; }
.dz-icon-row--dark .dz-icon-box { border-color: var(--paper); }

/* ============ 引用块 ============ */
.dz-quote {
  margin: 0; position: relative; padding: 36px 32px 32px 40px;
  background: var(--cream); border: 3px solid var(--ink); border-radius: 24px;
  box-shadow: 8px 8px 0 var(--ink);
}
.dz-quote::before {
  content: "「"; position: absolute; left: 18px; top: -34px;
  font-size: 72px; font-weight: 900; color: var(--gold); line-height: 1;
}
.dz-quote p { margin: 0; font-size: 20px; line-height: 2.1; font-weight: 500; }
.dz-quote .en { margin: 20px 0 0; font-size: 13px; font-weight: 900; letter-spacing: .3em; color: #A88A2E; }

/* ============ 通用网格 ============ */
.dz-grid { display: grid; gap: 28px; }
.dz-grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr)); gap: 48px; }
.dz-grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.dz-grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 24px; }
.dz-grid--6 { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 18px; }

/* ============ 产品层级卡 ============ */
.dz-tier { background: var(--cream); border: 3px solid var(--ink); border-radius: 22px; padding: 30px 26px; display: flex; flex-direction: column; gap: 12px; position: relative; }
.dz-tier-num { font-size: 46px; font-weight: 900; color: transparent; -webkit-text-stroke: 2px var(--gold); line-height: 1; }
.dz-tier-flag { position: absolute; top: -16px; right: 18px; }
.dz-tier .examples { font-size: 13px; font-weight: 700; color: var(--sand); }
.dz-tier p { margin: 0; font-size: 14px; line-height: 1.85; color: var(--gray); }

/* ============ 产品卡 ============ */
.dz-product-card { overflow: hidden; display: flex; flex-direction: column; }
.dz-product-card .dz-placeholder { height: 190px; }
.dz-product-body { padding: 24px 26px; display: flex; flex-direction: column; gap: 8px; }
.dz-product-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dz-product-title-row strong { font-size: 20px; font-weight: 900; }
.dz-price { font-size: 16px; font-weight: 900; color: var(--gold-dark); }
.dz-product-body p { margin: 0; font-size: 14px; line-height: 1.8; color: var(--gray); }

/* ============ 迷你系列卡 ============ */
.dz-mini-card {
  background: var(--paper); border: 3px solid var(--ink); border-radius: 18px;
  padding: 22px 16px; display: flex; flex-direction: column; align-items: center;
  gap: 10px; text-align: center; transition: all .2s ease;
}
.dz-mini-card:hover { transform: translateY(-6px); box-shadow: 5px 8px 0 var(--ink); }
.dz-mini-card svg { color: var(--gold-dark); }
.dz-mini-card strong { font-size: 17px; font-weight: 900; }
.dz-mini-card .en { font-size: 11px; font-weight: 700; letter-spacing: .25em; color: var(--sand); }

/* ============ 文章卡 / 新闻 ============ */
.dz-post-card { padding: 32px 30px; display: flex; flex-direction: column; gap: 14px; text-decoration: none; color: var(--ink); }
.dz-post-meta { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; color: var(--sand); }
.dz-post-card .title { font-size: 21px; font-weight: 900; line-height: 1.5; }
.dz-post-card .excerpt { margin: 0; font-size: 14px; line-height: 1.9; color: var(--gray); }
.dz-post-card .more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 900; color: var(--gold-dark); }

.dz-link-arrow {
  display: inline-flex; align-items: center; gap: 8px; color: var(--ink);
  text-decoration: none; font-size: 16px; font-weight: 900;
  border-bottom: 3px solid var(--gold); padding-bottom: 3px; transition: gap .2s ease;
}
.dz-link-arrow:hover { gap: 14px; }

/* ============ 表单 ============ */
.dz-form-card { padding: 42px 38px; display: flex; flex-direction: column; gap: 18px; box-shadow: 10px 10px 0 var(--ink); border-radius: 28px; }
.dz-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dz-input, .dz-select, .dz-textarea {
  width: 100%; padding: 15px 16px; border: 2.5px solid var(--ink); border-radius: 12px;
  font-family: inherit; font-size: 15px; font-weight: 500; background: var(--cream);
  outline: none; color: var(--ink); transition: box-shadow .2s ease, background .2s ease;
}
.dz-input:focus, .dz-select:focus, .dz-textarea:focus { box-shadow: 0 0 0 4px var(--gold-bright); background: var(--paper); }
.dz-select { font-weight: 700; }
.dz-textarea { resize: vertical; }
.dz-form-note { font-size: 12px; font-weight: 500; color: var(--sand); text-align: center; }
.dz-field-label { display: block; margin: 0 0 7px; font-size: 12px; font-weight: 900; letter-spacing: .08em; color: var(--sand); }
.dz-consent { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.7; color: var(--gray); }
.dz-consent input { margin-top: 3px; accent-color: var(--gold); }
.dz-consent a { color: var(--ink); font-weight: 900; text-decoration-color: var(--gold); text-decoration-thickness: 2px; }
.dz-form-message { display: none; border: 2px solid var(--ink); border-radius: 12px; padding: 11px 14px; font-size: 13px; font-weight: 900; line-height: 1.6; }
.dz-form-message.is-error { display: block; background: #fff0ef; color: #9f1f12; }
.dz-form-message.is-success { display: block; background: #f4e3a5; color: var(--ink); }
.dz-input.is-invalid, .dz-select.is-invalid, .dz-textarea.is-invalid { box-shadow: 0 0 0 4px #F2A39A; background: #FFF7F5; }
.dz-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.dz-contact-row { display: flex; align-items: center; gap: 18px; }
.dz-contact-row > span:last-child { min-width: 0; }
.dz-contact-row .box {
  flex: none; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
  background: var(--paper); border: 3px solid var(--ink); border-radius: 14px; box-shadow: 4px 4px 0 var(--ink);
}
.dz-contact-row .box svg { color: var(--gold-dark); }
.dz-contact-row .label { display: block; font-size: 13px; font-weight: 700; color: var(--sand); letter-spacing: .1em; }
.dz-contact-row .value { font-size: 18px; font-weight: 900; color: var(--ink); text-decoration: none; }
.dz-contact-row .value { overflow-wrap: anywhere; word-break: break-word; }
.dz-contact-row .value--big { font-size: 24px; }

/* ============ 城市产品页 ============ */
.dz-product-hero {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
  gap: 46px; align-items: center;
}
.dz-page-hero-inner.dz-product-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
  align-items: center;
}
.dz-product-hero-copy { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.dz-product-hero-media {
  background: var(--paper); border: 3px solid var(--ink); border-radius: 28px;
  padding: 22px; box-shadow: 10px 10px 0 var(--ink); overflow: hidden;
}
.dz-product-hero-media img { width: 100%; display: block; border-radius: 20px; }
.dz-product-gallery {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 28px; align-items: stretch;
}
.dz-product-gallery-main,
.dz-product-shot {
  background: var(--paper); border: 3px solid var(--ink); border-radius: 24px;
  box-shadow: 7px 7px 0 var(--ink); overflow: hidden;
}
.dz-product-gallery-main img,
.dz-product-shot img { width: 100%; height: 100%; object-fit: contain; background: #fff; display: block; }
.dz-product-gallery-main { min-height: 560px; }
.dz-product-shot-list { display: grid; gap: 22px; }
.dz-product-shot { min-height: 260px; position: relative; }
.dz-product-shot figcaption,
.dz-product-gallery-main figcaption {
  position: absolute; left: 16px; top: 16px; z-index: 2;
  background: var(--gold); color: var(--ink); border: 2.5px solid var(--ink);
  border-radius: 999px; padding: 6px 13px; font-size: 12px; font-weight: 900;
  box-shadow: 3px 3px 0 var(--ink);
}
.dz-product-gallery-main { position: relative; }
.dz-product-story {
  display: grid; grid-template-columns: minmax(0, .85fr) minmax(300px, .55fr);
  gap: 44px; align-items: start;
}
.dz-product-story-copy { display: flex; flex-direction: column; gap: 22px; }
.dz-product-story-copy h2 { margin: 0; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.25; font-weight: 900; }
.dz-product-story-copy h3 { margin: 10px 0 0; font-size: 23px; font-weight: 900; }
.dz-product-story-copy p { margin: 0; font-size: 16px; line-height: 2; color: var(--gray); font-weight: 500; }
.dz-spec-list { display: grid; gap: 12px; }
.dz-spec-list div {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  border-bottom: 1px solid var(--line); padding-bottom: 12px;
}
.dz-spec-list dt { font-size: 13px; color: var(--sand); font-weight: 900; letter-spacing: .12em; }
.dz-spec-list dd { margin: 0; font-size: 15px; color: var(--ink); font-weight: 900; text-align: right; }
.dz-city-card-link { text-decoration: none; color: inherit; display: block; }
.dz-product-tabs { display: flex; flex-wrap: wrap; gap: 12px; }
.dz-product-index {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 18px;
}
.dz-product-index-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 14px;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 18px;
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.dz-product-index-card:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.dz-product-index-card img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: #fff;
}
.dz-product-index-card div { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.dz-product-index-card span {
  font-size: 11px;
  font-weight: 900;
  color: var(--gold-dark);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dz-product-index-card strong { font-size: 18px; line-height: 1.35; font-weight: 900; overflow-wrap: anywhere; }
.dz-product-matrix .dz-container { display: flex; flex-direction: column; gap: 34px; }

/* ============ 全国城市矩阵 / 城市详情页 ============ */
.dz-city-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .52fr);
  gap: 42px;
  align-items: center;
}
.dz-city-hero-copy { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; min-width: 0; }
.dz-city-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.dz-city-hero-card {
  min-height: 330px;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 28px;
  box-shadow: 10px 10px 0 var(--ink);
  overflow: hidden;
  display: flex;
}
.dz-city-hero-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dz-city-symbol {
  width: 100%;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 34px 24px;
  text-align: center;
  background: var(--gold);
  background-image: radial-gradient(rgba(255,255,255,.32) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
}
.dz-city-symbol span { font-size: clamp(54px, 8vw, 88px); line-height: 1; font-weight: 900; letter-spacing: .05em; }
.dz-city-symbol small { font-size: 15px; font-weight: 900; letter-spacing: .18em; color: #5C4A0E; }
.dz-city-symbol strong {
  display: inline-flex;
  padding: 8px 16px;
  border: 2.5px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 900;
}
.dz-city-summary {
  margin: 0;
  max-width: 430px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--gray);
  font-weight: 700;
}
.dz-city-directory-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
}
.dz-city-directory-intro-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.dz-city-directory-intro-main .dz-h2 {
  margin: 0;
  max-width: 980px;
}
.dz-city-directory-intro-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-self: end;
  min-width: 0;
}
.dz-city-directory-intro-side .dz-city-summary {
  max-width: 520px;
}
.dz-city-asset { padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; }
.dz-city-asset svg { width: 30px; height: 30px; color: var(--gold-dark); }
.dz-city-asset strong { font-size: 21px; line-height: 1.35; font-weight: 900; }
.dz-city-asset p { margin: 0; font-size: 14px; line-height: 1.9; color: var(--gray); font-weight: 500; }
.dz-city-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 20px;
}
.dz-city-product {
  min-height: 128px;
  padding: 24px 22px;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 20px;
  box-shadow: 6px 6px 0 var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.dz-city-product span { font-size: 14px; font-weight: 900; color: var(--gold-dark); letter-spacing: .16em; }
.dz-city-product strong { font-size: 22px; line-height: 1.35; font-weight: 900; }
.dz-city-feature {
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(280px, .72fr);
  gap: 34px;
  align-items: center;
  border-radius: 28px;
  box-shadow: 10px 10px 0 var(--ink);
}
.dz-city-feature-copy { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.dz-city-feature-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.1; font-weight: 900; }
.dz-city-feature-copy p { margin: 0; font-size: 16px; line-height: 2; color: var(--gray); font-weight: 600; }
.dz-city-feature-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; }
.dz-city-region { display: flex; flex-direction: column; gap: 18px; margin-top: 42px; }
.dz-city-region:first-of-type { margin-top: 0; }
.dz-city-region h3 { margin: 0; font-size: 28px; font-weight: 900; }
.dz-city-directory {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 18px;
}
.dz-city-directory--home { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.dz-city-directory-card {
  position: relative;
  min-width: 0;
  min-height: 172px;
  padding: 24px 22px;
  color: var(--ink);
  text-decoration: none;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 20px;
  box-shadow: 6px 6px 0 var(--ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.dz-city-directory-card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.dz-city-directory-card span { font-size: 12px; font-weight: 900; color: var(--gold-dark); letter-spacing: .12em; }
.dz-city-directory-card strong { font-size: 25px; line-height: 1.25; font-weight: 900; }
.dz-city-directory-card em { max-width: calc(100% - 30px); font-style: normal; font-size: 14px; line-height: 1.7; color: var(--gray); font-weight: 700; }
.dz-city-directory-card svg { position: absolute; right: 18px; bottom: 18px; color: var(--gold-dark); }
.dz-city-cta {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
}
.dz-city-cta h2 { margin-top: 20px; color: var(--paper); }
.dz-city-cta p { margin: 18px 0 0; max-width: 700px; font-size: 16px; line-height: 2; color: #B7AE99; font-weight: 600; }

.dz-tote-product {
  scroll-margin-top: 110px;
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 8px 8px 0 var(--ink);
}
.dz-tote-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .38fr);
  gap: 26px;
  align-items: start;
  margin-bottom: 28px;
}
.dz-tote-product-head h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.15;
  font-weight: 900;
}
.dz-tote-product-head p {
  margin: 0;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--gray);
  font-weight: 600;
}
.dz-tag-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.dz-tote-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 18px;
}
.dz-tote-media-card {
  position: relative;
  min-height: 260px;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 22px;
  box-shadow: 5px 5px 0 var(--ink);
  overflow: hidden;
}
.dz-tote-media-card--main {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 520px;
}
.dz-tote-media-card figcaption {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  max-width: calc(100% - 28px);
  background: var(--gold);
  color: var(--ink);
  border: 2.5px solid var(--ink);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  box-shadow: 3px 3px 0 var(--ink);
}
.dz-tote-media-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  background: #fff;
  display: block;
}
.dz-tote-story {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 18px;
  margin-top: 24px;
}
.dz-tote-story p {
  margin: 0;
  padding: 20px 22px;
  background: var(--paper);
  border-left: 5px solid var(--gold);
  border-radius: 0 14px 14px 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--gray);
  font-weight: 600;
}

/* ============ 页脚 ============ */
.dz-footer { background: var(--ink); color: #B7AE99; padding: 80px 24px 36px; border-top: 3px solid var(--ink); }
.dz-footer-grid { max-width: 1280px; margin: 0 auto 56px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.dz-footer-brand { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.dz-footer-brand .row { display: flex; align-items: center; gap: 14px; }
.dz-footer-brand img.logo-h { height: 74px; width: auto; align-self: flex-start; }
.dz-beian { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.dz-beian a { color: #B7AE99; text-decoration: none; }
.dz-beian a:hover { color: var(--gold-bright); }
.dz-footer-brand .zh { font-size: 24px; font-weight: 900; color: var(--paper); letter-spacing: .06em; }
.dz-footer-brand .en { font-size: 10px; font-weight: 700; letter-spacing: .32em; color: var(--gold); }
.dz-footer-brand .script { height: 46px; width: auto; filter: invert(1); opacity: .85; }
.dz-footer-brand p { margin: 0; font-size: 14px; line-height: 1.9; max-width: 340px; }
.dz-footer-col { display: flex; flex-direction: column; gap: 14px; }
.dz-footer-col strong { font-size: 15px; font-weight: 900; color: var(--paper); letter-spacing: .18em; }
.dz-footer-col a { color: #B7AE99; text-decoration: none; font-size: 14px; transition: color .2s ease; }
.dz-footer-col a:hover { color: var(--gold-bright); }
.dz-footer-col span { font-size: 14px; line-height: 1.8; }
.dz-footer-bar {
  max-width: 1280px; margin: 0 auto; border-top: 1px solid rgba(255, 253, 248, .15);
  padding-top: 26px; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap; font-size: 13px;
}

/* ============ 返回顶部 ============ */
.dz-top {
  position: fixed; right: 30px; bottom: 30px; z-index: 99; width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold); border: 3px solid var(--ink); border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink); opacity: 0; pointer-events: none;
  transition: opacity .3s ease, transform .2s ease;
}
.dz-top.is-visible { opacity: 1; pointer-events: auto; }
.dz-top:hover { transform: translateY(-4px); }

/* ============ 滚动渐入 ============ */
html.js .dz-reveal { opacity: 1; transform: none; transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1); }
html.js .dz-reveal.is-in { opacity: 1; transform: translateY(0); }

/* ============ 子页 hero / 文章页 ============ */
.dz-page-hero { padding: 170px 24px 70px; background: var(--cream); border-bottom: 3px solid var(--ink); }
.dz-page-hero-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.dz-page-hero-inner.dz-city-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .52fr);
  gap: 42px;
  align-items: center;
}
.dz-page-hero .dz-lead { max-width: 720px; }

.dz-article { max-width: 820px; margin: 0 auto; padding: 60px 24px 100px; }
.dz-article h1 { font-size: clamp(30px, 3.6vw, 44px); font-weight: 900; line-height: 1.4; margin: 0 0 18px; }
.dz-article .entry-content { font-size: 17px; line-height: 2.1; color: #3A3528; }
.dz-article .entry-content h2 { font-size: 26px; font-weight: 900; margin: 48px 0 16px; }
.dz-article .entry-content h3 { font-size: 21px; font-weight: 900; margin: 36px 0 12px; }
.dz-article .entry-content img { border: 3px solid var(--ink); border-radius: 18px; }
.dz-article .entry-content blockquote { margin: 28px 0; padding: 20px 26px; background: var(--cream); border: 3px solid var(--ink); border-radius: 18px; font-weight: 500; }

.dz-pagination { display: flex; justify-content: center; gap: 10px; padding: 20px 0 0; }
.dz-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px;
  padding: 0 14px; border: 2.5px solid var(--ink); border-radius: 12px; background: var(--paper);
  font-weight: 900; text-decoration: none; color: var(--ink);
}
.dz-pagination .page-numbers.current { background: var(--gold); }

/* ============ 表格（价格表） ============ */
.dz-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 3px solid var(--ink); border-radius: 18px; overflow: hidden; background: var(--paper); }
.dz-table th { background: var(--ink); color: var(--gold-bright); font-size: 15px; font-weight: 900; letter-spacing: .08em; padding: 16px 20px; text-align: left; }
.dz-table td { padding: 15px 20px; font-size: 15px; border-top: 1px solid var(--line); }
.dz-table tr:nth-child(even) td { background: var(--cream); }
.dz-table .price { font-weight: 900; color: var(--gold-dark); white-space: nowrap; }

/* ============ 动画关键帧 ============ */
@keyframes dz-bob { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes dz-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes dz-mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes dz-twinkle { 0%, 100% { opacity: .15; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes dz-pack1 { 0% { transform: translate(-250px, -150px) rotate(-16deg); opacity: 0; } 6% { opacity: 1; } 48% { transform: translate(0, 0) rotate(0deg); opacity: 1; } 60% { transform: translate(0, 72px) scale(.4); opacity: 0; } 100% { transform: translate(0, 72px) scale(.4); opacity: 0; } }
@keyframes dz-pack2 { 0% { transform: translate(270px, -120px) rotate(14deg); opacity: 0; } 6% { opacity: 1; } 48% { transform: translate(0, 0) rotate(0deg); opacity: 1; } 60% { transform: translate(0, 72px) scale(.4); opacity: 0; } 100% { transform: translate(0, 72px) scale(.4); opacity: 0; } }
@keyframes dz-pack3 { 0% { transform: translate(-300px, 30px) rotate(-9deg); opacity: 0; } 6% { opacity: 1; } 48% { transform: translate(0, 0) rotate(0deg); opacity: 1; } 60% { transform: translate(0, 72px) scale(.4); opacity: 0; } 100% { transform: translate(0, 72px) scale(.4); opacity: 0; } }
@keyframes dz-pack4 { 0% { transform: translate(310px, -10px) rotate(10deg); opacity: 0; } 6% { opacity: 1; } 48% { transform: translate(0, 0) rotate(0deg); opacity: 1; } 60% { transform: translate(0, 72px) scale(.4); opacity: 0; } 100% { transform: translate(0, 72px) scale(.4); opacity: 0; } }
@keyframes dz-pack5 { 0% { transform: translate(-130px, -240px) rotate(-7deg); opacity: 0; } 6% { opacity: 1; } 48% { transform: translate(0, 0) rotate(0deg); opacity: 1; } 60% { transform: translate(0, 72px) scale(.4); opacity: 0; } 100% { transform: translate(0, 72px) scale(.4); opacity: 0; } }
@keyframes dz-pack6 { 0% { transform: translate(170px, -230px) rotate(12deg); opacity: 0; } 6% { opacity: 1; } 48% { transform: translate(0, 0) rotate(0deg); opacity: 1; } 60% { transform: translate(0, 72px) scale(.4); opacity: 0; } 100% { transform: translate(0, 72px) scale(.4); opacity: 0; } }

/* ============ 响应式 ============ */
@media (max-width: 1100px) {
  .dz-nav-links { display: none; }
  .dz-burger { display: flex; }
}
@media (max-width: 1024px) {
  .dz-section { padding: 88px 24px; }
  .dz-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .dz-hero-visual { height: 530px; }
  .dz-hero-stage { transform: scale(.85); }
  .dz-cities-grid { grid-template-columns: 1fr !important; }
  .dz-city-feature,
  .dz-city-cta { grid-template-columns: 1fr; }
  .dz-partner-card { grid-template-columns: 1fr !important; padding: 44px 32px !important; }
  .dz-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .dz-hero { padding-top: 108px; }
  .dz-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, .78fr); gap: 18px; }
  .dz-hero-copy { gap: 22px; padding-bottom: 36px; }
  .dz-hero-copy h1 { font-size: clamp(42px, 6vw, 58px); }
  .dz-hero-visual { height: 370px; overflow: hidden; align-items: flex-start; }
  .dz-hero-stage { transform: scale(.60); transform-origin: center top; }
  .dz-stats-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .dz-stat-num { font-size: 46px; }
  .dz-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dz-page-hero-inner.dz-city-hero {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .58fr);
    gap: 26px;
    align-items: center;
  }
  .dz-city-hero-card,
  .dz-city-symbol {
    min-height: 300px;
  }
}
@media (max-width: 640px) {
  /* 导航 */
  .dz-nav-inner { height: 58px; padding: 0 14px; gap: 8px; }
  .dz-logo img.dz-logo-h { height: 32px; }
  .dz-nav-cta { font-size: 11px; padding: 7px 12px; letter-spacing: .04em; }
  .dz-burger { width: 38px; height: 38px; border-width: 2.5px; border-radius: 10px; }
  .dz-burger svg { width: 22px !important; height: 22px !important; }
  .dz-mobile-menu a { padding: 14px 18px; font-size: 15px; }
  /* 区块节奏 */
  .dz-section { padding: 60px 18px; }
  .dz-hero { padding: 76px 18px 0; }
  .dz-hero-grid, .dz-hero-copy, .dz-hero-visual { width: 100%; max-width: 100%; }
  .dz-page-hero { padding: 116px 18px 48px; }
  /* 首屏文案 */
  .dz-hero-copy { gap: 14px; padding-bottom: 18px; }
  .dz-hero-copy .dz-eyebrow { font-size: 11px; letter-spacing: .06em; padding: 6px 12px; box-shadow: 3px 3px 0 var(--ink); }
  .dz-hero-copy h1 { font-size: 38px; line-height: 1.12; }
  .dz-hero-script { height: 38px; }
  .dz-hero-copy .dz-lead { font-size: 14.5px; line-height: 1.75; }
  .dz-hero-btns { flex-direction: column; align-self: stretch; gap: 10px; width: 100%; max-width: 100%; }
  .dz-hero-btns .dz-btn { justify-content: center; font-size: 15px; padding: 12px 18px; width: 100%; max-width: 100%; border-width: 2.5px; border-radius: 14px; box-shadow: 4px 4px 0 var(--ink); }
  .dz-hero-checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; font-size: 11.5px; line-height: 1.35; width: 100%; }
  .dz-hero-checks span { gap: 5px; justify-content: center; white-space: nowrap; }
  .dz-hero-checks svg { width: 15px !important; height: 15px !important; flex: none; }
  /* 首屏动效：手机端改为紧凑徽章，避免 Safari 地址栏下视觉被拉长 */
  .dz-hero-visual { height: 250px; overflow: hidden; margin-top: 2px; align-items: flex-start; }
  .dz-hero-stage { transform: scale(.42); transform-origin: center top; margin-top: -16px; }
  .dz-pack-chip { display: none; }
  /* 跑马灯 */
  .dz-marquee { padding: 11px 0; }
  .dz-marquee { margin-left: -18px; margin-right: -18px; transform: none; }
  .dz-marquee-group { font-size: 15px; }
  /* 数据带 2×2 */
  .dz-stats { padding: 44px 18px; }
  .dz-stats-grid { grid-template-columns: 1fr 1fr; gap: 28px 14px; }
  .dz-stat-num { font-size: 40px; }
  .dz-stat-num .unit { font-size: 17px; }
  .dz-stat-label { font-size: 12px; margin-top: 6px; letter-spacing: .06em; }
  /* 标题与正文比例 */
  .dz-h1 { font-size: clamp(34px, 9.6vw, 44px); }
  .dz-h2 { font-size: 28px; }
  .dz-h3 { font-size: 21px; }
  .dz-lead { font-size: 15.5px; line-height: 1.9; }
  .dz-quote p { font-size: 16.5px; line-height: 2; }
  .dz-quote { padding: 28px 22px 26px 30px; }
  .dz-grid--2 { gap: 32px; }
  .dz-btn { font-size: 16px; padding: 14px 26px; }
  /* 卡片 */
  .dz-partner-card { padding: 32px 20px !important; gap: 26px !important; border-radius: 24px !important; box-shadow: 8px 8px 0 var(--ink) !important; }
  .dz-form-card { padding: 26px 20px; }
  .dz-form-row { grid-template-columns: 1fr; }
  /* 城市产品页 */
  .dz-page-hero-inner.dz-product-hero,
  .dz-product-hero,
  .dz-product-gallery,
  .dz-product-story { grid-template-columns: 1fr; gap: 28px; }
  .dz-product-hero-media { padding: 12px; border-radius: 22px; box-shadow: 6px 6px 0 var(--ink); }
  .dz-product-hero-media img { border-radius: 16px; }
  .dz-product-gallery-main { min-height: 0; }
  .dz-product-gallery-main img { aspect-ratio: 1 / 1.2; }
  .dz-product-shot-list { grid-template-columns: 1fr; }
  .dz-product-shot { min-height: 0; }
  .dz-product-shot img { aspect-ratio: 1 / 1; }
  .dz-product-story-copy h2 { font-size: 30px; }
  .dz-product-story-copy h3 { font-size: 20px; }
  .dz-product-story-copy p { font-size: 15px; line-height: 1.9; }
  .dz-spec-list div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .dz-spec-list dd { text-align: left; }
  .dz-product-index { grid-template-columns: 1fr; gap: 14px; }
  .dz-product-index-card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .dz-product-index-card img { width: 76px; height: 76px; border-radius: 10px; }
  .dz-product-index-card strong { font-size: 16px; }
  .dz-product-matrix .dz-container { gap: 26px; }
  .dz-page-hero-inner.dz-city-hero { grid-template-columns: 1fr; gap: 24px; }
  .dz-city-hero { gap: 24px; }
  .dz-city-hero-copy { gap: 16px; }
  .dz-city-actions { width: 100%; gap: 10px; }
  .dz-city-actions .dz-btn { width: 100%; max-width: 100%; font-size: 15px; padding: 12px 18px; white-space: normal; text-align: center; }
  .dz-city-hero-card,
  .dz-city-symbol { min-height: 230px; border-radius: 22px; }
  .dz-city-hero-card { box-shadow: 6px 6px 0 var(--ink); }
  .dz-city-symbol { padding: 24px 16px; }
  .dz-city-symbol span { font-size: 50px; }
  .dz-city-symbol small { font-size: 12px; letter-spacing: .12em; }
  .dz-city-symbol strong { font-size: 12px; }
  .dz-city-summary { font-size: 14.5px; line-height: 1.85; }
  .dz-city-directory-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }
  .dz-city-directory-intro-side {
    justify-self: stretch;
  }
  .dz-city-directory-intro-side .dz-city-summary {
    max-width: none;
  }
  .dz-city-asset { padding: 24px 20px; border-radius: 20px; box-shadow: 5px 5px 0 var(--ink); }
  .dz-city-asset strong { font-size: 19px; }
  .dz-city-product { min-height: 108px; padding: 20px 18px; border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); }
  .dz-city-product strong { font-size: 19px; }
  .dz-city-feature { padding: 24px 18px; gap: 22px; border-radius: 22px; box-shadow: 6px 6px 0 var(--ink); }
  .dz-city-feature-copy h2 { font-size: 34px; }
  .dz-city-feature-copy p { font-size: 15px; line-height: 1.85; }
  .dz-city-region { margin-top: 34px; }
  .dz-city-region h3 { font-size: 22px; }
  .dz-city-directory { gap: 14px; }
  .dz-city-directory-card { min-height: 144px; padding: 20px 18px; border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); }
  .dz-city-directory-card strong { font-size: 22px; }
  .dz-city-directory-card em { font-size: 13px; line-height: 1.65; }
  .dz-city-cta { gap: 22px; }
  .dz-city-cta h2 { margin-top: 16px; font-size: 28px; }
  .dz-city-cta p { font-size: 15px; line-height: 1.85; }
  .dz-tote-product {
    scroll-margin-top: 86px;
    padding: 20px 16px;
    border-radius: 22px;
    box-shadow: 5px 5px 0 var(--ink);
  }
  .dz-tote-product-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }
  .dz-tote-product-head h2 { font-size: 30px; line-height: 1.2; }
  .dz-tote-product-head p { font-size: 15px; line-height: 1.85; }
  .dz-tag-list { justify-content: flex-start; }
  .dz-tote-media-grid { grid-template-columns: 1fr; gap: 14px; }
  .dz-tote-media-card,
  .dz-tote-media-card--main {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    border-radius: 18px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .dz-tote-media-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1.18;
  }
  .dz-tote-media-card figcaption { left: 11px; top: 11px; font-size: 11px; padding: 5px 10px; }
  .dz-tote-story { grid-template-columns: 1fr; gap: 12px; }
  .dz-tote-story p { padding: 16px 16px; font-size: 14px; line-height: 1.85; }
  /* 表格与文章 */
  .dz-table th, .dz-table td { padding: 12px 14px; font-size: 13px; }
  .dz-article { padding: 40px 18px 72px; }
  .dz-article .entry-content { font-size: 16px; line-height: 2; }
  /* 页脚 */
  .dz-footer { padding: 52px 18px 30px; }
  .dz-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; margin-bottom: 34px; }
  .dz-footer-brand { grid-column: 1 / -1; gap: 16px; }
  .dz-footer-brand img.logo-h { height: 54px; }
  .dz-footer-brand .script { height: 34px; }
  .dz-footer-brand p { max-width: none; font-size: 13px; line-height: 1.8; }
  .dz-footer-col { gap: 11px; min-width: 0; }
  .dz-footer-col strong { font-size: 15px; letter-spacing: .14em; }
  .dz-footer-col a, .dz-footer-col span { font-size: 14px; line-height: 1.75; }
  .dz-footer-col:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }
  .dz-footer-col:last-child strong,
  .dz-footer-col:last-child span:last-child { grid-column: 1 / -1; }
  .dz-footer-col:last-child span { overflow-wrap: anywhere; }
  .dz-footer-bar { align-items: flex-start; gap: 12px; font-size: 12px; line-height: 1.8; padding-top: 20px; }
  .dz-top { width: 44px; height: 44px; right: 18px; bottom: 92px; border-width: 2.5px; box-shadow: 3px 3px 0 var(--ink); }
}
