/*
Theme Name: AuroCarb
Theme URI: https://example.com/
Author: AuroCarb
Description: A bilingual B2B export website theme for activated carbon products.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: aurocarb
*/

:root {
	--bg: #f7f7f4;
	--surface: #ffffff;
	--ink: #111817;
	--muted: #5d6764;
	--line: #d9dedb;
	--carbon: #111817;
	--teal: #0b7a75;
	--teal-dark: #045855;
	--amber: #f4a62a;
	--rust: #9a4436;
	--steel: #eef3f2;
	--shadow: 0 18px 48px rgba(17, 24, 23, 0.12);
	--radius: 8px;
	--max: 1280px;
	--font-body: Roboto, "Noto Sans SC", Arial, "Helvetica Neue", sans-serif;
	--font-heading: Poppins, "Noto Sans SC", Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font-body);
	line-height: 1.55;
}

h1,
h2,
h3,
.brand-name strong {
	font-family: var(--font-heading);
	font-weight: 700;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea {
	font: inherit;
}

button,
.btn,
.main-nav,
.brand,
.nav-trigger,
.language-switch,
.site-search,
.product-filter-bar,
.footer-quote-btn {
	font-family: var(--font-heading);
}

.site-shell {
	min-height: 100vh;
	overflow-x: hidden;
	padding-top: var(--site-header-height, 68px);
}

.page-template-page-about .site-shell {
	padding-top: 0;
}

.container {
	width: min(100% - clamp(32px, 4vw, 72px), var(--max));
	margin-inline: auto;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid rgba(17, 24, 23, 0.06);
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(14px);
	box-shadow: none;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.admin-bar .site-header {
	top: 32px;
}

.site-header::after {
	display: none;
}

.site-header.is-scrolled {
	border-color: rgba(17, 24, 23, 0.12);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 22px rgba(17, 24, 23, 0.08);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(20px, 2vw, 38px);
	width: calc(100% - clamp(160px, 12vw, 260px));
	max-width: none;
	min-height: 78px;
	position: relative;
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	min-width: 178px;
	font-weight: 600;
}

.site-logo {
	height: 46px;
	width: auto;
	max-width: 178px;
	display: block;
	object-fit: contain;
}

.footer-logo {
	height: 72px;
	width: auto;
	max-width: 320px;
	display: block;
	object-fit: contain;
}

.brand-mark {
	position: relative;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(26, 86, 50, 0.18);
	border-radius: 50%;
	background: linear-gradient(145deg, #0f1716 0%, #1a2a25 58%, #1a5632 100%);
	box-shadow: 0 8px 18px rgba(26, 86, 50, 0.16);
	color: transparent;
	font-size: 0;
	overflow: hidden;
}

.brand-mark::before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #9edbb9 0 14%, #2f7b4f 15% 46%, #07100e 47% 100%);
	box-shadow: 7px 5px 0 -3px rgba(244, 166, 42, 0.92), -5px 6px 0 -4px rgba(112, 159, 124, 0.82);
	content: "";
}

.brand-mark::after {
	position: absolute;
	right: 6px;
	top: 7px;
	width: 9px;
	height: 14px;
	border-radius: 9px 9px 9px 0;
	background: #6fbc7d;
	content: "";
	transform: rotate(38deg);
	transform-origin: bottom left;
}

.brand-name {
	display: grid;
	gap: 0;
}

.brand-name strong {
	color: #10201c;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.08;
}

.brand-name strong .lang-en,
.brand-name strong .lang-zh {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	max-width: none;
}

.brand-name span {
	color: #68736f;
	font-size: 11px;
	font-weight: 500;
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brand-name > span {
	display: none;
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	gap: clamp(18px, 1.7vw, 34px);
	min-width: 0;
	color: #222a27;
	font-size: 15.5px;
	font-weight: 700;
	scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
	display: none;
}

.main-nav > a,
.nav-trigger {
	display: inline-flex;
	align-items: center;
	min-height: 78px;
	border-radius: 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
	transition: color 160ms ease;
}

.main-nav > a:hover,
.main-nav > a:focus-visible,
.nav-trigger:hover,
.nav-trigger:focus-visible {
	color: #268d38;
}

.main-nav > a[aria-current="page"] {
	background: transparent;
	color: #268d38;
	box-shadow: none;
}

.main-nav > a[aria-current="page"]::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	width: 28px;
	height: 3px;
	margin: 0 auto;
	border-radius: 999px;
	background: #45b941;
	content: "";
}

.nav-item {
	position: relative;
}

.nav-trigger::after {
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	margin-left: 9px;
	transform: rotate(45deg) translateY(-2px);
}

.nav-mega {
	position: absolute;
	left: 50%;
	top: calc(100% - 1px);
	z-index: 30;
	display: grid;
	grid-template-columns: repeat(3, minmax(190px, 1fr));
	gap: 18px;
	min-width: 710px;
	max-height: calc(100vh - var(--site-header-height, 78px) - 28px);
	border: 1px solid rgba(20, 37, 30, 0.1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(17, 24, 23, 0.12);
	overflow: auto;
	opacity: 0;
	padding: 16px;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	visibility: hidden;
}

.nav-mega-products {
	grid-template-columns: repeat(4, minmax(190px, 1fr));
	width: min(940px, calc(100vw - 32px));
	min-width: min(900px, calc(100vw - 32px));
}

.nav-mega-products .nav-mega-feature {
	display: none;
}

.nav-mega-feature {
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 0;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(31, 123, 56, 0.11), rgba(31, 123, 56, 0.05));
	padding: 18px;
}

.nav-mega-feature > span {
	color: #1f7b38;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.nav-mega-feature strong {
	color: #10231a;
	font-size: 20px;
	line-height: 1.2;
}

.nav-mega-feature p {
	color: #52615b;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.nav-mega-feature a {
	justify-self: start;
	border: 1px solid rgba(31, 123, 56, 0.2);
	border-radius: 999px;
	color: #1f7b38;
	font-size: 13px;
	font-weight: 800;
	padding: 9px 12px;
}

.nav-mega-feature a:hover,
.nav-mega-feature a:focus-visible {
	background: #1f7b38;
	color: #fff;
}

.nav-mega-groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 22px;
	min-width: 0;
}

.nav-mega-products .nav-mega-groups {
	display: contents;
}

.nav-mega-apps {
	grid-template-columns: repeat(2, minmax(210px, 1fr));
	min-width: 520px;
}

.nav-mega-resources {
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	min-width: 540px;
}

.nav-item:hover .nav-mega,
.nav-item:focus-within .nav-mega {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
	visibility: visible;
}

.nav-mega::before {
	position: absolute;
	inset: -10px 0 auto;
	height: 10px;
	content: "";
}

.nav-mega-col {
	display: grid;
	align-content: start;
	gap: 5px;
	padding: 0;
}

.nav-mega-col strong {
	color: var(--ink);
	font-size: 13px;
	margin-bottom: 9px;
}

.nav-mega-col a {
	border-radius: 8px;
	color: #485651;
	line-height: 1.28;
	padding: 9px 10px;
}

.nav-mega-col a:hover,
.nav-mega-col a:focus-visible {
	background: rgba(31, 123, 56, 0.08);
	box-shadow: none;
	color: #1f7b38;
}

.header-actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 12px;
	height: 48px;
}

