/*
Theme Name: Eco Signal 工业导视
Theme URI: https://example.com/themes/eco-signal
Author: Chengdu Eco Themes
Author URI: https://example.com
Description: 为环保设备代理商打造的工业导视风主题。近黑+纯白+安全橙三色高对比，导视系统语言贯穿全站：首屏是航站楼式指示牌组（EXIT 达标排放 / A 区设备选型 / B2 免费勘察 + "你在这里"标记），分类是带编号的方向导视牌阵，流程是"从超标到达标 30 天"地铁式路线图（含你在这里图钉与达标终点站），承诺黑带"不绕路/不返工/不失联"，服务半径高速路牌，橙色 LAST EXIT 巨字 CTA；顶部一条警示斜纹点睛。产品卡网格底纹+设备剖面线稿精致占位，空站也饱满。内置"产品设备"自定义文章类型与设备分类法，与合集内其他主题共享内容模型，切换主题内容不丢失。
Version: 1.0.0
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-signal
Tags: business, news, dark, orange, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* ===== 变量 ===== */
:root {
	--ink: #121212;
	--ink-2: #1b1b1b;
	--ink-3: #262626;
	--paper: #ffffff;
	--bg: #f5f5f3;
	--line: #e7e7e3;
	--line-dark: #2e2e2e;
	--gray: #8a8a86;
	--gray-2: #555550;
	--orange: #ff6b00;
	--orange-deep: #e55f00;
	--on-dark-sub: rgba(255, 255, 255, 0.62);
	--mono: ui-monospace, "SF Mono", "Cascadia Mono", Consolas, Menlo, monospace;
	--r-lg: 18px;
	--r-md: 14px;
	--r-sm: 10px;
	--shadow: 0 2px 4px rgba(18, 18, 18, 0.04), 0 14px 34px rgba(18, 18, 18, 0.07);
	--shadow-lg: 0 10px 22px rgba(18, 18, 18, 0.1), 0 32px 70px rgba(18, 18, 18, 0.16);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

a {
	color: var(--ink);
	text-decoration: none;
	transition: color 0.18s ease;
}

a:hover {
	color: var(--orange-deep);
}

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

:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 2px;
}

::selection {
	background: rgba(255, 107, 0, 0.25);
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.section {
	padding: 92px 0;
}

.section-alt {
	background: var(--bg);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	word-wrap: normal;
}

.skip-link {
	position: absolute;
	left: 8px;
	top: -48px;
	z-index: 200;
	background: var(--ink);
	color: #fff;
	padding: 10px 18px;
	border-radius: var(--r-sm);
	font-weight: 700;
}

.skip-link:focus {
	top: 8px;
	clip: auto;
	clip-path: none;
	height: auto;
	width: auto;
	color: #fff;
}

/* ===== 按钮 ===== */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	border: 2px solid transparent;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.btn i {
	font-style: normal;
	font-weight: 800;
	transition: transform 0.16s ease;
}

.btn:hover i {
	transform: translateX(4px);
}

.btn-orange,
.btn-primary {
	background: var(--orange);
	color: #fff;
	border-color: var(--orange);
}

.btn-orange:hover,
.btn-primary:hover {
	background: var(--orange-deep);
	border-color: var(--orange-deep);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(255, 107, 0, 0.38);
}

.btn-dark {
	background: var(--ink);
	color: #fff;
	border-color: var(--ink);
}

.btn-dark:hover {
	background: #000;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(18, 18, 18, 0.3);
}

.btn-white {
	background: #fff;
	color: var(--ink);
	border-color: #fff;
}

.btn-white:hover {
	color: var(--ink);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.btn-ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.32);
}

.btn-ghost:hover {
	color: #fff;
	border-color: #fff;
	transform: translateY(-2px);
}

.btn-outline,
.btn-secondary {
	background: transparent;
	color: var(--ink);
	border-color: var(--ink);
}

.btn-outline:hover,
.btn-secondary:hover {
	color: var(--orange-deep);
	border-color: var(--orange);
	transform: translateY(-2px);
}

/* ===== 警示条 + 顶栏 ===== */
.hazard {
	height: 6px;
	background: repeating-linear-gradient(-45deg, var(--orange) 0 14px, var(--ink) 14px 28px);
}

.topbar {
	background: var(--ink);
	color: rgba(255, 255, 255, 0.72);
	font-size: 12.5px;
}

.topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 38px;
	gap: 12px;
	flex-wrap: wrap;
}

.topbar-welcome,
.topbar-item {
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.06em;
}

