/*
Theme Name: Eco Bold 海报撞色
Theme URI: https://example.com/themes/eco-bold
Author: Chengdu Eco Themes
Author URI: https://example.com
Description: 海报撞色风环保设备主题 v2。噪点纸面、印刷套准偏移大字、胶带与规线、跑马灯字幕带、脉冲布袋除尘器海报插画与硬阴影卡组，像一张贴在车间门口的大海报，适合话不多说直接报价的环保设备代理商。内置产品设备文章类型与设备分类法。
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eco-bold
Tags: black, white, bold, brutalist, custom-menu, custom-logo, featured-images
*/

/* ============ 变量与基础 ============ */
:root {
	--ink: #131313;
	--paper: #f6f3ec;
	--paper-2: #efeadf;
	--org: #ff4a17;
	--org-deep: #d63a0e;
	--tapey: rgba(255, 216, 0, 0.78);
	--cyanreg: rgba(0, 183, 214, 0.5);
	--magreg: rgba(255, 46, 136, 0.5);
	--muted: #5c574d;
	--line: #131313;
	--mono: ui-monospace, SFMono-Regular, "JetBrains Mono", Menlo, Consolas, monospace;
	--hard: 8px 8px 0 var(--ink);
	--hard-sm: 5px 5px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: var(--ink);
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),
		var(--paper);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: color 0.15s ease, background 0.15s ease; }
