/*
Theme Name: mythemes
Author: Hu yang
Description: 集成 Bootstrap 的 WordPress 主题
Version: 1.0
*/

/* ===== 导航字体 ===== */
@font-face {
	font-family: 'HelveticaNeueLTPro-Bd';
	src: url('assets/fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Han Sans CN Light';
	src: url('assets/fonts/思源黑体 CN-LIGHT.OTF') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* ===== 全局 ===== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

:root {
	--section-title-size: clamp(24px, 2.6vw, 40px);
	--section-title-size-lg: clamp(26px, 3vw, 48px);
	--page-banner-title-size: clamp(28px, 4vw, 56px);
	--page-content-title-size: clamp(26px, 2.8vw, 36px);
	--section-padding-top: clamp(36px, 6vw, 80px);
	--section-padding-bottom: clamp(40px, 6.5vw, 90px);
	--section-padding-y: clamp(36px, 6vw, 80px);
	--section-padding-top-lg: clamp(40px, 7vw, 90px);
	--section-padding-bottom-lg: clamp(44px, 8vw, 120px);
	--contact-desc-size: clamp(15px, 1.6vw, 18px);
	--contact-label-size: clamp(16px, 1.8vw, 20px);
	--contact-input-size: clamp(14px, 1.5vw, 16px);
	--contact-submit-size: clamp(18px, 2vw, 22px);
	--contact-aside-title-size: clamp(20px, 2.2vw, 28px);
	--contact-info-size: clamp(16px, 1.8vw, 20px);
	--contact-form-gap: clamp(16px, 2.5vw, 28px);
	--contact-field-gap: clamp(10px, 1.8vw, 18px);
}

.home-about__title,
.home-choose__title,
.home-products__title,
.home-news__title,
.about-workshop__title,
.about-factory__title,
.projects-list__title {
	font-size: var(--section-title-size);
}

.home-about__title {
	font-size: var(--section-title-size-lg);
}

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

/* ===== 头部 ===== */
.site-header {
	width: 100%;
	position: relative;
	z-index: 100;
}

.header-topbar {
	background-color: #b09c85;
	color: #fff;
	font-size: 14px;
}

.header-topbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 40px;
	gap: 16px;
}

.topbar-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}

.topbar-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.topbar-item:hover {
	opacity: 0.85;
}

.topbar-icon {
	flex-shrink: 0;
	filter: brightness(0) invert(1);
}

.topbar-icon-phone {
	filter: none;
}

.topbar-right {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
	transition: background 0.2s;
}

.social-icon:hover {
	background: rgba(255, 255, 255, 0.15);
}

.social-icon img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.header-main {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.header-main .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	gap: 20px;
}

.header-logo {
	flex-shrink: 0;
}

.header-logo img {
	height: 50px;
	width: auto;
}

.header-nav-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
}

.header-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.header-nav .nav-list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 50px;
}

.header-nav .nav-list a {
	text-decoration: none;
	color: #999;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: color 0.2s;
}

.header-nav .nav-list > li > a {
	padding: 0;
	line-height: 45px;
}

.header-nav .nav-list li.is-active > a,
.header-nav .nav-list .current-menu-item > a,
.header-nav .nav-list .current_page_item > a,
.header-nav .nav-list a:hover {
	color: #222;
	font-weight: 700;
}

.header-nav .nav-list > li.menu-item-has-children {
	position: relative;
}

.header-nav .nav-list > li.nav-item--products > a,
.header-nav .nav-list > li.nav-item--products > .nav-mobile-item-row > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.header-nav .nav-list > li.nav-item--products > a::after,
.header-nav .nav-list > li.nav-item--products > .nav-mobile-item-row > a::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.7;
	transition: transform 0.25s ease, margin-top 0.25s ease, opacity 0.2s ease;
}

.header-nav .nav-list > li.nav-item--products > .sub-menu {
	left: 50%;
	right: auto;
	top: calc(100% + 14px);
	min-width: 200px;
	width: max-content;
	max-width: 280px;
	padding-top: 6px;
	padding-bottom: 6px;
	overflow: visible;
	transform: translateX(-50%) translateY(6px);
}

.header-nav .nav-list .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 220px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	z-index: 120;
}

.header-nav .nav-list > li.nav-item--products > .sub-menu::before {
	top: -14px;
	height: 14px;
}

.header-nav .nav-list .sub-menu::before {
	content: '';
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	height: 14px;
}

@media (min-width: 992px) {
	.header-nav .nav-list > li.nav-item--products:hover > a::after,
	.header-nav .nav-list > li.nav-item--products:hover > .nav-mobile-item-row > a::after,
	.header-nav .nav-list > li.nav-item--products:focus-within > a::after,
	.header-nav .nav-list > li.nav-item--products:focus-within > .nav-mobile-item-row > a::after {
		margin-top: 1px;
		transform: rotate(225deg);
		opacity: 1;
	}

	.header-nav .nav-list > li.menu-item-has-children:hover > .sub-menu,
	.header-nav .nav-list > li.menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) translateY(0);
	}

	.header-nav .nav-list > li.nav-item--products:hover > .sub-menu,
	.header-nav .nav-list > li.nav-item--products:focus-within > .sub-menu {
		transform: translateX(-50%) translateY(0);
	}

	.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item-has-children:hover > .nav-dropdown-sub,
	.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item-has-children:focus-within > .nav-dropdown-sub {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
}

.header-nav .nav-list .sub-menu a {
	display: block;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	text-align: center;
	color: #666;
	white-space: nowrap;
	transition: color 0.2s ease, background 0.2s ease;
}

.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item {
	position: relative;
}

.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item > a {
	text-align: left;
}

.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item-has-children > a,
.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item-has-children > .nav-mobile-cat-row > a {
	padding-right: 28px;
	font-weight: 600;
	color: #555;
}

.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item-has-children > a::after,
.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item-has-children > .nav-mobile-cat-row > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
	opacity: 0.55;
}

.header-nav .nav-list > li.nav-item--products .nav-dropdown-sub {
	position: absolute;
	top: -6px;
	left: calc(100% + 6px);
	min-width: 200px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	z-index: 130;
}

.header-nav .nav-list > li.nav-item--products .nav-dropdown-sub::before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	display: block;
	width: 10px;
	height: 100%;
}

.header-nav .nav-list > li.nav-item--products .nav-dropdown-sub a {
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	color: #666;
	white-space: nowrap;
}

.header-nav .nav-list .sub-menu a:hover,
.header-nav .nav-list .sub-menu .current-menu-item > a {
	color: #222;
	background: #f7f7f7;
}

.header-utils {
	display: flex;
	align-items: center;
	gap: 32px;
	flex-shrink: 0;
}

.lang-selector {
	position: relative;
	margin-left: 8px;
}

.lang-toggle {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: none;
	border: none;
	padding: 4px 0;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.lang-toggle img {
	flex-shrink: 0;
}

.lang-arrow {
	transition: transform 0.2s;
}

.lang-selector.is-open .lang-arrow {
	transform: rotate(180deg);
}

.lang-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 120px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.lang-selector.is-open .lang-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.lang-dropdown a {
	display: block;
	padding: 10px 20px;
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.lang-dropdown li.is-active a,
.lang-dropdown a:hover {
	color: #222;
	background: #f7f7f7;
}

.search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.search-toggle:hover {
	opacity: 0.7;
}

.header-mobile-search {
	display: none;
}

.mobile-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.mobile-menu-toggle .icon-close {
	display: none;
}

.mobile-menu-toggle.is-active .icon-menu {
	display: none;
}

.mobile-menu-toggle.is-active .icon-close {
	display: block;
}

.header-search-panel {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	padding: 16px 0;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
	pointer-events: none;
}

.header-search-panel.is-open {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-form {
	display: flex;
	align-items: center;
	gap: 12px;
}

.search-form input[type="search"] {
	flex: 1;
	height: 44px;
	padding: 0 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	outline: none;
}

.search-form input[type="search"]:focus {
	border-color: #b09c85;
}

.search-form button[type="submit"] {
	height: 44px;
	padding: 0 24px;
	border: none;
	border-radius: 4px;
	background: #b09c85;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}

.search-form button[type="submit"]:hover {
	opacity: 0.9;
}

.search-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	flex-shrink: 0;
}

/* ===== 首页 banner 轮播 ===== */
.home-banner {
	width: 100%;
	overflow: hidden;
	background: #000;
}

.home-banner__slider {
	position: relative;
	width: 100%;
	height: clamp(320px, 42vw, 720px);
}

.home-banner__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.9s ease;
}

.home-banner__slide.is-active {
	opacity: 1;
	z-index: 2;
}

.home-banner__slide.is-prev {
	opacity: 0;
	z-index: 1;
}

.home-banner__link {
	display: block;
	width: 100%;
	height: 100%;
}

.home-banner__zoom {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-banner__zoom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	will-change: transform;
}

.home-banner__slide.is-active .home-banner__zoom img,
.home-banner__slide.is-prev .home-banner__zoom img {
	animation: home-banner-zoom 5s ease-out forwards;
}

@keyframes home-banner-zoom {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.12);
	}
}

/* ===== 企业优势 ===== */
.home-advantages {
	width: 100%;
	background: url('assets/images/sub1-bg.jpg') center center / cover no-repeat;
	padding: 0;
}