.topbar-item {
	margin-left: 18px;
}

.topbar-item:first-child {
	margin-left: 0;
}

/* ===== 页头 ===== */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
	transition: box-shadow 0.25s ease;
}

.site-header.is-stuck {
	box-shadow: 0 12px 32px rgba(18, 18, 18, 0.08);
}

.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 78px;
}

.site-branding {
	display: flex;
	align-items: center;
}

.custom-logo {
	max-height: 46px;
	width: auto;
}

.site-logo-text {
	display: flex;
	align-items: center;
	gap: 12px;
}

.logo-mark {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	background: var(--orange);
	color: #fff;
	border-radius: 12px;
	flex-shrink: 0;
	box-shadow: 0 6px 16px rgba(255, 107, 0, 0.35);
}

.logo-mark svg {
	width: 22px;
	height: 22px;
}

.logo-words {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.site-title {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--ink);
}

.site-desc {
	font-size: 12px;
	color: var(--gray);
}

/* ===== 导航 ===== */
.main-navigation {
	display: flex;
	align-items: center;
	gap: 8px;
}

.main-navigation .menu {
	display: flex;
	align-items: center;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation .menu li {
	position: relative;
}

.main-navigation .menu a {
	display: block;
	padding: 10px 15px;
	border-radius: 10px;
	color: var(--gray-2);
	font-size: 15px;
	font-weight: 700;
}

.main-navigation .menu a:hover {
	color: var(--ink);
	background: var(--bg);
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a {
	color: var(--ink);
	box-shadow: inset 0 -3px 0 var(--orange);
	border-radius: 10px 10px 0 0;
}

.main-navigation .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 190px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 6px;
	margin: 0;
	list-style: none;
	display: none;
	box-shadow: var(--shadow-lg);
	z-index: 60;
}

.main-navigation .menu li:hover > .sub-menu,
.main-navigation .menu li:focus-within > .sub-menu {
	display: block;
}

.main-navigation .sub-menu a {
	padding: 9px 12px;
	border-radius: var(--r-sm);
	font-size: 14px;
	box-shadow: none;
}

.header-cta {
	margin-left: 8px;
	padding: 11px 20px;
	white-space: nowrap;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 44px;
	height: 44px;
	padding: 0;
	background: #fff;
	border: 2px solid var(--ink);
	border-radius: 12px;
	cursor: pointer;
}

.menu-toggle-bar {
	display: block;
	width: 17px;
	height: 2.5px;
	border-radius: 2px;
	background: var(--ink);
}

/* ===== 首屏 ===== */
.hero {
	position: relative;
	background: var(--ink);
	background-image:
		radial-gradient(760px 460px at 86% -12%, rgba(255, 107, 0, 0.14), transparent 62%),
		repeating-linear-gradient(0deg, transparent 0 46px, rgba(255, 255, 255, 0.022) 46px 47px);
	color: #fff;
	padding: 88px 0 64px;
	overflow: hidden;
}

.hero-ghost-arrow {
	position: absolute;
	right: -70px;
	bottom: -60px;
	width: 520px;
	height: auto;
	color: #fff;
	opacity: 0.045;
	pointer-events: none;
}

.hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.06fr 0.94fr;
	gap: 60px;
	align-items: center;
}

.hero-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.16em;
	color: var(--orange);
	text-transform: uppercase;
}

.hero-eyebrow i {
	width: 24px;
	height: 3px;
	border-radius: 2px;
	background: var(--orange);
	flex-shrink: 0;
}

.hero-eyebrow span {
	color: rgba(255, 255, 255, 0.28);
}

.hero-title {
	margin: 22px 0 18px;
	font-size: clamp(34px, 4.6vw, 58px);
	line-height: 1.16;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: #fff;
}

