:root {
	--yiwen-deep-ink: #17282b;
	--yiwen-ink-black: #0e181a;
	--yiwen-paper-mist: #ffffff;
	--yiwen-surface: #ffffff;
	--yiwen-section-gray: #f6f8fa;
	--yiwen-quality-bg: #eef4f8;
	--yiwen-rfq-bg: #fff3e7;
	--yiwen-press-red: #b65c32;
	--yiwen-carton-gold: #d6b982;
	--yiwen-process-cyan: #22aebf;
	--yiwen-soft-ink: #627071;
	--yiwen-line: #e3e7eb;
	--yiwen-line-dark: rgba(244, 241, 234, 0.22);
	--yiwen-max: 1440px;
	--yiwen-radius: 8px;
	--yiwen-shadow: 0 18px 44px rgba(23, 40, 43, 0.08);
}

body {
	background: #ffffff;
	color: var(--yiwen-deep-ink);
}

body::before {
	display: none;
}

a {
	text-underline-offset: 0.18em;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.wp-site-blocks > .wp-block-group,
.wp-site-blocks > header,
.wp-site-blocks > footer {
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-site-blocks > * + * {
	margin-block-start: 0;
}

.yiwen-container {
	box-sizing: border-box;
	max-width: var(--yiwen-max);
	margin-right: auto;
	margin-left: auto;
	padding-right: clamp(24px, 4vw, 56px);
	padding-left: clamp(24px, 4vw, 56px);
}

.yiwen-section {
	padding-top: clamp(64px, 8vw, 112px);
	padding-bottom: clamp(64px, 8vw, 112px);
}

.yiwen-section:nth-of-type(even) {
	background: var(--yiwen-section-gray);
}

.yiwen-section-head {
	display: grid;
	gap: 14px;
	max-width: 940px;
	margin-bottom: 32px;
}

.yiwen-eyebrow {
	width: fit-content;
	margin: 0 0 12px;
	border-bottom: 1px solid currentColor;
	color: var(--yiwen-press-red);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.yiwen-muted {
	color: var(--yiwen-soft-ink);
}

.yiwen-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 28px;
}

.wp-block-button__link,
.yiwen-rfq-form button {
	border: 1px solid var(--yiwen-deep-ink);
	border-radius: 4px;
	background: var(--yiwen-deep-ink);
	box-shadow: 0 10px 24px rgba(23, 40, 43, 0.14);
	color: #fff;
	font-weight: 850;
	letter-spacing: 0.01em;
	padding: 13px 18px;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wp-block-button__link:hover,
.yiwen-rfq-form button:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(23, 40, 43, 0.18);
}

.yiwen-btn-secondary a,
.yiwen-rfq-band .yiwen-btn-secondary a {
	border-color: rgba(23, 40, 43, 0.18);
	background: var(--yiwen-surface);
	box-shadow: none;
	color: var(--yiwen-deep-ink);
}

.yiwen-rfq-band .yiwen-btn-secondary a {
	border-color: rgba(244, 241, 234, 0.32);
	background: rgba(255, 253, 247, 0.08);
	color: #fff;
}

.yiwen-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(23, 40, 43, 0.045);
}

.yiwen-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--yiwen-press-red), var(--yiwen-process-cyan));
	opacity: 0.82;
}

.yiwen-card > :first-child {
	margin-block-start: 0;
}

.yiwen-card > :last-child {
	margin-block-end: 0;
}

.yiwen-card h3,
.yiwen-card p {
	margin-block-start: 0;
}

.yiwen-card h3 + p {
	margin-top: 4px;
}

.yiwen-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 28px;
	margin-bottom: 18px;
	border: 1px solid var(--yiwen-line);
	border-radius: 999px;
	color: var(--yiwen-press-red);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.yiwen-card > .yiwen-index {
	display: none;
}

.yiwen-spec-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.yiwen-spec-list span {
	border: 1px solid var(--yiwen-line);
	border-radius: 999px;
	background: #ffffff;
	color: var(--yiwen-soft-ink);
	font-size: 0.78rem;
	font-weight: 750;
	padding: 6px 10px;
}