a:hover { color: var(--org); }
h1, h2, h3, h4 { line-height: 1.22; margin: 0 0 0.5em; color: var(--ink); font-weight: 800; }
p { margin: 0 0 1em; }
table { border-collapse: collapse; width: 100%; margin: 1.2em 0; border: 3px solid var(--ink); }
th, td { border: 2px solid var(--ink); padding: 10px 14px; text-align: left; }
th { background: var(--ink); color: #fff; font-weight: 700; }
blockquote { margin: 1.2em 0; padding: 14px 22px; border-left: 8px solid var(--org); background: #fff; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); border-right: 3px solid var(--ink); }
code, pre { font-family: var(--mono); background: #fff; border: 2px solid var(--ink); }
code { padding: 2px 6px; font-size: 0.9em; }
pre { padding: 16px; overflow: auto; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.sec-paper { background: var(--paper-2); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }

.screen-reader-text { border: 0; clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; }
.skip-link { position: absolute; left: -9999px; background: var(--ink); color: #fff; padding: 8px 16px; z-index: 999; }
.skip-link:focus { left: 0; top: 0; clip-path: none; width: auto; height: auto; }

/* ============ 浮现动画 ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.svc-grid .svc:nth-child(2), .equipment-grid .eq-card:nth-child(2), .memo-grid .memo:nth-child(2) { transition-delay: 0.08s; }
.svc-grid .svc:nth-child(3), .equipment-grid .eq-card:nth-child(3), .memo-grid .memo:nth-child(3) { transition-delay: 0.16s; }
.svc-grid .svc:nth-child(4) { transition-delay: 0.24s; }
.equipment-grid .eq-card:nth-child(5) { transition-delay: 0.08s; }
.equipment-grid .eq-card:nth-child(6) { transition-delay: 0.16s; }

/* ============ 按钮 ============ */
.btn {
	display: inline-block;
	padding: 13px 28px;
	border: 3px solid var(--ink);
	border-radius: 0;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.06em;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-primary { background: var(--ink); color: #fff; box-shadow: 6px 6px 0 var(--org); }
.btn-primary:hover { color: #fff; transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--org); }
.btn-secondary { background: #fff; color: var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.btn-secondary:hover { color: var(--ink); transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--ink); }
.btn-invert { background: #fff; color: var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.btn-invert:hover { color: var(--org-deep); transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--ink); }

/* ============ 页头 ============ */
.site-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: var(--paper);
	border-bottom: 3px solid var(--ink);
	transition: box-shadow 0.25s ease;
}
.site-header.is-stuck { box-shadow: 0 6px 0 rgba(19, 19, 19, 0.12); }
.header-inner { display: flex; align-items: center; gap: 26px; min-height: 76px; }
.site-branding { flex-shrink: 0; }
.site-logo-text { display: flex; align-items: center; gap: 12px; }
.logo-mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	background: var(--ink);
	color: var(--org);
	font-size: 21px;
	font-weight: 900;
	transform: rotate(-6deg);
	box-shadow: 3px 3px 0 var(--org);
}
.logo-words { display: flex; flex-direction: column; line-height: 1.25; }
.site-title { font-size: 19px; font-weight: 900; color: var(--ink); letter-spacing: 0.03em; }
.site-desc { font-size: 12px; color: var(--muted); font-family: var(--mono); letter-spacing: 0.08em; }
.custom-logo { max-height: 48px; width: auto; }

.main-navigation { margin-left: auto; }
.main-navigation .menu { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-navigation a {
	display: block;
	padding: 8px 14px;
	color: var(--ink);
	font-size: 15px;
	font-weight: 700;
	border-bottom: 3px solid transparent;
}
.main-navigation a:hover { color: var(--org); border-bottom-color: var(--org); }
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a { background: var(--ink); color: #fff; }
.main-navigation .sub-menu { display: none; }
.header-cta { padding: 9px 20px; font-family: var(--mono); font-size: 14px; flex-shrink: 0; box-shadow: 4px 4px 0 var(--org); }

.menu-toggle { display: none; background: #fff; border: 3px solid var(--ink); border-radius: 0; padding: 9px; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); }
.menu-toggle-bar { display: block; width: 20px; height: 3px; background: var(--ink); margin: 4px 0; }

/* ============ 海报首屏 ============ */
.poster { position: relative; padding: 76px 0 0; overflow: hidden; border-bottom: 3px solid var(--ink); }
.reg { position: absolute; font-family: var(--mono); font-size: 22px; color: var(--ink); opacity: 0.55; }
.reg-tl { top: 14px; left: 20px; }
.reg-tr { top: 14px; right: 20px; }
.reg-bl { bottom: 74px; left: 20px; }
.poster-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr); gap: 54px; align-items: center; padding-bottom: 72px; }
.post-issue { font-family: var(--mono); font-size: 13px; letter-spacing: 0.28em; color: var(--ink); border: 2px solid var(--ink); display: inline-block; padding: 5px 12px; background: #fff; box-shadow: 4px 4px 0 var(--org); margin-bottom: 26px; }
.post-title {
	font-size: clamp(40px, 5.8vw, 74px);
	font-weight: 900;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
	text-wrap: balance;
}
.misreg { animation: bdjit 7s steps(1) infinite; text-shadow: 4px 0 0 var(--magreg), -4px 0 0 var(--cyanreg); }
@keyframes bdjit {
	0%, 91%, 100% { text-shadow: 4px 0 0 var(--magreg), -4px 0 0 var(--cyanreg); }
	92% { text-shadow: 9px 2px 0 var(--magreg), -9px -2px 0 var(--cyanreg); }
	94% { text-shadow: 2px -2px 0 var(--magreg), -2px 2px 0 var(--cyanreg); }
	96% { text-shadow: 6px 1px 0 var(--magreg), -6px -1px 0 var(--cyanreg); }
}
.post-text { font-size: 17.5px; color: var(--muted); max-width: 30em; margin-bottom: 30px; font-weight: 500; }
.post-actions { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 30px; }
.post-claims { display: flex; gap: 12px; flex-wrap: wrap; }
.post-claims span {
	font-family: var(--mono);
	font-size: 13px;
	font-weight: 700;
	border: 2px solid var(--ink);
	background: #fff;
	padding: 5px 13px;
	letter-spacing: 0.06em;
}
.post-claims span:nth-child(1) { transform: rotate(-2deg); }
.post-claims span:nth-child(2) { transform: rotate(1.5deg); background: var(--org); color: #fff; border-color: var(--ink); }
.post-claims span:nth-child(3) { transform: rotate(-1deg); }

/* 海报插画卡 */
.postercard {
	position: relative;
	margin: 0;
	background: #fff;
	border: 3px solid var(--ink);
	box-shadow: var(--hard);
	padding: 26px 22px 16px;
	transform: rotate(0.8deg);
}
.postercard svg { width: 100%; height: auto; display: block; }
.postercard-cap { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.1em; color: var(--muted); border-top: 2px dashed var(--ink); margin-top: 14px; padding-top: 10px; text-align: center; }
.tape {
	position: absolute;
	width: 132px;
	height: 34px;
	background: var(--tapey);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
	clip-path: polygon(3% 0, 97% 4%, 100% 88%, 95% 100%, 4% 96%, 0 12%);
	pointer-events: none;
	z-index: 3;
}
.tp-l { top: -16px; left: -34px; transform: rotate(-14deg); }
.tp-r { bottom: -14px; right: -30px; transform: rotate(12deg); }
.tp-m { top: -16px; left: 50%; margin-left: -66px; transform: rotate(-3deg); }

/* 插画元素 */
.pj-k { stroke: var(--ink); stroke-width: 4; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.pj-k.thin { stroke-width: 2.5; }
.pj-tank { fill: var(--org); stroke: var(--ink); stroke-width: 4; }
.pj-bag { fill: #fff; stroke: var(--ink); stroke-width: 3; }
.pj-bin { fill: var(--org); stroke: var(--ink); stroke-width: 4; }
.pj-duct { stroke: var(--ink); stroke-width: 6; fill: none; stroke-linecap: round; }
.pj-arrhead { fill: var(--ink); }
.pj-fanbody { fill: var(--org); stroke: var(--ink); stroke-width: 4; }
.pj-blade { stroke: #fff; stroke-width: 4; stroke-linecap: round; }
.pj-fan { transform-box: fill-box; transform-origin: center; animation: bdspin 2.6s linear infinite; }
@keyframes bdspin { to { transform: rotate(360deg); } }
.pj-ring { fill: none; stroke: var(--org); stroke-width: 3; transform-box: fill-box; transform-origin: center; animation: bdring 2.2s ease-out infinite; }
.pj-ring.r2 { animation-delay: 0.55s; }
.pj-ring.r3 { animation-delay: 1.1s; }
.pj-ring.r4 { animation-delay: 1.65s; }
@keyframes bdring { 0% { transform: scale(0.4); opacity: 1; } 100% { transform: scale(3); opacity: 0; } }
.pj-dust { fill: var(--ink); transform-box: fill-box; animation: bddust 2.8s ease-in infinite; }
.pj-dust.d2 { animation-delay: 0.8s; }
.pj-dust.d3 { animation-delay: 1.6s; }
@keyframes bddust { 0% { transform: translateY(0); opacity: 0; } 15% { opacity: 0.9; } 100% { transform: translateY(38px); opacity: 0; } }
.pj-air { stroke: var(--org); stroke-width: 4; stroke-dasharray: 8 8; animation: bdflow 1.2s linear infinite; }
@keyframes bdflow { to { stroke-dashoffset: -32; } }
.pj-lead { stroke: var(--ink); stroke-width: 2; stroke-dasharray: 4 4; }
.pchip rect { fill: var(--ink); }
.pchip text { fill: #fff; font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; }
.pchip.ok rect { fill: var(--org); }

/* 跑马灯 */
.marq { background: var(--ink); border-top: 3px solid var(--ink); overflow: hidden; padding: 12px 0; }
.marq-track { display: flex; white-space: nowrap; width: max-content; animation: bdmarq 22s linear infinite; }
.marq-track span {
	font-family: var(--mono);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--org);
	padding-right: 12px;
}
@keyframes bdmarq { to { transform: translateX(-50%); } }

/* ============ 区块标题 ============ */
.bd-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 42px; flex-wrap: wrap; }
.bd-no {
	font-family: var(--mono);
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 900;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 2.5px var(--ink);
}
.bd-head h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 900; margin: 0; border-bottom: 6px solid var(--org); padding-bottom: 4px; }
.bd-more { margin-left: auto; font-family: var(--mono); font-size: 14px; font-weight: 700; border-bottom: 2px solid var(--ink); }
.bd-more:hover { color: var(--org); border-color: var(--org); }

/* ============ 直给服务 ============ */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.svc {
	position: relative;
	background: #fff;
	border: 3px solid var(--ink);
	box-shadow: var(--hard-sm);
	padding: 26px 22px 22px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.svc:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--org); }
.svc-gno {
	position: absolute;
	top: 8px;
	right: 14px;
	font-style: normal;
	font-family: var(--mono);
	font-size: 54px;
	font-weight: 900;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 2px rgba(19, 19, 19, 0.22);
}
.svc h3 { font-size: 20px; font-weight: 900; margin: 0 0 10px; }
.svc p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ============ 设备卡片 ============ */
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.eq-card {
	background: #fff;
	border: 3px solid var(--ink);
	box-shadow: var(--hard);
	overflow: visible;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.eq-card:hover { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--org); }
.eq-thumb { position: relative; display: block; aspect-ratio: 16 / 10; background: var(--paper-2); border-bottom: 3px solid var(--ink); overflow: hidden; }
.eq-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.2) contrast(1.05); transition: filter 0.3s ease; }
.eq-card:hover .eq-thumb img { filter: none; }
.unit-no {
	position: absolute;
	top: 10px;
	left: -8px;
	z-index: 2;
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: #fff;
	background: var(--ink);
	padding: 4px 10px;
	transform: rotate(-3deg);
	box-shadow: 2px 2px 0 var(--org);
}
.thumb-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); }
.thumb-placeholder svg { width: 44%; height: auto; opacity: 0.85; }
.eq-body { padding: 18px 22px 22px; }
.eq-terms { display: inline-block; font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; color: #fff; background: var(--org); padding: 2px 9px; margin-bottom: 10px; }
.eq-terms a { color: inherit; }
.eq-title { font-size: 18px; font-weight: 900; margin: 0 0 12px; }
.eq-title a { color: var(--ink); }
.eq-title a:hover { color: var(--org); }
.eq-more { font-family: var(--mono); font-size: 14px; font-weight: 800; border-bottom: 3px solid var(--org); }

/* ============ 数字带 ============ */
.counts { background: var(--ink); color: #fff; padding: 72px 0; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.count-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.count b { font-family: var(--mono); font-size: clamp(44px, 5.6vw, 72px); font-weight: 900; color: #fff; line-height: 1; }
.count i { font-style: normal; font-family: var(--mono); font-size: clamp(20px, 2.4vw, 30px); font-weight: 900; color: var(--org); margin-left: 4px; }
.count span { display: block; margin-top: 10px; font-size: 14px; letter-spacing: 0.14em; color: rgba(255, 255, 255, 0.72); }
.count .js-count { opacity: 1; transform: none; }

/* ============ 现场手记 ============ */
.memo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.memo {
	position: relative;
	background: #fff;
	border: 3px solid var(--ink);
	box-shadow: var(--hard-sm);
	padding: 30px 24px 22px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.memo:nth-child(odd) { transform: rotate(-0.8deg); }
.memo:nth-child(even) { transform: rotate(0.7deg); }
.memo:hover { transform: rotate(0) translate(-2px, -2px); box-shadow: 8px 8px 0 var(--org); }
.memo-date { font-family: var(--mono); font-size: 12.5px; font-weight: 800; letter-spacing: 0.12em; color: var(--org-deep); }
.memo-title { font-size: 18px; font-weight: 900; margin: 8px 0 10px; }
.memo-title a { color: var(--ink); }
.memo-title a:hover { color: var(--org); }
.memo-excerpt { font-size: 14.5px; color: var(--muted); margin-bottom: 12px; }
.memo-more { font-family: var(--mono); font-size: 14px; font-weight: 800; border-bottom: 3px solid var(--ink); }
.memo-more:hover { border-color: var(--org); }

/* ============ 吼叫 CTA ============ */
.shout {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	background: var(--org);
	border: 4px solid var(--ink);
	box-shadow: 14px 14px 0 var(--ink);
	padding: 58px 58px;
}
.shout-eyebrow { font-family: var(--mono); font-size: 13px; font-weight: 800; letter-spacing: 0.3em; color: var(--ink); margin-bottom: 10px; }
.shout h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 900; color: var(--ink); margin-bottom: 10px; }
.shout .misreg { text-shadow: 4px 0 0 rgba(255, 255, 255, 0.55), -4px 0 0 rgba(19, 19, 19, 0.35); }
.shout-sub { color: rgba(19, 19, 19, 0.82); font-weight: 600; margin: 0; }
.shout-act { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; flex-shrink: 0; }
.shout-phone { font-family: var(--mono); font-size: clamp(24px, 3vw, 34px); font-weight: 900; color: var(--ink); letter-spacing: 0.02em; border-bottom: 4px solid var(--ink); }
.shout-phone:hover { color: #fff; border-color: #fff; }

/* ============ 内页头部 ============ */
.page-head { background: var(--ink); color: #fff; padding: 56px 0; margin-bottom: 52px; border-bottom: 6px solid var(--org); }
.page-head h1, .page-head .page-title { color: #fff; font-size: clamp(28px, 4vw, 44px); font-weight: 900; margin: 0 0 8px; text-shadow: 3px 0 0 var(--magreg), -3px 0 0 var(--cyanreg); }
.page-head p, .page-head .archive-description { color: rgba(255, 255, 255, 0.75); margin: 0; max-width: 46em; }

/* ============ 设备筛选 ============ */
.equipment-filter { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.filter-pill {
	display: inline-block;
	padding: 8px 18px;
	border: 2.5px solid var(--ink);
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	font-weight: 800;
	transition: all 0.15s ease;
}
.filter-pill:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); color: var(--ink); }
.filter-pill.is-active, .filter-pill.current { background: var(--ink); color: #fff; box-shadow: 4px 4px 0 var(--org); }

/* ============ 文章列表 ============ */
.post-list { display: grid; gap: 26px; max-width: 860px; }
.post-item {
	background: #fff;
	border: 3px solid var(--ink);
	box-shadow: var(--hard-sm);
	padding: 28px 30px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.post-item:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--org); }
.post-item .entry-title, .post-item h2 { font-size: 21px; font-weight: 900; margin: 0 0 8px; }
.post-item .entry-title a, .post-item h2 a { color: var(--ink); }
.post-item .entry-title a:hover, .post-item h2 a:hover { color: var(--org); }
.entry-meta, .posted-on { font-family: var(--mono); font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; color: var(--org-deep); }
.entry-meta a { color: inherit; }
.post-item .entry-summary, .post-item .entry-excerpt { color: var(--muted); font-size: 15px; }
.read-more, .more-link { font-family: var(--mono); font-weight: 800; font-size: 14px; border-bottom: 3px solid var(--org); }

/* ============ 正文页 ============ */
.article-wrap {
	max-width: 840px;
	margin: 0 auto;
	background: #fff;
	border: 3px solid var(--ink);
	box-shadow: var(--hard);
	padding: clamp(28px, 5vw, 56px);
}
.article-wrap .entry-title { font-size: clamp(26px, 3.4vw, 38px); font-weight: 900; }
.entry-content { font-size: 16px; }
.entry-content h2 { font-size: 25px; margin-top: 1.6em; border-left: 8px solid var(--org); padding-left: 14px; }
.entry-content h3 { font-size: 20px; margin-top: 1.4em; }
.entry-content a { border-bottom: 3px solid var(--org); }
.entry-content img { border: 3px solid var(--ink); }
.page-links { margin: 1.4em 0; font-family: var(--mono); }
.entry-footer { margin-top: 2em; padding-top: 1.2em; border-top: 3px dashed var(--ink); font-size: 14px; color: var(--muted); }
.cat-links a, .tags-links a { font-weight: 800; }

.related-title { font-size: 24px; font-weight: 900; margin: 56px 0 26px; }
.related-title::before { content: "▶ "; color: var(--org); }

.contact-strip {
	background: var(--ink);
	color: #fff;
	border: 3px solid var(--ink);
	box-shadow: 8px 8px 0 var(--org);
	padding: 34px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 56px;
}
.contact-strip h2, .contact-strip h3, .contact-strip p { color: #fff; margin: 0; }
.contact-strip .strip-phone, .contact-strip a.tel { font-family: var(--mono); font-size: 26px; font-weight: 900; color: var(--org); }

/* ============ 分页与导航 ============ */
.nav-links { display: flex; flex-wrap: wrap; gap: 12px; margin: 46px 0 0; align-items: center; }
.nav-links a, .nav-links .page-numbers {
	display: inline-block;
	min-width: 42px;
	text-align: center;
	padding: 9px 14px;
	border: 2.5px solid var(--ink);
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	font-family: var(--mono);
	font-weight: 800;
	transition: all 0.15s ease;
}
.nav-links a:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.nav-links .current { background: var(--ink); color: #fff; box-shadow: 4px 4px 0 var(--org); }
.post-navigation .nav-links { justify-content: space-between; }
.post-navigation a { max-width: 46%; }

/* ============ 搜索与评论 ============ */
.search-form { display: flex; gap: 12px; max-width: 540px; }
.search-form .search-field, .search-form input[type="search"] {
	flex: 1;
	padding: 12px 16px;
	border: 3px solid var(--ink);
	border-radius: 0;
	font-size: 15px;
	background: #fff;
	outline: none;
}
.search-form .search-field:focus { box-shadow: 4px 4px 0 var(--org); }
.search-form .search-submit, .search-form button {
	padding: 12px 24px;
	border: 3px solid var(--ink);
	background: var(--ink);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 4px 4px 0 var(--org);
}

.comments-area { max-width: 840px; margin: 56px auto 0; }
.comments-title, .comment-reply-title { font-size: 22px; font-weight: 900; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list .comment { border-bottom: 3px dashed var(--ink); padding: 20px 0; }
.comment-author { font-weight: 800; }
.comment-metadata { font-family: var(--mono); font-size: 12px; color: var(--muted); }
.comment-form label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 3px solid var(--ink);
	border-radius: 0;
	font-size: 15px;
	font-family: inherit;
	margin-bottom: 14px;
	background: #fff;
	outline: none;
}
.comment-form input:focus, .comment-form textarea:focus { box-shadow: 4px 4px 0 var(--org); }
.comment-form .submit { padding: 12px 30px; border: 3px solid var(--ink); background: var(--ink); color: #fff; font-weight: 800; cursor: pointer; box-shadow: 5px 5px 0 var(--org); }

/* ============ 404 与空状态 ============ */
.error-404 { text-align: center; padding: 40px 0 20px; }
.error-404 .page-title { font-size: clamp(34px, 6vw, 56px); font-weight: 900; text-shadow: 4px 0 0 var(--magreg), -4px 0 0 var(--cyanreg); }
.error-404 .search-form { margin: 26px auto 0; }
.no-results { color: var(--muted); }

/* ============ 页脚 ============ */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, 0.82); margin-top: 96px; font-size: 14.5px; border-top: 6px solid var(--org); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; padding: 62px 24px 46px; }
.footer-heading { color: #fff; font-size: 16.5px; font-weight: 900; margin-bottom: 16px; letter-spacing: 0.05em; border-bottom: 3px solid var(--org); display: inline-block; padding-bottom: 4px; }
.site-footer p { color: rgba(255, 255, 255, 0.66); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255, 255, 255, 0.82); }
.site-footer a:hover { color: var(--org); }
.footer-contact li { padding-left: 18px; position: relative; }
.footer-contact li::before { content: "■"; position: absolute; left: 0; top: 0; color: var(--org); font-size: 10px; }
.footer-bottom { border-top: 2px solid rgba(255, 255, 255, 0.16); }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; font-size: 13px; color: rgba(255, 255, 255, 0.5); font-family: var(--mono); }
.footer-menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }

/* ============ 响应式 ============ */
@media (max-width: 1020px) {
	.poster-grid { grid-template-columns: 1fr; gap: 48px; }
	.postercard { max-width: 620px; }
	.svc-grid { grid-template-columns: repeat(2, 1fr); }
	.equipment-grid, .memo-grid { grid-template-columns: repeat(2, 1fr); }
	.count-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.shout { flex-direction: column; align-items: flex-start; padding: 44px 36px; }
	.shout-act { align-items: flex-start; }
}
@media (max-width: 680px) {
	.section { padding: 62px 0; }
	.poster { padding-top: 56px; }
	.header-cta { display: none; }
	.menu-toggle { display: block; margin-left: auto; }
	.main-navigation {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--paper);
		border-bottom: 3px solid var(--ink);
		padding: 12px 18px 18px;
		margin: 0;
	}
	.main-navigation.is-open { display: block; }
	.main-navigation .menu { flex-direction: column; gap: 2px; }
	.main-navigation a { padding: 12px 14px; border-bottom: none; }
	.svc-grid, .equipment-grid, .memo-grid { grid-template-columns: 1fr; }
	.count-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
	.footer-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 46px; }
	.contact-strip { padding: 28px 24px; }
	.shout { padding: 38px 24px; box-shadow: 8px 8px 0 var(--ink); }
	.tape { width: 96px; height: 26px; }
}

/* ============ 动效降级 ============ */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; }
	.reveal { opacity: 1; transform: none; }
}