.site-search {
	display: flex;
	align-items: center;
	width: 48px;
	height: 48px;
	min-height: 48px;
	border: 0;
	border-radius: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
	transition: width 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.site-search.is-open,
.site-search:focus-within {
	width: 220px;
	border-bottom: 1px solid rgba(17, 24, 23, 0.22);
}

.site-search input {
	min-width: 0;
	width: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-size: 14px;
	outline: 0;
	opacity: 0;
	transition: width 220ms cubic-bezier(0.19, 1, 0.22, 1), opacity 160ms ease;
}

.site-search.is-open input,
.site-search:focus-within input {
	width: 170px;
	opacity: 1;
}

@media (max-width: 1280px) {
	.nav-contact {
		display: none !important;
	}
}

.site-search button {
	display: grid;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #111817;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.site-search button:hover,
.site-search button:focus-visible {
	background: transparent;
	color: #268d38;
	transform: translateY(-1px);
}

.site-search svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.language-switch {
	display: flex;
	align-items: center;
	height: 48px;
	border: 0;
	border-radius: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	width: 54px;
	box-shadow: none;
	position: relative;
}

.language-switch::before {
	display: none;
}

.language-switch::after {
	display: none;
}

.language-switch button {
	position: relative;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111817;
	cursor: pointer;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1;
	height: 46px;
	min-height: 46px;
	padding: 0;
}

.language-current {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding-right: 12px !important;
}

.language-current::after {
	position: absolute;
	right: 9px;
	top: 17px;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.language-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 35;
	display: grid;
	width: 54px;
	min-width: 54px;
	border: 0;
	border-radius: 0;
	background: rgba(17, 24, 23, 0.68);
	box-shadow: 0 16px 34px rgba(17, 24, 23, 0.18);
	opacity: 0;
	padding: 6px 0;
	pointer-events: none;
	transform: translateY(-10px);
	transition: opacity 240ms cubic-bezier(0.19, 1, 0.22, 1), transform 240ms cubic-bezier(0.19, 1, 0.22, 1), visibility 240ms ease;
	visibility: hidden;
}

.language-dropdown.is-open .language-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.language-menu button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 31px;
	min-height: 31px;
	border-radius: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.language-menu button:hover,
.language-menu button:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

html[data-lang="en"] .language-switch [data-set-lang="en"],
html[data-lang="zh"] .language-switch [data-set-lang="zh"] {
	background: rgba(255, 255, 255, 0.16);
	box-shadow: none;
	color: #fff;
	font-weight: 800;
}

html[data-lang="en"] .language-switch [data-set-lang="en"]::before,
html[data-lang="zh"] .language-switch [data-set-lang="zh"]::before {
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	width: 3px;
	background: #45b941;
	content: "";
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	min-height: 42px;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 700;
	gap: 8px;
	padding: 0 16px;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover,
.btn:focus-visible {
	transform: translateY(-1px);
}

.header-inquiry {
	height: 48px;
	min-height: 48px;
	border-radius: 12px;
	background: linear-gradient(180deg, #258f47, #1c7f3d);
	box-shadow: 0 10px 20px rgba(28, 127, 61, 0.18);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	gap: 14px;
	padding: 0 20px 0 22px;
}

.header-inquiry:hover,
.header-inquiry:focus-visible {
	background: linear-gradient(180deg, #2b9b4f, #1c7839);
	box-shadow: 0 12px 24px rgba(28, 127, 61, 0.22);
}

.header-inquiry svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.btn-primary {
	background: var(--amber);
	color: #fff;
	box-shadow: 0 8px 18px rgba(244, 166, 42, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
	background: #e79518;
	box-shadow: 0 10px 22px rgba(244, 166, 42, 0.34);
}

.header-actions .header-inquiry {
	background: linear-gradient(180deg, #258f47, #1c7f3d);
	box-shadow: 0 10px 20px rgba(28, 127, 61, 0.18);
}

.header-actions .header-inquiry:hover,
.header-actions .header-inquiry:focus-visible {
	background: linear-gradient(180deg, #2b9b4f, #1c7839);
	box-shadow: 0 12px 24px rgba(28, 127, 61, 0.22);
}

.btn-secondary {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.btn-light {
	border-color: var(--line);
	background: var(--surface);
	color: var(--ink);
}

.hero {
	position: relative;
	min-height: 720px;
	overflow: hidden;
	isolation: isolate;
	background: var(--carbon);
	color: #fff;
}

.hero::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		radial-gradient(circle at 48% 54%, rgba(26, 220, 78, 0.16) 0, rgba(26, 220, 78, 0.06) 8%, rgba(26, 220, 78, 0) 18%),
		linear-gradient(90deg, rgba(1, 13, 23, 0.98) 0%, rgba(1, 13, 23, 0.9) 28%, rgba(1, 13, 23, 0.5) 48%, rgba(1, 13, 23, 0) 68%),
		var(--hero-image);
	background-position: center right;
	background-size: cover;
	content: "";
}

.hero::after {
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 150px;
	background: linear-gradient(180deg, rgba(247, 247, 244, 0), var(--bg));
	content: "";
}

.hero-content {
	display: grid;
	align-content: center;
	max-width: 650px;
	min-height: 720px;
	padding: 88px 0 126px;
}

.hero-content > div {
	animation: heroContentRise 2400ms cubic-bezier(0.19, 1, 0.22, 1) 300ms both;
}

.eyebrow {
	color: #63c963;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 28px;
	text-transform: uppercase;
}

.eyebrow::after {
	display: block;
	width: 72px;
	height: 3px;
	margin-top: 18px;
	background: linear-gradient(90deg, #63c963 0%, rgba(99, 201, 99, 0.72) 42%, rgba(99, 201, 99, 0) 100%);
	content: "";
}

.hero h1 {
	font-size: clamp(44px, 5.6vw, 74px);
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	max-width: 10ch;
}

.hero-title-line {
	display: block;
}

.hero-content-wide {
	max-width: 780px;
}

.hero-content-wide h1 {
	max-width: 13ch;
}

.hero-copy {
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	margin: 24px 0 0;
	max-width: 620px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 42px;
}

.hero .btn {
	height: 56px;
	min-height: 56px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 800;
	padding: 0 28px;
}

.hero .btn-primary {
	background: linear-gradient(180deg, #43bd55, #23943b);
	box-shadow: 0 12px 28px rgba(67, 189, 85, 0.22);
}

.hero .btn-primary:hover,
.hero .btn-primary:focus-visible {
	background: linear-gradient(180deg, #50c762, #208c37);
	box-shadow: 0 14px 30px rgba(67, 189, 85, 0.28);
}

.hero .btn-secondary {
	border-color: rgba(244, 166, 42, 0.9);
	background: rgba(4, 12, 14, 0.32);
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(244, 166, 42, 0.18);
}

.hero .btn-secondary:hover,
.hero .btn-secondary:focus-visible {
	background: rgba(244, 166, 42, 0.12);
}

@keyframes heroContentRise {
	from {
		opacity: 0;
		filter: blur(8px);
		transform: translateY(42px);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-content > div {
		animation: none;
	}
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
	max-width: 640px;
}

.hero-proof > span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
	padding: 7px 12px;
}

.hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: 630px;
	margin-top: 38px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.13);
}

.metric {
	min-height: 96px;
	padding: 18px;
	background: rgba(7, 13, 13, 0.46);
}

.metric strong {
	display: block;
	font-size: 24px;
	line-height: 1;
}

.metric span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}

.section {
	padding: 86px 0;
}

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

.intro-band {
	padding: 54px 0;
	background: #fff;
	border-bottom: 1px solid var(--line);
}

.intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 38px;
	align-items: center;
}

.intro-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.intro-points div {
	min-height: 132px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--steel);
	padding: 18px;
}

.intro-points strong {
	display: block;
	color: var(--teal-dark);
	font-size: 13px;
	margin-bottom: 28px;
}

.intro-points span {
	color: var(--muted);
	font-size: 14px;
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 34px;
}

.section-kicker {
	color: var(--teal-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.section-title {
	font-size: clamp(28px, 3.5vw, 46px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 780px;
}

.section-lead {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 18px 0 0;
	max-width: 760px;
}

.section-note {
	color: var(--muted);
	max-width: 420px;
	margin: 0;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.featured-products {
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
	gap: 18px;
	align-items: stretch;
}

.product-photo {
	min-height: 100%;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--carbon);
	box-shadow: var(--shadow);
}

.product-photo img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.product-grid-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.mini-product {
	display: grid;
	align-content: start;
	min-height: 164px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	padding: 18px;
}

.mini-product > span {
	color: var(--amber);
	font-size: 12px;
	font-weight: 800;
}

.mini-product h3 {
	margin: 18px 0 8px;
	font-size: 17px;
	line-height: 1.25;
}

.mini-product p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.product-card,
.application-card,
.quality-panel,
.contact-panel {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
}

.product-card {
	display: grid;
	min-height: 270px;
	padding: 22px;
}

.product-card::before {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: radial-gradient(circle at 34% 32%, #6c7171 0 13%, #252b2c 14% 42%, #0d1011 43% 100%);
	box-shadow: 14px 8px 0 -7px rgba(154, 68, 54, 0.9), 28px 2px 0 -10px rgba(198, 138, 43, 0.82);
	content: "";
}

.product-card h3,
.application-card h3,
.quality-panel h3 {
	font-size: 19px;
	line-height: 1.25;
	margin: 22px 0 10px;
}

.product-card p,
.application-card p,
.quality-panel p {
	color: var(--muted);
	margin: 0;
}

.spec-list {
	display: grid;
	gap: 9px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	color: var(--muted);
	font-size: 14px;
}

.spec-list li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid var(--line);
	padding-top: 9px;
}

.spec-list span {
	color: var(--ink);
	font-weight: 700;
}

.application-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.application-grid-wide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.application-card {
	min-height: 220px;
	padding: 24px;
}

.application-card-media {
	overflow: hidden;
	padding: 0;
}

.application-card-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-bottom: 1px solid rgba(17, 24, 23, 0.1);
}

.application-card-media .app-index,
.application-card-media h3,
.application-card-media p {
	margin-inline: 24px;
}

.application-card-media .app-index {
	display: block;
	margin-top: 22px;
}

.application-card-media h3 {
	margin-top: 14px;
}

.application-card-media p {
	margin-bottom: 24px;
}

.app-index {
	color: var(--amber);
	font-size: 13px;
	font-weight: 800;
}

.split-section {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 28px;
	align-items: start;
}

.section-note-wide {
	max-width: 620px;
	margin-top: 22px;
}

.quality-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 24px;
	align-items: stretch;
}

.quality-panel {
	padding: 28px;
}

.quality-list {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.quality-list li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	align-items: start;
}

.quality-list strong {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: var(--radius);
	background: #e6efed;
	color: var(--teal-dark);
	font-size: 13px;
}

.process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--line);
}

.section:has(.process) .section-title {
	max-width: none;
	white-space: nowrap;
}

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

.process-step {
	min-height: 190px;
	background: var(--surface);
	padding: 24px;
}

.process-step span {
	color: var(--rust);
	font-size: 13px;
	font-weight: 800;
}

.process-step h3 {
	color: #000;
	font-size: 18px;
	margin: 44px 0 8px;
}

.process-step h3 span {
	color: #000;
}

.section-tight {
	padding-top: 0;
}

.product-insight-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.product-insight-grid article,
.grade-list article,
.selection-panel {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	padding: 22px;
}

.product-insight-grid strong,
.grade-list strong,
.selection-panel h3 {
	color: var(--teal-dark);
	font-size: 17px;
	line-height: 1.24;
}

.product-insight-grid p,
.grade-list span,
.selection-panel li,
.quote-checklist li {
	color: var(--muted);
}

.product-insight-grid p {
	margin: 14px 0 0;
}

.product-selection-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
	gap: 22px;
	align-items: start;
}

.grade-list {
	display: grid;
	gap: 12px;
}

.grade-list article {
	display: grid;
	gap: 8px;
}

.selection-panel {
	position: sticky;
	top: calc(var(--site-header-height, 68px) + 20px);
}

.selection-panel ul,
.quote-checklist {
	display: grid;
	gap: 10px;
	margin: 18px 0 22px;
	padding-left: 18px;
}

.process-step p {
	color: #3f4a45;
	margin: 0;
}

.process-step p span {
	color: #3f4a45;
}

.trust-grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.trust-card {
	display: grid;
	align-content: space-between;
	min-height: 190px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	padding: 24px;
}

.trust-card-dark {
	grid-row: span 2;
	background: var(--carbon);
	color: #fff;
}

.trust-card-dark .section-kicker {
	color: #8fd3cd;
}

.trust-card h2 {
	font-size: clamp(28px, 3.2vw, 44px);
	line-height: 1.08;
	margin: 0 0 16px;
}

.trust-card p,
.trust-card span {
	color: var(--muted);
	margin: 0;
}

.trust-card-dark p {
	color: rgba(255, 255, 255, 0.72);
}

.trust-card > strong {
	color: var(--teal-dark);
	font-size: 28px;
	line-height: 1;
}

.faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.faq-item {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	padding: 0;
}

.faq-item summary {
	cursor: pointer;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 20px 22px 12px;
}

.faq-item p {
	color: var(--muted);
	margin: 0;
	padding: 0 22px 22px;
}

.faq-item:not([open]) summary {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.contact {
	background: var(--carbon);
	color: #fff;
}

.contact .section-kicker {
	color: #8fd3cd;
}

.contact .section-note {
	color: rgba(255, 255, 255, 0.72);
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 24px;
	align-items: start;
}

.contact-panel {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	padding: 28px;
}

.contact-panel p {
	color: rgba(255, 255, 255, 0.76);
	margin: 0 0 24px;
}

.section-alt .detail-grid > .inquiry-form {
	border-color: rgba(17, 24, 23, 0.1);
	background: var(--carbon);
	color: #fff;
	box-shadow: var(--shadow);
}

.home-quote {
	position: relative;
	isolation: isolate;
	min-height: 620px;
	background: #122019 url("assets/images/seo/activated-carbon-factory-packaging-area.jpg") center / cover no-repeat;
	color: #fff;
	padding: 52px 0;
}

.home-quote::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(8, 17, 17, 0.58), rgba(8, 17, 17, 0.46)), rgba(11, 24, 20, 0.18);
	content: "";
}

.home-quote-grid {
	display: grid;
	grid-template-columns: minmax(360px, 650px) minmax(320px, 0.9fr);
	align-items: center;
	gap: clamp(32px, 5vw, 70px);
}

.home-quote .inquiry-form,
.contact-page .inquiry-form {
	gap: 10px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: var(--ink);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
	padding: clamp(24px, 3vw, 36px);
}

.inquiry-form-title {
	color: #071210;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.1;
	margin: 0 0 14px;
}

.contact-page .inquiry-form:not(:has(.inquiry-form-title))::before {
	display: block;
	color: #071210;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 14px;
	content: "Secure Your Carbon Supply";
}

.home-quote .form-row,
.contact-page .form-row {
	grid-template-columns: 1fr;
	gap: 12px;
}

.home-quote .field,
.contact-page .field {
	gap: 4px;
}

.home-quote .field label,
.contact-page .field label {
	color: #071210;
	font-size: 17px;
	font-weight: 500;
}

.home-quote .field input,
.home-quote .field textarea,
.contact-page .field input,
.contact-page .field textarea {
	border-color: #d8dedb;
	border-radius: 4px;
	background: #fff;
	color: var(--ink);
	min-height: 50px;
	padding: 10px 12px;
}

.home-quote .field textarea,
.contact-page .field textarea {
	min-height: 118px;
}

.home-quote .field:has(#home-quote-quantity),
.home-quote .field:has(#home-quote-product),
.home-quote .field:has(#home-quote-destination),
.contact-page .field:has(#contact-page-quantity),
.contact-page .field:has(#contact-page-product),
.contact-page .field:has(#contact-page-destination) {
	display: none;
}

.home-quote label[for="home-quote-phone"] .lang-en,
.contact-page label[for="contact-page-phone"] .lang-en {
	font-size: 0;
}

.home-quote label[for="home-quote-phone"] .lang-en::after,
.contact-page label[for="contact-page-phone"] .lang-en::after {
	content: "WhatsApp";
	font-size: 17px;
}

.home-quote .btn-primary,
.contact-page .btn-primary {
	width: min(188px, 100%);
	height: 40px;
	min-height: 40px;
	border-radius: 5px;
	background: #2b8435;
	box-shadow: none;
	font-size: 14px;
	text-transform: uppercase;
}

.home-quote .btn-primary:hover,
.home-quote .btn-primary:focus-visible,
.contact-page .btn-primary:hover,
.contact-page .btn-primary:focus-visible {
	background: #206d2a;
	box-shadow: none;
}

.home-quote .form-note,
.contact-page .form-note {
	color: #5d6764;
	font-size: 12px;
	margin-top: 2px;
}

.home-quote-copy {
	max-width: 660px;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.home-quote-kicker {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 0 34px;
	text-transform: uppercase;
}

.home-quote-copy h2 {
	color: #fff;
	font-size: clamp(38px, 4vw, 52px);
	line-height: 1.08;
	margin: 0 0 18px;
	max-width: 620px;
}

.home-quote-copy .hero-copy {
	max-width: 630px;
	color: rgba(255, 255, 255, 0.96);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 30px;
}

.contact-methods {
	display: grid;
	gap: 14px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.contact-methods li {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.contact-methods a {
	color: inherit;
}

.contact-method-icon {
	position: relative;
	display: inline-grid;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #65df4c;
}

.contact-method-icon::before {
	display: block;
	width: 26px;
	height: 26px;
	background: currentColor;
	content: "";
}

.contact-method-email::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zm0 2 8 5 8-5v-.1H4V8zm0 2.3V16h16v-5.7l-8 5-8-5z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zm0 2 8 5 8-5v-.1H4V8zm0 2.3V16h16v-5.7l-8 5-8-5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.contact-method-whatsapp::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.57 2 2.13 6.34 2.13 11.68c0 1.72.47 3.4 1.36 4.87L2 22l5.62-1.42a10.14 10.14 0 0 0 4.42 1.01c5.47 0 9.91-4.34 9.91-9.68S17.51 2 12.04 2zm0 17.62c-1.43 0-2.82-.37-4.04-1.08l-.29-.17-3.33.84.88-3.15-.19-.31a7.54 7.54 0 0 1-1.18-4.07c0-4.25 3.66-7.71 8.15-7.71s8.15 3.46 8.15 7.71-3.66 7.94-8.15 7.94zm4.48-5.77c-.25-.12-1.47-.71-1.7-.79-.23-.08-.4-.12-.57.12-.17.24-.65.79-.8.95-.15.16-.29.18-.54.06-.25-.12-1.05-.38-2-1.2-.74-.64-1.24-1.44-1.38-1.68-.15-.24-.02-.37.11-.49.12-.11.25-.29.37-.43.12-.14.17-.24.25-.4.08-.16.04-.3-.02-.43-.06-.12-.57-1.34-.78-1.84-.2-.48-.41-.42-.57-.43h-.49c-.17 0-.43.06-.66.3-.23.24-.86.82-.86 2s.88 2.32 1 2.48c.12.16 1.74 2.6 4.22 3.64.59.25 1.05.4 1.41.51.59.18 1.13.15 1.56.09.48-.07 1.47-.59 1.68-1.15.21-.56.21-1.04.15-1.15-.06-.1-.23-.16-.48-.28z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.57 2 2.13 6.34 2.13 11.68c0 1.72.47 3.4 1.36 4.87L2 22l5.62-1.42a10.14 10.14 0 0 0 4.42 1.01c5.47 0 9.91-4.34 9.91-9.68S17.51 2 12.04 2zm0 17.62c-1.43 0-2.82-.37-4.04-1.08l-.29-.17-3.33.84.88-3.15-.19-.31a7.54 7.54 0 0 1-1.18-4.07c0-4.25 3.66-7.71 8.15-7.71s8.15 3.46 8.15 7.71-3.66 7.94-8.15 7.94zm4.48-5.77c-.25-.12-1.47-.71-1.7-.79-.23-.08-.4-.12-.57.12-.17.24-.65.79-.8.95-.15.16-.29.18-.54.06-.25-.12-1.05-.38-2-1.2-.74-.64-1.24-1.44-1.38-1.68-.15-.24-.02-.37.11-.49.12-.11.25-.29.37-.43.12-.14.17-.24.25-.4.08-.16.04-.3-.02-.43-.06-.12-.57-1.34-.78-1.84-.2-.48-.41-.42-.57-.43h-.49c-.17 0-.43.06-.66.3-.23.24-.86.82-.86 2s.88 2.32 1 2.48c.12.16 1.74 2.6 4.22 3.64.59.25 1.05.4 1.41.51.59.18 1.13.15 1.56.09.48-.07 1.47-.59 1.68-1.15.21-.56.21-1.04.15-1.15-.06-.1-.23-.16-.48-.28z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.contact-method-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	overflow: visible;
}

.contact-method-icon svg rect,
.contact-method-icon svg path {
	fill: currentColor;
	stroke: none;
}

.contact-method-email svg rect {
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
}

.contact-method-email svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-method-whatsapp svg > path:first-child {
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
}

.contact-method-whatsapp .contact-method-cutout {
	fill: currentColor;
}

.home-quote-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 24px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.contact-list {
	display: grid;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-list li {
	display: grid;
	gap: 3px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding-top: 14px;
}

.contact-list li > span {
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
}

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

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.field {
	display: grid;
	gap: 7px;
}

.field label {
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 700;
}

.field input,
.field textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.94);
	color: var(--ink);
	padding: 12px 13px;
}

.field textarea {
	min-height: 132px;
	resize: vertical;
}

.field-hidden {
	position: absolute;
	left: -9999px;
}

.form-note {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	margin: 0;
}

.page-hero {
	background: var(--carbon);
	color: #fff;
	padding: 76px 0;
}

.about-us-hero {
	position: relative;
	display: grid;
	min-height: 240px;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(7, 13, 13, 0.76), rgba(7, 13, 13, 0.58)),
		url("assets/images/seo/activated-carbon-production-workshop-bulk-bag-loading.webp") center / cover no-repeat;
	color: #fff;
	padding: calc(var(--site-header-height, 68px) + 72px) 0 72px;
	text-align: center;
}

.about-us-hero-inner {
	max-width: 980px;
	margin: 0 auto;
}

.about-us-hero h1 {
	color: #fff;
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1;
	margin: 0 0 24px;
}

.about-us-hero p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 1040px;
}

.page-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	gap: 42px;
	align-items: center;
}

.page-hero h1,
.contact-page h1 {
	font-size: clamp(38px, 5vw, 66px);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 24px;
	max-width: 780px;
}

.page-hero img,
.contact-page img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	object-fit: cover;
}

.page-hero-side {
	display: grid;
	gap: 16px;
}

.page-hero-side .info-panel {
	color: var(--ink);
}

.breadcrumb {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	margin: 0 0 24px;
}

.breadcrumb a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.search-hero-form,
.error-search {
	display: flex;
	gap: 10px;
	max-width: 680px;
	margin-top: 28px;
}

.search-hero-form input,
.error-search input {
	min-height: 48px;
	flex: 1 1 auto;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.94);
	color: var(--ink);
	padding: 12px 14px;
}

.search-results-layout {
	display: grid;
	gap: 34px;
}

.search-result-group h2 {
	font-size: 28px;
	margin: 0 0 16px;
}

.search-result-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.search-result-card,
.not-found-links a,
.empty-search {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: 0 12px 28px rgba(17, 24, 23, 0.06);
}

.search-result-card {
	display: grid;
	align-content: start;
	min-height: 190px;
	padding: 20px;
}

.search-result-card span {
	color: var(--amber);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.search-result-card h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: 16px 0 10px;
}

.search-result-card p,
.empty-search p {
	color: var(--muted);
	margin: 0;
}

.empty-search {
	padding: 28px;
}

.empty-search .btn {
	margin-top: 20px;
}

.not-found-links {
	display: grid;
	gap: 12px;
}

.not-found-links a {
	color: var(--ink);
	font-weight: 800;
	padding: 18px;
}

.catalog-grid,
.solution-grid,
.value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.product-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.product-filter-bar button {
	min-height: 36px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--muted);
	cursor: pointer;
	font-weight: 800;
	padding: 8px 13px;
}

.product-filter-bar button.is-active,
.product-filter-bar button:hover,
.product-filter-bar button:focus-visible {
	border-color: rgba(26, 86, 50, 0.38);
	background: var(--teal);
	color: #fff;
}

[data-product-card].is-hidden {
	display: none;
}

.knowledge-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.catalog-card,
.solution-card img {
	width: calc(100% + 48px);
	height: 180px;
	object-fit: cover;
	margin: -24px -24px 20px -24px;
	display: block;
	border-radius: var(--radius) var(--radius) 0 0;
}

.solution-card,
.value-grid article,
.info-panel,
.quote-box,
.knowledge-card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	padding: 24px;
}

.catalog-card {
	display: grid;
	min-height: 220px;
	align-content: start;
}

.catalog-card-media {
	overflow: hidden;
	padding: 0;
}

.catalog-card-media img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-bottom: 1px solid rgba(17, 24, 23, 0.1);
}

.catalog-card-media > span,
.catalog-card-media > h3,
.catalog-card-media > p {
	margin-inline: 22px;
}

.catalog-card-media > span {
	margin-top: 20px;
}

.catalog-card-media > p {
	margin-bottom: 24px;
}

.catalog-card.highlight {
	border-color: rgba(0, 127, 120, 0.38);
	background: #eef7f5;
}

.catalog-card span,
.solution-card span,
.value-grid article span {
	color: var(--amber);
	font-size: 13px;
	font-weight: 800;
}

.catalog-card h3,
.solution-card h3,
.value-grid h3 {
	font-size: 20px;
	line-height: 1.22;
	margin: 42px 0 10px;
}

.catalog-card-media h3 {
	margin-top: 18px;
}

.catalog-card p,
.solution-card p,
.value-grid p,
.article-body p,
.media-band p,
.knowledge-card p,
.knowledge-article p {
	color: var(--muted);
	margin: 0;
}

.about-company-profile {
	background: #fff;
	color: var(--ink);
	padding: 64px 0;
}

.about-company-profile-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
	gap: 40px;
	align-items: center;
}