.yiwen-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid var(--yiwen-line);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(16px);
}

.yiwen-header-inner {
	column-gap: clamp(20px, 3vw, 36px);
	min-height: 108px;
	row-gap: 14px;
}

.yiwen-logo a {
	color: var(--yiwen-deep-ink);
	font-weight: 950;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-transform: uppercase;
}

.yiwen-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	text-decoration: none;
}

.yiwen-logo-image {
	display: block;
	width: min(560px, 72vw);
	max-width: 100%;
	height: auto;
	max-height: 90px;
	object-fit: contain;
}

.yiwen-main-nav a {
	color: var(--yiwen-deep-ink);
	font-size: 1.06rem;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none;
}

.yiwen-main-nav,
.yiwen-main-nav .wp-block-navigation__container,
.yiwen-main-nav .wp-block-navigation-item.has-child {
	min-height: 108px;
	align-items: center;
}

.yiwen-main-nav .wp-block-navigation-item.has-child {
	position: relative;
	display: flex;
}

.yiwen-main-nav a:hover {
	color: var(--yiwen-press-red);
}

.yiwen-main-nav .wp-block-navigation__submenu-container {
	top: 100%;
	min-width: 300px;
	border: 1px solid var(--yiwen-line);
	border-radius: 0 0 var(--yiwen-radius) var(--yiwen-radius);
	box-shadow: 0 18px 44px rgba(23, 40, 43, 0.12);
}

.yiwen-main-nav .wp-block-navigation__submenu-container a {
	padding: 12px 17px;
}

.yiwen-nav-rfq a {
	border: 1px solid var(--yiwen-deep-ink);
	border-radius: 4px;
	background: var(--yiwen-deep-ink);
	color: #fff !important;
	padding: 14px 18px;
}

.yiwen-footer {
	background: var(--yiwen-ink-black);
	color: #ffffff;
	padding-block: 64px;
}

.yiwen-footer a,
.yiwen-footer p,
.yiwen-footer h3,
.yiwen-footer h4 {
	color: #ffffff;
}

.yiwen-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 0.8fr;
	gap: 28px;
	align-items: start;
}

.yiwen-footer-grid > * {
	margin-block-start: 0 !important;
}

.yiwen-footer h3,
.yiwen-footer h4,
.yiwen-footer p {
	margin-block-start: 0;
}

.yiwen-footer h3,
.yiwen-footer h4 {
	margin-block-end: 14px;
	line-height: 1.18;
}

.yiwen-footer p {
	margin-block-end: 0;
}

.yiwen-hero {
	overflow: hidden;
	border-bottom: 1px solid var(--yiwen-line);
	background: #ffffff;
	padding-block: clamp(72px, 8vw, 118px);
}

.yiwen-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	gap: clamp(36px, 5vw, 76px);
	align-items: center;
}

.yiwen-hero h1 {
	max-width: 980px;
	margin-bottom: 20px;
	font-size: clamp(2.5rem, 4.25vw, 4.6rem);
	letter-spacing: 0;
	line-height: 0.98;
	text-wrap: balance;
}

.yiwen-hero-lede {
	max-width: 780px;
	font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}

.yiwen-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.yiwen-hero-tags span {
	border: 1px solid var(--yiwen-line);
	border-radius: 999px;
	background: #ffffff;
	color: var(--yiwen-deep-ink);
	font-size: 0.78rem;
	font-weight: 850;
	padding: 7px 11px;
}

.yiwen-hero-gallery {
	position: relative;
	align-self: center;
	overflow: hidden;
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	background: var(--yiwen-section-gray);
	box-shadow: var(--yiwen-shadow);
}

.yiwen-hero-track {
	display: flex;
	width: 100%;
	animation: yiwen-gallery-pages 17.1s ease-in-out infinite;
}

.yiwen-hero-gallery:hover .yiwen-hero-track {
	animation-play-state: paused;
}

