/*
Theme Name: 叠印环保 Dieyin Riso
Theme URI: https://example.com/themes/dieyin-riso
Author: 孔版青年
Author URI: https://example.com/kongban-qingnian
Description: Riso 孔版双色叠印风中文企业主题:米白纸底上荧光粉红与钴蓝两块墨版套印,mix-blend-mode 在相交处叠出深紫;错版偏移、粗颗粒肌理、套准十字线、色版标签与油墨辊痕分隔线一应俱全,整站像一本独立厂刊。为虚构演示公司「秦皇岛叠印环保科技有限公司」定制,内置「本期设备」产品类型、套印工艺流程、往期回顾案例与加印快讯版块。
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dieyin-riso
Tags: business, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* --------------------------------------------------------------
 * 0. 墨房:两块墨版 + 纸 + 颗粒
 * PINK 版 #ff5c8a × BLUE 版 #2b50c8,相交处由 multiply 叠出深紫。
 * 深紫不设变量、不直接调用——它只能被"印"出来。
 * -------------------------------------------------------------- */
:root {
	--paper: #f7f3ea;
	--paper-2: #fdfaf2;
	--pink: #ff5c8a;
	--blue: #2b50c8;
	--ink: #1e3a94;
	--ink-soft: #4a5aa8;
	--rule-soft: rgba(30, 58, 148, 0.22);
	--mis-x: 3px;
	--mis-y: 2px;
	--font-sans: "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", -apple-system, "Segoe UI", Arial, sans-serif;
	/* 纸纤维:极淡的蓝灰噪点 */
	--grain-paper: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.1 0 0 0 0 0.2 0 0 0 0.055 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23p)'/%3E%3C/svg%3E");
	/* 孔版墨点:粗颗粒,压在色块上 */
	--grain-ink: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)'/%3E%3C/svg%3E");
	/* 油墨辊痕:横向拉丝的粗糙蒙版 */
	--roller-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='24'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02 0.42' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.7 -0.32'/%3E%3C/filter%3E%3Crect width='280' height='24' filter='url(%23r)'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------------
 * 1. 基础
 * -------------------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.8;
	color: var(--ink);
	background-color: var(--paper);
	background-image: var(--grain-paper);
	background-size: 160px 160px;
	overflow-wrap: break-word;
}

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

a {
	color: var(--ink);
}

::selection {
	background: var(--pink);
	color: var(--ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-weight: 900;
	margin: 0;
	color: var(--ink);
}

p {
	margin: 0.9em 0;
}

.wrap {
	max-width: 1180px;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed !important;
	top: 10px;
	left: 10px;
	z-index: 999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 0.6em 1em;
	background: var(--blue);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--pink);
	outline-offset: 2px;
}

/* --------------------------------------------------------------
 * 2. 印刷语法:错版 / 叠印数字 / 颗粒 / 辊痕 / 套准线 / 色版标签
 * -------------------------------------------------------------- */

/* 错版标题:蓝字在上位,粉版从下面探出 2–3px,相交处 multiply 成深紫 */
.misreg {
	position: relative;
	display: inline-block;
	color: var(--ink);
}

.misreg::before {
	content: attr(data-text);
	position: absolute;
	left: var(--mis-x);
	top: var(--mis-y);
	width: 100%;
	color: var(--pink);
	mix-blend-mode: multiply;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

/* 叠印大数字:钴蓝为主版,粉版错位压上 */
.overnum {
	position: relative;
	display: inline-block;
	font-weight: 900;
	font-size: clamp(2.6rem, 5vw, 4rem);
	line-height: 1.05;
	letter-spacing: 0.02em;
	color: var(--blue);
	font-variant-numeric: tabular-nums;
}

.overnum::before {
	content: attr(data-n);
	position: absolute;
	left: 5px;
	top: 4px;
	width: 100%;
	color: var(--pink);
	mix-blend-mode: multiply;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

/* 油墨辊痕分隔线:一条撕不干净的色带,粉版在下面错半格 */
.roller {
	position: relative;
	height: 14px;
	background: var(--blue);
	-webkit-mask-image: var(--roller-mask);
	mask-image: var(--roller-mask);
	-webkit-mask-size: 280px 100%;
	mask-size: 280px 100%;
	-webkit-mask-repeat: repeat;
	mask-repeat: repeat;
}

.roller::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--pink);
	transform: translate(6px, 4px);
	mix-blend-mode: multiply;
}

.roller--pink {
	background: var(--pink);
}

.roller--pink::before {
	background: var(--blue);
}

.roller--header {
	height: 9px;
}

.roller--section {
	margin: 0;
}

/* 套准十字线 */
.regmark {
	display: inline-block;
	width: 22px;
	height: 22px;
	color: var(--ink);
	opacity: 0.8;
}

.regmark svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* 色版标签 */
.plate-tags {
	display: inline-flex;
	gap: 0.9rem;
	align-items: center;
}

.plate-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	font-weight: 800;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	color: inherit;
	white-space: nowrap;
}

.plate-swatch {
	display: inline-block;
	width: 11px;
	height: 11px;
}

.plate-tag--pink .plate-swatch {
	background: var(--pink);
}

.plate-tag--blue .plate-swatch {
	background: var(--blue);
}

/* 版面卡:硬边纸卡 + 背后一块没套准的粉版(multiply) */
.plate-card {
	position: relative;
	background: var(--paper-2);
	border: 3px solid var(--ink);
	padding: 1.6rem 1.5rem 1.7rem;
}

