/*
Theme Name: Laozhou Machinery Wear Parts
Theme URI: http://localhost:8130
Author: Codex
Description: Industrial WordPress theme for crusher wear parts, WooCommerce catalogs, and embedded inquiry workflows. 后台自定义设置为中文。
Version: 2.4.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: chuizi
*/

:root {
  --cz-color-primary: #f2b800;
  --cz-color-secondary: #111820;
  --cz-color-accent: #d89028;
  --cz-color-danger: #be2d2d;
  --cz-color-bg: #f5f6f7;
  --cz-color-card: #ffffff;
  --cz-color-border: #d8dde2;
  --cz-color-text: #111820;
  --cz-color-muted: #59636e;
  --cz-color-link: #111820;
  --cz-color-link-hover: #d89028;
  --cz-color-deep: #071018;
  --cz-color-panel: #101923;
  --cz-color-steel: #2b343d;
  --cz-font-heading: "Inter", "Arial", sans-serif;
  --cz-font-body: "Inter", "Arial", sans-serif;
  --cz-base-font-size: 16px;
  --cz-line-height: 1.55;
  --cz-radius: 6px;
  --cz-shadow: 0 16px 40px rgba(6, 16, 24, .14);
  --cz-container: 1280px;
  --cz-header-logo-height: 46px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cz-color-bg);
  color: var(--cz-color-text);
  font-family: var(--cz-font-body);
  font-size: var(--cz-base-font-size);
  line-height: var(--cz-line-height);
}
a { color: var(--cz-color-link); text-decoration: none; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
a:hover { color: var(--cz-color-link-hover); }
img { max-width: 100%; height: auto; }
.site-container { width: min(var(--cz-container), calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
