/*
Theme Name: jwmsuo Astra Child
Theme URI: https://www.jwmsuo.com/
Author: Kou Dev Team
Author URI: https://www.jwmsuo.com/
Description: 金万码（jwmsuo）无源智能电子锁企业官网 —— 基于 Astra 免费正版主题的子主题。全站品牌色 #ff6700 橙系，后台零代码可维护（CPT 产品/方案/案例 + 原生字段 + 子主题 Customizer + 菜单/小工具）。父主题 Astra 负责页头/页脚/排版，子主题仅做品牌注入与九板块首页 + CPT 模板覆盖。
Version: 8.2.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
Template: astra
Text Domain: jwmsuo-astra-child
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready, accessibility-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   jwmsuo Astra Child —— 主题样式入口
   仅保留：主题头部声明（必需） + 品牌设计令牌（:root） + Astra 全局色覆盖 + 基础重置。
   组件/板块/响应式样式集中在 assets/css/brand.css（由 inc 排队加载）。
   ========================================================================== */

/* ---------- 品牌设计令牌 + 覆盖 Astra 全局色（开箱即橙） ---------- */
:root {
	/* 品牌令牌（我们的组件统一使用） */
	--jwmsuo-primary: #ff6700;          /* 主色：按钮/链接/强调/激活态/主 CTA */
	--jwmsuo-primary-dark: #d95400;     /* 深橙：hover、渐变收尾、页脚底、按下态 */
	--jwmsuo-primary-light: #ff8a33;    /* 浅橙：交互态、渐变起笔、悬停底色 */
	--jwmsuo-primary-tint: #fff1e8;     /* 极浅橙底：标签/卡片悬停底/分区浅底 */
	--jwmsuo-text: #1f2d3d;             /* 主文本（标题也用此深中性） */
	--jwmsuo-text-muted: #5b6b7b;       /* 次要文本/说明 */
	--jwmsuo-border: #f0e3d8;           /* 暖中性边框（替代原蓝调） */
	--jwmsuo-bg: #faf8f6;               /* 页面浅底 */
	--jwmsuo-white: #ffffff;            /* 卡片/页头底 */
	--jwmsuo-shadow: 0 4px 16px rgba(217, 84, 0, 0.10);
	--jwmsuo-shadow-hover: 0 10px 30px rgba(217, 84, 0, 0.16);
	--jwmsuo-radius: 8px;
	--jwmsuo-radius-lg: 14px;
	--jwmsuo-container: 1200px;
	--jwmsuo-gutter: 20px;

	/* 覆盖 Astra 全局色板 → 全站按钮/链接/强调变橙（子主题 style 晚于父主题加载，生效） */
	--ast-global-color-0: #ff6700; /* Theme Color（主色） */
	--ast-global-color-1: #d95400; /* 深 */
	--ast-global-color-2: #1f2d3d; /* 文本 */
	--ast-global-color-3: #5b6b7b; /* 次要文本 */
	--ast-global-color-4: #ffffff;
	--ast-global-color-5: #faf8f6; /* 背景 */
	--ast-global-color-6: #fff1e8; /* 浅橙底 */
	--ast-global-color-7: #f0e3d8; /* 边框 */
	--ast-global-color-8: #000000;
}

/* ---------- 基础重置（仅兜底，组件样式见 brand.css） ---------- */
* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
		"Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
	color: var(--jwmsuo-text);
	background: var(--jwmsuo-bg);
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

a {
	color: var(--jwmsuo-primary);
	text-decoration: none;
}

a:hover {
	color: var(--jwmsuo-primary-dark);
}

img {
	max-width: 100%;
	height: auto;
}