.plate-card::after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translate(10px, 10px);
	background-color: var(--pink);
	background-image: var(--grain-ink);
	background-size: 120px 120px;
	mix-blend-mode: multiply;
	z-index: -1;
}

.plate-card:hover {
	transform: translate(-3px, -3px);
}

.plate-card:hover::after {
	transform: translate(14px, 14px);
}

@media (prefers-reduced-motion: no-preference) {
	.plate-card,
	.plate-card::after {
		transition: transform 0.2s ease;
	}
}

/* 按钮:连按钮都有颗粒 */
.btn {
	position: relative;
	display: inline-block;
	padding: 0.85em 1.7em;
	background: var(--blue);
	color: #fff;
	font-weight: 800;
	font-size: 1.02rem;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-decoration: none;
	border: 3px solid var(--ink);
	overflow: hidden;
	cursor: pointer;
}

.btn::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--grain-ink);
	background-size: 120px 120px;
	mix-blend-mode: multiply;
	opacity: 0.55;
	pointer-events: none;
}

.btn:hover {
	transform: translate(-2px, -2px);
	box-shadow: 5px 5px 0 var(--pink);
}

.btn--ghost {
	background: transparent;
	color: var(--ink);
}

.btn--ghost:hover {
	background: var(--ink);
	color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
	.btn {
		transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
	}
}

/* --------------------------------------------------------------
 * 3. 页头:色版信息条 + 导航
 * -------------------------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background-color: var(--paper);
	background-image: var(--grain-paper);
	background-size: 160px 160px;
}

.press-strip {
	background: var(--ink);
	color: var(--paper);
	overflow: hidden;
	max-height: 48px;
}

@media (prefers-reduced-motion: no-preference) {
	.press-strip {
		transition: max-height 0.25s ease, padding 0.25s ease;
	}
}

.site-header.is-scrolled .press-strip {
	max-height: 0;
}

.press-strip-in {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	padding-block: 0.4rem;
}

.press-note {
	margin-inline: auto;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.22em;
}

.press-stamp {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	border: 1px solid rgba(247, 243, 234, 0.65);
	padding: 0.18em 0.7em;
	white-space: nowrap;
}

.header-bar {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding-block: 0.9rem;
}

.site-brand {
	display: flex;
	align-items: baseline;
	gap: 0.8rem;
	min-width: 0;
}

.custom-logo-link {
	align-self: center;
	line-height: 0;
}

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

.site-title {
	font-size: 1.55rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-decoration: none;
	white-space: nowrap;
}

.site-tagline {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--ink-soft);
	white-space: nowrap;
}

.site-nav {
	margin-left: auto;
}

.site-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

.site-nav li {
	position: relative;
}

.site-nav a {
	display: inline-block;
	padding: 0.3em 0.1em;
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: var(--ink);
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
	box-shadow: inset 0 -5px 0 var(--pink);
}

.site-nav .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 12em;
	background: var(--paper-2);
	border: 3px solid var(--ink);
	padding: 0.4rem 0;
	display: none;
	flex-direction: column;
	gap: 0;
	z-index: 70;
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
	display: flex;
}

.site-nav .sub-menu a {
	display: block;
	padding: 0.45em 1em;
}

.nav-toggle {
	display: none;
	align-items: center;
	gap: 0.5em;
	margin-left: auto;
	background: transparent;
	border: 3px solid var(--ink);
	padding: 0.45em 0.8em;
	font-family: inherit;
	font-weight: 800;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	color: var(--ink);
	cursor: pointer;
}

.nav-toggle-bars {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
}

.nav-toggle-bars span {
	display: block;
	width: 20px;
	height: 3px;
	background: var(--ink);
}

.nav-toggle-bars span:nth-child(2) {
	background: var(--pink);
	transform: translateX(3px);
}

/* --------------------------------------------------------------
 * 4. 首页:刊首 hero
 * -------------------------------------------------------------- */
.hero {
	position: relative;
	overflow: hidden;
	padding: 4.5rem 0 5rem;
}

.hero-deco {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hero-dot {
	position: absolute;
	border-radius: 50%;
	mix-blend-mode: multiply;
	background-image: var(--grain-ink);
	background-size: 120px 120px;
}

.hero-dot--pink {
	width: 360px;
	height: 360px;
	right: 12%;
	top: -80px;
	background-color: var(--pink);
}

.hero-dot--blue {
	width: 260px;
	height: 260px;
	right: 2%;
	top: 110px;
	background-color: var(--blue);
	opacity: 0.9;
}

.regmark--hero-tl {
	position: absolute;
	top: 18px;
	left: 20px;
}

.regmark--hero-br {
	position: absolute;
	bottom: 18px;
	right: 20px;
}

.hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	gap: 3.5rem;
	align-items: center;
}

.hero-kicker {
	display: inline-block;
	margin: 0 0 1.3rem;
	padding: 0.35em 0.8em;
	border: 2px solid var(--ink);
	background: var(--paper-2);
	font-weight: 800;
	font-size: 0.82rem;
	letter-spacing: 0.14em;
}

.hero-title {
	font-size: clamp(2.6rem, 6.5vw, 4.6rem);
	line-height: 1.14;
	letter-spacing: 0.03em;
	margin: 0 0 1.2rem;
}

.hero-title .misreg {
	--mis-x: 4px;
	--mis-y: 3px;
}

.hero-lead {
	max-width: 33em;
	font-size: 1.05rem;
	margin: 0 0 1rem;
}