.hero-text {
	margin: 0;
	max-width: 32em;
	font-size: 16.5px;
	color: var(--on-dark-sub);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.hero-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.hero-chips li {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	padding: 7px 13px 7px 7px;
}

.hero-chips b {
	display: inline-grid;
	place-items: center;
	min-width: 26px;
	height: 26px;
	background: var(--ink-3);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 7px;
	font-family: var(--mono);
	font-size: 11.5px;
	font-weight: 700;
	color: var(--orange);
}

/* 指示牌组 */
.signboard {
	position: relative;
	padding: 8px 0 0 34px;
}

.sb-pole {
	position: absolute;
	left: 16px;
	top: 0;
	bottom: 34px;
	width: 7px;
	border-radius: 4px;
	background: linear-gradient(180deg, #3a3a3a, #232323);
	box-shadow: inset -2px 0 0 rgba(0, 0, 0, 0.4);
}

.plate {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
	border-radius: 14px;
	padding: 20px 24px;
	margin-bottom: 16px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
}

.plate .pl-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.plate .pl-body b {
	font-size: clamp(21px, 1.9vw, 27px);
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.25;
}

.plate .pl-body i {
	font-style: normal;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	opacity: 0.55;
}

.pl-arr {
	width: 46px;
	height: auto;
	flex-shrink: 0;
}

.pl-arr path {
	stroke: currentColor;
	stroke-width: 3.4;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pl-arr.up {
	transform: rotate(-42deg);
}

.plate-main {
	background: var(--ink-2);
	border: 1px solid #333;
	color: #fff;
	transform: translateX(0);
}

.plate-main .pl-code {
	display: inline-grid;
	place-items: center;
	background: var(--orange);
	color: #fff;
	font-family: var(--mono);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	border-radius: 9px;
	padding: 9px 12px;
	flex-shrink: 0;
}

.plate-main .pl-arr {
	color: var(--orange);
}

.plate-orange {
	background: var(--orange);
	color: #fff;
	transform: translateX(30px);
}

.plate-light {
	background: #fff;
	color: var(--ink);
	transform: translateX(60px);
}

.pl-zone {
	display: inline-grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	border-radius: 10px;
	font-family: var(--mono);
	font-size: 15px;
	font-weight: 800;
	flex-shrink: 0;
}

.plate-orange .pl-zone {
	background: rgba(0, 0, 0, 0.22);
	color: #fff;
}

.plate-light .pl-zone {
	background: var(--ink);
	color: #fff;
}

.yah {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 22px 0 0 6px;
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.1em;
	color: var(--orange);
}

.yah i {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--orange);
	box-shadow: 0 0 0 5px rgba(255, 107, 0, 0.22);
	animation: yah-pulse 1.8s ease-in-out infinite;
}

@keyframes yah-pulse {
	0%, 100% {
		box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.24);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(255, 107, 0, 0.06);
	}
}

/* 首屏数据带 */
.hero-stats {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 58px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.stat-num {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
}

.stat-num b {
	font-family: var(--mono);
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	letter-spacing: -0.02em;
}

.stat-num i {
	font-style: normal;
	font-family: var(--mono);
	font-size: 15px;
	font-weight: 700;
	color: var(--orange);
}

.stat-label {
	display: block;
	margin-top: 9px;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.5);
}

/* ===== 跑马灯 ===== */
.mq {
	overflow: hidden;
	background: var(--ink);
	border-top: 1px solid #262626;
	padding: 14px 0;
}

.mq-track {
	display: flex;
	align-items: center;
	gap: 30px;
	width: max-content;
	animation: mqmove 24s linear infinite;
	white-space: nowrap;
}

.mq-track span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.28em;
	color: rgba(255, 255, 255, 0.55);
}

.mq-track b {
	color: var(--orange);
	font-weight: 800;
}

@keyframes mqmove {
	to {
		transform: translateX(-50%);
	}
}

/* ===== 分区头 ===== */
.sec-head {
	margin-bottom: 44px;
}

.sec-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-family: var(--mono);
	font-size: 13px;
	letter-spacing: 0.16em;
	color: var(--orange-deep);
	text-transform: uppercase;
	font-weight: 600;
}

.sec-eyebrow i {
	width: 24px;
	height: 3px;
	border-radius: 2px;
	background: var(--orange);
	flex-shrink: 0;
}

.sec-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	margin-top: 12px;
}

.sec-row h2 {
	margin: 0;
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: var(--ink);
}

.sec-more {
	font-family: var(--mono);
	font-size: 13.5px;
	font-weight: 700;
	color: var(--orange-deep);
	white-space: nowrap;
}

.sec-more:hover {
	color: var(--ink);
}

/* ===== 导视牌阵 ===== */
.dir-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.dirplate {
	display: flex;
	align-items: center;
	gap: 16px;
	background: var(--ink);
	color: #fff;
	border-radius: var(--r-lg);
	padding: 24px 26px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.dirplate:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-lg);
	color: #fff;
	background: #000;
}

.dp-code {
	display: inline-grid;
	place-items: center;
	min-width: 46px;
	height: 46px;
	background: var(--ink-3);
	border: 1px solid #3a3a3a;
	color: var(--orange);
	font-family: var(--mono);
	font-size: 17px;
	font-weight: 800;
	border-radius: 12px;
	flex-shrink: 0;
	padding: 0 10px;
}