.about-company-photo {
	margin: 0;
}

.about-company-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.about-company-photo figcaption {
	margin-top: 10px;
	color: #111;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	text-align: center;
}

.about-company-kicker {
	color: #12731f;
	font-size: 20px;
	margin: 0 0 24px;
}

.about-company-copy h2 {
	font-size: clamp(28px, 3vw, 36px);
	line-height: 1.2;
	margin: 0 0 14px;
}

.about-company-copy > p:not(.about-company-kicker) {
	font-size: 17px;
	line-height: 1.85;
	margin: 0;
}

.about-company-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 24px;
}

.about-company-stats strong {
	display: block;
	color: #ee8a2a;
	font-size: clamp(38px, 5vw, 52px);
	line-height: 1;
}

.about-company-stats span {
	display: block;
	color: #111;
	font-size: 20px;
	margin-top: 8px;
}

.knowledge-card {
	display: grid;
	min-height: 260px;
	align-content: start;
}

.knowledge-card > span,
.knowledge-card > strong {
	color: var(--amber);
	font-size: 13px;
	font-weight: 800;
}

.knowledge-card h3 {
	font-size: 22px;
	line-height: 1.18;
	margin: 28px 0 12px;
}

.knowledge-card > strong {
	margin-top: 24px;
}

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
	gap: 34px;
	align-items: start;
}