.hero-note {
	position: relative;
	max-width: 32em;
	margin: 0 0 1.8rem;
	padding-left: 1.1rem;
	border-left: 6px solid var(--pink);
	font-weight: 700;
}

.hero-note::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 0.35em;
	bottom: 0.35em;
	width: 6px;
	background: var(--blue);
	mix-blend-mode: multiply;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.hero-figure {
	position: relative;
}

.tower-frame {
	position: relative;
	background: var(--paper-2);
	border: 3px solid var(--ink);
	padding: 1.3rem 1.3rem 1rem;
}

.tower-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translate(12px, 12px);
	background-color: var(--pink);
	background-image: var(--grain-ink);
	background-size: 120px 120px;
	mix-blend-mode: multiply;
	z-index: -1;
}

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

.tower-caption {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0.7rem 0 0.2rem;
	font-weight: 800;
	font-size: 0.85rem;
	letter-spacing: 0.12em;
}

.tower-caption-mark {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	flex: none;
}

.tower-caption-mark::before,
.tower-caption-mark::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
}

.tower-caption-mark::before {
	left: 0;
	top: 0;
	background: var(--pink);
}

.tower-caption-mark::after {
	left: 5px;
	top: 4px;
	background: var(--blue);
	mix-blend-mode: multiply;
}

.hero-stripes {
	width: 68%;
	height: 16px;
	margin-top: 1.3rem;
	background: repeating-linear-gradient(90deg, var(--blue) 0, var(--blue) 4px, var(--paper) 4px, var(--paper) 8px);
}

/* --------------------------------------------------------------
 * 5. 数据叠印带
 * -------------------------------------------------------------- */
.stats {
	background: var(--paper-2);
	border-block: 3px solid var(--ink);
	padding: 3.2rem 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
}

.stat {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: flex-start;
}

.stat-label {
	font-weight: 800;
	font-size: 0.85rem;
	letter-spacing: 0.14em;
	color: var(--ink-soft);
	border-top: 3px solid var(--ink);
	padding-top: 0.45em;
}

/* --------------------------------------------------------------
 * 6. 通用版块头
 * -------------------------------------------------------------- */
.section {
	padding: 4.5rem 0;
}

.sec-head {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 1.3rem;
	align-items: end;
	border-bottom: 4px solid var(--ink);
	padding-bottom: 1rem;
	margin-bottom: 2.6rem;
}

.sec-head::after {
	content: "";
	position: absolute;
	left: 8px;
	right: -8px;
	bottom: -11px;
	height: 4px;
	background: var(--pink);
	mix-blend-mode: multiply;
}

.sec-no {
	display: inline-grid;
	place-items: center;
	width: 3.3rem;
	height: 3.3rem;
	background-color: var(--pink);
	background-image: var(--grain-ink);
	background-size: 120px 120px;
	color: var(--ink);
	font-weight: 900;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}

.sec-title {
	font-size: clamp(1.9rem, 4vw, 2.8rem);
	letter-spacing: 0.05em;
	line-height: 1.15;
}

.sec-sub {
	margin: 0.5rem 0 0;
	font-size: 0.95rem;
	color: var(--ink-soft);
}

.sec-en {
	font-weight: 800;
	font-size: 0.75rem;
	letter-spacing: 0.35em;
	color: var(--blue);
	padding-bottom: 0.4rem;
	white-space: nowrap;
}

.sec-more {
	margin: 2.6rem 0 0;
	text-align: center;
}

/* --------------------------------------------------------------
 * 7. 本期设备:产品卡
 * -------------------------------------------------------------- */
.card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.4rem 2.2rem;
}

.product-card {
	display: flex;
	flex-direction: column;
	padding-top: 2.1rem;
}

.issue-chip {
	position: absolute;
	top: -15px;
	left: 16px;
	background: var(--blue);
	color: #fff;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	padding: 0.32em 0.85em;
	border: 2px solid var(--ink);
	white-space: nowrap;
}

.issue-chip time {
	color: inherit;
}

.card-thumb {
	display: block;
	margin: 0 0 1rem;
	border: 2px solid var(--ink);
	line-height: 0;
}

.card-model {
	margin: 0 0 0.2rem;
	font-weight: 900;
	font-size: 2.05rem;
	line-height: 1.1;
	letter-spacing: 0.05em;
	color: var(--blue);
	text-shadow: 3px 3px 0 var(--pink);
}

.card-title {
	font-size: 1.22rem;
	margin: 0 0 0.6rem;
}

.card-title a {
	text-decoration: none;
}

.card-title a:hover {
	box-shadow: inset 0 -5px 0 var(--pink);
}

.card-desc {
	margin: 0 0 1.1rem;
	font-size: 0.94rem;
	flex-grow: 1;
}

.card-specs {
	list-style: none;
	margin: 0 0 1.1rem;
	padding: 0.4rem 0 0;
	border-top: 2px solid var(--blue);
}

.card-specs li {
	display: flex;
	gap: 0.7rem;
	padding: 0.32em 0;
	font-size: 0.88rem;
}

.card-specs li + li {
	border-top: 1px solid var(--rule-soft);
}

.spec-key {
	flex: none;
	font-weight: 800;
	color: var(--blue);
}

.card-more {
	font-weight: 800;
	font-size: 0.92rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-shadow: inset 0 -4px 0 var(--pink);
	align-self: flex-start;
}

.card-more:hover {
	box-shadow: inset 0 -9px 0 var(--pink);
}

/* --------------------------------------------------------------
 * 8. 套印工艺:四道工序
 * -------------------------------------------------------------- */