.home-advantages__list {
	display: grid;
	grid-template-columns: calc(20% - 10px) calc(20% - 10px) calc(30% + 20px) 30%;
	align-items: stretch;
}

.home-advantages__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	padding: 20px 24px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.home-advantages__item:last-child {
	border-right: none;
}

.home-advantages__icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom:10px;
	transition: transform 0.4s ease;
}

.home-advantages__item:hover .home-advantages__icon {
	transform: scaleX(-1);
}

.home-advantages__stat {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
	line-height: 1.1;
}

.home-advantages__num {
	font-size: clamp(36px, 3.2vw, 52px);
	font-weight: 700;
	letter-spacing: 0.5px;
}

.home-advantages__unit {
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: clamp(18px, 1.6vw, 20px);
	font-weight: 700;
	opacity: 0.95;
}

.home-advantages__desc {
	margin: 0;
	font-family: 'Source Han Sans CN Light', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	font-weight: 300;
	opacity: 0.9;
}

/* ===== 响应式 ===== */
@media (max-width: 1199px) {
	.header-nav .nav-list {
		gap: 32px;
	}

	.header-nav .nav-list a {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	.header-nav .nav-list > li.nav-item--products .nav-mobile-item-row,
	.header-nav .nav-list > li.nav-item--products .nav-mobile-cat-row {
		display: contents;
	}

	.header-nav .nav-list > li.nav-item--products .nav-mobile-sub-toggle {
		display: none;
	}
}

@media (min-width: 992px) {
	.header-nav {
		order: 1;
	}

	.header-utils {
		order: 2;
	}
}

@media (max-width: 991px) {
	.header-topbar {
		display: none;
	}

	.header-nav-wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: min(320px, 85vw);
		height: 100vh;
		padding: 72px 24px 24px;
		background: #fff;
		box-shadow: 4px 0 24px rgba(0, 0, 0, 0.1);
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		z-index: 302;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.header-nav-wrap.is-open {
		transform: translateX(0);
	}

	.header-utils {
		order: -1;
		width: 100%;
		justify-content: space-between;
		gap: 24px;
		padding-bottom: 16px;
		margin-bottom: 0;
		border-top: none;
		border-bottom: 1px solid #f0f0f0;
		flex-shrink: 0;
	}

	.header-mobile-search {
		display: block;
		order: 0;
		width: 100%;
		padding-bottom: 16px;
		margin-bottom: 8px;
		border-bottom: 1px solid #f0f0f0;
		flex-shrink: 0;
	}

	.header-mobile-search .search-form {
		width: 100%;
		gap: 0;
		flex-wrap: nowrap;
	}

	.header-mobile-search .search-form input[type="search"] {
		flex: 0 0 80%;
		width: 80%;
		min-width: 0;
		height: 40px;
		border-radius: 4px 0 0 4px;
	}

	.header-mobile-search .search-form button[type="submit"] {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 20%;
		width: 20%;
		height: 40px;
		padding: 0;
		border: 1px solid #ddd;
		border-left: none;
		border-radius: 0 4px 4px 0;
		background: #fff;
	}

	.header-mobile-search .search-form button[type="submit"] img {
		display: block;
		width: 18px;
		height: 18px;
		object-fit: contain;
	}

	.search-toggle {
		display: none;
	}

	.header-search-panel {
		display: none !important;
	}

	.header-nav {
		order: 1;
		justify-content: flex-start;
		flex: 1;
	}

	.header-nav .nav-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		width: 100%;
	}

	.header-nav .nav-list li {
		width: 100%;
		border-bottom: 1px solid #f0f0f0;
	}

	.header-nav .nav-list > li > a {
		display: block;
		padding: 0;
		line-height: 45px;
	}

	.header-nav .nav-list > li.nav-item--products > .nav-mobile-item-row > a {
		flex: 1;
		min-width: 0;
		padding: 0;
		line-height: 45px;
	}

	.header-nav .nav-list > li.menu-item-has-children {
		position: static;
	}

	.header-nav .nav-list > li.nav-item--products > .nav-mobile-item-row {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.header-nav .nav-list > li.nav-item--products > a::after,
	.header-nav .nav-list > li.nav-item--products > .nav-mobile-item-row > a::after,
	.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item-has-children > .nav-mobile-cat-row > a::after {
		display: none;
	}

	.header-nav .nav-list > li.nav-item--products > .sub-menu {
		display: none;
		padding: 0 0 10px;
	}

	.header-nav .nav-list > li.nav-item--products.is-products-open > .sub-menu {
		display: block;
	}

	.header-nav .nav-list > li.nav-item--products.is-products-open > .nav-mobile-item-row .nav-mobile-sub-toggle::after {
		transform: rotate(225deg);
		margin-top: 4px;
	}

	.header-nav .nav-list .sub-menu,
	.header-nav .nav-list .sub-menu.nav-dropdown,
	.header-nav .nav-list .nav-dropdown-sub,
	.header-nav .nav-list > li.nav-item--products > .sub-menu,
	.header-nav .nav-list > li.nav-item--products .nav-dropdown-sub {
		position: static;
		left: auto;
		right: auto;
		top: auto;
		min-width: 0;
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fafafa;
		border: none;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: none;
	}

	.header-nav .nav-list .sub-menu::before,
	.header-nav .nav-list > li.nav-item--products > .sub-menu::before,
	.header-nav .nav-list > li.nav-item--products .nav-dropdown-sub::before {
		display: none;
	}

	.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item {
		position: static;
		border-bottom: none;
	}

	.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item-has-children > a::after {
		display: none;
	}

	.header-nav .nav-list > li.nav-item--products > .sub-menu > .menu-item > a {
		padding: 10px 16px;
		font-size: 14px;
		font-weight: 600;
		text-align: left;
		white-space: normal;
		color: #555;
	}

	.header-nav .nav-list > li.nav-item--products .nav-mobile-cat-row {
		display: flex;
		align-items: stretch;
		width: 100%;
		background: #fafafa;
	}

	.header-nav .nav-list > li.nav-item--products .nav-mobile-cat-row > a {
		flex: 1;
		min-width: 0;
		padding: 10px 8px 10px 16px;
		font-size: 14px;
		font-weight: 600;
		text-align: left;
		color: #555;
	}

	.header-nav .nav-list > li.nav-item--products .nav-mobile-sub-toggle {
		flex-shrink: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		border: none;
		border-left: 1px solid #ececec;
		background: transparent;
		cursor: pointer;
		padding: 0;
	}

	.header-nav .nav-list > li.nav-item--products .nav-mobile-sub-toggle::after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-right: 2px solid #888;
		border-bottom: 2px solid #888;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
	}

	.header-nav .nav-list > li.nav-item--products .menu-item-has-children.is-sub-open > .nav-mobile-cat-row .nav-mobile-sub-toggle::after {
		transform: rotate(225deg);
		margin-top: 4px;
	}

	.header-nav .nav-list > li.nav-item--products .nav-dropdown-sub {
		display: none;
		padding: 0 0 4px;
		background: #f3f3f3;
	}

	.header-nav .nav-list > li.nav-item--products .menu-item-has-children.is-sub-open > .nav-dropdown-sub {
		display: block;
	}

	.header-nav .nav-list > li.nav-item--products .nav-dropdown-sub > .menu-item > a {
		padding: 8px 16px 8px 28px;
		font-size: 13px;
		font-weight: 400;
		text-align: left;
		color: #777;
		background: #f3f3f3;
	}

	.header-nav .nav-list .sub-menu li {
		border-bottom: none;
	}

	.mobile-menu-toggle {
		display: inline-flex;
		position: relative;
		z-index: 303;
	}

	.mobile-menu-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 301;
	}

	body.menu-open .site-header {
		z-index: 300;
	}

	body.menu-open .mobile-menu-overlay {
		display: block;
	}

	body.menu-open {
		overflow: hidden;
	}

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

	.home-advantages__item {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		padding: 32px 16px;
	}

	.home-advantages__item:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, 0.25);
	}

	.home-advantages__item:nth-last-child(-n + 2) {
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.header-main .container {
		min-height: 64px;
	}

	.header-logo img {
		height: 40px;
	}

	.search-form:not(.search-form--drawer) {
		flex-wrap: wrap;
	}

	.search-form:not(.search-form--drawer) input[type="search"] {
		width: 100%;
		flex: 1 1 100%;
	}

	.search-form:not(.search-form--drawer) button[type="submit"] {
		flex: 1;
	}

	.home-banner__slider {
		height: clamp(220px, 56vw, 420px);
	}
}

@media (max-width: 575px) {
	.home-advantages__list {
		grid-template-columns: 1fr;
	}

	.home-advantages__item,
	.home-advantages__item:nth-child(odd) {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}

	.home-advantages__item:last-child {
		border-bottom: none;
	}
}

/* ===== 公司简介页 - 视频 ===== */
.about-video {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding:3% 0;
	box-sizing: border-box;
}

.about-video__media {
	position: relative;
	width: 100%;
	line-height: 0;
}

.about-video__poster {
	position: relative;
	width: 100%;
}

.about-video__poster.is-hidden {
	display: none;
}

.about-video__cover {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.about-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
}

.about-video__play:hover {
	transform: translate(-50%, -50%) scale(1.08);
}

.about-video__play img {
	display: block;
	width: auto;
	height: auto;
	max-width: 120px;
}