.dp-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.dp-body b {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.dp-body i {
	font-style: normal;
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.5);
}

.dp-arr {
	width: 34px;
	height: auto;
	flex-shrink: 0;
	color: var(--orange);
	transition: transform 0.18s ease;
}

.dp-arr path {
	stroke: currentColor;
	stroke-width: 3;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dirplate:hover .dp-arr {
	transform: translateX(6px);
}

.dirplate-all {
	background: var(--orange);
}

.dirplate-all:hover {
	background: var(--orange-deep);
}

.dirplate-all .dp-code {
	background: rgba(0, 0, 0, 0.22);
	border-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 13px;
}

.dirplate-all .dp-body i {
	color: rgba(255, 255, 255, 0.75);
}

.dirplate-all .dp-arr {
	color: #fff;
}

/* ===== 设备卡片 ===== */
.equipment-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.eq-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.eq-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lg);
	border-color: rgba(255, 107, 0, 0.55);
}

.eq-thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 11;
	background-color: #f7f7f5;
	background-image:
		linear-gradient(var(--line) 1px, transparent 1px),
		linear-gradient(90deg, var(--line) 1px, transparent 1px);
	background-size: 22px 22px;
	overflow: hidden;
	color: #b9b9b4;
}

.eq-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.eq-card:hover .eq-thumb img {
	transform: scale(1.05);
}

.eq-tag {
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: rgba(18, 18, 18, 0.88);
	border-radius: 9px;
	padding: 5px 12px 5px 5px;
}

.eq-tag b {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	background: var(--orange);
	border-radius: 6px;
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 700;
}

.eq-glyph {
	width: 46%;
	height: auto;
	transition: color 0.2s ease, transform 0.2s ease;
}

.eq-card:hover .eq-glyph {
	color: var(--orange);
	transform: translateY(-4px);
}

.eq-caption {
	position: absolute;
	bottom: 13px;
	font-family: var(--mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	color: #b3b3ae;
}

.eq-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
	padding: 20px 22px 20px;
}

.eq-terms {
	font-family: var(--mono);
	font-size: 12px;
	color: var(--orange-deep);
	font-weight: 600;
}

.eq-terms a {
	color: inherit;
}

.eq-title {
	margin: 0;
	font-size: 17.5px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: -0.01em;
}

.eq-title a {
	color: var(--ink);
}

.eq-title a:hover {
	color: var(--orange-deep);
}

.eq-excerpt {
	margin: 0;
	font-size: 13.5px;
	color: var(--gray-2);
}

.eq-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid var(--line);
}

.eq-ask {
	font-size: 12.5px;
	color: var(--gray);
}

.eq-go {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 800;
	color: var(--ink);
}

.eq-go i {
	font-style: normal;
	color: var(--orange);
	transition: transform 0.16s ease;
}

.eq-card:hover .eq-go i {
	transform: translateX(4px);
}

.eq-more {
	margin-top: auto;
	font-size: 13px;
	font-weight: 700;
	color: var(--orange-deep);
}

/* ===== 路线图 ===== */
.route-sec {
	background: #fff;
}

.route-map {
	margin: 0;
}

.route-map svg {
	width: 100%;
	height: auto;
	display: block;
}

.rt-line {
	stroke: var(--orange);
	stroke-width: 8;
	stroke-linecap: round;
}

.rt-head {
	fill: var(--orange);
}

.rt-term {
	fill: var(--ink);
}

.rt-term-t {
	fill: #fff;
	font-size: 20px;
	font-weight: 800;
	text-anchor: middle;
	letter-spacing: 0.1em;
}

.rt-st {
	fill: #fff;
	stroke: var(--ink);
	stroke-width: 5;
}

.rt-st-inner {
	fill: var(--orange);
}

.rt-day {
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 600;
	fill: var(--gray);
	text-anchor: middle;
	letter-spacing: 0.08em;
}

.rt-name {
	font-size: 17px;
	font-weight: 800;
	fill: var(--ink);
	text-anchor: middle;
}

.rt-pin {
	fill: var(--orange);
}

.rt-pin-dot {
	fill: #fff;
}

.rt-pin-t {
	font-family: var(--mono);
	font-size: 13px;
	font-weight: 700;
	fill: var(--orange-deep);
	letter-spacing: 0.1em;
}

.rt-note {
	font-family: var(--mono);
	font-size: 11px;
	fill: #b3b3ae;
	letter-spacing: 0.06em;
}