.process-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.2rem;
	counter-reset: none;
}

.process-step {
	padding-top: 1.3rem;
}

.process-step:not(:last-child)::before {
	content: "";
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: var(--blue);
	clip-path: polygon(0 22%, 52% 22%, 52% 0, 100% 50%, 52% 100%, 52% 78%, 0 78%);
	z-index: 2;
	mix-blend-mode: multiply;
}

.process-num {
	font-size: 3rem;
}

.process-title {
	margin: 0.5rem 0 0.4rem;
	font-size: 1.18rem;
	letter-spacing: 0.04em;
}

.process-eq {
	display: inline-block;
	margin: 0 0.35em;
	color: var(--blue);
}

.process-desc {
	margin: 0;
	font-size: 0.92rem;
}

.process-foot {
	display: inline-block;
	margin: 2.4rem 0 0;
	padding: 0.65em 1.1em;
	border: 2px solid var(--ink);
	background: var(--paper-2);
	font-weight: 700;
	font-size: 0.92rem;
}

/* --------------------------------------------------------------
 * 9. 往期回顾:过刊卡
 * -------------------------------------------------------------- */
.case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.4rem 2.2rem;
}

.case-card {
	padding-top: 0;
}

.case-band {
	height: 16px;
	margin: 0 -1.5rem 1.2rem;
	border-bottom: 3px solid var(--ink);
	background: repeating-linear-gradient(90deg, var(--blue) 0, var(--blue) 4px, var(--paper-2) 4px, var(--paper-2) 8px);
}

.case-issue {
	margin: 0 0 0.3rem;
	font-weight: 900;
	font-size: 1.02rem;
	letter-spacing: 0.12em;
	color: var(--blue);
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.case-issue::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: var(--pink);
	flex: none;
}

.case-title {
	font-size: 1.3rem;
	margin: 0 0 0.8rem;
}

.case-meta {
	margin: 0;
}

.case-meta > div {
	display: grid;
	grid-template-columns: 4.2em minmax(0, 1fr);
	gap: 0.7rem;
	padding: 0.45em 0;
	border-top: 1px solid var(--rule-soft);
}

.case-meta dt {
	font-weight: 800;
	font-size: 0.85rem;
	color: var(--blue);
}

.case-meta dd {
	margin: 0;
	font-size: 0.92rem;
}

/* --------------------------------------------------------------
 * 10. 版权页:板材说明(蓝底大版)
 * -------------------------------------------------------------- */
.colophon-band {
	position: relative;
	overflow: hidden;
	background: var(--blue);
	color: var(--paper);
	padding: 4.2rem 0;
}

.colophon-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--grain-ink);
	background-size: 120px 120px;
	mix-blend-mode: multiply;
	opacity: 0.5;
	pointer-events: none;
}

.colophon-shape {
	position: absolute;
	width: 430px;
	height: 430px;
	right: -90px;
	top: -110px;
	border-radius: 50%;
	background: var(--pink);
	mix-blend-mode: multiply;
}

.colophon-shape::after {
	content: "";
	position: absolute;
	left: -320px;
	top: 400px;
	width: 240px;
	height: 120px;
	border-radius: 120px 120px 0 0;
	background: var(--pink);
	mix-blend-mode: multiply;
}

.colophon-in {
	position: relative;
	z-index: 1;
}

.colophon-kicker {
	margin: 0 0 0.6rem;
	font-weight: 800;
	font-size: 0.82rem;
	letter-spacing: 0.3em;
	opacity: 0.9;
}

.colophon-quote {
	margin: 0;
	padding: 0;
	border: 0;
}

.colophon-quote p {
	margin: 0.6rem 0;
	max-width: 30em;
	font-size: clamp(1.3rem, 2.6vw, 1.72rem);
	font-weight: 900;
	line-height: 1.65;
	color: #fff;
}

.colophon-note {
	margin: 0.8rem 0 0;
	font-size: 0.95rem;
	color: rgba(247, 243, 234, 0.95);
	max-width: 40em;
}

/* --------------------------------------------------------------
 * 11. 加印快讯
 * -------------------------------------------------------------- */
.news-list {
	border-top: 4px solid var(--ink);
}

.news-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1.6rem;
	padding: 1.5rem 0 1.6rem;
	border-bottom: 3px solid var(--ink);
}

.news-no {
	display: inline-grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	font-weight: 900;
	font-size: 1.32rem;
	background-color: var(--pink);
	background-image: var(--grain-ink);
	background-size: 120px 120px;
	color: var(--ink);
}

.news-item:nth-child(even) .news-no {
	background-color: var(--blue);
	color: #fff;
}

.news-title {
	margin: 0 0 0.3rem;
	font-size: 1.28rem;
	line-height: 1.45;
}

.news-title a {
	text-decoration: none;
}

.news-title a:hover {
	box-shadow: inset 0 -6px 0 var(--pink);
}

.news-meta {
	margin: 0 0 0.4rem;
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	color: var(--ink-soft);
}

.news-desc {
	margin: 0;
	font-size: 0.94rem;
	max-width: 56em;
}

/* --------------------------------------------------------------
 * 12. 来稿联系
 * -------------------------------------------------------------- */
.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
	gap: 2.6rem;
	align-items: start;
}

.contact-main {
	padding: 2rem 2rem 2.1rem;
}

.contact-lede {
	margin: 0 0 1rem;
	font-size: 1.04rem;
	font-weight: 600;
}

.contact-phone {
	margin: 0 0 1.2rem;
}