.about-video__player {
	display: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.about-video__player.is-active,
.about-video__player--solo {
	display: block;
}

@media (max-width: 767px) {
	.about-video__play img {
		max-width: 80px;
	}
}

/* ===== 公司简介页 - 证书/车间展示 ===== */
.about-workshop {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom);
	background: url('assets/images/abo3-bg.jpg') center center / cover no-repeat;
}

.about-workshop__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.about-workshop__head-icon {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 16px;
	filter: brightness(0) invert(1);
}

.about-workshop__title {
	margin: 0;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-workshop__carousel {
	position: relative;
	overflow: visible;
	padding: 0 55px;
}

.about-workshop__viewport {
	overflow: hidden;
}

.about-workshop__track {
	display: flex;
	gap: 24px;
	will-change: transform;
	transition: transform 0.45s ease;
}

.about-workshop__slide {
	flex: 0 0 calc((100% - 72px) / 4);
	min-width: 0;
}

.about-workshop__slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.about-workshop__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 51px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}

.about-workshop__arrow:hover:not(:disabled) {
	opacity: 0.75;
}

.about-workshop__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.about-workshop__arrow img {
	display: block;
	width: 27px;
	height: 51px;
	object-fit: contain;
}

.about-workshop__arrow--prev {
	left: 0;
}

.about-workshop__arrow--next {
	right: 0;
}

@media (min-width: 1401px) {
	.about-workshop__carousel {
		padding: 0;
	}

	.about-workshop__arrow--prev {
		left: -80px;
	}

	.about-workshop__arrow--next {
		right: -80px;
	}
}

@media (max-width: 1199px) {
	.about-workshop__slide {
		flex: 0 0 calc((100% - 24px) / 2);
	}
}

@media (max-width: 767px) {
	.about-workshop__head {
		margin-bottom: 24px;
	}

	.about-workshop__carousel {
		padding: 0;
	}

	.about-workshop__slide {
		flex: 0 0 calc((100% - 24px) / 2);
	}
}

/* ===== 公司简介页 - 工厂展示 ===== */
.about-factory {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom);
	background: #fff;
}

.about-factory__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0ece7;
}

.about-factory__head-icon {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 16px;
}

.about-factory__title {
	margin: 0;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

.about-factory__item {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.65s ease, transform 0.65s ease;
	transition-delay: var(--item-delay, 0ms);
}

.about-factory.is-visible .about-factory__item {
	opacity: 1;
	transform: translateY(0);
}

.about-factory__item img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 452 / 280;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.about-factory__item:hover img {
	transform: scale(1.05);
}

.about-factory-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.about-factory-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.about-factory-lightbox__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
}

.about-factory-lightbox__box {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: min(1400px, calc(100vw - 40px));
}

.about-factory-lightbox__viewport {
	flex: 0 1 auto;
	width: auto;
	max-width: 100%;
	overflow: hidden;
}

.about-factory-lightbox__track {
	display: flex;
	align-items: center;
	will-change: transform;
	transition: transform 0.45s ease;
}

.about-factory-lightbox__slide {
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
}

.about-factory-lightbox__slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.about-factory-lightbox__close {
	position: absolute;
	top: -44px;
	right: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.about-factory-lightbox__close img {
	width: 100%;
	height: 100%;
	filter: brightness(0) invert(1);
}

.about-factory-lightbox__arrow {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.about-factory-lightbox__arrow:hover {
	opacity: 0.75;
}

.about-factory-lightbox__arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-factory-lightbox__arrow--prev {
	margin-right: 16px;
}

.about-factory-lightbox__arrow--next {
	margin-left: 16px;
}

body.about-factory-lightbox-open {
	overflow: hidden;
}

@media (max-width: 991px) {
	.about-factory__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.about-factory__head {
		margin-bottom: 24px;
	}

	.about-factory__grid {
		grid-template-columns: 1fr;
	}

	.about-factory-lightbox__arrow {
		width: 36px;
		height: 36px;
	}

	.about-factory-lightbox__arrow--prev {
		margin-right: 8px;
	}

	.about-factory-lightbox__arrow--next {
		margin-left: 8px;
	}
}

/* ===== 公司简介 ===== */
.home-about {
	width: 100%;
	background: url('assets/images/sub2-bg.jpg') center center / cover no-repeat;
	padding: var(--section-padding-top-lg) 0 var(--section-padding-bottom-lg);
}

.home-about__inner {
	display: grid;
	grid-template-columns: 61.5% 33.9%;
	gap: 4.6%;
}

.home-about__gallery {
	position: relative;
}

.home-about__slider {
	position: relative;
	width: 100%;
	aspect-ratio: 680 / 480;
	overflow: hidden;
	background: #ddd;
	border-top-left-radius: 120px;
}

.home-about__track {
	display: flex;
	height: 100%;
	transition: transform 0.5s ease;
	will-change: transform;
}

.home-about__slide {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.home-about__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-top-left-radius: 120px;
}

.home-about__video-btn {
	position: absolute;
	top: -42px;
	left: -37px;
	z-index: 3;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.home-about__video-btn::before,
.home-about__video-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68%;
	height: 68%;
	border-radius: 50%;
	border: 2px solid rgba(176, 156, 133, 0.55);
	transform: translate(-50%, -50%) scale(0.85);
	animation: home-about-video-pulse 2.4s ease-out infinite;
	pointer-events: none;
	z-index: 0;
}

.home-about__video-btn::after {
	animation-delay: 1.2s;
}

.home-about__video-btn:hover {
	transform: scale(1.08);
}

.home-about__video-btn:hover::before,
.home-about__video-btn:hover::after,
.home-about__video-btn:hover img {
	animation-play-state: paused;
}

.home-about__video-btn img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	height: auto;
	max-width: 152px;
	animation: home-about-video-breathe 2.4s ease-in-out infinite;
}

@keyframes home-about-video-pulse {
	0% {
		transform: translate(-50%, -50%) scale(0.85);
		opacity: 0.65;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.55);
		opacity: 0;
	}
}

@keyframes home-about-video-breathe {
	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.06);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-about__video-btn::before,
	.home-about__video-btn::after,
	.home-about__video-btn img {
		animation: none;
	}
}

.home-about__arrows {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
}

.home-about__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.home-about__arrow:hover {
	opacity: 0.75;
}

.home-about__arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-about__content {
	position: relative;
	padding-right: 10px;
}

.home-about__title {
	margin: 0 0 20px;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home-about__subtitle {
	margin: 0 0 24px;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	color: #b09c85;
}

.home-about__text {
	max-height: 300px;
	overflow-y: auto;
	margin:50px 0px;
	padding-right: 16px;
	font-family: 'Source Han Sans CN Light', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #555;
}

.home-about__text p {
	margin: 0;
	line-height: 30px;
}

.home-about__text p:last-child {
	margin-bottom: 0;
}

.home-about__text::-webkit-scrollbar {
	width: 13px;
}

.home-about__text::-webkit-scrollbar-track {
	background: #e8e8e8;
	border-radius: 0;
}

.home-about__text::-webkit-scrollbar-thumb {
	background: #b09c85;
	border-radius: 0;
}

.home-about--about-page .home-about__text {
	max-height: 360px;
}

.home-about__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 28px;
	background: #b09c85;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-radius:10px;
	transition: opacity 0.2s ease;
}

.home-about__btn:hover {
	opacity: 0.9;
}

.home-about__btn img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.home-about-video-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.home-about-video-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.home-about-video-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
}

.home-about-video-modal__box {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	background: #000;
}

.home-about-video-modal__box video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 80vh;
}

.home-about-video-modal__close {
	position: absolute;
	top: -44px;
	right: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.home-about-video-modal__close img {
	width: 100%;
	height: 100%;
	filter: brightness(0) invert(1);
}

body.video-modal-open {
	overflow: hidden;
}

@media (max-width: 991px) {
	.home-about__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.home-about__text {
		max-height: 300px;
	}

	.home-about__slider {
		border-top-left-radius: 60px;
	}

	.home-about__slide img {
		border-top-left-radius: 60px;
	}
}

@media (max-width: 767px) {
	.home-about__slider {
		aspect-ratio: 4 / 3;
	}

	.home-about__video-btn {
		top: 16px;
		left: 16px;
	}

	.home-about__video-btn img {
		max-width: 60px;
	}

	.home-about__arrows {
		right: 12px;
		bottom: 12px;
	}

	.home-about__arrow {
		width: 36px;
		height: 36px;
	}
}

/* ===== 企业优势2 ===== */
.home-choose {
	width: 100%;
	padding: var(--section-padding-y) 0;
	background: #fff;
}

.home-choose__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0ece7;
}

.home-choose__head-icon {
	width: auto;
	height: auto;
	margin-bottom: 16px;
}

.home-choose__title {
	margin: 0;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home-choose__body {
	display: grid;
	grid-template-columns: 40.7% 53.5%;
	gap: 5.8%;
	align-items: start;
}

.home-choose__accordion {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.home-choose__item {
	border-radius: 10px;
	overflow: hidden;
	background: #fbf9f5;
	transition: background 0.3s ease;
}

.home-choose__item.is-open {
	background: #b2a088;
}

.home-choose__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding:13px 24px;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
}

.home-choose__item-title {
	flex: 1;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #333;
	transition: color 0.3s ease;
}

.home-choose__item.is-open .home-choose__item-title {
	color: #fff;
}

.home-choose__item-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	position: relative;
}