.knowledge-article {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	padding: clamp(24px, 4vw, 48px);
}

.knowledge-article h2 {
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.12;
	margin: 34px 0 14px;
}

.knowledge-article h2:first-child {
	margin-top: 0;
}

.knowledge-article h3 {
	font-size: 22px;
	margin: 28px 0 10px;
}

.knowledge-article p + p,
.knowledge-article ul + p,
.knowledge-article p + ul {
	margin-top: 16px;
}

.knowledge-article ul {
	display: grid;
	gap: 10px;
	color: var(--muted);
	margin: 16px 0 0;
	padding-left: 20px;
}

.two-col,
.detail-grid,
.media-band,
.contact-page-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	gap: 34px;
	align-items: start;
}

.info-panel h3,
.quote-box h3 {
	font-size: 22px;
	margin: 0 0 16px;
}

.check-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--muted);
}

.check-list li {
	position: relative;
	padding-left: 25px;
}

.check-list li::before {
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--teal);
	content: "";
}

.cta-strip {
	background: var(--carbon);
	color: #fff;
}

.cta-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.cta-strip h2 {
	font-size: clamp(28px, 3.5vw, 46px);
	line-height: 1.08;
	margin: 0;
}

.cta-strip .btn {
	flex: 0 0 auto;
	width: auto;
	min-width: 220px;
	height: 54px;
	min-height: 54px;
	border-radius: 7px;
	font-size: 16px;
	padding: 0 28px;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(244, 166, 42, 0.22);
}