.contact-phone .overnum {
	font-size: clamp(1.9rem, 4vw, 2.9rem);
}

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

.contact-list li {
	display: grid;
	grid-template-columns: 5.5em minmax(0, 1fr);
	gap: 0.8rem;
	padding: 0.5em 0;
	border-top: 1px solid var(--rule-soft);
	font-size: 0.95rem;
}

.contact-key {
	font-weight: 800;
	font-size: 0.88rem;
	color: var(--blue);
}

.contact-side {
	border: 3px solid var(--blue);
	padding: 1.6rem 1.5rem;
	background: var(--paper-2);
}

.contact-side-line {
	margin: 0 0 1.2rem;
	font-size: 0.95rem;
	font-weight: 600;
}

.contact-side-line--stamp {
	display: inline-block;
	margin: 0;
	padding: 0.65em 0.95em;
	border: 3px solid var(--pink);
	box-shadow: 6px 6px 0 var(--blue);
	font-weight: 900;
	font-size: 1.12rem;
	line-height: 1.5;
}

/* --------------------------------------------------------------
 * 13. 内页通用:页首条 / 布局
 * -------------------------------------------------------------- */
.page-strip {
	position: relative;
	background: var(--paper-2);
	border-bottom: 4px solid var(--ink);
	padding: 3rem 0 2.2rem;
}

.page-strip::after {
	content: "";
	position: absolute;
	left: 10px;
	right: -8px;
	bottom: -11px;
	height: 4px;
	background: var(--pink);
	mix-blend-mode: multiply;
}

.page-strip-title {
	font-size: clamp(1.9rem, 4.5vw, 3rem);
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.page-strip-title--article {
	max-width: 26em;
}

.page-strip-sub {
	margin: 0.7rem 0 0;
	color: var(--ink-soft);
	font-size: 0.95rem;
	max-width: 46em;
}

.single-kicker {
	margin: 0 0 0.7rem;
	font-weight: 800;
	font-size: 0.82rem;
	letter-spacing: 0.2em;
	color: var(--blue);
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.single-kicker::before {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--pink);
	flex: none;
}

.single-meta {
	margin: 0.8rem 0 0;
	font-size: 0.88rem;
	color: var(--ink-soft);
}

.single-meta a {
	color: var(--blue);
	text-decoration: none;
	font-weight: 700;
}

.single-meta a:hover {
	box-shadow: inset 0 -3px 0 var(--pink);
}

.single-meta-item {
	margin-right: 1.4em;
}

.layout-with-side {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 3rem;
	padding-block: 3rem 4rem;
	align-items: start;
}

.layout-narrow {
	max-width: 880px;
	padding-block: 3rem 4rem;
}

.layout-product {
	max-width: 940px;
	padding-block: 3rem 4rem;
}

.section--archive-product {
	padding-block: 3rem 4rem;
}

/* --------------------------------------------------------------
 * 14. 文章卡列表 / 正文排版
 * -------------------------------------------------------------- */
.entry-card {
	margin-bottom: 2.6rem;
	padding-top: 2.1rem;
}

.entry-card-title {
	font-size: 1.42rem;
	margin: 0 0 0.4rem;
	line-height: 1.4;
}

.entry-card-title a {
	text-decoration: none;
}

.entry-card-title a:hover {
	box-shadow: inset 0 -6px 0 var(--pink);
}

.entry-card-cats {
	margin: 0 0 0.4rem;
	font-size: 0.85rem;
	color: var(--ink-soft);
}

.entry-card-cats a {
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
}

.entry-card-thumb {
	display: block;
	margin: 0.8rem 0;
	border: 2px solid var(--ink);
	line-height: 0;
}

.entry-card-excerpt {
	font-size: 0.95rem;
}

.entry-card-excerpt p {
	margin: 0.5em 0 1em;
}

.entry-single .entry-thumb {
	border: 3px solid var(--ink);
	line-height: 0;
	margin-bottom: 1.8rem;
}

.entry-content {
	font-size: 1.02rem;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content a {
	color: var(--blue);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

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

.entry-content h2 {
	position: relative;
	font-size: 1.5rem;
	margin: 1.9em 0 0.7em;
	padding-left: 1.2em;
}

.entry-content h2::before,
.entry-content h2::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0.42em;
}

.entry-content h2::before {
	left: 0;
	background: var(--pink);
}

.entry-content h2::after {
	left: 5px;
	top: 0.62em;
	background: var(--blue);
	mix-blend-mode: multiply;
}

.entry-content h3 {
	font-size: 1.22rem;
	margin: 1.6em 0 0.6em;
}

.entry-content h4 {
	font-size: 1.05rem;
	margin: 1.4em 0 0.5em;
}

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

.entry-content ul {
	list-style: square;
}

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

.entry-content li::marker {
	color: var(--pink);
}

.entry-content ol li::marker {
	color: var(--blue);
	font-weight: 800;
}

.entry-content blockquote {
	position: relative;
	margin: 1.6em 0;
	padding: 0.9em 1.4em;
	border-left: 6px solid var(--pink);
	background: var(--paper-2);
	font-weight: 600;
}

.entry-content blockquote::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	width: 6px;
	background: var(--blue);
	mix-blend-mode: multiply;
}

.entry-content code {
	background: rgba(43, 80, 200, 0.08);
	border: 1px solid rgba(43, 80, 200, 0.3);
	padding: 0.12em 0.4em;
	font-size: 0.9em;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.entry-content pre {
	overflow: auto;
	background: var(--paper-2);
	border: 2px solid var(--ink);
	padding: 1em 1.2em;
}

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

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.4em 0;
}

.entry-content th,
.entry-content td {
	border: 2px solid var(--ink);
	padding: 0.5em 0.8em;
	text-align: left;
}

.entry-content th {
	background: var(--paper-2);
}

.entry-content hr {
	border: 0;
	height: 8px;
	margin: 2.2em 0;
	background: var(--blue);
	-webkit-mask-image: var(--roller-mask);
	mask-image: var(--roller-mask);
	-webkit-mask-size: 280px 100%;
	mask-size: 280px 100%;
}

.entry-tags {
	margin-top: 2rem;
	font-size: 0.9rem;
}

.entry-tags a {
	display: inline-block;
	margin: 0.2em 0.3em 0.2em 0;
	border: 2px solid var(--blue);
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
	padding: 0.2em 0.7em;
}

.entry-tags a:hover {
	background: var(--blue);
	color: #fff;
}

.tags-label {
	font-weight: 800;
	margin-right: 0.4em;
}

.page-links {
	margin: 1.6em 0;
	font-weight: 700;
}

.page-links a,
.page-links > span:not(.screen-reader-text) {
	display: inline-block;
	border: 2px solid var(--ink);
	padding: 0.2em 0.7em;
	margin-right: 0.35em;
	text-decoration: none;
}

/* WP 经典对齐类 */
.alignleft {
	float: left;
	margin: 0.4em 1.4em 1em 0;
}

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

.aligncenter {
	display: block;
	margin-inline: auto;
}

.wp-caption {
	max-width: 100%;
	border: 2px solid var(--ink);
	background: var(--paper-2);
	padding: 0.4rem;
}

.wp-caption img {
	display: block;
}

.wp-caption-text {
	margin: 0.4em 0 0.1em;
	font-size: 0.85rem;
	color: var(--ink-soft);
}

.sticky.entry-card {
	border-width: 4px;
}

.bypostauthor .comment-author {
	font-weight: 900;
}

/* --------------------------------------------------------------
 * 15. 参数表 / 询价 / 栏目片
 * -------------------------------------------------------------- */
.spec-block {
	margin-top: 2.8rem;
}

.spec-heading {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.spec-heading-note {
	display: inline-block;
	margin-left: 0.6em;
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--ink-soft);
}

.spec-table-wrap {
	overflow-x: auto;
}

.spec-table {
	width: 100%;
	min-width: 480px;
	border-collapse: collapse;
	border: 3px solid var(--ink);
}

.spec-table th,
.spec-table td {
	border: 2px solid rgba(30, 58, 148, 0.5);
	padding: 0.68em 0.95em;
	text-align: left;
	font-size: 0.95rem;
}

.spec-table th {
	width: 32%;
	background: var(--paper-2);
	font-weight: 800;
}

.spec-table tr:nth-child(even) td {
	background: rgba(43, 80, 200, 0.05);
}

.inquiry-cta {
	margin-top: 3rem;
	padding: 2rem 2rem 2.1rem;
}

.inquiry-title {
	font-size: 1.5rem;
	margin-bottom: 0.6rem;
}

.inquiry-copy {
	margin: 0 0 1rem;
	font-size: 0.98rem;
}

.inquiry-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin: 1.4rem 0 0;
}