.home-choose__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.3s ease;
}

.home-choose__icon--open {
	opacity: 0;
}

.home-choose__item.is-open .home-choose__icon--closed {
	opacity: 0;
}

.home-choose__item.is-open .home-choose__icon--open {
	opacity: 1;
}

.home-choose__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease;
}

.home-choose__item.is-open .home-choose__panel {
	grid-template-rows: 1fr;
}

.home-choose__panel-inner {
	overflow: hidden;
	padding: 0 24px;
	font-family: 'Source Han Sans CN Light', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	line-height:30px;
	color: rgba(255, 255, 255, 0.7);
}

.home-choose__item.is-open .home-choose__panel-inner {
	padding-bottom:35px;
}

.home-choose__panel-inner p {
	margin: 0;
}

.home-choose__media {
	overflow: hidden;
	border-radius: 30px;
}

.home-choose__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 30px;
	transition: transform 0.5s ease;
}

.home-choose__media:hover img {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.home-choose__body {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.home-choose__head {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.home-choose__trigger {
		padding: 18px 16px;
	}

	.home-choose__item-title {
		font-size: 15px;
	}

	.home-choose__panel-inner {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 14px;
	}

	.home-choose__item.is-open .home-choose__panel-inner {
		padding-bottom: 18px;
	}

	.home-choose__media {
		border-radius: 20px;
	}

	.home-choose__media img {
		border-radius: 20px;
	}
}

/* 首页产品分类 */
.home-products {
	padding: var(--section-padding-y) 0;
	background: #f5f5f5;
}

.home-products__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
}

.home-products__head-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.home-products__head-icon {
	width: auto;
	height: auto;
	margin-bottom: 16px;
}

.home-products__title {
	margin: 0;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home-products__btn {
	flex-shrink: 0;
}

.home-products__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 16px;
	margin-bottom: 40px;
}

.home-products__tab {
	display: flex;
	flex: 1 1 0;
	min-width: 120px;
	flex-direction: column;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: center;
}

.home-products__tab-icon {
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 12px;
	background-color: #222;
	-webkit-mask-image: var(--tab-icon);
	mask-image: var(--tab-icon);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: background-color 0.25s ease;
}

.home-products__tab.is-active .home-products__tab-icon {
	background-color: #b2a088;
}

.home-products__tab-label {
	font-size: 16px;
	line-height: 1.4;
	color: #999;
	transition: color 0.2s ease;
}

.home-products__tab.is-active .home-products__tab-label {
	color: #222;
}

.home-products__tab-indicator {
	display: none;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	line-height: 0;
}

.home-products__tab.is-active .home-products__tab-indicator {
	display: block;
}

.home-products__tab-indicator img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	transform: translateX(-100%);
	opacity: 0;
}

.home-products__tab-indicator img.is-shown {
	transform: translateX(0);
	opacity: 1;
}

.home-products__tab-indicator img.is-sliding {
	animation: home-products-indicator-slide 0.45s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes home-products-indicator-slide {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.home-products__panel {
	display: none;
}

.home-products__panel.is-active {
	display: block;
}

.home-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap:24px 11px;
}

.home-products__card {
	display: flex;
	flex-direction: column;
}

.home-products__card-media {
	display: block;
	margin-bottom:20px;
	overflow: hidden;
}

.home-products__card-media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.5s ease;
}

.home-products__card-media:hover img {
	transform: scale(1.08);
}

.home-products__card-body {
	padding: 0 0 24px;
	text-align: left;
}

.home-products__card-desc {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.4;
	color: #999;
}

.home-products__card-title {
	margin: 0 0 16px;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.home-products__card-title a {
	color: #222;
	text-decoration: none;
}

.home-products__card-title a:hover {
	color: #b09c85;
}

.home-products__card-link {
	display: inline-block;
	font-size: 14px;
	color: #b09c85;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.home-products__card-link:hover {
	opacity: 0.85;
}

@media (max-width: 1199px) {
	.home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.home-products__head {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 32px;
	}

	.home-products__tabs {
		justify-content: flex-start;
		margin-bottom: 28px;
	}

	.home-products__tab {
		flex: 0 1 calc(33.333% - 12px);
		min-width: 120px;
	}

	.home-products__tab-icon {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 10px;
	}

	.home-products__tab {
		flex: 0 1 calc(50% - 8px);
	}

	.home-products__tab-icon {
		width: 72px;
		height: 72px;
	}

	.home-products__tab-label {
		font-size: 13px;
	}
}

/* 首页产品案例 */
.home-projects {
	padding: var(--section-padding-y) 0;
	background: #fff;
}

.home-projects__head {
	margin-bottom: 40px;
}

.home-projects__body {
	display: flex;
	align-items: stretch;
	gap: 48px;
}

.home-projects__side {
	display: flex;
	flex: 0 0 18.5%;
	flex-direction: column;
	max-width: 18.5%;
	min-width: 0;
}

.home-projects__subtitle {
	margin: 0 0 20px;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: clamp(20px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.35;
	color: #b2a088;
}

.home-projects__desc {
	color: #666;
	font-size: 16px;
	line-height: 1.85;
}

.home-projects__desc p {
	margin: 0 0 14px;
}

.home-projects__desc p:last-child {
	margin-bottom: 0;
}

.home-projects__nav {
	display: flex;
	gap: 16px;
	margin-top: auto;
	padding-top: 36px;
}

.home-projects__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 57px;
	height: 57px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.home-projects__arrow:hover:not(:disabled) {
	opacity: 0.75;
}

.home-projects__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.home-projects__arrow img {
	display: block;
	width: 57px;
	height: 57px;
	object-fit: contain;
}

.home-projects__main {
	flex: 1;
	min-width: 0;
}

.home-projects__carousel {
	position: relative;
}

.home-projects__viewport {
	overflow: hidden;
}

.home-projects__track {
	display: flex;
	gap: 29px;
	will-change: transform;
	transition: transform 0.45s ease;
}

.home-projects__slide {
	flex: 0 0 calc((100% - 58px) / 3);
	min-width: 0;
}

.home-projects__card {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

a.home-projects__card {
	cursor: pointer;
}

.home-projects__card--static {
	cursor: default;
}

.home-projects__card img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
	transition: transform 0.45s ease;
}

.home-projects__card:hover img {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.home-projects__body {
		flex-direction: column;
		gap: 32px;
	}

	.home-projects__side {
		flex: none;
		max-width: 100%;
	}

	.home-projects__nav {
		margin-top: 0;
		padding-top: 24px;
	}

	.home-projects__slide {
		flex: 0 0 calc((100% - 29px) / 2);
	}
}

@media (max-width: 767px) {
	.home-projects__slide {
		flex: 0 0 100%;
	}
}

/* 首页合作品牌 */
.home-brands {
	padding: var(--section-padding-y) 0;
	background: #fff;
}

.home-brands__viewport {
	overflow: hidden;
	width: 100%;
}

.home-brands__track {
	display: flex;
	width: max-content;
	animation: home-brands-marquee 35s linear infinite;
}

.home-brands__viewport:hover .home-brands__track {
	animation-play-state: paused;
}

.home-brands__group {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 28px;
	padding-right: 28px;
}

.home-brands__item {
	position: relative;
	flex-shrink: 0;
	width: 250px;
	height: 120px;
}

.home-brands__img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 250px;
	height: 120px;
	object-fit: contain;
	transition: opacity 0.35s ease;
}

.home-brands__img--color {
	opacity: 0;
}

.home-brands__item:hover .home-brands__img--gray {
	opacity: 0;
}

.home-brands__item:hover .home-brands__img--color {
	opacity: 1;
}

@keyframes home-brands-marquee {
	from {
		transform: translateX(0);
	}

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

@media (prefers-reduced-motion: reduce) {
	.home-brands__track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		gap: 24px;
	}

	.home-brands__group {
		flex-wrap: wrap;
		justify-content: center;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.home-brands__group {
		gap: 20px;
		padding-right: 20px;
	}

	.home-brands__item,
	.home-brands__img {
		width: 180px;
		height: 86px;
	}
}

/* 首页新闻 */
.home-news {
	padding: var(--section-padding-y) 0;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-news__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e4df;
}

.home-news__head-icon {
	width: auto;
	height: auto;
	margin-bottom: 16px;
}

.home-news__title {
	margin: 0;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home-news__slider {
	margin-top: 10px;
}

.home-news__viewport {
	overflow: hidden;
}

.home-news__track {
	display: flex;
	transition: transform 0.55s ease;
}

.home-news__slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.home-news__card {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ececec;
}

.home-news__card:hover .home-news__date {
	background: #b2a088;
}

.home-news__media {
	flex: 0 0 39.5%;
	max-width: 39.5%;
}

.home-news__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.home-news__content {
	position: relative;
	display: flex;
	flex: 0 0 57.1%;
	flex-direction: column;
	max-width: 57.1%;
	padding: 50px 50px 40px 0;
}

.home-news__date {
	position: absolute;
	top: 0;
	right: 50px;
	padding: 15px 30px;
	background: #b7b7b7;
	color: #fff;
	font-size:20px;
	line-height: 1.2;
	white-space: nowrap;
	transition: background-color 0.25s ease;
}

.home-news__card-title {
	margin: 56px 0 20px;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: clamp(22px, 2.2vw, 20px);
	font-weight: 700;
	line-height: 1.3;
	color: #222;
}

.home-news__card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.home-news__card-title a:hover {
	color: #b2a088;
}

.home-news__excerpt {
	margin: 0 0 32px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.home-news__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.home-news__more {
	font-size: 16px;
	color: #b2a088;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.home-news__more:hover {
	opacity: 0.85;
}

.home-news__arrow {
	display: block;
	width: auto;
	height: auto;
}

.home-news__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 36px;
}

.home-news__dot {
	width: 21px;
	height: 21px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #9b9b9b;
	cursor: pointer;
	transition: background-color 0.25s ease;
}

.home-news__dot.is-active {
	background: #b2a088;
}

@media (max-width: 991px) {
	.home-news__head {
		margin-bottom: 32px;
	}

	.home-news__card {
		flex-direction: column;
		gap: 0;
		padding: 0;
	}

	.home-news__media,
	.home-news__content {
		flex: none;
		max-width: 100%;
		width: 100%;
	}

	.home-news__content {
		padding: 40px 30px 32px;
	}

	.home-news__media img {
		min-height: 220px;
	}

	.home-news__card-title {
		margin-top: 52px;
	}

	.home-news__date {
		top: 0;
		left: 30px;
	}
}

@media (max-width: 767px) {
	.home-news__content {
		padding: 32px 24px 28px;
	}

	.home-news__date {
		left: 24px;
	}

	.home-news__card-title {
		margin-top: 48px;
		font-size: 18px;
	}

	.home-news__excerpt {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 24px;
	}

	.home-news__dots {
		margin-top: 28px;
		gap: 10px;
	}
}

/* 新闻列表页 */
.news-list {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom-lg);
	background: #fff;
}

.news-list__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.news-list__card .home-news__content {
	padding: 50px;
}

.news-list__empty {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	color: #888;
	font-size: 16px;
}

.news-list__pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

@media (max-width: 991px) {
	.news-list__card .home-news__content {
		padding: 36px 28px;
	}
}

@media (max-width: 767px) {
	.news-list__items {
		gap: 24px;
	}

	.news-list__card .home-news__content {
		padding: 28px 24px 24px;
	}

	.news-list__pagination {
		margin-top: 36px;
	}
}

/* 新闻详情页 */
.news-single {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom-lg);
	background: #fff;
}

.news-single__inner {
	width: 100%;
}

.news-single__title {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #000000;
}

.news-single__date {
	display: block;
	margin-bottom: 24px;
	color: #b2a088;
	font-size: 16px;
	line-height: 1.4;
}

.news-single__divider {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 32px;
	background: #ececec;
}

.news-single__content {
	line-height: 30px;
}

.news-single__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 40px;
}