.rt-note-r {
	text-anchor: end;
}

/* 路线图移动端列表 */
.route-list {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.route-list::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 10px;
	bottom: 10px;
	width: 4px;
	border-radius: 2px;
	background: var(--orange);
}

.rl-item {
	position: relative;
	padding: 0 0 26px 36px;
}

.rl-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid var(--ink);
}

.rl-day {
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 700;
	color: var(--orange-deep);
	letter-spacing: 0.08em;
}

.rl-body b {
	display: block;
	font-size: 17px;
	font-weight: 800;
	margin: 2px 0 3px;
	color: var(--ink);
}

.rl-body p {
	margin: 0;
	font-size: 13.5px;
	color: var(--gray-2);
}

/* ===== 承诺黑带 ===== */
.pledge-band {
	background: var(--ink);
	color: #fff;
	padding: 72px 0;
}

.pledge-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 44px;
}

.pledge {
	position: relative;
	padding-left: 0;
}

.pg-arr {
	width: 44px;
	height: auto;
	color: var(--orange);
	margin-bottom: 16px;
}

.pg-arr path {
	stroke: currentColor;
	stroke-width: 3.2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pledge b {
	display: block;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.01em;
	margin-bottom: 8px;
}

.pledge p {
	margin: 0;
	font-size: 14.5px;
	color: rgba(255, 255, 255, 0.58);
}

/* ===== 关于 + 服务半径路牌 ===== */
.about-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 60px;
	align-items: center;
}

.about-copy h2 {
	margin: 14px 0 14px;
	font-size: clamp(26px, 3.2vw, 38px);
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: var(--ink);
}

.about-lede {
	margin: 0;
	font-size: 15.5px;
	color: var(--gray-2);
	max-width: 36em;
}

.radius-sign {
	background: var(--ink);
	border-radius: var(--r-lg);
	padding: 30px 32px 26px;
	color: #fff;
	box-shadow: var(--shadow-lg);
}

.rs-head {
	display: block;
	font-family: var(--mono);
	font-size: 12px;
	letter-spacing: 0.16em;
	color: var(--orange);
	padding-bottom: 14px;
	border-bottom: 1px solid #2e2e2e;
}

.rs-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 17px 0;
	border-bottom: 1px solid #2e2e2e;
}

.rs-row:last-of-type {
	border-bottom: none;
}

.rs-row b {
	flex: 1;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.rs-row svg {
	width: 30px;
	height: auto;
	color: var(--orange);
	flex-shrink: 0;
}

.rs-row svg path {
	stroke: currentColor;
	stroke-width: 3;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rs-row i {
	font-style: normal;
	font-family: var(--mono);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	min-width: 46px;
	text-align: right;
}

.rs-foot {
	display: block;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #2e2e2e;
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.45);
}

/* ===== 新闻 ===== */
.news-rows {
	display: grid;
	gap: 16px;
	max-width: 960px;
}

.news-row {
	display: flex;
	align-items: center;
	gap: 24px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 22px 28px;
	color: var(--ink);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.news-row:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lg);
	border-color: rgba(255, 107, 0, 0.55);
	color: var(--ink);
}

.news-date {
	flex-shrink: 0;
	font-family: var(--mono);
	font-size: 12.5px;
	font-weight: 700;
	color: var(--ink);
	background: var(--bg);
	border-radius: 9px;
	padding: 6px 12px;
}

.news-body {
	flex: 1;
	min-width: 0;
}

.news-body b {
	display: block;
	font-size: 17.5px;
	font-weight: 800;
	margin-bottom: 4px;
}

.news-row:hover .news-body b {
	color: var(--orange-deep);
}

.news-body p {
	margin: 0;
	font-size: 13.5px;
	color: var(--gray-2);
}

.news-arr {
	width: 30px;
	height: auto;
	color: var(--orange);
	flex-shrink: 0;
	transition: transform 0.16s ease;
}