.term-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-bottom: 2.4rem;
}

.term-chip {
	border: 2px solid var(--blue);
	color: var(--blue);
	font-weight: 800;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	padding: 0.35em 0.9em;
	text-decoration: none;
}

.term-chip:hover {
	background: var(--blue);
	color: #fff;
}

.archive-empty-note {
	grid-column: 1 / -1;
	color: var(--ink-soft);
	font-size: 0.9rem;
	margin: 0;
}

/* --------------------------------------------------------------
 * 16. 分页 / 前后篇 / 空状态
 * -------------------------------------------------------------- */
.pagination,
.navigation.pagination {
	margin-top: 1.5rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.page-numbers {
	display: inline-block;
	border: 2px solid var(--ink);
	background: var(--paper-2);
	color: var(--ink);
	font-weight: 800;
	font-size: 0.92rem;
	padding: 0.45em 0.9em;
	text-decoration: none;
}

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

a.page-numbers:hover {
	transform: translate(-2px, -2px);
	box-shadow: 4px 4px 0 var(--pink);
}

.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 2.8rem 0 0;
	font-weight: 800;
}

.post-nav a {
	text-decoration: none;
	box-shadow: inset 0 -4px 0 var(--pink);
}

.post-nav a:hover {
	box-shadow: inset 0 -9px 0 var(--pink);
}

.post-nav-next {
	text-align: right;
}

.empty-note {
	margin-bottom: 2.5rem;
}

.empty-title {
	font-size: 1.45rem;
	margin-bottom: 0.6rem;
}

.empty-demo {
	margin: 1.4rem 0;
	border-top: 3px solid var(--ink);
}

.empty-demo .news-item {
	border-bottom-width: 2px;
	padding: 1.1rem 0 1.2rem;
}

.empty-demo .news-title {
	font-size: 1.08rem;
}

/* --------------------------------------------------------------
 * 17. 侧栏与部件
 * -------------------------------------------------------------- */
.widget {
	border: 3px solid var(--ink);
	background: var(--paper-2);
	padding: 1.3rem 1.3rem 1.4rem;
	margin-bottom: 2rem;
}