.news-single__gallery-item {
	overflow: hidden;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition-delay: var(--item-delay, 0ms);
}

.news-single__gallery.is-visible .news-single__gallery-item {
	opacity: 1;
	transform: translateY(0);
}

.news-single__gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.news-single__gallery-item:hover img {
	transform: scale(1.05);
}

.news-single__nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}

.news-single__nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.news-single__nav-btn:hover {
	opacity: 0.9;
}

.news-single__nav-btn--prev {
	background: #b2a088;
	color: #fff;
}

.news-single__nav-btn--next {
	background: #ececec;
	color: #333;
}

@media (max-width: 767px) {
	.news-single__divider {
		margin-bottom: 24px;
	}

	.news-single__gallery {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 32px;
	}

	.news-single__nav {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 32px;
	}

	.news-single__nav-btn {
		width: auto;
		min-width: 0;
	}

	.news-single__nav-btn--next {
		margin-left: 0;
	}
}

/* 联系我们页 */
.contact-page {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom-lg);
	background: #fff;
}

.contact-page__inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 6.3%;
}

.contact-page__main {
	flex: 0 0 51.8%;
	max-width: 51.8%;
	min-width: 0;
}

.contact-page__title {
	margin: 0 0 clamp(12px, 1.8vw, 18px);
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: var(--page-content-title-size);
	font-weight: 700;
	line-height: 1.3;
	color: #222;
}

.contact-page__desc {
	margin: 0 0 clamp(14px, 2vw, 22px);
	font-family: 'Source Han Sans CN Light', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: var(--contact-desc-size);
	font-weight: 300;
	line-height: 1.75;
	color: #666;
}

.contact-page__form {
	display: flex;
	flex-direction: column;
	gap: var(--contact-form-gap);
}

.contact-page__field,
.contact-page__group {
	min-width: 0;
}

.contact-page__label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-bottom: clamp(5px, 0.8vw, 8px);
}

.contact-page__label-text {
	font-family: 'Source Han Sans CN Light', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: var(--contact-label-size);
	font-weight: 300;
	color: #838383;
}

.contact-page__required {
	color: #e04b4b;
}

.contact-page__row {
	display: flex;
	gap: var(--contact-field-gap);
}

.contact-page__row--2 > * {
	flex: 1;
	min-width: 0;
}

.contact-page__row--phone-email {
	align-items: flex-end;
}

.contact-page__row--phone-email > .contact-page__group:first-child {
	flex: 1;
}

.contact-page__row--phone-email > .contact-page__group:last-child {
	flex: 1;
}

.contact-page__input {
	width: 100%;
	padding: clamp(10px, 1.2vw, 12px) clamp(12px, 1.5vw, 16px);
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	color: #838383;
	font-family: 'Source Han Sans CN Light', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: var(--contact-input-size);
	font-weight: 300;
	line-height: 1.4;
	transition: border-color 0.2s ease;
}

.contact-page__input:focus {
	outline: none;
	border-color: #b2a088;
}

.contact-page__input::placeholder {
	color: #838383;
}

.contact-page__submit {
	width: calc((100% - var(--contact-field-gap)) / 2);
	align-self: flex-start;
	padding: clamp(12px, 1.4vw, 14px) clamp(24px, 3vw, 36px);
	border: none;
	border-radius: 6px;
	background: #b2a088;
	color: #fff;
	font-size: var(--contact-submit-size);
	line-height: 1.2;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.contact-page__submit:hover {
	opacity: 0.9;
}

/* Contact Form 7 - 联系我们页 */
.contact-page__form-shell .wpcf7 {
	margin: 0;
}

.contact-page__form-shell .wpcf7-form.contact-page__form {
	display: flex;
	flex-direction: column;
	gap: var(--contact-form-gap);
	margin: 0;
}

.contact-page__form-shell .wpcf7-form.contact-page__form p {
	margin: 0;
	padding: 0;
}

.contact-page__form-shell .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.contact-page__form-shell .contact-page__row--2 > p {
	flex: 1;
	margin: 0;
	min-width: 0;
}

.contact-page__form-shell .contact-page__row--2 > p:only-child {
	display: flex;
	gap: var(--contact-field-gap);
	width: 100%;
}

.contact-page__form-shell .contact-page__row--2 > p .wpcf7-form-control-wrap,
.contact-page__form-shell .contact-page__row--2 > .wpcf7-form-control-wrap {
	flex: 1;
	min-width: 0;
}

.contact-page__form-shell .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	font-size: clamp(12px, 1.4vw, 13px);
	line-height: 1.4;
	color: #c45c5c;
}

.contact-page__form-shell .wpcf7-form .wpcf7-response-output {
	display: none !important;
}

.contact-page__form-shell .wpcf7-spinner {
	display: none;
}

.contact-page__form-feedback {
	display: none;
	margin-top: clamp(8px, 1.2vw, 12px);
	font-size: clamp(13px, 1.5vw, 14px);
	line-height: 1.5;
	color: #888;
}

.contact-page__form-feedback.is-success,
.contact-page__form-feedback.is-error {
	display: block;
}

.contact-page__form-feedback.is-success {
	color: #5a8f5a;
}

.contact-page__form-feedback.is-error {
	color: #c45c5c;
}

.contact-page__aside {
	flex: 0 0 41.9%;
	max-width: 41.9%;
	padding: clamp(28px, 4vw, 48px) clamp(24px, 3.5vw, 40px);
	background: #f6f6f6;
}

.contact-page__aside-title {
	margin: 0 0 clamp(24px, 3.5vw, 36px);
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: var(--contact-aside-title-size);
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	letter-spacing: 0.5px;
}

.contact-page__info {
	display: flex;
	flex-direction: column;
	gap: clamp(28px, 3.5vw, 40px);
}

.contact-page__info-item {
	display: flex;
	align-items: flex-start;
	gap: clamp(16px, 2vw, 20px);
}

.contact-page__info-icon {
	flex-shrink: 0;
	width: clamp(26px, 2.8vw, 31px);
	height: clamp(26px, 2.8vw, 31px);
	object-fit: contain;
}

.contact-page__info-text {
	font-family: 'Source Han Sans CN Light', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: var(--contact-info-size);
	font-weight: 300;
	line-height: clamp(28px, 3.2vw, 38px);
	color: #4d4d4d;
}

.contact-page__info-label {
	display: block;
	margin-bottom: clamp(2px, 0.5vw, 4px);
}

.contact-page__info-text a {
	color: inherit;
	text-decoration: none;
}