.article-body h2,
.media-band h2 {
	font-size: clamp(28px, 3.2vw, 44px);
	line-height: 1.1;
	margin: 0 0 18px;
}

.use-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}

.use-grid article {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--steel);
	padding: 18px;
}

.use-grid strong {
	display: block;
	color: var(--teal-dark);
	margin-bottom: 22px;
}

.use-grid span {
	color: var(--muted);
	font-size: 14px;
}

.quote-box {
	position: sticky;
	top: 104px;
	background: var(--carbon);
	color: #fff;
}

.quote-box p {
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 22px;
}

.table-wrap {
	overflow-x: auto;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
}

.spec-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}

.spec-table th,
.spec-table td {
	border-bottom: 1px solid var(--line);
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.spec-table th {
	background: var(--carbon);
	color: #fff;
}

.spec-table td {
	color: var(--muted);
}

.process-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--line);
}

.solution-card {
	min-height: 230px;
}

.media-band {
	align-items: center;
}

.media-band img,
.media-band video {
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: var(--radius);
	background: var(--carbon);
	box-shadow: var(--shadow);
	object-fit: cover;
}

.media-band .btn {
	margin-top: 24px;
}

.value-grid article {
	min-height: 210px;
}

.timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.timeline div {
	border-top: 2px solid var(--teal);
	padding-top: 18px;
}