.widget-title {
	font-size: 1rem;
	letter-spacing: 0.12em;
	border-bottom: 3px solid var(--pink);
	padding-bottom: 0.45em;
	margin: 0 0 0.9em;
}

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

.widget li {
	padding: 0.32em 0;
	border-bottom: 1px solid var(--rule-soft);
	font-size: 0.92rem;
}

.widget li:last-child {
	border-bottom: 0;
}

.widget a {
	text-decoration: none;
	font-weight: 700;
}

.widget a:hover {
	box-shadow: inset 0 -3px 0 var(--pink);
}

.widget p {
	margin: 0.4em 0;
	font-size: 0.92rem;
}

.widget-stamp {
	border-color: var(--pink);
}

.widget-stamp-line {
	font-weight: 700;
	font-size: 0.9rem;
	margin: 0;
}

/* --------------------------------------------------------------
 * 18. 搜索表单
 * -------------------------------------------------------------- */
.search-form {
	display: flex;
	max-width: 100%;
}

.search-field {
	flex: 1 1 auto;
	min-width: 0;
	border: 3px solid var(--ink);
	border-right: 0;
	background: #fff;
	color: var(--ink);
	font-family: inherit;
	font-size: 0.95rem;
	padding: 0.62em 0.9em;
}

.search-field::placeholder {
	color: var(--ink-soft);
	opacity: 1;
}

.search-submit {
	flex: none;
	border: 3px solid var(--ink);
	background: var(--blue);
	color: #fff;
	font-family: inherit;
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	padding: 0.62em 1.15em;
	cursor: pointer;
}

.search-submit:hover {
	background: var(--ink);
}

/* --------------------------------------------------------------
 * 19. 评论:读者来信
 * -------------------------------------------------------------- */
.comments-area {
	margin-top: 3.2rem;
	border-top: 4px solid var(--ink);
	padding-top: 2rem;
}

.comments-title,
.comment-reply-title {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

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

.comment-list .children {
	padding-left: 1.6rem;
}

.comment-list .comment,
.comment-list .pingback {
	border: 2px solid rgba(30, 58, 148, 0.45);
	background: var(--paper-2);
	padding: 1rem 1.2rem;
	margin-bottom: 1rem;
}

.comment-author {
	font-weight: 800;
}

.comment-author .avatar {
	border: 2px solid var(--ink);
	margin-right: 0.6em;
	vertical-align: middle;
}

.comment-metadata {
	font-size: 0.8rem;
}

.comment-metadata a {
	color: var(--ink-soft);
	text-decoration: none;
}

.comment-content {
	font-size: 0.95rem;
}

.reply a {
	font-weight: 800;
	font-size: 0.85rem;
	color: var(--blue);
	text-decoration: none;
	box-shadow: inset 0 -3px 0 var(--pink);
}

.comment-form label {
	display: block;
	font-weight: 800;
	font-size: 0.9rem;
	margin-bottom: 0.3em;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	border: 2px solid var(--ink);
	background: #fff;
	color: var(--ink);
	font-family: inherit;
	font-size: 0.95rem;
	padding: 0.6em 0.8em;
}

.comment-form .submit {
	border: 3px solid var(--ink);
	background: var(--blue);
	color: #fff;
	font-family: inherit;
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: 0.06em;
	padding: 0.75em 1.6em;
	cursor: pointer;
}

.comment-form .submit:hover {
	background: var(--ink);
}

.comment-navigation {
	margin: 1rem 0;
	font-weight: 700;
}

/* --------------------------------------------------------------
 * 20. 404:漏印页
 * -------------------------------------------------------------- */
.error-404 {
	position: relative;
	padding: 5rem 0 6rem;
	text-align: center;
}

.regmark--404-tl {
	position: absolute;
	top: 26px;
	left: 30px;
}

.regmark--404-br {
	position: absolute;
	bottom: 26px;
	right: 30px;
}

.error-stamp {
	display: inline-block;
	border: 2px solid var(--ink);
	background: var(--paper-2);
	padding: 0.3em 0.9em;
	font-weight: 800;
	font-size: 0.85rem;
	letter-spacing: 0.22em;
	margin-bottom: 1.6rem;
}

.error-title .misreg {
	--mis-x: 7px;
	--mis-y: 5px;
	font-size: clamp(5rem, 16vw, 8.5rem);
	line-height: 1;
	color: var(--blue);
}

.error-sub {
	font-size: 1.6rem;
	margin: 0.6rem 0 0;
}

.error-copy {
	max-width: 34em;
	margin: 1.2rem auto;
}

.error-search {
	max-width: 430px;
	margin: 1.6rem auto;
}

.error-actions {
	margin-top: 1.8rem;
}

/* --------------------------------------------------------------
 * 21. 页脚:版权页
 * -------------------------------------------------------------- */
.site-footer {
	position: relative;
	background: var(--ink);
	color: var(--paper);
	margin-top: 4rem;
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--grain-ink);
	background-size: 120px 120px;
	mix-blend-mode: multiply;
	opacity: 0.45;
	pointer-events: none;
}

.roller--footer {
	position: relative;
	z-index: 1;
	background: var(--pink);
}

.roller--footer::before {
	background: var(--blue);
}

.footer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
	gap: 3rem;
	padding-block: 3.4rem 2.4rem;
}

.footer-brand {
	margin: 0 0 0.8rem;
	font-weight: 900;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #fff;
}

.footer-brand-en {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.4em;
	color: rgba(247, 243, 234, 0.8);
	margin-top: 0.3em;
}