.news-arr path {
	stroke: currentColor;
	stroke-width: 3;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.news-row:hover .news-arr {
	transform: translateX(6px);
}

/* ===== CTA ===== */
.cta-band {
	position: relative;
	background: var(--orange);
	color: var(--ink);
	padding: 92px 0;
	overflow: hidden;
}

.cta-ghost-arrow {
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 480px;
	height: auto;
	color: #fff;
	opacity: 0.14;
	pointer-events: none;
}

.cta-inner {
	position: relative;
	max-width: 820px;
	margin: 0;
}

.cta-eyebrow {
	margin: 0;
	font-family: var(--mono);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: rgba(18, 18, 18, 0.72);
	text-transform: uppercase;
}

.cta-band h2 {
	margin: 16px 0 14px;
	font-size: clamp(34px, 4.6vw, 58px);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: var(--ink);
}

.cta-sub {
	margin: 0;
	font-size: 16.5px;
	color: rgba(18, 18, 18, 0.75);
	max-width: 36em;
}

.cta-band .hero-actions {
	margin-top: 30px;
}

/* ===== 内页页头 ===== */
.page-head {
	background: var(--ink);
	background-image: radial-gradient(560px 320px at 88% -20%, rgba(255, 107, 0, 0.16), transparent 60%);
	color: #fff;
	padding: 58px 0 48px;
}

.page-title {
	margin: 0;
	font-size: clamp(28px, 3.8vw, 44px);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: #fff;
}

.page-subtitle {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.6);
}

.page-subtitle a {
	color: var(--orange);
}

/* ===== 文章列表 ===== */
.post-list {
	display: grid;
	gap: 18px;
	max-width: 880px;
}

.post-item {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 26px 30px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.post-item:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lg);
	border-color: rgba(255, 107, 0, 0.55);
}

.post-item.sticky {
	border-left: 4px solid var(--orange);
}

.entry-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--mono);
	font-size: 12.5px;
	color: var(--gray);
}

.meta-type {
	color: #fff;
	background: var(--ink);
	border-radius: 8px;
	padding: 2px 11px;
	font-weight: 700;
}

.entry-title {
	margin: 10px 0 8px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.entry-title a {
	color: var(--ink);
}

.entry-title a:hover {
	color: var(--orange-deep);
}

.entry-summary {
	margin: 0;
	font-size: 14.5px;
	color: var(--gray-2);
}

.no-results {
	background: #fff;
	border: 1px dashed var(--gray);
	border-radius: var(--r-md);
	padding: 28px;
	color: var(--gray-2);
}

/* ===== 分页 ===== */
.pagination {
	margin-top: 42px;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: inline-block;
	font-family: var(--mono);
	padding: 9px 15px;
	border: 2px solid var(--ink);
	border-radius: 11px;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
}

a.page-numbers:hover {
	border-color: var(--orange);
	color: var(--orange-deep);
}

.page-numbers.current {
	background: var(--ink);
	color: #fff;
}

.page-numbers.dots {
	border: none;
	background: none;
}

/* ===== 正文 ===== */
.article-wrap {
	max-width: 880px;
}

.single-thumb {
	margin-bottom: 30px;
	border-radius: var(--r-lg);
	overflow: hidden;
	border: 1px solid var(--line);
}

.single-thumb img {
	display: block;
	width: 100%;
}

.entry-content {
	font-size: 16.5px;
	color: #2b2b28;
}

.entry-content p {
	margin: 0 0 1.25em;
}

.entry-content a {
	color: var(--orange-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 600;
}

.entry-content a:hover {
	color: var(--ink);
}

.entry-content h2 {
	margin: 1.7em 0 0.6em;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: var(--ink);
	padding-left: 16px;
	border-left: 5px solid var(--orange);
	border-radius: 2px;
}

.entry-content h3 {
	margin: 1.5em 0 0.55em;
	font-size: 21px;
	font-weight: 800;
	color: var(--ink);
}

.entry-content h4 {
	margin: 1.4em 0 0.5em;
	font-size: 17.5px;
	font-weight: 700;
	color: var(--ink);
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4em;
	margin: 0 0 1.25em;
}

.entry-content li {
	margin-bottom: 0.35em;
}

.entry-content blockquote {
	margin: 1.5em 0;
	padding: 18px 24px;
	background: var(--bg);
	border-left: 5px solid var(--ink);
	border-radius: 0 var(--r-sm) var(--r-sm) 0;
	color: var(--gray-2);
	font-weight: 500;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.6em 0;
	font-size: 14.5px;
	background: #fff;
}

.entry-content th {
	background: var(--ink);
	color: #fff;
	font-weight: 700;
	text-align: left;
}

.entry-content th,
.entry-content td {
	border: 1px solid var(--line);
	padding: 11px 15px;
}

.entry-content tr:nth-child(even) td {
	background: var(--bg);
}

.entry-content img {
	border-radius: var(--r-sm);
}

.entry-content code {
	font-family: var(--mono);
	background: var(--bg);
	color: var(--orange-deep);
	padding: 2px 7px;
	border-radius: 6px;
	font-size: 0.9em;
}

.entry-content pre {
	background: var(--ink);
	color: #eee;
	border-radius: var(--r-sm);
	padding: 18px 20px;
	overflow: auto;
}

.entry-content pre code {
	background: none;
	color: inherit;
	padding: 0;
}

.entry-content hr {
	border: 0;
	border-top: 2px solid var(--line);
	margin: 2.2em 0;
}

.page-links {
	margin-top: 1.6em;
	font-family: var(--mono);
	font-size: 14px;
	color: var(--gray);
}

.page-links a,
.page-links > span:not(.screen-reader-text) {
	display: inline-block;
	padding: 4px 12px;
	margin: 0 3px;
	border: 2px solid var(--ink);
	border-radius: 8px;
	font-weight: 700;
}

.page-links a:hover {
	border-color: var(--orange);
	color: var(--orange-deep);
}

.alignleft {
	float: left;
	margin: 0.4em 1.4em 0.8em 0;
}

.alignright {
	float: right;
	margin: 0.4em 0 0.8em 1.4em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	font-family: var(--mono);
	font-size: 13px;
	color: var(--gray);
	text-align: center;
	padding: 6px 0;
}

.bypostauthor {
	display: block;
}

/* ===== 设备详情联系条 ===== */
.contact-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-top: 46px;
	padding: 32px 36px;
	background: var(--ink);
	border-radius: var(--r-lg);
	color: #fff;
}

.contact-strip h3 {
	margin: 0 0 6px;
	font-size: 21px;
	font-weight: 800;
	color: #fff;
}

.contact-strip p {
	margin: 0;
	font-size: 14.5px;
	color: rgba(255, 255, 255, 0.6);
}

.contact-strip-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.contact-strip .btn-secondary {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.4);
}