.contact-page__info-text a:hover {
	color: #b2a088;
}

@media (max-width: 991px) {
	.contact-page__inner {
		flex-direction: column;
		gap: clamp(24px, 4vw, 32px);
	}

	.contact-page__main,
	.contact-page__aside {
		flex: none;
		max-width: 100%;
	}

	.contact-page__row--phone-email {
		flex-direction: column;
		align-items: stretch;
	}

	.contact-page__row--phone-email > .contact-page__group:first-child,
	.contact-page__row--phone-email > .contact-page__group:last-child {
		flex: none;
	}

	.contact-page__submit {
		width: 100%;
		max-width: 320px;
	}
}

@media (max-width: 767px) {
	.contact-page__inner {
		gap: 20px;
	}

	.contact-page__desc {
		margin-bottom: 12px;
		line-height: 1.65;
	}

	.contact-page__form,
	.contact-page__form-shell .wpcf7-form.contact-page__form {
		gap: 12px;
	}

	.contact-page__form-shell .wpcf7-form.contact-page__form p {
		margin: 0;
		padding: 0;
	}

	.contact-page__label {
		margin-bottom: 4px;
	}

	.contact-page__row {
		flex-direction: column;
		gap: 10px;
	}

	.contact-page__row--2 > * {
		flex: none;
		width: 100%;
	}

	.contact-page__row--phone-email {
		gap: 6px;
	}

	.contact-page__input {
		padding: 10px 12px;
	}

	.contact-page__submit {
		width: 100%;
		max-width: none;
		padding: 12px 24px;
	}

	.contact-page__form-feedback {
		margin-top: 8px;
	}

	.contact-page__form-shell .contact-page__row--2 > p:only-child {
		flex-direction: column;
		gap: 6px;
	}
	.contact-page__aside {
		padding: 24px 20px;
	}

	.contact-page__aside-title {
		margin-bottom: 20px;
		letter-spacing: 0.3px;
	}

	.contact-page__info {
		gap: 24px;
	}

	.contact-page__info-item {
		gap: 14px;
	}

	.contact-page__info-text {
		line-height: 1.65;
	}
}

.contact-page-content {
	padding: 0 0 var(--section-padding-bottom-lg);
	background: #fff;
}

.contact-page-content__inner {
	width: 100%;
	font-family: 'Source Han Sans CN Light', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.8;
	color: #666;
	overflow: hidden;
}

.contact-page-content__inner > :first-child {
	margin-top: 0;
}

.contact-page-content__inner > :last-child {
	margin-bottom: 0;
}

.contact-page-content__inner p {
	margin: 0 0 1em;
}

.contact-page-content__inner h2,
.contact-page-content__inner h3,
.contact-page-content__inner h4 {
	margin: 1.5em 0 0.75em;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.35;
	color: #222;
}

.contact-page-content__inner h2 {
	font-size: clamp(20px, 2.4vw, 28px);
}

.contact-page-content__inner h3 {
	font-size: clamp(18px, 2vw, 24px);
}

.contact-page-content__inner img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	.contact-page-content {
		padding-top: clamp(8px, 2vw, 16px);
	}
}

@media (max-width: 767px) {
	.contact-page-content {
		padding-bottom: var(--section-padding-bottom);
	}

	.contact-page-content__inner {
		line-height: 1.75;
	}
}

/* 页脚 */
.site-footer__main {
	padding: clamp(44px, 7vw, 70px) 0 clamp(36px, 5vw, 60px);
	background: #fbf9f5;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 17.9% 15.8% 22% 24.1%;
	justify-content: space-between;
	gap: 0;
	align-items: start;
}

.site-footer__logo {
	display: inline-block;
	margin-bottom: 24px;
}

.site-footer__logo img {
	display: block;
	max-width: 180px;
	height: auto;
}

.site-footer__address {
	margin: 0 0 28px;
	font-size: 14px;
	line-height: 1.8;
	color: #888;
}

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

.site-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
}

.site-footer__social-icon {
	display: block;
	width: 26px;
	height: 26px;
	background-color: #b2a088;
	-webkit-mask-image: var(--social-icon);
	mask-image: var(--social-icon);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: opacity 0.2s ease;
}

.site-footer__social:hover .site-footer__social-icon {
	opacity: 0.8;
}

.site-footer__title {
	margin: 0 0 24px;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #000000;
}

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

.site-footer__menu li {
	margin-bottom: 14px;
}

.site-footer__menu li:last-child {
	margin-bottom: 0;
}

.site-footer__menu a {
	font-size: 14px;
	line-height: 1.5;
	color: #888;
	text-decoration: none;
	text-transform: capitalize;
	transition: color 0.2s ease;
}

.site-footer__menu a:hover {
	color: #b2a088;
}

.site-footer__col--links .site-footer__menu li {
	margin-bottom: 0;
}

.site-footer__col--links .site-footer__menu a {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	opacity: .8;
	text-transform: capitalize;
}

.site-footer__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 20px;
}

.site-footer__contact-item:last-child {
	margin-bottom: 0;
}

.site-footer__contact-icon {
	display: block;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	background-color: #b2a088;
	-webkit-mask-image: var(--contact-icon);
	mask-image: var(--contact-icon);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.site-footer__contact-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 16px;
	line-height: 1.5;
	color: #606060;
}

.site-footer__contact-text strong {
	font-weight: 700;
	color: #666;
}

.site-footer__contact-text a {
	color: #888;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__contact-text a:hover {
	color: #b2a088;
}

.site-footer__newsletter-desc {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	opacity: .8;
}

.site-footer__newsletter-field {
	display: flex;
	align-items: center;
	padding: 6px 6px 6px 20px;
	background: #fff;
	border: 1px solid #b2a088;
	border-radius: 999px;
	overflow: hidden;
}

.site-footer__newsletter-field input {
	flex: 1;
	min-width: 0;
	padding: 10px 12px 10px 0;
	border: none;
	background: transparent;
	font-size: 16px;
	color: #666666;
	outline: none;
}

.site-footer__newsletter-field input::placeholder {
	color: #666666;
	opacity: 1;
}

.site-footer__newsletter-field button {
	flex-shrink: 0;
	padding: 12px 22px;
	border: none;
	border-radius: 999px;
	background: #b2a088;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.site-footer__newsletter-field button:hover {
	opacity: 0.9;
}

/* Contact Form 7 - 页脚订阅 */
.site-footer__newsletter .wpcf7 {
	margin: 0;
}

.site-footer__newsletter .wpcf7-form {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 6px 6px 6px 20px;
	background: #fff;
	border: 1px solid #dbcfbf;
	border-radius: 999px;
}

.site-footer__newsletter .wpcf7-form > p {
	display: flex;
	align-items: center;
	margin: 0;
	min-width: 0;
}

.site-footer__newsletter .wpcf7-form > p:first-of-type {
	flex: 1;
}

.site-footer__newsletter .wpcf7-form > p:last-of-type {
	flex-shrink: 0;
}