.footer-text {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	color: rgba(247, 243, 234, 0.95);
	max-width: 34em;
}

.footer-text--small {
	font-size: 0.85rem;
}

.footer-supplier {
	margin: 0 0 1.2rem;
	padding-left: 0.9rem;
	border-left: 4px solid var(--pink);
	font-size: 0.9rem;
	color: rgba(247, 243, 234, 0.95);
	max-width: 32em;
}

.footer-title {
	display: inline-block;
	font-size: 0.95rem;
	letter-spacing: 0.22em;
	border-bottom: 3px solid var(--pink);
	padding-bottom: 0.35em;
	margin: 0 0 1rem;
	color: #fff;
}

.footer-menu,
.footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	padding: 0.3em 0;
}

.footer-menu a {
	color: var(--paper);
	text-decoration: none;
	font-weight: 700;
	font-size: 0.95rem;
}

.footer-menu a:hover {
	box-shadow: inset 0 -4px 0 var(--pink);
}

.footer-contact li {
	display: grid;
	grid-template-columns: 3.6em minmax(0, 1fr);
	gap: 0.7rem;
	padding: 0.35em 0;
	font-size: 0.92rem;
	color: rgba(247, 243, 234, 0.95);
}

.footer-contact .contact-key {
	color: rgba(247, 243, 234, 0.85);
	font-size: 0.85rem;
}

.footer-baseline {
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(247, 243, 234, 0.35);
}

.baseline-in {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	padding-block: 1rem 1.3rem;
	font-size: 0.8rem;
}

.regmark--footer {
	color: var(--paper);
	flex: none;
}

.baseline-copy {
	margin: 0;
	color: rgba(247, 243, 234, 0.9);
}

.baseline-sep {
	margin-inline: 0.5em;
}

.press-stamp--footer {
	margin-left: auto;
	border-color: rgba(247, 243, 234, 0.6);
}

/* --------------------------------------------------------------
 * 22. 双版入场:蓝版先落,粉版 100ms 后叠上
 * no-js 与 prefers-reduced-motion 下全部直接可见。
 * -------------------------------------------------------------- */
.js .reveal {
	opacity: 0;
	transform: translateY(16px);
}

.js .reveal.is-inked {
	opacity: 1;
	transform: none;
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.js .reveal .misreg::before,
.js .reveal .overnum::before,
.js .reveal.plate-card::after,
.js .reveal .tower-frame::after {
	opacity: 0;
	transition: opacity 0.35s ease;
}

.js .reveal.is-overprinted .misreg::before,
.js .reveal.is-overprinted .overnum::before,
.js .reveal.is-overprinted.plate-card::after,
.js .reveal.is-overprinted .tower-frame::after {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.js .reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.js .reveal .misreg::before,
	.js .reveal .overnum::before,
	.js .reveal.plate-card::after,
	.js .reveal .tower-frame::after {
		opacity: 1;
		transition: none;
	}

	.plate-card:hover,
	.btn:hover,
	a.page-numbers:hover {
		transform: none;
	}
}

/* --------------------------------------------------------------
 * 23. 响应式
 * -------------------------------------------------------------- */
@media (max-width: 1120px) {
	.process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-step:not(:last-child)::before {
		display: none;
	}
}

@media (max-width: 1024px) {
	.hero-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 3rem;
	}

	.hero-figure {
		max-width: 500px;
	}

	.hero-dot--pink {
		right: -80px;
	}

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

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

	.contact-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.layout-with-side {
		grid-template-columns: minmax(0, 1fr);
	}

	.sec-en {
		display: none;
	}

	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.4rem;
	}
}

@media (max-width: 768px) {
	body.nav-open {
		overflow: hidden;
	}

	.press-note {
		display: none;
	}

	.press-stamp {
		margin-left: auto;
	}

	.header-bar {
		flex-wrap: wrap;
		gap: 1rem;
	}

	.site-tagline {
		display: none;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.site-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: 0;
		background-color: var(--paper);
		background-image: var(--grain-paper);
		background-size: 160px 160px;
		border-top: 3px solid var(--ink);
		border-bottom: 4px solid var(--ink);
		max-height: calc(100vh - 90px);
		overflow: auto;
		z-index: 80;
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0.5rem clamp(1rem, 4vw, 2rem) 1rem;
	}

	.site-nav a {
		display: block;
		padding: 0.7em 0.2em;
		border-bottom: 1px solid var(--rule-soft);
		font-size: 1.02rem;
	}

	.site-nav .sub-menu {
		position: static;
		display: flex;
		border: 0;
		border-left: 3px solid var(--pink);
		padding: 0 0 0 0.8rem;
		margin: 0.2rem 0 0.4rem;
		background: transparent;
	}

	.hero {
		padding: 3.2rem 0 4rem;
	}

	.stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.2rem 1.4rem;
	}

	.sec-head {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.news-item {
		gap: 1rem;
	}

	.post-nav {
		flex-direction: column;
		gap: 0.8rem;
	}

	.post-nav-next {
		text-align: left;
	}
}

@media (max-width: 640px) {
	.card-grid,
	.case-grid,
	.process-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.footer-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hero-title {
		font-size: clamp(2.2rem, 10vw, 2.9rem);
	}

	.overnum {
		font-size: clamp(2.2rem, 9vw, 3rem);
	}

	.baseline-in {
		flex-wrap: wrap;
	}

	.press-stamp--footer {
		margin-left: 0;
	}

	.colophon-shape {
		width: 300px;
		height: 300px;
		right: -140px;
	}
}