.contact-strip .btn-secondary:hover {
	color: #fff;
	border-color: #fff;
}

.related-title {
	margin: 54px 0 22px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--ink);
}

/* ===== 分类筛选 ===== */
.equipment-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 32px;
}

.filter-pill {
	padding: 9px 18px;
	border: 2px solid var(--ink);
	border-radius: 11px;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
	transition: all 0.16s ease;
}

.filter-pill:hover {
	border-color: var(--orange);
	color: var(--orange-deep);
	transform: translateY(-2px);
}

.filter-pill.is-active {
	background: var(--ink);
	border-color: var(--ink);
	color: #fff;
}

/* ===== 搜索 ===== */
.search-form {
	display: flex;
	gap: 10px;
	max-width: 480px;
}

.search-field {
	flex: 1;
	background: #fff;
	border: 2px solid var(--ink);
	border-radius: 12px;
	padding: 11px 16px;
	color: var(--ink);
	font: inherit;
	font-size: 15px;
}

.search-field::placeholder {
	color: var(--gray);
}

.search-field:focus {
	outline: none;
	border-color: var(--orange);
	box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.16);
}

.search-submit {
	background: var(--ink);
	color: #fff;
	border: 2px solid var(--ink);
	border-radius: 12px;
	padding: 11px 22px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.16s ease;
}

.search-submit:hover {
	background: var(--orange);
	border-color: var(--orange);
}

/* ===== 404 ===== */
.error-404 {
	max-width: 640px;
	margin: 0 auto;
	padding: 96px 0 100px;
	text-align: center;
}

.error-code {
	display: inline-block;
	font-family: var(--mono);
	font-size: 110px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--ink);
	line-height: 1;
	border-bottom: 8px solid var(--orange);
	padding-bottom: 10px;
}

.error-404 h1 {
	margin: 22px 0 10px;
	font-weight: 800;
	color: var(--ink);
}

.error-note {
	color: var(--gray-2);
}

.error-search {
	display: flex;
	justify-content: center;
	margin: 26px 0;
}

.error-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

/* ===== 评论 ===== */
.comments-area {
	max-width: 880px;
	margin-top: 50px;
	padding-top: 34px;
	border-top: 2px solid var(--ink);
}

.comments-title,
#reply-title {
	font-size: 21px;
	font-weight: 800;
	color: var(--ink);
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment,
.comment-list .pingback {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 20px 22px;
	margin-bottom: 14px;
}

.comment-list .children {
	list-style: none;
	margin: 14px 0 0;
	padding-left: 22px;
	border-left: 3px solid var(--line);
}

.comment-list .children .comment {
	margin-bottom: 10px;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	color: var(--ink);
}

.comment-author .avatar {
	border-radius: 10px;
}