.timeline span {
	color: var(--amber);
	font-size: 13px;
	font-weight: 800;
}

.timeline strong {
	display: block;
	font-size: 20px;
	margin: 14px 0 8px;
}

.timeline p {
	color: var(--muted);
	margin: 0;
}

.contact-page {
	background: var(--carbon);
	color: #fff;
	padding: 76px 0;
}

.contact-page-grid {
	align-items: center;
}

.contact-list-light {
	margin-top: 34px;
}

.contact-list-light li {
	border-top-color: rgba(255, 255, 255, 0.18);
}

.site-footer {
	border-top: 1px solid rgba(17, 24, 23, 0.12);
	background: #eef2ef;
	color: #14211d;
	padding: 60px 0 24px;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(300px, 1.25fr) minmax(150px, 0.75fr) minmax(230px, 0.9fr) minmax(250px, 0.9fr);
	gap: clamp(44px, 6vw, 92px);
	align-items: start;
}

.footer-column {
	display: grid;
	align-content: start;
	gap: 10px;
}

.footer-column h2 {
	color: #0c1513;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 22px;
}

.footer-column a {
	color: #283833;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.footer-column a:hover,
.footer-column a:focus-visible {
	color: #146138;
}

.footer-about p {
	max-width: 370px;
	color: #283833;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.05;
	margin: 20px 0 0;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
}

.footer-brand span:last-child {
	display: grid;
	gap: 3px;
}

.footer-brand strong {
	color: #10201c;
	font-size: 17px;
	line-height: 1.1;
}

.footer-brand small {
	color: #62706b;
	font-size: 12px;
}

.footer-link-strong {
	width: fit-content;
	margin-top: 6px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer-logo {
	height: auto;
	width: min(300px, 100%);
	max-width: 300px;
	background: transparent;
	object-fit: contain;
}

.footer-contact ul,
.footer-connect-list {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #24342f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

.footer-connect-list li {
	display: block;
}

.footer-connect-list a {
	color: #283833;
	font-size: inherit;
	font-weight: 400;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.footer-socials a {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 3px;
	background: #207a35;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
	background: #176c2d;
	color: #fff;
}

.footer-social-youtube svg {
	display: block;
	width: 18px;
	height: 18px;
}

.footer-social-youtube rect {
	fill: #fff;
}

.footer-social-youtube path {
	fill: #207a35;
}

.footer-contact .footer-quote-btn {
	justify-self: start;
	margin-top: 12px;
}

.footer-action-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.footer-action-links a {
	border: 1px solid rgba(17, 24, 23, 0.14);
	border-radius: 999px;
	color: #1d2f29;
	font-size: 13px;
	padding: 8px 11px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(17, 24, 23, 0.12);
	color: #5e6c68;
	font-size: 13px;
	margin-top: 54px;
	padding-top: 20px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom div {
	display: flex;
	gap: 18px;
}

.footer-bottom a {
	color: #23352f;
	font-weight: 700;
}

.floating-contact {
	position: fixed;
	right: 0;
	top: 38%;
	z-index: 60;
	display: grid;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-right: 0;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.floating-contact-btn {
	position: relative;
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	color: #fff;
}

.floating-contact-btn + .floating-contact-btn {
	border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.floating-contact-btn svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

.floating-label {
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	transform: translate(4px, -50%);
	opacity: 0;
	pointer-events: none;
	white-space: nowrap;
	border-radius: 999px;
	background: rgba(7, 13, 13, 0.94);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
	transition: opacity 0.16s ease, transform 0.16s ease;
}

.floating-contact-btn:hover .floating-label,
.floating-contact-btn:focus-visible .floating-label {
	transform: translate(0, -50%);
	opacity: 1;
}

.floating-whatsapp {
	background: #06c328;
}

.floating-email {
	background: #06c328;
}

.floating-contact-btn:hover,
.floating-contact-btn:focus-visible {
	filter: brightness(0.94);
}

.back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 60;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--carbon);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 14px 30px rgba(17, 24, 23, 0.22);
	transform: translateY(10px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.back-to-top svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.hero-upgraded::before {
	background-image:
		radial-gradient(circle at 50% 52%, rgba(26, 220, 78, 0.16) 0, rgba(26, 220, 78, 0.06) 8%, rgba(26, 220, 78, 0) 18%),
		linear-gradient(90deg, rgba(1, 13, 23, 0.98) 0%, rgba(1, 13, 23, 0.9) 30%, rgba(1, 13, 23, 0.5) 50%, rgba(1, 13, 23, 0) 68%),
		var(--hero-image);
	background-position: center right;
}

.hero-upgraded h1 {
	max-width: 760px;
	font-size: clamp(52px, 5vw, 76px);
}

.hero-upgraded .hero-copy {
	max-width: 720px;
}

.home .hero-upgraded h1,
.front-page .hero-upgraded h1 {
	max-width: 1120px;
	line-height: 1.08;
}

.home .hero-upgraded::before,
.front-page .hero-upgraded::before {
	background-position: 58% center;
}

.home .hero-upgraded .hero-content-wide,
.front-page .hero-upgraded .hero-content-wide {
	max-width: 1120px;
}

.home .site-shell,
.front-page .site-shell {
	padding-top: 0;
}

.home .hero,
.front-page .hero,
.home .hero-content,
.front-page .hero-content {
	min-height: 680px;
}

.home .hero-content,
.front-page .hero-content {
	width: calc(100% - clamp(72px, 10vw, 200px));
	margin-left: clamp(80px, 7vw, 136px);
	margin-right: 0;
	padding-top: calc(var(--site-header-height, 68px) + 28px);
	padding-bottom: 96px;
}

.site-shell > .contact-panel.inquiry-form,
#main > .contact-panel.inquiry-form,
.home .site-shell > .inquiry-form,
.front-page .site-shell > .inquiry-form {
	width: calc(100% - 96px);
	max-width: var(--max);
	margin: 0 auto 76px;
}

.hero-search-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 820px;
	margin-top: 18px;
}

.hero-search-strip a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
	padding: 6px 11px;
}

.hero-search-strip a:hover,
.hero-search-strip a:focus-visible {
	background: rgba(0, 127, 120, 0.38);
	color: #fff;
}

.product-showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.product-showcase-grid-refined {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.product-intro-section {
	background:
		linear-gradient(180deg, rgba(238, 245, 241, 0.9), rgba(247, 250, 247, 0.96)),
		var(--steel);
}

.product-intro-head {
	align-items: start;
	margin-bottom: 32px;
}

.product-intro-head .section-title {
	max-width: 980px;
}

.product-intro-head .section-lead {
	max-width: 920px;
}

.image-product-card {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: 0 12px 32px rgba(17, 24, 23, 0.07);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card-refined {
	border-color: rgba(28, 96, 57, 0.12);
	border-radius: 14px;
	background: linear-gradient(180deg, #fff 0%, #fbfdfb 100%);
	box-shadow: 0 14px 34px rgba(17, 24, 23, 0.08);
}

.image-product-card:hover,
.image-product-card:focus-visible {
	border-color: rgba(0, 127, 120, 0.42);
	box-shadow: var(--shadow);
	transform: translateY(-2px);
}

.product-card-refined:hover,
.product-card-refined:focus-visible {
	border-color: rgba(33, 128, 62, 0.55);
	box-shadow: 0 22px 46px rgba(17, 24, 23, 0.13);
	transform: translateY(-4px);
}

.image-product-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: var(--carbon);
	object-fit: cover;
}

.product-card-refined img {
	aspect-ratio: 1.18 / 1;
	border-bottom: 1px solid rgba(28, 96, 57, 0.1);
}

.image-product-card div {
	display: grid;
	align-content: start;
	min-height: 256px;
	padding: 20px;
}

.product-card-refined div {
	min-height: 300px;
	padding: 20px 20px 22px;
}

.image-product-card span {
	color: var(--amber);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.product-card-refined .product-card-tag,
.product-card-refined .product-card-tag .lang-en,
.product-card-refined .product-card-tag .lang-zh {
	color: #1f7b38;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.image-product-card h3 {
	font-size: 21px;
	line-height: 1.18;
	margin: 16px 0 10px;
}

.product-card-refined h3 {
	color: #101817;
	font-size: 20px;
	line-height: 1.2;
	margin: 13px 0 10px;
}

.image-product-card p {
	color: var(--muted);
	font-size: 14px;
	margin: 0;
}

.product-card-refined p {
	color: #53625e;
	font-size: 14px;
	line-height: 1.55;
}

.product-card-specs {
	display: grid;
	gap: 6px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.product-card-specs li {
	position: relative;
	color: #263a33;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding-left: 15px;
}

.product-card-specs li::before {
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2b9348;
	content: "";
	transform: translateY(-50%);
}

.image-product-card strong {
	align-self: end;
	color: var(--teal-dark);
	font-size: 14px;
	margin-top: 22px;
}

.product-card-refined strong {
	display: inline-flex;
	align-self: end;
	justify-self: start;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(33, 128, 62, 0.22);
	border-radius: 999px;
	color: #1f7b38;
	font-size: 14px;
	margin-top: 20px;
	padding: 9px 13px;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.product-card-refined strong::after {
	content: "→";
	font-size: 16px;
	line-height: 1;
}

.product-card-refined:hover strong,
.product-card-refined:focus-visible strong {
	border-color: #21803e;
	background: #21803e;
	color: #fff;
}

.product-range-section {
	background:
		radial-gradient(circle at 18% 12%, rgba(31, 123, 56, 0.09), transparent 34%),
		linear-gradient(180deg, #f7fbf8 0%, #eef5f0 100%);
	padding: clamp(78px, 8vw, 118px) 0;
}

.product-range-section .container {
	max-width: 1320px;
}

.product-range-head {
	max-width: none;
	margin: 0 0 46px;
}

.product-range-head .section-kicker {
	color: #0d7a37;
	font-size: 15px;
	letter-spacing: 0;
	margin-bottom: 8px;
}

.product-range-head .section-title {
	color: #071126;
	font-size: clamp(28px, 3.5vw, 46px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 20px;
	white-space: nowrap;
}

.product-range-head .section-lead {
	max-width: 900px;
	color: #5f6874;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}

.product-range-cards {
	gap: 22px;
}

.product-range-card {
	overflow: hidden;
	border: 1px solid rgba(16, 32, 26, 0.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 31, 24, 0.08);
}

.product-range-card img {
	width: 100%;
	aspect-ratio: 1.28 / 1;
	border-bottom: 0;
	object-fit: cover;
}

.product-range-card div {
	display: grid;
	min-height: 270px;
	padding: 26px 28px 28px;
}

.product-range-card .product-card-tag,
.product-range-card .product-card-tag .lang-en,
.product-range-card .product-card-tag .lang-zh {
	color: #087a38;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.product-range-card h3 {
	color: #071126;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.product-range-card h3 span,
.product-range-card p span {
	color: #071126;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.product-range-card p {
	color: #071126;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
	text-transform: uppercase;
}

.product-range-card strong {
	align-self: end;
	min-height: 50px;
	border: 1.5px solid #07823b;
	border-radius: 15px;
	background: transparent;
	color: #07823b;
	font-size: 15px;
	font-weight: 900;
	margin-top: 34px;
	padding: 12px 22px;
	text-transform: uppercase;
}

.product-range-card strong span {
	color: #07823b;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.product-range-card strong::after {
	content: ">";
	color: #07823b;
	font-size: 18px;
}

.product-range-card:hover,
.product-range-card:focus-visible {
	border-color: rgba(7, 130, 59, 0.28);
	box-shadow: 0 24px 54px rgba(15, 31, 24, 0.13);
	transform: translateY(-3px);
}

.product-range-card:hover strong,
.product-range-card:focus-visible strong {
	border-color: #07823b;
	background: #07823b;
	color: #fff;
}

.product-range-card:hover strong span,
.product-range-card:focus-visible strong span {
	color: #fff;
}

.product-range-card:hover strong::after,
.product-range-card:focus-visible strong::after {
	color: #fff;
}

@media (max-width: 1180px) {
	.product-showcase-grid-refined {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.application-card-upgraded {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, #f7fbfa 100%);
}

.application-card-upgraded::after {
	position: absolute;
	right: -32px;
	bottom: -42px;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	background: rgba(0, 127, 120, 0.08);
	content: "";
}

.factory-section {
	background: #fff;
}

.factory-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 36px;
	align-items: center;
}

.factory-copy {
	display: grid;
	align-content: start;
}

.capability-list {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.capability-list div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	align-items: start;
	border-top: 1px solid var(--line);
	padding-top: 16px;
}

.capability-list strong {
	color: var(--teal-dark);
}

.capability-list span {
	color: var(--muted);
	font-size: 14px;
}

.factory-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.factory-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: var(--radius);
	background: var(--carbon);
	box-shadow: 0 12px 30px rgba(17, 24, 23, 0.1);
	object-fit: cover;
}

.factory-gallery-main {
	grid-column: 1 / -1;
	aspect-ratio: 16 / 9 !important;
}

.factory-photo-section {
	background: #f4f5f3;
	padding: 72px 0 84px;
}

.factory-photo-head {
	text-align: center;
	margin: 0 auto 36px;
}

.factory-photo-head h2 {
	color: var(--ink);
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.1;
	margin: 0 0 16px;
}

.factory-photo-head p {
	color: var(--ink);
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.factory-photo-board {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	width: min(100%, 1140px);
	margin: 0 auto;
	border: 1px solid rgba(17, 24, 23, 0.12);
	background: #fff;
	padding: 22px;
	box-shadow: 0 8px 22px rgba(17, 24, 23, 0.22);
}

.factory-photo-board + .factory-photo-board {
	margin-top: 34px;
}

.factory-photo-board img {
	width: 100%;
	aspect-ratio: 1.14 / 1;
	background: var(--steel);
	object-fit: cover;
}

.spec-highlight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.spec-highlight {
	display: grid;
	align-content: start;
	min-height: 360px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	padding: 24px;
}

.spec-highlight h3 {
	font-size: 23px;
	line-height: 1.2;
	margin: 0 0 22px;
}

.spec-highlight ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.spec-highlight li {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	border-top: 1px solid var(--line);
	padding: 13px 0;
}

.spec-highlight li span {
	color: var(--muted);
}

.spec-highlight li strong {
	color: var(--ink);
	text-align: right;
}

.spec-highlight-dark {
	background: var(--carbon);
	color: #fff;
}

.spec-highlight-dark p {
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 24px;
}

.spec-highlight-dark .btn {
	justify-self: start;
	margin-top: auto;
}

.export-section {
	background: #fff;
}

.export-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.export-card {
	overflow: hidden;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 16px 36px rgba(17, 24, 23, 0.08);
}

.export-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1.18 / 1;
	object-fit: cover;
	transition: transform 240ms ease;
}

.export-card:hover img {
	transform: scale(1.03);
}

.export-card div {
	display: grid;
	align-content: start;
	min-height: 220px;
	padding: 22px;
}

.export-card h3 {
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.export-card p {
	color: #3f4a45;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.export-card span {
	align-self: end;
	display: block;
	color: #23342e;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.35;
	margin-top: 22px;
	text-transform: uppercase;
}

.export-card h3 span {
	color: #000;
}

.export-card p span {
	color: #3f4a45;
}

.export-card span span {
	color: #23342e;
}

.trust-grid-upgraded .trust-card {
	min-height: 210px;
}

.lang-zh {
	display: none !important;
}

html[data-lang="en"] .lang-en {
	display: inline !important;
}

html[data-lang="en"] .lang-zh {
	display: none !important;
}

html[data-lang="zh"] .lang-en {
	display: none !important;
}

html[data-lang="zh"] .lang-zh {
	display: inline !important;
}

html[data-lang="zh"] p.lang-zh,
html[data-lang="zh"] div.lang-zh,
html[data-lang="zh"] section.lang-zh,
html[data-lang="zh"] span.lang-zh,
html[data-lang="zh"] h1.lang-zh,
html[data-lang="zh"] h2.lang-zh,
html[data-lang="zh"] h3.lang-zh,
html[data-lang="zh"] li.lang-zh {
	display: revert !important;
}

@media (max-width: 980px) {
	.header-inner {
		flex-wrap: wrap;
		gap: 12px;
		min-height: 0;
		padding: 12px 0 10px;
	}

	.main-nav {
		order: 3;
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	.nav-item {
		position: static;
	}

	.nav-mega {
		display: none;
	}

	.nav-item.is-open .nav-mega {
		position: static;
		display: grid;
		grid-template-columns: 1fr;
		min-width: 100%;
		width: 100%;
		margin: 8px 0 12px;
		box-shadow: 0 12px 26px rgba(17, 24, 23, 0.1);
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
	}

	.nav-mega-groups {
		grid-template-columns: 1fr;
	}

	.nav-mega-feature {
		padding: 16px;
	}

	.nav-item.is-open .nav-trigger::after {
		transform: rotate(225deg) translate(-2px, -2px);
	}

	.site-search {
		order: 2;
		width: 48px;
	}

	.hero,
	.hero-content {
		min-height: 660px;
	}

		.product-grid,
		.process,
		.product-grid-compact,
		.product-showcase-grid,
		.application-grid-wide,
		.product-insight-grid,
		.trust-grid,
		.footer-grid,
		.catalog-grid,
		.knowledge-grid,
		.solution-grid,
		.value-grid,
		.process-row,
	.timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

		.application-grid,
		.quality-layout,
		.contact-layout,
		.featured-products,
		.factory-layout,
		.intro-grid,
		.split-section,
		.page-hero-grid,
		.two-col,
		.detail-grid,
		.product-selection-layout,
	.media-band,
	.about-company-profile-grid,
	.home-quote-grid,
	.contact-page-grid {
		grid-template-columns: 1fr;
	}

	.trust-card-dark {
		grid-row: auto;
		grid-column: 1 / -1;
	}

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

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

	.hero-upgraded h1 {
		font-size: 54px;
	}

}

@media (max-width: 680px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.container {
		width: min(100% - 24px, var(--max));
	}

	.about-company-stats {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.about-company-profile {
		padding: 52px 0;
	}

	.site-shell > .contact-panel.inquiry-form,
	#main > .contact-panel.inquiry-form,
	.home .site-shell > .inquiry-form,
	.front-page .site-shell > .inquiry-form {
		width: calc(100% - 24px);
	}

	.brand {
		min-width: 0;
	}

	.site-logo {
		height: 38px;
		max-width: 180px;
	}

	.footer-logo {
		height: 50px;
		max-width: 240px;
	}

	.brand-mark {
		width: 38px;
		height: 38px;
	}

	.brand-name strong {
		font-size: 14px;
	}

	.brand-name span {
		max-width: 190px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.header-actions .btn {
		display: none;
	}

	.header-actions {
		width: 100%;
		flex-wrap: wrap;
	}

	.header-inner {
		width: min(100% - 24px, var(--max));
		gap: 14px;
	}

	.site-search {
		width: 100%;
	}

	.main-nav {
		gap: 4px;
	}

	.main-nav > a,
	.nav-trigger {
		min-height: 38px;
		border: 1px solid rgba(215, 221, 217, 0.78);
		background: rgba(255, 255, 255, 0.72);
		padding: 0 12px;
		white-space: nowrap;
	}

	.search-hero-form,
	.error-search {
		display: grid;
	}

	.hero::before {
		background-image:
			radial-gradient(circle at 54% 48%, rgba(26, 220, 78, 0.14) 0, rgba(26, 220, 78, 0.05) 10%, rgba(26, 220, 78, 0) 24%),
			linear-gradient(180deg, rgba(1, 13, 23, 0.96) 0%, rgba(1, 13, 23, 0.86) 50%, rgba(1, 13, 23, 0.66) 100%),
			var(--hero-image);
		background-position: 58% center;
	}

	.hero,
	.hero-content {
		min-height: 700px;
	}

	.hero-content {
		padding: 56px 0 104px;
	}

	.home .hero-content,
	.front-page .hero-content {
		width: auto;
		margin-left: 0;
		padding-top: calc(var(--site-header-height, 68px) + 42px);
		padding-bottom: 86px;
	}

	.hero h1 {
		font-size: 39px;
		max-width: 11ch;
	}

	.hero-upgraded h1 {
		max-width: 100%;
		font-size: 40px;
	}

	.hero-copy {
		font-size: 16px;
	}

	.product-range-head .section-title {
		white-space: normal;
	}

	.section:has(.process) .section-title {
		white-space: normal;
	}

	.hero-actions {
		gap: 12px;
		margin-top: 28px;
	}

	.hero .btn {
		width: 100%;
		height: 50px;
		min-height: 50px;
		font-size: 15px;
	}

	.hero-proof {
		gap: 6px;
		margin-top: 18px;
	}

	.hero-proof > span {
		min-height: 32px;
		font-size: 12px;
		padding: 6px 10px;
	}

	.hero-metrics,
		.product-grid,
		.product-grid-compact,
		.product-showcase-grid,
		.product-insight-grid,
		.application-grid,
		.application-grid-wide,
		.search-result-list,
		.process,
		.process-stacked,
		.intro-points,
		.trust-grid,
	.faq-grid,
		.form-row,
		.catalog-grid,
		.knowledge-grid,
		.solution-grid,
		.value-grid,
		.spec-highlight-grid,
		.export-grid,
	.use-grid,
	.process-row,
	.timeline {
		grid-template-columns: 1fr;
	}

	.image-product-card div {
		min-height: auto;
	}

	.factory-gallery {
		grid-template-columns: 1fr;
	}

	.factory-photo-section {
		padding: 56px 0 64px;
	}

	.factory-photo-board {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 14px;
	}

	.capability-list div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.spec-highlight {
		min-height: auto;
	}

	.export-card div {
		min-height: auto;
	}

	.article-layout {
		grid-template-columns: 1fr;
	}

	.product-photo img {
		min-height: 300px;
	}

	.section {
		padding: 64px 0;
	}

	.section-head,
	.footer-inner,
	.cta-strip-inner {
		display: grid;
		align-items: start;
	}

	.cta-strip .btn {
		width: 100%;
		min-width: 0;
	}

	.footer-grid {
		gap: 28px;
	}

	.footer-bottom {
		display: grid;
		align-items: start;
	}

	.page-hero,
	.home-quote,
	.contact-page {
		padding: 56px 0;
	}

	.quote-box {
		position: static;
	}

	.site-footer {
		padding: 46px 0 22px;
	}

	.floating-contact {
		top: auto;
		bottom: 92px;
	}

	.floating-contact-btn {
		width: 44px;
		height: 44px;
	}

	.floating-contact-btn svg {
		width: 23px;
		height: 23px;
	}
}