.site-footer__newsletter .wpcf7-form label {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.site-footer__newsletter .wpcf7-form-control-wrap {
	display: block;
	flex: 1;
	min-width: 0;
	font-size: 16px;
	line-height: normal;
}

.site-footer__newsletter .wpcf7-form input.wpcf7-email {
	display: block;
	width: 100%;
	padding: 10px 12px 10px 0;
	border: none;
	background: transparent;
	font-size: 16px;
	color: #666666;
	outline: none;
	box-shadow: none;
	opacity: .4;
}

.site-footer__newsletter .wpcf7-form input.wpcf7-email::placeholder {
	color: #333;
	opacity: 1;
}

.site-footer__newsletter .wpcf7-form input.wpcf7-submit {
	padding: 12px 22px;
	border: none;
	border-radius: 999px;
	background: #b2a088;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.site-footer__newsletter .wpcf7-form input.wpcf7-submit:hover {
	opacity: 0.9;
}

.site-footer__newsletter .wpcf7-not-valid-tip {
	display: none !important;
}

.site-footer__newsletter .wpcf7-form .wpcf7-response-output {
	display: none !important;
}

.site-footer__newsletter-feedback {
	display: none;
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.5;
	color: #888;
}

.site-footer__newsletter-feedback.is-success,
.site-footer__newsletter-feedback.is-error {
	display: block;
}

.site-footer__newsletter-feedback.is-success {
	color: #5a8f5a;
}

.site-footer__newsletter-feedback.is-error {
	color: #c45c5c;
}

.site-footer__newsletter .wpcf7-spinner {
	display: none;
}

.site-footer__newsletter-message {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.5;
}

.site-footer__newsletter-message.is-success {
	color: #5a8f5a;
}

.site-footer__newsletter-message.is-error {
	color: #c45c5c;
}

.site-footer__bar {
	padding: 18px 0;
	background: #b2a088;
}

.site-footer__bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.site-footer__copy {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}

.site-footer__copy p {
	margin: 0;
}

.site-footer__sitemap {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.site-footer__sitemap:hover {
	opacity: 0.85;
}

/* 右侧浮动通讯栏 */
.float-contact {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
	transform: translateY(-50%);
}

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

.float-contact__item {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.float-contact__item + .float-contact__item {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.float-contact__trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50px;
	height: 50px;
	border: none;
	background: #b2a088;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.float-contact__trigger--top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
}

.float-contact__icon {
	position: relative;
	z-index: 2;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #b2a088;
}

.float-contact__icon img {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.float-contact__panel {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	min-width: 0;
	max-width: 0;
	overflow: hidden;
	padding: 0;
	background: #b2a088;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	transition: min-width 0.3s ease, max-width 0.3s ease, padding 0.3s ease;
}

.float-contact__item:hover .float-contact__panel {
	min-width: 230px;
	max-width: 250px;
	padding: 0 14px;
}

.float-contact__trigger--top:hover {
	background: #a89478;
}

.float-contact__trigger--top:hover .float-contact__icon {
	background: #a89478;
}

@media (max-width: 767px) {
	.float-contact {
		transform: none;
	}
}

@media (max-width: 1199px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 28px;
	}
}

@media (max-width: 767px) {
	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.site-footer__col--links .site-footer__menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 16px;
	}

	.site-footer__bar-inner {
		align-items: flex-start;
	}
}

/* 内页 Banner */
.page-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 500px;
	padding: 0 20px 56px;
	background-color: #eef3f8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.page-banner__body {
	max-width: 900px;
	margin: 0 auto;
}

.page-banner__title {
	margin: 0;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: var(--page-banner-title-size);
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	letter-spacing: 1px;
}

.page-banner__divider {
	display: block;
	width: 48px;
	height: 2px;
	margin: 18px auto 20px;
	background: #222;
}

.page-banner__desc {
	width: 565px;
	max-width: 100%;
	margin: 0 auto;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	color: #785c36;
}

.page-banner__breadcrumb {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(178, 160, 136, 0.8);
}

.page-banner__breadcrumb .container {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
}

.page-banner__breadcrumb a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.page-banner__breadcrumb a:hover {
	opacity: 0.85;
}

.page-banner__breadcrumb-sep {
	margin: 0 8px;
}

.page-banner__breadcrumb-current {
	color: #fff;
}

@media (max-width: 1199px) {
	.page-banner__desc {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.page-banner {
		height: auto;
		min-height: 260px;
		padding: 20px 20px 56px;
	}

	.page-banner__divider {
		margin: 14px auto 16px;
	}

	.page-banner__desc {
		width: 100%;
		font-size: 14px;
		line-height: 1.7;
	}
}

/* 产品列表页 */
.product-archive {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom);
	background: #f5f5f5;
}

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

.product-archive__cat-item {
	position: relative;
}

.product-archive__cat-item.has-children::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 12px;
	z-index: 19;
}

.product-archive__cat-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 14px 18px;
	background: #fff;
	color: #333333;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.product-archive__cat-btn:hover,
.product-archive__cat-btn.is-active {
	background: #b2a088;
	color: #fff;
}

.product-archive__subcats {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	z-index: 20;
	min-width: 100%;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-50%) translateY(10px);
	pointer-events: none;
	transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.product-archive__cat-item.has-children:hover .product-archive__subcats,
.product-archive__cat-item.has-children:focus-within .product-archive__subcats,
.product-archive__subcats:hover {
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}

.product-archive__subcat-link {
	display: block;
	padding: 15px 20px;
	color: #666;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.product-archive__subcat-link:hover,
.product-archive__subcat-link.is-active {
	background: #f8f4ef;
	color: #b2a088;
}

.product-archive__divider {
	height: 1px;
	margin-bottom: 40px;
	background: #d3cabe;
}

.product-archive__grid {
	margin-bottom: 48px;
}

.product-archive .home-products__card-media {
	padding: 24px;
	background: #fff;
}

.product-archive__empty {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	color: #888;
	font-size: 16px;
}

.product-archive__pagination {
	display: flex;
	justify-content: center;
}

.product-archive__pagination ul.page-numbers {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-archive__pagination ul.page-numbers li {
	display: inline-flex;
}

.product-archive__pagination a.page-numbers,
.product-archive__pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-archive__pagination a.page-numbers:hover {
	border-color: #b2a088;
	color: #b2a088;
}

.product-archive__pagination span.page-numbers.current {
	border-color: #b2a088;
	background: #b2a088;
	color: #fff;
}

.product-archive__pagination span.page-numbers.disabled {
	border-color: #e8e8e8;
	background: #f5f5f5;
	color: #ccc;
	cursor: default;
}

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

@media (max-width: 767px) {
	.product-archive__categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin-bottom: 28px;
	}

	.product-archive__cat-btn {
		min-height: 48px;
		padding: 12px 10px;
		font-size: 16px;
	}

	.product-archive__grid.home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 10px;
	}

	.product-archive .home-products__card-body {
		padding: 0 0 16px;
	}

	.product-archive .home-products__card-title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.product-archive .home-products__card-link {
		font-size: 12px;
	}

	.product-archive__divider {
		margin-bottom: 28px;
	}

	.product-archive__grid {
		margin-bottom: 32px;
	}
}

/* 产品详情页 */
.product-single {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom-lg);
	background: #fff;
}

.product-single__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

.product-single__gallery-col {
	flex: 0 0 48.9%;
	max-width: 48.9%;
}