.comment-metadata {
	font-family: var(--mono);
	font-size: 12px;
	color: var(--gray);
	margin: 4px 0 10px;
}

.comment-metadata a {
	color: inherit;
}

.comment-content {
	font-size: 15px;
	color: #2b2b28;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply a {
	font-size: 13px;
	font-weight: 800;
	color: var(--orange-deep);
}

.comment-navigation {
	display: flex;
	justify-content: space-between;
	margin: 18px 0;
	font-size: 14px;
}

.no-comments {
	color: var(--gray);
}

.comment-respond {
	margin-top: 28px;
}

.comment-form {
	display: grid;
	gap: 14px;
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--gray-2);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	background: #fff;
	border: 2px solid var(--line);
	border-radius: 12px;
	padding: 12px 16px;
	color: var(--ink);
	font: inherit;
	font-size: 15px;
}

.comment-form input:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: var(--orange);
	box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.14);
}

.comment-form .submit {
	background: var(--ink);
	color: #fff;
	border: 2px solid var(--ink);
	border-radius: 12px;
	padding: 12px 30px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.16s ease;
}

.comment-form .submit:hover {
	background: var(--orange);
	border-color: var(--orange);
	transform: translateY(-2px);
}

.comment-notes,
.logged-in-as {
	font-size: 13px;
	color: var(--gray);
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 13px;
	color: var(--orange-deep);
	margin-left: 10px;
}

/* ===== 页脚 ===== */
.site-footer {
	margin-top: 0;
	background: var(--ink);
	color: rgba(255, 255, 255, 0.65);
	border-top: 6px solid var(--orange);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 36px;
	padding-top: 60px;
	padding-bottom: 46px;
}

.footer-heading {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #fff;
}

.footer-about p {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
}

.footer-contact {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	font-family: var(--mono);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
}

.footer-contact li {
	margin-bottom: 7px;
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-col li {
	margin-bottom: 10px;
}

.footer-col a {
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
}

.footer-col a:hover {
	color: var(--orange);
}

.footer-col .widget {
	margin-bottom: 18px;
}

.footer-bottom {
	border-top: 1px solid #2a2a2a;
}

.footer-bottom-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: var(--mono);
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.4);
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.4);
}

.footer-menu a:hover {
	color: var(--orange);
}

/* ===== 滚动浮现 ===== */
.rev {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.rev.is-visible {
	opacity: 1;
	transform: none;
}

/* ===== 响应式 ===== */
@media (max-width: 1020px) {
	.hero-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.signboard {
		max-width: 560px;
	}

	.hero-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 26px 18px;
	}

	.dir-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.equipment-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pledge-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.about-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 900px) {
	.menu-toggle {
		display: flex;
	}

	.main-navigation {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		border-bottom: 1px solid var(--line);
		padding: 14px 24px 20px;
		box-shadow: var(--shadow-lg);
	}

	.main-navigation.is-open {
		display: block;
	}

	.main-navigation .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
	}

	.main-navigation .current-menu-item > a {
		box-shadow: inset 4px 0 0 var(--orange);
		border-radius: 10px;
	}

	.main-navigation .sub-menu {
		position: static;
		display: block;
		border: none;
		box-shadow: none;
		padding: 0 0 0 16px;
	}

	.header-cta {
		margin: 14px 0 0;
		align-self: flex-start;
	}

	.route-map {
		display: none;
	}

	.route-list {
		display: block;
	}
}

@media (max-width: 640px) {
	.section {
		padding: 64px 0;
	}

	.hero {
		padding: 56px 0 48px;
	}

	.topbar-welcome {
		display: none;
	}

	.signboard {
		padding-left: 26px;
	}

	.sb-pole {
		left: 10px;
	}

	.plate {
		padding: 16px 18px;
		gap: 12px;
	}

	.plate-orange {
		transform: translateX(14px);
	}

	.plate-light {
		transform: translateX(28px);
	}

	.pl-arr {
		width: 34px;
	}

	.dir-grid,
	.equipment-grid {
		grid-template-columns: 1fr;
	}

	.stat-num b {
		font-size: 32px;
	}

	.news-row {
		flex-wrap: wrap;
		gap: 12px 16px;
	}

	.news-arr {
		display: none;
	}

	.cta-band {
		padding: 68px 0;
	}

	.cta-ghost-arrow {
		display: none;
	}

	.contact-strip {
		padding: 26px;
	}

	.radius-sign {
		padding: 24px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.footer-bottom-inner {
		justify-content: center;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.rev {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.mq-track,
	.yah i {
		animation: none;
	}
}