.yiwen-gallery-slide {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: 0;
	flex: 0 0 100%;
	overflow: hidden;
	background: #eef2f5;
}

.yiwen-gallery-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yiwen-gallery-placeholder {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(23, 40, 43, 0.2), rgba(23, 40, 43, 0.02)),
		linear-gradient(120deg, #dfe6eb 0%, #f7f9fb 48%, #cfd8df 100%);
}

.yiwen-gallery-slide-1 .yiwen-gallery-placeholder {
	background:
		linear-gradient(135deg, rgba(23, 40, 43, 0.18), rgba(34, 174, 191, 0.08)),
		linear-gradient(120deg, #d8e1e7 0%, #f8fafb 45%, #c7d3dc 100%);
}

.yiwen-gallery-slide-2 .yiwen-gallery-placeholder {
	background:
		linear-gradient(135deg, rgba(23, 40, 43, 0.26), rgba(182, 92, 50, 0.08)),
		linear-gradient(120deg, #cfd8df 0%, #f2f5f7 52%, #e2e7eb 100%);
}

.yiwen-gallery-slide-3 .yiwen-gallery-placeholder {
	background:
		linear-gradient(135deg, rgba(23, 40, 43, 0.16), rgba(214, 185, 130, 0.16)),
		linear-gradient(120deg, #e5ebef 0%, #ffffff 48%, #ccd6dd 100%);
}

.yiwen-gallery-slide figcaption {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 1;
	border-radius: 4px;
	background: rgba(14, 24, 26, 0.78);
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	padding: 8px 10px;
	text-transform: uppercase;
}

@keyframes yiwen-gallery-pages {
	0%,
	29.239% {
		transform: translateX(0);
	}

	33.333%,
	62.573% {
		transform: translateX(-100%);
	}

	66.667%,
	95.906% {
		transform: translateX(-200%);
	}

	100% {
		transform: translateX(0);
	}
}

.yiwen-grid-3,
.yiwen-grid-4,
.yiwen-product-grid,
.yiwen-detail-grid {
	display: grid;
	gap: 18px;
	align-items: stretch;
	grid-auto-rows: 1fr;
}

.yiwen-grid-3,
.yiwen-product-grid,
.yiwen-detail-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.yiwen-grid-3 > *,
.yiwen-grid-4 > *,
.yiwen-product-grid > *,
.yiwen-detail-grid > *,
.yiwen-process > *,
.yiwen-rfq-grid > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.yiwen-grid-3 .yiwen-card,
.yiwen-grid-4 .yiwen-card,
.yiwen-product-card,
.yiwen-detail-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	height: 100%;
	min-height: 252px;
	padding: 34px 24px;
}

.yiwen-section-close {
	max-width: 820px;
	margin-top: 28px;
	font-size: 1.02rem;
}

.yiwen-process {
	display: grid;
	gap: 12px;
	align-items: stretch;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.yiwen-process .yiwen-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	height: 100%;
	min-height: 124px;
	padding: 28px 18px;
	text-align: center;
}

.yiwen-process h3 {
	font-size: 1rem;
}

.yiwen-factory-page {
	background: #ffffff;
}

.yiwen-factory-hero {
	display: grid;
	gap: 14px;
	max-width: 980px;
	margin-bottom: 34px;
}

.yiwen-factory-hero h1 {
	max-width: 1060px;
	font-size: clamp(2.3rem, 4vw, 4.15rem);
	letter-spacing: 0;
	line-height: 1;
	text-wrap: balance;
}

.yiwen-factory-stats {
	display: grid;
	gap: 0;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(23, 40, 43, 0.055);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yiwen-factory-stat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 132px;
	padding: 24px;
	border-right: 1px solid var(--yiwen-line);
}

.yiwen-factory-stat:last-child {
	border-right: 0;
}

.yiwen-factory-stat p {
	margin: 0 0 18px;
	color: var(--yiwen-press-red);
	font-size: clamp(1.55rem, 2.3vw, 2.2rem);
	font-weight: 950;
	line-height: 1;
}

.yiwen-factory-stat h3 {
	margin: 0;
	color: var(--yiwen-soft-ink);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.yiwen-factory-capabilities {
	display: grid;
	gap: 0;
	align-items: stretch;
	margin-top: 30px;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yiwen-factory-capability {
	display: flex;
	flex-direction: column;
	border-top: 2px solid var(--yiwen-deep-ink);
	padding: 22px 24px 0;
}

.yiwen-factory-capability h3 {
	margin: 0 0 10px;
	font-size: 1.06rem;
}

.yiwen-factory-capability p {
	margin: 0;
	color: var(--yiwen-soft-ink);
	font-size: 0.95rem;
}

.yiwen-factory-process {
	display: grid;
	position: relative;
	gap: 18px;
	align-items: stretch;
	counter-reset: factory-step;
	margin-top: 34px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.yiwen-factory-process::before {
	content: "";
	position: absolute;
	top: 38px;
	right: 42px;
	left: 42px;
	height: 2px;
	background: #d9e4e8;
}

.yiwen-factory-process span {
	position: relative;
	display: grid;
	align-content: start;
	gap: 14px;
	min-height: 136px;
	border: 1px solid #dce4e8;
	border-radius: var(--yiwen-radius);
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(23, 40, 43, 0.045);
	color: var(--yiwen-deep-ink);
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.25;
	padding: 24px 18px 20px;
	counter-increment: factory-step;
}

.yiwen-factory-process span:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 33px;
	right: -27px;
	z-index: 2;
	width: 11px;
	height: 11px;
	border-top: 2px solid var(--yiwen-press-red);
	border-right: 2px solid var(--yiwen-press-red);
	background: #ffffff;
	transform: rotate(45deg);
}

.yiwen-factory-process span::before {
	content: counter(factory-step, decimal-leading-zero);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 2px solid #ffffff;
	background: var(--yiwen-press-red);
	border-radius: 999px;
	box-shadow: 0 0 0 2px rgba(182, 92, 50, 0.2);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 950;
}

.yiwen-factory-media-grid {
	display: grid;
	gap: 18px;
	align-items: stretch;
	grid-auto-rows: 260px;
	margin-top: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yiwen-factory-media {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 260px;
	min-height: 260px;
	overflow: hidden;
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	background:
		linear-gradient(135deg, rgba(23, 40, 43, 0.16), rgba(23, 40, 43, 0)),
		linear-gradient(120deg, #e8eef2 0%, #ffffff 48%, #d8e1e7 100%);
	padding: 18px;
}

.yiwen-factory-media::before,
.yiwen-factory-media::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(23, 40, 43, 0.16);
	transform: skew(-12deg) rotate(4deg);
}

.yiwen-factory-media::before {
	top: 28%;
	left: 17%;
	width: 56%;
	height: 30%;
	background: rgba(255, 255, 255, 0.42);
}

.yiwen-factory-media::after {
	top: 43%;
	left: 34%;
	width: 36%;
	height: 20%;
	border-color: rgba(34, 174, 191, 0.32);
}

.yiwen-factory-media p {
	position: relative;
	z-index: 1;
	margin: 0;
	border-radius: 4px;
	background: rgba(14, 24, 26, 0.78);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 8px 10px;
	text-transform: uppercase;
}

.yiwen-factory-close {
	max-width: 820px;
	margin-top: 26px;
	font-size: 1.02rem;
}

.yiwen-esg-page {
	background:
		linear-gradient(120deg, rgba(246, 248, 250, 0.92), rgba(255, 255, 255, 0.98)),
		#ffffff;
}

.yiwen-esg-hero {
	display: grid;
	gap: 14px;
	max-width: 1040px;
	margin-bottom: 34px;
}

.yiwen-esg-hero h1 {
	max-width: 1120px;
	font-size: clamp(2.35rem, 4.2vw, 4.35rem);
	letter-spacing: 0;
	line-height: 1;
	text-wrap: balance;
}

.yiwen-esg-hero .yiwen-muted {
	max-width: 880px;
	font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

.yiwen-esg-commitment-grid,
.yiwen-esg-pillar-grid,
.yiwen-esg-roadmap {
	display: grid;
	gap: 18px;
	align-items: stretch;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yiwen-esg-commitment-grid > *,
.yiwen-esg-pillar-grid > *,
.yiwen-esg-roadmap > * {
	margin-block-start: 0 !important;
}

.yiwen-esg-commitment,
.yiwen-esg-pillar {
	display: flex;
	flex-direction: column;
	gap: 12px;
	box-sizing: border-box;
	height: 100%;
}

.yiwen-esg-commitment {
	justify-content: center;
	min-height: 220px;
	padding: 26px 24px;
}

.yiwen-esg-pillar {
	justify-content: flex-start;
	min-height: 268px;
	padding: 30px 24px;
}

.yiwen-esg-commitment h3,
.yiwen-esg-pillar h3 {
	margin: 0;
}

.yiwen-esg-commitment p,
.yiwen-esg-pillar p {
	margin: 0;
	color: var(--yiwen-soft-ink);
}

.yiwen-esg-pillar ul {
	display: grid;
	gap: 10px;
	margin: 6px 0 0;
	padding-left: 18px;
	color: var(--yiwen-deep-ink);
	font-weight: 780;
}

.yiwen-esg-proof {
	background: #ffffff;
}

.yiwen-esg-proof-list {
	display: grid;
	gap: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(23, 40, 43, 0.055);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
}

.yiwen-esg-proof-list li {
	display: grid;
	align-content: center;
	min-height: 116px;
	border-right: 1px solid var(--yiwen-line);
	border-bottom: 1px solid var(--yiwen-line);
	color: var(--yiwen-soft-ink);
	padding: 24px;
}

.yiwen-esg-proof-list li:nth-child(2n) {
	border-right: 0;
}

.yiwen-esg-proof-list li:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.yiwen-esg-proof-list strong {
	color: var(--yiwen-deep-ink);
}

.yiwen-esg-roadmap-section {
	background: var(--yiwen-section-gray);
}

.yiwen-esg-roadmap-item {
	position: relative;
	display: grid;
	align-content: center;
	gap: 12px;
	box-sizing: border-box;
	min-height: 226px;
	border-top: 3px solid var(--yiwen-press-red);
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(23, 40, 43, 0.045);
	padding: 26px 24px;
}

.yiwen-esg-roadmap-item p:first-child {
	width: fit-content;
	margin: 0;
	border: 1px solid var(--yiwen-line);
	border-radius: 999px;
	color: var(--yiwen-press-red);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 6px 10px;
	text-transform: uppercase;
}

.yiwen-esg-roadmap-item h3,
.yiwen-esg-roadmap-item p {
	margin: 0;
}

.yiwen-esg-roadmap-item p:last-child {
	color: var(--yiwen-soft-ink);
}

.yiwen-dark-section {
	border-top: 1px solid #dce7ee;
	border-bottom: 1px solid #dce7ee;
	background: var(--yiwen-quality-bg);
	color: var(--yiwen-deep-ink);
}

.yiwen-dark-section h2,
.yiwen-dark-section h3,
.yiwen-dark-section p,
.yiwen-dark-section .yiwen-muted {
	color: var(--yiwen-deep-ink);
}

.yiwen-dark-section .yiwen-eyebrow {
	color: #2d6977;
}

.yiwen-dark-section .yiwen-card {
	border-color: #d7e3ea;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(23, 40, 43, 0.045);
}

.yiwen-dark-section .yiwen-card::before {
	background: linear-gradient(90deg, #2d6977, var(--yiwen-process-cyan));
}

.yiwen-dark-section .yiwen-index,
.yiwen-dark-section .yiwen-spec-list span {
	border-color: #c7d9e2;
	background: #f7fbfd;
	color: #2d6977;
}

.yiwen-rfq-band {
	border-top: 1px solid #f1dcc8;
	background: var(--yiwen-rfq-bg);
	color: var(--yiwen-deep-ink);
}

.yiwen-rfq-band h2,
.yiwen-rfq-band p {
	color: var(--yiwen-deep-ink);
}

.yiwen-rfq-band .yiwen-muted {
	color: var(--yiwen-soft-ink);
}

.yiwen-rfq-band .yiwen-eyebrow {
	color: var(--yiwen-press-red);
}

.yiwen-product-card {
	min-height: 220px;
}

.yiwen-product-card a {
	color: var(--yiwen-deep-ink);
	display: block;
	font-weight: 900;
	text-decoration: none;
}

.yiwen-product-card h3 {
	margin-bottom: 8px;
}

.yiwen-product-card .yiwen-cn {
	display: block;
	margin-bottom: 14px;
	color: var(--yiwen-press-red);
	font-size: 0.88rem;
	font-weight: 850;
}

.yiwen-product-gallery-grid {
	display: grid;
	gap: 26px;
	align-items: stretch;
	grid-auto-rows: 376px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yiwen-product-gallery-grid > * {
	margin: 0 !important;
}

.yiwen-grid-3 > *,
.yiwen-grid-4 > *,
.yiwen-product-grid > *,
.yiwen-detail-grid > *,
.yiwen-process > *,
.yiwen-rfq-grid > *,
.yiwen-factory-stats > *,
.yiwen-factory-capabilities > *,
.yiwen-factory-process > *,
.yiwen-factory-media-grid > *,
.yiwen-product-gallery-grid > *,
.yiwen-sample-gallery > * {
	align-self: stretch;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.yiwen-product-frame {
	align-self: stretch;
	box-sizing: border-box;
	display: grid !important;
	grid-template-rows: minmax(0, 264px) 74px;
	gap: 10px;
	height: 376px;
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(23, 40, 43, 0.045);
	color: var(--yiwen-deep-ink);
	padding: 14px;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	vertical-align: top;
}

.yiwen-product-frame:hover {
	transform: translateY(-3px);
	border-color: #cbd4db;
	box-shadow: 0 18px 42px rgba(23, 40, 43, 0.08);
}

.yiwen-product-art,
.yiwen-sample-art {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid var(--yiwen-line);
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(23, 40, 43, 0.1), rgba(23, 40, 43, 0)),
		linear-gradient(120deg, #eef2f5 0%, #ffffff 48%, #dbe3e9 100%);
}

.yiwen-product-art {
	aspect-ratio: 4 / 3;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	width: 100%;
}

.yiwen-product-frame img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.yiwen-product-art::before,
.yiwen-product-art::after,
.yiwen-sample-art::before,
.yiwen-sample-art::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(23, 40, 43, 0.16);
	transform: skew(-10deg) rotate(3deg);
}

.yiwen-product-art::before,
.yiwen-sample-art::before {
	top: 28%;
	left: 20%;
	width: 52%;
	height: 30%;
	background: rgba(255, 255, 255, 0.46);
}

.yiwen-product-art::after,
.yiwen-sample-art::after {
	top: 43%;
	left: 34%;
	width: 36%;
	height: 22%;
	border-color: rgba(34, 174, 191, 0.38);
}

.yiwen-product-art-2,
.yiwen-sample-art-2 {
	background: linear-gradient(120deg, #f2ede7 0%, #ffffff 48%, #d7e4ea 100%);
}

.yiwen-product-art-3,
.yiwen-sample-art-3 {
	background: linear-gradient(120deg, #e7eff4 0%, #ffffff 50%, #d9dfe5 100%);
}

.yiwen-product-art-4,
.yiwen-sample-art-4 {
	background: linear-gradient(120deg, #e8f1f3 0%, #ffffff 44%, #cfdce3 100%);
}

.yiwen-product-art-5,
.yiwen-sample-art-5 {
	background: linear-gradient(120deg, #fff1e2 0%, #ffffff 48%, #dde7ed 100%);
}

.yiwen-product-art-6,
.yiwen-sample-art-6 {
	background: linear-gradient(120deg, #edf2f6 0%, #ffffff 48%, #efe3d8 100%);
}

.yiwen-product-art-7,
.yiwen-sample-art-7 {
	background: linear-gradient(120deg, #edf4f2 0%, #ffffff 48%, #d8e5e2 100%);
}

.yiwen-product-art-8,
.yiwen-sample-art-8 {
	background: linear-gradient(120deg, #f3eadb 0%, #ffffff 48%, #e3d2b9 100%);
}

.yiwen-product-art-9,
.yiwen-sample-art-9 {
	background: linear-gradient(120deg, #f7f1e8 0%, #ffffff 48%, #dfe8eb 100%);
}

.yiwen-product-name {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--yiwen-deep-ink);
	font-size: clamp(1.02rem, 1.25vw, 1.22rem);
	font-weight: 900;
	line-height: 1.2;
	min-height: 72px;
	padding: 4px 8px 2px;
	text-align: center;
}

.yiwen-product-gallery-head {
	max-width: 940px;
	margin-bottom: 34px;
}

.yiwen-product-content {
	max-width: 100%;
}

.yiwen-product-content > * {
	margin-block-start: 0;
}

.yiwen-product-content .wp-block-gallery {
	display: grid !important;
	gap: 22px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 !important;
}

.yiwen-product-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.yiwen-product-content .wp-block-gallery .wp-block-image {
	position: relative;
	display: grid !important;
	gap: 0;
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(23, 40, 43, 0.045);
}

.yiwen-product-content .wp-block-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.yiwen-product-content figcaption {
	margin: 0 !important;
	background: #ffffff;
	color: var(--yiwen-soft-ink);
	font-size: 0.86rem;
	font-weight: 850;
	padding: 12px 14px;
	text-align: left;
}

.yiwen-sample-gallery {
	display: grid !important;
	gap: 22px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yiwen-sample-frame {
	position: relative;
	display: grid !important;
	gap: 0;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(23, 40, 43, 0.045);
}

.yiwen-sample-art {
	aspect-ratio: 4 / 3;
	border-width: 0 0 1px;
	border-radius: 0;
}

.yiwen-sample-frame figcaption {
	margin: 0 !important;
	background: #ffffff;
	color: var(--yiwen-soft-ink);
	font-size: 0.86rem;
	font-weight: 850;
	padding: 12px 14px;
	text-align: left;
}

.yiwen-media-placeholder {
	align-items: center;
	position: relative;
	overflow: hidden;
	background: var(--yiwen-section-gray);
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	display: flex;
	justify-content: center;
	min-height: 320px;
	padding: 28px;
	text-align: center;
}

.yiwen-media-placeholder::before,
.yiwen-media-placeholder::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(23, 40, 43, 0.16);
	transform: skew(-12deg) rotate(4deg);
}

.yiwen-media-placeholder::before {
	width: 58%;
	height: 34%;
	top: 28%;
	left: 18%;
}

.yiwen-media-placeholder::after {
	width: 46%;
	height: 26%;
	top: 42%;
	left: 32%;
	border-color: rgba(34, 174, 191, 0.42);
}

.yiwen-media-placeholder p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--yiwen-soft-ink);
	font-weight: 850;
}

.yiwen-product-rfq {
	background: var(--yiwen-section-gray);
	border: 1px solid var(--yiwen-line);
	border-radius: var(--yiwen-radius);
	margin-top: 28px;
	padding: 30px;
}

.yiwen-rfq-form {
	display: grid;
	gap: 18px;
	max-width: 860px;
	border: 1px solid #f0d5bd;
	border-radius: var(--yiwen-radius);
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(182, 92, 50, 0.09);
	padding: clamp(20px, 4vw, 34px);
}

.yiwen-rfq-band .yiwen-rfq-form {
	margin-top: 28px;
}

.yiwen-rfq-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.yiwen-rfq-form p {
	display: grid;
	gap: 8px;
	margin: 0;
}

.yiwen-rfq-form p:has(button) {
	justify-self: start;
	inline-size: max-content;
}

.yiwen-rfq-form label {
	color: var(--yiwen-deep-ink);
	font-weight: 850;
}

.yiwen-rfq-form input,
.yiwen-rfq-form textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid var(--yiwen-line);
	border-radius: 4px;
	background: #fff;
	color: var(--yiwen-deep-ink);
	font: inherit;
	padding: 12px 13px;
}

.yiwen-rfq-form input:focus,
.yiwen-rfq-form textarea:focus {
	outline: 2px solid rgba(34, 174, 191, 0.32);
	outline-offset: 2px;
	border-color: var(--yiwen-process-cyan);
}

.yiwen-rfq-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	inline-size: max-content;
	max-width: 100%;
	width: fit-content;
	border-color: #e5b384;
	background: #f7dfc8;
	box-shadow: none;
	color: var(--yiwen-deep-ink);
	cursor: pointer;
	font: inherit;
}

.yiwen-rfq-form button:hover {
	background: #efc89f;
	box-shadow: 0 12px 28px rgba(182, 92, 50, 0.14);
}

.yiwen-rfq-hidden {
	display: none;
}

.yiwen-rfq-success {
	border: 1px solid #9cc8a3;
	border-radius: var(--yiwen-radius);
	background: #eff8f1;
	color: #245d30;
	font-weight: 850;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.yiwen-rfq-error {
	border: 1px solid #e7b08c;
	border-radius: var(--yiwen-radius);
	background: #fff4ec;
	color: #7b351c;
	font-weight: 850;
	margin-bottom: 18px;
	padding: 14px 16px;
}

@media (max-width: 980px) {
	.yiwen-hero-grid,
	.yiwen-grid-3,
	.yiwen-grid-4,
	.yiwen-factory-stats,
	.yiwen-factory-capabilities,
	.yiwen-factory-process,
	.yiwen-factory-media-grid,
	.yiwen-esg-commitment-grid,
	.yiwen-esg-pillar-grid,
	.yiwen-esg-roadmap,
	.yiwen-esg-proof-list,
	.yiwen-product-gallery-grid,
	.yiwen-product-content .wp-block-gallery,
	.yiwen-sample-gallery,
	.yiwen-product-grid,
	.yiwen-detail-grid,
	.yiwen-process,
	.yiwen-rfq-grid {
		grid-template-columns: 1fr;
	}

	.yiwen-hero-gallery {
		max-width: 680px;
	}

	.yiwen-gallery-slide {
		width: min(82vw, 620px);
	}

	.yiwen-hero h1 {
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.yiwen-factory-stat,
	.yiwen-factory-process span {
		border-right: 0;
	}

	.yiwen-factory-stat:last-child {
		border-bottom: 0;
	}

	.yiwen-factory-process::before,
	.yiwen-factory-process span:not(:last-child)::after {
		display: none;
	}

	.yiwen-factory-process span {
		min-height: 112px;
	}

	.yiwen-esg-proof-list li,
	.yiwen-esg-proof-list li:nth-child(2n),
	.yiwen-esg-proof-list li:nth-last-child(-n + 2) {
		border-right: 0;
		border-bottom: 1px solid var(--yiwen-line);
	}

	.yiwen-esg-proof-list li:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 820px) {
	.yiwen-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 780px) {
	.yiwen-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.yiwen-header-inner {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.yiwen-logo-image {
		width: min(560px, calc(100vw - 40px));
	}

	.yiwen-main-nav,
	.yiwen-main-nav .wp-block-navigation__container,
	.yiwen-main-nav .wp-block-navigation-item.has-child {
		min-height: 0;
	}

	.yiwen-main-nav {
		width: 100%;
	}

	.yiwen-section {
		padding-top: 52px;
		padding-bottom: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}

	.yiwen-hero-track {
		width: 100%;
		transform: none !important;
	}

	.yiwen-gallery-slide {
		width: 100%;
	}

	.yiwen-gallery-slide[aria-hidden="true"] {
		display: none;
	}
}