.product-single__gallery {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.product-single__thumbs-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

.product-single__thumb-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 8px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.product-single__thumb-arrow:hover:not(:disabled) {
	opacity: 0.75;
}

.product-single__thumb-arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.product-single__thumb-arrow img {
	display: block;
	width: auto;
	height: auto;
}

.product-single__thumbs-viewport {
	width: 117px;
	height: 498px;
	margin: 15px 0;
	overflow: hidden;
}

.product-single__thumbs-track {
	display: flex;
	flex-direction: column;
	gap: 10px;
	will-change: transform;
	transition: transform 0.35s ease;
}

.product-single__thumb {
	display: block;
	flex-shrink: 0;
	width: 117px;
	height: 117px;
	padding: 0;
	border: 1px solid #ececec;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.product-single__thumb.is-active {
	border-color: #b2a088;
}

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

.product-single__main {
	position: relative;
	flex: 0 0 544px;
	width: 544px;
	max-width: 100%;
	height: 544px;
	border: 1px solid #ececec;
	background: #fff;
}

.product-single__main-viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.product-single__main-track {
	display: flex;
	height: 100%;
	will-change: transform;
	transition: transform 0.45s ease;
}

.product-single__main-slide {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.product-single__main-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-single__main-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}

.product-single__main-arrow:hover:not(:disabled) {
	opacity: 0.75;
}

.product-single__main-arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.product-single__main-arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-single__main-arrow--prev {
	left: 12px;
}

.product-single__main-arrow--next {
	right: 12px;
}

.product-single__content {
	flex: 0 0 43.5%;
	max-width: 43.5%;
	padding-top: 8px;
}

.product-single__title {
	margin: 0 0 20px;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: var(--page-content-title-size);
	font-weight: 700;
	line-height: 1.3;
	color: #222;
}

.product-single__divider {
	display: block;
	width: 48px;
	height: 2px;
	margin-bottom: 28px;
	background: #222;
}

.product-single__body {
	margin-bottom: 36px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.product-single__body p {
	margin: 0 0 16px;
}

.product-single__body table {
	width: 100%;
	border-collapse: collapse;
}

.product-single__body table td,
.product-single__body table th {
	padding: 14px 0;
	border-bottom: 1px solid #ececec;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	vertical-align: top;
}

.product-single__body table tr:first-child td,
.product-single__body table tr:first-child th {
	padding-top: 0;
}

.product-single__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	padding: 16px 36px;
	background: #b2a088;
	color: #fff;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	border-radius: 999px;
	transition: opacity 0.2s ease;
}

.product-single__btn:hover {
	opacity: 0.9;
}

.product-single:has(+ .product-single-detail) {
	padding-bottom: 40px;
}

@media (max-width: 1199px) {
	.product-single__gallery-col,
	.product-single__content {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.product-single__inner {
		flex-direction: column;
	}

	.product-single__main {
		flex: 1 1 auto;
		width: 100%;
		height: auto;
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	.product-single__gallery {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.product-single__main {
		order: 1;
		width: 100%;
		min-height: 280px;
	}

	.product-single__thumbs-wrap {
		order: 2;
		flex-direction: row;
		width: 100%;
		margin-top: 0;
	}

	.product-single__thumbs-viewport {
		width: 100%;
		height: 117px;
		margin: 0 8px;
	}

	.product-single__thumbs-track {
		flex-direction: row;
	}

	.product-single__thumb-arrow--up img {
		transform: rotate(-90deg);
	}

	.product-single__thumb-arrow--down img {
		transform: rotate(-90deg);
	}

	.product-single__btn {
		width: 100%;
		min-width: 0;
	}
}

/* 产品详情 - Detail Information / Product Description */
.product-single-detail {
	padding: 0 0 40px;
	background: #fff;
}

.product-single-detail:last-of-type {
	padding-bottom: 80px;
}

.product-single-detail + .product-single-detail {
	padding-top: 0;
}

.product-single-detail__head {
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px solid #ececec;
}

.product-single-detail__title {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 0 -1px;
	padding: 0 0 14px;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #222;
	border-bottom: 3px solid #222;
}

.product-single-detail__content {
	padding-top: 0;
	margin-top: 30px;
}

.product-single-detail__content > :first-child {
	margin-top: 0;
}

.product-single-detail--info .product-single-detail__content table {
	width: 100% !important;
	border-collapse: collapse;
	border-spacing: 0;
}

.product-single-detail--info .product-single-detail__content table tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.product-single-detail--info .product-single-detail__content table tr:nth-child(even) {
	background-color: #fff;
}

.product-single-detail--info .product-single-detail__content table td,
.product-single-detail--info .product-single-detail__content table th {
	padding: 16px 28px;
	border: none;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	vertical-align: middle;
	text-align: left;
}

.product-single-detail--info .product-single-detail__content table td:first-child,
.product-single-detail--info .product-single-detail__content table th:first-child {
	width: 34% !important;
	border-right: 1px solid #fff;
}

.product-single-detail--info .product-single-detail__content table td:last-child,
.product-single-detail--info .product-single-detail__content table th:last-child {
	color: #222;
}

.product-single-detail--info .product-single-detail__content p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

/* 产品详情 - Related Products */
.product-related {
	margin-top: 40px;
}

.product-related__carousel {
	position: relative;
	padding: 0;
	overflow: visible;
}

.product-related__viewport {
	overflow: hidden;
}

.product-related__track {
	display: flex;
	gap: 11px;
	will-change: transform;
	transition: transform 0.45s ease;
}

.product-related__slide {
	flex: 0 0 calc((100% - 33px) / 4);
	min-width: 0;
}

.product-single-detail--related .home-products__card-media {
	padding: 24px;
	background: #fff;
	border: 1px solid #ececec;
}

.product-related__arrow {
	position: absolute;
	top: 38%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}

.product-related__arrow:hover:not(:disabled) {
	opacity: 0.75;
}

.product-related__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.product-related__arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-related__arrow--prev {
	left: 12px;
}

.product-related__arrow--next {
	right: 12px;
}

@media (min-width: 1401px) {
	.product-related__arrow--prev {
		left: -56px;
	}

	.product-related__arrow--next {
		right: -56px;
	}
}

@media (max-width: 1199px) {
	.product-related__slide {
		flex: 0 0 calc((100% - 11px) / 2);
	}
}

@media (max-width: 767px) {
	.product-single-detail:last-of-type {
		padding-bottom: 60px;
	}

	.product-single-detail--info .product-single-detail__content table td,
	.product-single-detail--info .product-single-detail__content table th {
		padding: 12px 16px;
		font-size: 14px;
	}

	.product-single-detail--info .product-single-detail__content table td:first-child,
	.product-single-detail--info .product-single-detail__content table th:first-child {
		width: 38%;
	}

	.product-related__arrow {
		width: 36px;
		height: 36px;
	}
}

/* 案例列表页 */
.projects-list {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom-lg);
	background: #fff;
}

.projects-list__group {
	margin-bottom: 70px;
}

.projects-list__group:last-of-type {
	margin-bottom: 50px;
}

.projects-list__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0ece7;
}

.projects-list__icon {
	display: block;
	width: auto;
	max-width: 70px;
	height: auto;
	margin-bottom: 16px;
}

.projects-list__title {
	margin: 0;
	font-family: 'HelveticaNeueLTPro-Bd', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.projects-list__carousel {
	position: relative;
	overflow: visible;
}

.projects-list__viewport {
	overflow: hidden;
}

.projects-list__track {
	display: flex;
	gap: 37px;
	will-change: transform;
	transition: transform 0.45s ease;
}

.projects-list__slide {
	flex: 0 0 calc((100% - 74px) / 3);
	min-width: 0;
}

.projects-list__card {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

a.projects-list__card {
	cursor: pointer;
}

.projects-list__card--static {
	cursor: default;
}

.projects-list__card img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
	transition: transform 0.45s ease;
}

.projects-list__card:hover img {
	transform: scale(1.05);
}

.projects-list__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 57px;
	height: 57px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
}

.projects-list__arrow:hover:not(:disabled) {
	opacity: 0.75;
}

.projects-list__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.projects-list__arrow img {
	display: block;
	width: 57px;
	height: 57px;
	object-fit: contain;
}

.projects-list__arrow--prev {
	left: -77px;
}

.projects-list__arrow--next {
	right: -77px;
}

.projects-list__empty {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	color: #888;
	font-size: 16px;
}

.projects-list__pagination {
	display: flex;
	justify-content: center;
}

@media (max-width: 1199px) {
	.projects-list__slide {
		flex: 0 0 calc((100% - 37px) / 2);
	}

	.projects-list__arrow--prev {
		left: -20px;
	}

	.projects-list__arrow--next {
		right: -20px;
	}
}

@media (max-width: 767px) {
	.projects-list__group {
		margin-bottom: 50px;
	}

	.projects-list__slide {
		flex: 0 0 100%;
	}

	.projects-list__arrow {
		width: 44px;
		height: 44px;
	}

	.projects-list__arrow img {
		width: 44px;
		height: 44px;
	}

	.projects-list__arrow--prev {
		left: 0;
	}

	.projects-list__arrow--next {
		right: 0;
	}
}

/* 搜索页 */
.search-page {
	padding: var(--section-padding-top) 0 var(--section-padding-bottom-lg);
	background: #fff;
}

.search-page__toolbar {
	max-width: 760px;
	margin: 0 auto 50px;
}

.search-form--page {
	gap: 0;
	border: 1px solid #ececec;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.search-form--page input[type="search"] {
	height: 52px;
	padding: 0 20px;
	border: 0;
	border-radius: 0;
	font-size: 16px;
}

.search-form--page input[type="search"]:focus {
	border-color: transparent;
	box-shadow: inset 0 0 0 1px #b2a088;
}

.search-form--page button[type="submit"] {
	height: 52px;
	padding: 0 28px;
	border-radius: 0;
	background: #b2a088;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.search-form--page button[type="submit"]:hover {
	background: #a08f78;
	opacity: 1;
}

.search-page__summary {
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	text-align: center;
}

.search-page__summary strong {
	color: #222;
	font-weight: 700;
}

.search-page__items {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.search-page__card {
	align-items: center;
}

.search-page__card .home-news__media {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	min-width: 0;
	overflow: hidden;
}

.search-page__card .home-news__media a {
	display: block;
	height: 70px;
	line-height: 0;
}

.search-page__card .home-news__media img {
	display: block;
	width: auto;
	height: 70px;
	min-height: 0;
	max-height: none;
	max-width: 100px;
	object-fit: cover;
	object-position: center;
}

.search-page__card .home-news__content {
	flex: 1 1 auto;
	max-width: none;
	padding: 12px 16px 10px;
}

.search-page__card .home-news__date {
	top: 0;
	right: 16px;
	padding: 4px 10px;
	font-size: 12px;
}

.search-page__card .home-news__card-title,
.search-page__title {
	margin: 12px 0 4px;
	font-size: clamp(20px, 2.4vw, 26px);
	line-height: 1.3;
}

.search-page__card .home-news__excerpt {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.search-page__card .home-news__more {
	font-size: 13px;
}

.search-page__card .home-news__arrow {
	max-height: 12px;
}

.search-page__keyword {
	background: transparent;
	color: #e53935;
	padding: 0;
	font-weight: 700;
}

.search-page__type {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-bottom: 4px;
	padding: 3px 8px;
	background: #f5f0ea;
	color: #785c36;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.search-page__card--no-media .home-news__content {
	flex: 1 1 auto;
	max-width: 100%;
	padding: 12px 16px;
}

.search-page__card--no-media .home-news__card-title {
	margin-top: 0;
}

.search-page__empty {
	padding: 60px 20px;
	text-align: center;
	background: #fbf9f5;
	border: 1px solid #f0ece7;
}

.search-page__empty p {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: #888;
}

.search-page__pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

@media (max-width: 991px) {
	.search-page__card .home-news__media a {
		height: 60px;
	}

	.search-page__card .home-news__media img {
		height: 60px;
		max-width: 90px;
	}

	.search-page__card .home-news__content {
		padding: 10px 14px 8px;
	}

	.search-page__card .home-news__date {
		right: 14px;
		padding: 3px 8px;
		font-size: 11px;
	}

	.search-page__card .home-news__card-title,
	.search-page__title {
		margin-top: 10px;
		font-size: 19px;
	}

	.search-page__card--no-media .home-news__content {
		padding: 12px 14px;
	}
}

@media (max-width: 767px) {
	.search-page__toolbar {
		margin-bottom: 36px;
	}

	.search-form--page {
		flex-direction: column;
	}

	.search-form--page input[type="search"],
	.search-form--page button[type="submit"] {
		width: 100%;
	}

	.search-page__items {
		gap: 10px;
	}

	.search-page__card {
		flex-direction: row;
		align-items: center;
	}

	.search-page__card .home-news__media {
		flex: 0 0 auto;
		max-width: none;
	}

	.search-page__card .home-news__content {
		flex: 1 1 auto;
		max-width: none;
		width: auto;
		padding: 10px 12px 8px;
	}

	.search-page__card .home-news__media a {
		height: 56px;
	}

	.search-page__card .home-news__media img {
		height: 56px;
		max-width: 80px;
	}

	.search-page__card .home-news__date {
		position: static;
		align-self: flex-start;
		margin-bottom: 4px;
	}

	.search-page__card .home-news__card-title,
	.search-page__title {
		margin: 0 0 4px;
		font-size: 18px;
	}

	.search-page__pagination {
		margin-top: 36px;
	}
}
