/*
Theme Name: Astra Child - HCN 屈恩机具
Theme URI: https://wpastra.com/
Description: Astra 子主题，屈恩机具（HCN）工程机具官网代码版模板
Author: Custom
Template: astra
Version: 1.10.2
Text Domain: astra-child
*/

/* ==========================================================================
   HCN 全屏叠层切换（与原 Elementor Barber Shop 相同：sticky 叠屏）
   下一屏从下方滑上来，整屏盖住上一屏大图
   ========================================================================== */

.hcn-page {
	--hcn-dark: #0a0e14;
	--hcn-accent: #e8941a;
	--hcn-white: #ffffff;
	--hcn-muted: rgba(255, 255, 255, 0.92);
	--hcn-line: rgba(255, 255, 255, 0.35);
	--hcn-vh: 100vh;
	color: var(--hcn-white);
}

body.hcn-snap-scroll .site-content,
body.hcn-snap-scroll .hcn-page .ast-container {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

body.hcn-snap-scroll .site-content {
	padding: 0;
}

body.admin-bar.hcn-snap-scroll {
	--hcn-vh: calc(100vh - 32px);
}

body.admin-bar.hcn-snap-scroll .hcn-section--panel {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar.hcn-snap-scroll {
		--hcn-vh: calc(100vh - 46px);
	}

	body.admin-bar.hcn-snap-scroll .hcn-section--panel {
		top: 46px;
	}
}

/* 叠层容器 */
.hcn-stack {
	position: relative;
	isolation: isolate;
}

/* 每一屏：sticky 叠在上一个上面 */
.hcn-section--panel {
	position: sticky;
	top: 0;
	height: var(--hcn-vh);
	min-height: var(--hcn-vh);
	max-height: var(--hcn-vh);
	display: flex;
	align-items: center;
	overflow: hidden;
	z-index: var(--hcn-z, 1);
	box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
}

.hcn-section--panel:first-child {
	box-shadow: none;
}

/* 背景大图：全局提亮 + 入场缩放 */
.hcn-section__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	filter: brightness(1.18) saturate(1.06) contrast(1.02);
	transform: scale(1.08);
	transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hcn-section__bg.is-lazy-bg:not(.is-loaded) {
	background-color: #0a0e14;
}

.hcn-section--panel.is-active .hcn-section__bg {
	transform: scale(1);
}

.hcn-section__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hcn-section__overlay--dark-left {
	background: linear-gradient(
		90deg,
		rgba(8, 10, 14, 0.72) 0%,
		rgba(8, 10, 14, 0.52) 45%,
		rgba(8, 10, 14, 0.28) 100%
	);
}

.hcn-section__overlay--dark-full {
	background: rgba(8, 10, 14, 0.5);
}

.hcn-section__overlay--soft-left {
	background: linear-gradient(
		90deg,
		rgba(8, 10, 14, 0.55) 0%,
		rgba(8, 10, 14, 0.28) 38%,
		rgba(8, 10, 14, 0.08) 100%
	);
}

.hcn-section__overlay--soft-full {
	background: rgba(8, 10, 14, 0.28);
}

.hcn-section__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 内容较多区块：内部可滚动（合作品牌、资质荣誉） */
.hcn-section__inner--scroll {
	justify-content: flex-start;
	padding-top: 72px;
	padding-bottom: 32px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.hcn-panel-content--wide {
	max-width: 1100px;
	width: 100%;
}

/* 内容区 */
.hcn-panel-content {
	max-width: 560px;
}

.hcn-panel-content--center {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.hcn-panel-content--center .hcn-section__subtitle {
	justify-content: center;
}

.hcn-panel-content--center .hcn-section__subtitle::before {
	display: none;
}

/* 模块入场动画（下滑到当前屏时触发） */
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-panel-content > *,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-hero__stats .hcn-hero__stat,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-services__card,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-about__highlights,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-about__points,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-about__media,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-culture__card,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-categories__intro > *,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-categories__main,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-partners__header > *,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-partners__card,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-certifications__marquee,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-section__actions {
	opacity: 0;
	transform: translateY(32px);
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-panel-content > *,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-hero__stats .hcn-hero__stat,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-services__card,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-about__highlights,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-about__points,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-about__media,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-culture__card,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__intro > *,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__header > *,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__card,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-certifications__marquee,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-section__actions {
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-panel-content > *:nth-child(1),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__intro > *:nth-child(1),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__header > *:nth-child(1) {
	transition-delay: 0.06s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-panel-content > *:nth-child(2),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__intro > *:nth-child(2),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__header > *:nth-child(2) {
	transition-delay: 0.14s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-panel-content > *:nth-child(3),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__intro > *:nth-child(3),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__header > *:nth-child(3) {
	transition-delay: 0.22s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-panel-content > *:nth-child(4),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__intro > *:nth-child(4),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__header > *:nth-child(4) {
	transition-delay: 0.3s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-panel-content > *:nth-child(5),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__intro > *:nth-child(5) {
	transition-delay: 0.38s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-hero__stats .hcn-hero__stat:nth-child(1),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-services__card:nth-child(1),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-culture__card:nth-child(1),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__card:nth-child(1) {
	transition-delay: 0.18s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-hero__stats .hcn-hero__stat:nth-child(2),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-services__card:nth-child(2),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-culture__card:nth-child(2),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__card:nth-child(2) {
	transition-delay: 0.26s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-hero__stats .hcn-hero__stat:nth-child(3),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-services__card:nth-child(3),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-culture__card:nth-child(3),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__card:nth-child(3) {
	transition-delay: 0.34s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-hero__stats .hcn-hero__stat:nth-child(4),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-services__card:nth-child(4),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-culture__card:nth-child(4),
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__card:nth-child(4) {
	transition-delay: 0.42s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-about__highlights {
	transition-delay: 0.28s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-about__points {
	transition-delay: 0.36s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-about__media {
	transition-delay: 0.44s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main {
	transition-delay: 0.24s;
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card {
	opacity: 1;
	transform: translateY(0) scale(1);
}

body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-categories__main .hcn-product-card {
	opacity: 0;
	transform: translateY(20px) scale(0.97);
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card {
	transition:
		opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card:nth-child(1) { transition-delay: 0.28s; }
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card:nth-child(2) { transition-delay: 0.34s; }
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card:nth-child(3) { transition-delay: 0.4s; }
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card:nth-child(4) { transition-delay: 0.46s; }
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card:nth-child(5) { transition-delay: 0.52s; }
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card:nth-child(6) { transition-delay: 0.58s; }
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card:nth-child(7) { transition-delay: 0.64s; }
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main .hcn-product-card:nth-child(8) { transition-delay: 0.7s; }

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-services__card,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-culture__card,
body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-partners__card {
	transform: translateY(0) scale(1);
}

body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-services__card,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-culture__card,
body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-partners__card {
	transform: translateY(28px) scale(0.96);
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__intro {
	transform: translateX(0);
}

body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-categories__intro {
	transform: translateX(-28px);
}

body.hcn-reveal-ready .hcn-section--panel.is-active .hcn-categories__main {
	transform: translateX(0);
}

body.hcn-reveal-ready .hcn-section--panel:not(.is-active) .hcn-categories__main {
	transform: translateX(28px);
}

@media (prefers-reduced-motion: reduce) {
	body.hcn-reveal-ready .hcn-section--panel .hcn-panel-content > *,
	body.hcn-reveal-ready .hcn-section--panel .hcn-hero__stats .hcn-hero__stat,
	body.hcn-reveal-ready .hcn-section--panel .hcn-services__card,
	body.hcn-reveal-ready .hcn-section--panel .hcn-culture__card,
	body.hcn-reveal-ready .hcn-section--panel .hcn-categories__intro > *,
	body.hcn-reveal-ready .hcn-section--panel .hcn-categories__main,
	body.hcn-reveal-ready .hcn-section--panel .hcn-categories__main .hcn-product-card,
	body.hcn-reveal-ready .hcn-section--panel .hcn-partners__header > *,
	body.hcn-reveal-ready .hcn-section--panel .hcn-partners__card,
	body.hcn-reveal-ready .hcn-section--panel .hcn-certifications__marquee,
	body.hcn-reveal-ready .hcn-section--panel .hcn-section__actions,
	body.hcn-reveal-ready .hcn-section--panel .hcn-section__bg {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

.hcn-section__label {
	display: block;
	font-size: 13px;
	letter-spacing: 0.2em;
	color: #ffb84d;
	margin-bottom: 14px;
	font-weight: 700;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}

.hcn-section__title {
	font-size: clamp(2rem, 5vw, 3.8rem);
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 16px;
	color: #ffffff;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85);
}

.hcn-section__subtitle {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 12px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
}

.hcn-section__subtitle::before {
	content: "";
	width: 40px;
	height: 2px;
	background: var(--hcn-accent);
	flex-shrink: 0;
}

.hcn-section__desc {
	line-height: 1.85;
	color: #f0f0f0;
	margin-bottom: 28px;
	font-size: 15px;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}

.hcn-section__actions {
	text-align: center;
	margin-top: 32px;
}

.hcn-btn {
	display: inline-block;
	padding: 14px 30px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	color: var(--hcn-white);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 11px;
	font-weight: 600;
	transition: background 0.25s, color 0.25s;
}

.hcn-btn:hover,
.hcn-btn:focus {
	background: var(--hcn-white);
	color: var(--hcn-dark);
}

.hcn-btn--filled {
	background: var(--hcn-accent);
	border-color: var(--hcn-accent);
	color: var(--hcn-dark);
}

.hcn-btn--filled:hover,
.hcn-btn--filled:focus {
	background: #f5a623;
	border-color: #f5a623;
	color: var(--hcn-dark);
}

/* 右侧导航圆点 */
.hcn-scroll-nav {
	position: fixed;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hcn-scroll-nav__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: background 0.25s, transform 0.25s, border-color 0.25s;
}

.hcn-scroll-nav__dot.is-active,
.hcn-scroll-nav__dot:hover {
	background: var(--hcn-accent);
	border-color: var(--hcn-accent);
	transform: scale(1.25);
}

/* 向下滚动提示 */
.hcn-page h1,
.hcn-page h2,
.hcn-page h3,
.hcn-page strong {
	color: #ffffff;
}

.hcn-page p,
.hcn-page li {
	color: #f0f0f0;
}

.hcn-scroll-hint {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
	animation: hcn-bounce 2s infinite;
}

.hcn-scroll-hint i {
	display: block;
	width: 1px;
	height: 36px;
	background: linear-gradient(to bottom, var(--hcn-accent), transparent);
}

@keyframes hcn-bounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(8px); }
}

/* Hero */
.hcn-hero__title {
	font-size: clamp(3rem, 9vw, 6rem);
}

.hcn-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.hcn-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hcn-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin-top: auto;
	padding-top: 48px;
	border-top: 1px solid var(--hcn-line);
}

.hcn-hero__stat {
	padding: 20px 12px;
	text-align: center;
}

.hcn-hero__stat strong {
	display: block;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	color: #ffb84d;
	margin-bottom: 6px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}

.hcn-hero__stat span {
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 0.08em;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
}

/* Services */
.hcn-services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 40px;
}

.hcn-services__card {
	background: rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 28px 22px;
	backdrop-filter: blur(6px);
}

.hcn-services__index {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	color: #ffb84d;
	opacity: 1;
	line-height: 1;
	margin-bottom: 12px;
}

.hcn-services__card h3 {
	font-size: 1rem;
	margin: 0 0 10px;
	letter-spacing: 0.06em;
	color: #ffffff;
}

.hcn-services__card p {
	margin: 0;
	font-size: 0.9rem;
	color: #ececec;
	line-height: 1.6;
}

/* About */
.hcn-about__inner {
	max-width: 1280px;
}

.hcn-about__layout {
	display: grid;
	grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 40px);
	align-items: start;
	width: 100%;
}

.hcn-about__intro .hcn-panel-content {
	max-width: none;
}

.hcn-about__highlights {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 24px 0 20px;
}

.hcn-about__highlight {
	background: rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 16px 14px;
	text-align: center;
	backdrop-filter: blur(6px);
}

.hcn-about__highlight strong {
	display: block;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	color: #ffb84d;
	margin-bottom: 4px;
}

.hcn-about__highlight span {
	display: block;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.88);
	letter-spacing: 0.06em;
}

.hcn-about__points {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.hcn-about__points li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 0.9rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

.hcn-about__points li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--hcn-accent);
}

.hcn-about__gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.hcn-about__gallery-item {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	background: rgba(0, 0, 0, 0.35);
	cursor: zoom-in;
	text-align: left;
	font: inherit;
	color: inherit;
}

.hcn-about__gallery-item:focus-visible {
	outline: 2px solid #ffb84d;
	outline-offset: 2px;
}

.hcn-about__gallery-item:nth-child(1),
.hcn-about__gallery-item:nth-child(2),
.hcn-about__gallery-item:nth-child(3) {
	grid-column: span 2;
}

.hcn-about__gallery-item:nth-child(4),
.hcn-about__gallery-item:nth-child(5) {
	grid-column: span 3;
}

.hcn-about__gallery-item img {
	display: block;
	width: 100%;
	height: 208px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.hcn-about__gallery-item:hover img {
	transform: scale(1.04);
}

.hcn-about__certs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 12px;
}

.hcn-about__cert {
	margin: 0;
	padding: 10px;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	text-align: center;
}

.hcn-about__cert img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 140px;
	object-fit: contain;
	margin: 0 auto;
}

.hcn-about__cert-btn {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	cursor: zoom-in;
	font: inherit;
	color: inherit;
}

.hcn-about__cert-btn:focus-visible {
	outline: 2px solid var(--hcn-accent);
	outline-offset: 2px;
	border-radius: 4px;
}

.hcn-about__cert figcaption {
	margin-top: 8px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
}

/* Categories（产品领域） */
.hcn-categories__inner {
	display: grid;
	grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	max-width: 1280px;
	padding-top: clamp(48px, 8vh, 72px);
	padding-bottom: clamp(32px, 5vh, 48px);
	overflow: visible;
}

.hcn-categories__intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.hcn-categories__title {
	font-size: clamp(1.75rem, 3.2vw, 2.8rem);
	margin-bottom: 12px;
}

.hcn-categories__desc {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hcn-categories__cta {
	align-self: flex-start;
	margin-top: 4px;
}

.hcn-categories__main {
	min-width: 0;
}

.hcn-categories__list {
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
}

.hcn-categories__item {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid var(--hcn-line);
	font-size: 1rem;
	color: #ffffff;
}

.hcn-categories__name {
	font-weight: 500;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
}

.hcn-categories__note {
	color: #ffb84d;
	font-size: 0.9rem;
	white-space: nowrap;
}

/* 首页产品卡片网格 */
.hcn-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.hcn-categories .hcn-product-card {
	background: rgba(255, 255, 255, 0.97);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	transition: transform 0.22s, box-shadow 0.22s;
	border: 1px solid rgba(255, 255, 255, 0.65);
}

.hcn-categories .hcn-product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.hcn-categories .hcn-product-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #1a1a1a;
	text-decoration: none;
}

.hcn-categories .hcn-product-card__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 92px;
	background: linear-gradient(180deg, #f8f8f8 0%, #efefef 100%);
	overflow: hidden;
}

.hcn-categories .hcn-product-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hcn-categories .hcn-product-card__overlay {
	display: none;
}

.hcn-categories .hcn-product-card__placeholder {
	font-size: 1.1rem;
	font-weight: 800;
	color: #e8941a;
	letter-spacing: 0.08em;
}

.hcn-categories .hcn-product-card__body {
	padding: 10px 12px 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
}

.hcn-categories .hcn-product-card__cat {
	font-size: 0.68rem;
	color: #e8941a;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.hcn-categories .hcn-product-card__title {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
	color: #111111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hcn-categories .hcn-product-card__model {
	font-size: 0.72rem;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hcn-categories .hcn-product-card__excerpt {
	display: none;
}

/* 产品列表 / 详情页 — 强制全宽，消除右侧黑边 */
body.hcn-product-layout,
body.hcn-product-layout #page,
body.hcn-product-layout .site {
	background: #eef1f5 !important;
}

body.hcn-product-layout .site-content {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #eef1f5 !important;
}

body.hcn-product-layout .site-content > .ast-container {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

body.hcn-product-layout #primary {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	flex: 1 1 100% !important;
}

body.hcn-product-layout #secondary,
body.hcn-product-layout .widget-area {
	display: none !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hcn-product-layout.ast-right-sidebar #primary,
body.hcn-product-layout.ast-left-sidebar #primary,
body.hcn-product-layout.ast-separate-container #primary {
	width: 100% !important;
}

body.hcn-product-layout.ast-separate-container .site-content,
body.hcn-product-layout.ast-plain-container .site-content {
	background: #eef1f5 !important;
}

body.hcn-product-layout.ast-separate-container #primary {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.hcn-product-page {
	--hcn-accent: #e8941a;
	--hcn-dark: #0a0e14;
	color: #1a1a1a;
	background: #eef1f5;
	width: 100%;
	min-height: 50vh;
}

.hcn-product-page__hero {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	padding: 56px 24px 48px;
	text-align: center;
}

.hcn-page-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	filter: brightness(1.12) saturate(1.04);
}

.hcn-page-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 20% 20%, rgba(232, 148, 26, 0.14), transparent 42%),
		linear-gradient(135deg, rgba(10, 14, 20, 0.78) 0%, rgba(22, 32, 51, 0.68) 55%, rgba(31, 45, 66, 0.58) 100%);
}

.hcn-product-page__hero-inner {
	position: relative;
	z-index: 2;
	max-width: 820px;
	margin: 0 auto;
}

.hcn-product-page__crumb {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 18px;
}

.hcn-product-page__crumb a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.hcn-product-page__crumb a:hover {
	color: #ffb84d;
}

.hcn-product-page__crumb span {
	margin: 0 8px;
	opacity: 0.5;
}

.hcn-product-page__label {
	display: inline-block;
	font-size: 0.78rem;
	letter-spacing: 0.2em;
	color: #ffb84d;
	margin-bottom: 14px;
	padding: 6px 14px;
	border: 1px solid rgba(255, 184, 77, 0.35);
	border-radius: 999px;
}

.hcn-product-page__title {
	margin: 0 0 14px;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 800;
	letter-spacing: 0.02em;
}

.hcn-product-page__desc {
	margin: 0 auto;
	max-width: 680px;
	font-size: 1.02rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.86);
}

.hcn-product-page__stats {
	display: flex;
	justify-content: center;
	gap: 48px;
	margin-top: 28px;
}

.hcn-product-page__stats strong {
	display: block;
	font-size: 1.8rem;
	font-weight: 800;
	color: #ffb84d;
	line-height: 1.1;
}

.hcn-product-page__stats span {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.72);
}

.hcn-product-page__filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 28px 20px 0;
	max-width: 1200px;
	margin: -20px auto 0;
	position: relative;
	z-index: 2;
}

.hcn-product-page__filter {
	padding: 10px 20px;
	border-radius: 999px;
	border: 1px solid #dde1e8;
	background: #ffffff;
	color: #333333;
	text-decoration: none;
	font-size: 0.9rem;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
}

.hcn-product-page__filter:hover,
.hcn-product-page__filter.is-active {
	background: var(--hcn-accent);
	border-color: var(--hcn-accent);
	color: #ffffff;
	transform: translateY(-1px);
}

.hcn-product-page__content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 36px 20px 72px;
}

.hcn-product-page__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.hcn-product-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 14, 20, 0.55);
	color: #ffffff;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	opacity: 0;
	transition: opacity 0.25s;
}

.hcn-product-card:hover .hcn-product-card__overlay {
	opacity: 1;
}

.hcn-product-page .hcn-product-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
	transition: transform 0.28s, box-shadow 0.28s;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.hcn-product-page .hcn-product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.hcn-product-page .hcn-product-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.hcn-product-page .hcn-product-card__thumb {
	position: relative;
	height: 220px;
	background: linear-gradient(180deg, #f3f5f8 0%, #e9edf2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hcn-product-page .hcn-product-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s;
}

.hcn-product-page .hcn-product-card:hover .hcn-product-card__thumb img {
	transform: scale(1.05);
}

.hcn-product-page .hcn-product-card__placeholder {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--hcn-accent);
}

.hcn-product-page .hcn-product-card__body {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.hcn-product-page .hcn-product-card__cat {
	font-size: 0.76rem;
	color: var(--hcn-accent);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hcn-product-page .hcn-product-card__title {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.45;
	color: #111111;
}

.hcn-product-page .hcn-product-card__model {
	font-size: 0.84rem;
	color: #666666;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.hcn-product-page .hcn-product-card__excerpt {
	font-size: 0.88rem;
	color: #555555;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 4px;
}

.hcn-product-page__pagination {
	margin-top: 44px;
	text-align: center;
}

.hcn-product-page__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	margin: 0 3px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #dde1e8;
	color: #333333;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.hcn-product-page__pagination .page-numbers.current,
.hcn-product-page__pagination .page-numbers:hover {
	background: var(--hcn-accent);
	border-color: var(--hcn-accent);
	color: #ffffff;
}

.hcn-product-page__empty {
	padding: 64px 24px;
	text-align: center;
	background: #ffffff;
	border-radius: 16px;
	color: #666666;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.hcn-product-page__empty-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: rgba(232, 148, 26, 0.12);
	color: var(--hcn-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1.1rem;
}

.hcn-product-page__empty h2 {
	margin: 0 0 8px;
	color: #111111;
}

/* 产品详情 */
.hcn-product-single {
	max-width: 1140px;
	margin: 0 auto;
	padding: 24px 20px 72px;
}

.hcn-product-single__topbar {
	margin-bottom: 20px;
}

.hcn-product-single__breadcrumb {
	font-size: 0.88rem;
	color: #666666;
	line-height: 1.6;
}

.hcn-product-single__breadcrumb a {
	color: #333333;
	text-decoration: none;
}

.hcn-product-single__breadcrumb a:hover {
	color: var(--hcn-accent);
}

.hcn-product-single__breadcrumb span {
	margin: 0 8px;
	color: #bbbbbb;
}

.hcn-product-single__breadcrumb .is-current {
	color: #111111;
	font-weight: 600;
}

.hcn-product-single__hero {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 36px;
	background: #ffffff;
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
	margin-bottom: 28px;
}

.hcn-product-single__main-image {
	background: #f3f5f8;
	border-radius: 12px;
	overflow: hidden;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hcn-product-single__main-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 420px;
	display: block;
}

.hcn-product-single__image--placeholder {
	width: 100%;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 800;
	color: var(--hcn-accent);
}

.hcn-product-single__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.hcn-product-single__thumb {
	width: 72px;
	height: 72px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	background: #f0f2f5;
	transition: border-color 0.2s;
}

.hcn-product-single__thumb.is-active,
.hcn-product-single__thumb:hover {
	border-color: var(--hcn-accent);
}

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

.hcn-product-single__badge {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(232, 148, 26, 0.12);
	color: var(--hcn-accent);
	font-size: 0.82rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.hcn-product-single__title {
	margin: 0 0 16px;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 800;
	line-height: 1.25;
	color: #111111;
}

.hcn-product-single__models {
	margin: 0 0 18px;
	padding: 14px 16px;
	background: #f7f8fa;
	border-radius: 10px;
	border-left: 4px solid var(--hcn-accent);
	font-size: 0.92rem;
	color: #555555;
}

.hcn-product-single__models span {
	display: block;
	font-size: 0.78rem;
	color: #888888;
	margin-bottom: 4px;
}

.hcn-product-single__models strong {
	color: #222222;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.hcn-product-single__lead {
	margin: 0 0 24px;
	font-size: 1rem;
	line-height: 1.75;
	color: #444444;
}

.hcn-product-single__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hcn-product-single__section {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 28px 32px;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
	margin-bottom: 24px;
}

.hcn-product-single__section-head {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eeeeee;
}

.hcn-product-single__section-head h2 {
	margin: 0 0 6px;
	font-size: 1.25rem;
	font-weight: 800;
	color: #111111;
}

.hcn-product-single__section-head p {
	margin: 0;
	font-size: 0.9rem;
	color: #777777;
}

.hcn-spec-table-wrap {
	overflow-x: auto;
	border-radius: 10px;
	border: 1px solid #e3e7ee;
}

.hcn-spec-table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	font-size: 0.92rem;
}

.hcn-spec-table thead th {
	background: #1a2433;
	color: #ffffff;
	padding: 14px 16px;
	text-align: center;
	font-weight: 700;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hcn-spec-table thead th:first-child {
	text-align: left;
	min-width: 220px;
}

.hcn-spec-table tbody th {
	background: #f7f8fa;
	color: #333333;
	font-weight: 600;
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid #e8ebf0;
	border-right: 1px solid #e8ebf0;
	white-space: nowrap;
}

.hcn-spec-table tbody td {
	padding: 12px 16px;
	text-align: center;
	border-bottom: 1px solid #e8ebf0;
	border-right: 1px solid #e8ebf0;
	color: #222222;
}

.hcn-spec-table tbody tr:nth-child(even) td {
	background: #fbfcfd;
}

.hcn-product-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.hcn-product-feature {
	background: #f8f9fb;
	border-radius: 12px;
	padding: 22px 20px;
	border-top: 3px solid var(--hcn-accent);
}

.hcn-product-feature__num {
	display: block;
	font-size: 1.4rem;
	font-weight: 800;
	color: rgba(232, 148, 26, 0.35);
	line-height: 1;
	margin-bottom: 10px;
}

.hcn-product-feature h3 {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
	color: #111111;
}

.hcn-product-feature p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.65;
	color: #555555;
}

.hcn-product-single__richtext {
	font-size: 1rem;
	line-height: 1.85;
	color: #333333;
}

.hcn-product-single__richtext p {
	margin: 0 0 1.1em;
}

.hcn-product-single__richtext p:last-child {
	margin-bottom: 0;
}

.hcn-product-single__richtext ul,
.hcn-product-single__richtext ol {
	margin: 0 0 1.1em 1.4em;
	padding: 0;
}

.hcn-product-single__richtext li {
	margin-bottom: 0.35em;
}

.hcn-product-single__richtext h2,
.hcn-product-single__richtext h3,
.hcn-product-single__richtext h4 {
	margin: 1.4em 0 0.6em;
	font-weight: 700;
	color: #1a1a1a;
}

.hcn-product-single__richtext h2:first-child,
.hcn-product-single__richtext h3:first-child,
.hcn-product-single__richtext h4:first-child {
	margin-top: 0;
}

.hcn-product-single__richtext img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.hcn-product-single__qa {
	background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}

.hcn-product-video {
	border-radius: 12px;
	overflow: hidden;
	background: #000000;
}

.hcn-product-video video {
	width: 100%;
	display: block;
	max-height: 520px;
}

.hcn-product-video__link {
	position: relative;
	display: block;
}

.hcn-product-video__link img {
	width: 100%;
	display: block;
}

.hcn-product-video__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.35);
}

.hcn-product-single__footer-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	background: linear-gradient(135deg, #0a0e14 0%, #1a2433 100%);
	color: #ffffff;
	border-radius: 16px;
	padding: 28px 32px;
	margin-bottom: 24px;
}

.hcn-product-single__footer-cta h3 {
	margin: 0 0 6px;
	font-size: 1.15rem;
}

.hcn-product-single__footer-cta p {
	margin: 0;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.78);
}

.hcn-product-single__back {
	text-align: center;
}

.hcn-categories .hcn-product-card__thumb {
	position: relative;
}

/* Culture */
.hcn-culture__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 36px;
}

.hcn-culture__card {
	background: rgba(0, 0, 0, 0.55);
	border-top: 2px solid var(--hcn-accent);
	padding: 28px 24px;
	backdrop-filter: blur(6px);
}

.hcn-culture__card h3 {
	color: #ffb84d;
	font-size: 0.95rem;
	letter-spacing: 0.12em;
	margin: 0 0 12px;
}

.hcn-culture__tagline {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0 0 8px;
	color: #ffffff;
}

.hcn-culture__tagline-en {
	font-size: 0.85rem;
	color: #e0e0e0;
	margin: 0;
	font-style: italic;
}

/* Partners */
.hcn-partners .hcn-section__inner {
	max-width: 1280px;
}

.hcn-partners__header {
	max-width: 100%;
	flex-shrink: 0;
}

.hcn-partners__desc {
	margin-bottom: 16px;
}

.hcn-partners__scroll {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	padding-right: 4px;
}

.hcn-partners__scroll::-webkit-scrollbar {
	width: 4px;
}

.hcn-partners__scroll::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 4px;
}

.hcn-partners__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
	width: 100%;
}

.hcn-partners__card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 14px 10px;
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
	transition: transform 0.25s, box-shadow 0.25s;
}

.hcn-partners__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	border-color: var(--hcn-accent);
}

.hcn-partners__logo {
	max-width: 100%;
	max-height: 68px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.hcn-partners__name {
	display: block;
	color: #222222;
	font-weight: 600;
	font-size: 0.85rem;
}

/* Certifications — 横向自动滚动 */
.hcn-certifications .hcn-section__inner {
	justify-content: center;
	padding-top: 72px;
	padding-bottom: 48px;
}

.hcn-certifications__hint {
	margin: 0 0 20px;
	font-size: 13px;
	color: #e8e8e8;
	opacity: 0.9;
}

.hcn-certifications__marquee {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	position: relative;
	mask-image: linear-gradient(
		90deg,
		transparent 0%,
		#000 8%,
		#000 92%,
		transparent 100%
	);
	-webkit-mask-image: linear-gradient(
		90deg,
		transparent 0%,
		#000 8%,
		#000 92%,
		transparent 100%
	);
}

.hcn-certifications__track {
	display: flex;
	align-items: stretch;
	gap: 20px;
	width: max-content;
	padding: 8px 0;
	animation: hcn-cert-marquee 40s linear infinite;
}

.hcn-certifications__marquee:hover .hcn-certifications__track {
	animation-play-state: paused;
}

@keyframes hcn-cert-marquee {
	from {
		transform: translateX(0);
	}

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

.hcn-certifications__item {
	flex: 0 0 auto;
	width: 220px;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
	text-align: left;
	transition: transform 0.25s, box-shadow 0.25s;
	font-family: inherit;
}

.hcn-certifications__item:hover,
.hcn-certifications__item:focus-visible {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
	outline: 2px solid var(--hcn-accent);
	outline-offset: 2px;
}

.hcn-certifications__thumb {
	background: #f8f8f8;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
}

.hcn-certifications__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	pointer-events: none;
	user-select: none;
}

.hcn-certifications__caption {
	display: block;
	padding: 10px 12px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.45;
	background: #ffffff;
	border-top: 1px solid #eeeeee;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hcn-certifications__fallback {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.hcn-certifications__tag {
	padding: 10px 18px;
	border: 1px solid rgba(255, 184, 77, 0.55);
	background: rgba(255, 255, 255, 0.95);
	font-size: 0.9rem;
	color: #333333;
	letter-spacing: 0.06em;
	border-radius: 6px;
}

/* 大图 Lightbox */
body.hcn-lightbox-open {
	overflow: hidden;
}

.hcn-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.hcn-lightbox[hidden] {
	display: none !important;
}

.hcn-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.88);
	cursor: pointer;
}

.hcn-lightbox__dialog {
	position: relative;
	z-index: 1;
	max-width: min(920px, 92vw);
	max-height: 92vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hcn-lightbox__close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: #ffffff;
	color: #111111;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.hcn-lightbox__img {
	max-width: 100%;
	max-height: calc(92vh - 60px);
	width: auto;
	height: auto;
	object-fit: contain;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.hcn-lightbox__caption {
	margin: 14px 0 0;
	padding: 0 12px;
	color: #ffffff;
	font-size: 0.95rem;
	text-align: center;
	line-height: 1.5;
	max-width: 100%;
}

/* 平板 */
@media (max-width: 992px) {
	.hcn-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hcn-about__layout {
		grid-template-columns: 1fr;
	}

	.hcn-about__gallery-item img {
		height: 100px;
	}

	.hcn-culture__grid {
		grid-template-columns: 1fr;
	}

	.hcn-partners__grid {
		grid-template-columns: repeat(4, 1fr);
	}

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

	.hcn-categories__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		align-items: start;
	}

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

/* 手机 */
@media (max-width: 768px) {
	.hcn-section--panel {
		box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
	}

	.hcn-section__inner {
		padding: 64px 16px 24px;
	}

	.hcn-section__inner--scroll {
		padding-top: 56px;
		padding-bottom: 20px;
	}

	.hcn-section__title {
		font-size: clamp(1.6rem, 7vw, 2.2rem);
		margin-bottom: 10px;
	}

	.hcn-section__subtitle {
		font-size: 10px;
		margin-bottom: 12px;
	}

	.hcn-section__desc {
		font-size: 14px;
		margin-bottom: 12px;
		line-height: 1.65;
	}

	.hcn-scroll-nav {
		display: none;
	}

	.hcn-services__grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		margin-top: 20px;
	}

	.hcn-hero__actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.hcn-categories__inner {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-top: 56px;
		padding-bottom: 28px;
		align-items: start;
	}

	.hcn-categories.hcn-section--panel {
		height: auto;
		min-height: var(--hcn-vh);
		max-height: none;
		overflow: visible;
	}

	.hcn-categories__desc {
		-webkit-line-clamp: 3;
		margin-bottom: 16px;
	}

	.hcn-categories__cta {
		margin-bottom: 4px;
	}

	.hcn-categories__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		font-size: 0.92rem;
	}

	.hcn-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.hcn-categories .hcn-product-card__thumb {
		height: 88px;
	}

	.hcn-product-page__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.hcn-product-single__article {
		grid-template-columns: 1fr;
		padding: 24px 20px;
		gap: 24px;
	}

	.hcn-product-single__hero {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.hcn-product-features {
		grid-template-columns: 1fr;
	}

	.hcn-product-single__footer-cta {
		padding: 22px 20px;
	}

	.hcn-hero__stats {
		grid-template-columns: repeat(2, 1fr);
		padding-top: 24px;
	}

	/* 合作品牌：紧凑网格 + 区域内滚动 */
	.hcn-partners__header .hcn-section__desc {
		display: none;
	}

	.hcn-partners__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.hcn-partners__card {
		min-height: 64px;
		padding: 10px 8px;
		border-radius: 4px;
	}

	.hcn-partners__logo {
		max-height: 48px;
	}

	.hcn-partners__scroll {
		margin-top: 8px;
	}

	.hcn-certifications__item {
		width: 180px;
	}

	.hcn-certifications__thumb {
		height: 150px;
		padding: 12px;
	}

	.hcn-certifications__track {
		gap: 14px;
		animation-duration: 35s;
	}
}

@media (max-width: 480px) {
	.hcn-partners__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}

	.hcn-partners__logo {
		max-height: 42px;
	}

	.hcn-certifications__item {
		width: 160px;
	}

	.hcn-certifications__thumb {
		height: 130px;
	}

	.hcn-product-page__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.hcn-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hcn-categories .hcn-product-card__title {
		font-size: 0.78rem;
	}
}

/* ==========================================================================
   顶部导航（中文菜单）
   ========================================================================== */

.main-header-menu.hcn-main-nav,
.hcn-main-nav.main-header-menu,
ul.hcn-main-nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

.main-header-menu.hcn-main-nav > .menu-item > a,
.hcn-main-nav.main-header-menu > .menu-item > a,
.hcn-main-nav > .menu-item > a {
	color: #ffffff !important;
	font-weight: 700;
	font-size: 0.92rem;
	letter-spacing: 0.12em;
	text-transform: none;
	padding: 10px 16px;
	transition: color 0.2s;
}

.main-header-menu.hcn-main-nav > .menu-item > a:hover,
.main-header-menu.hcn-main-nav > .menu-item.current-menu-item > a,
.hcn-main-nav > .menu-item > a:hover,
.hcn-main-nav > .menu-item.current-menu-item > a {
	color: #ffb84d !important;
}

/* 头部固定置顶（首页滚动时始终可点击，无背景） */
body.hcn-snap-scroll #masthead,
body.hcn-snap-scroll .site-header,
body.hcn-snap-scroll .ast-primary-header-bar,
body.hcn-snap-scroll #ast-mobile-header,
body.hcn-snap-scroll .ast-mobile-header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10050 !important;
	background: transparent;
}

body.admin-bar.hcn-snap-scroll #masthead,
body.admin-bar.hcn-snap-scroll .site-header,
body.admin-bar.hcn-snap-scroll .ast-primary-header-bar,
body.admin-bar.hcn-snap-scroll #ast-mobile-header,
body.admin-bar.hcn-snap-scroll .ast-mobile-header-wrap {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar.hcn-snap-scroll #masthead,
	body.admin-bar.hcn-snap-scroll .site-header,
	body.admin-bar.hcn-snap-scroll .ast-primary-header-bar,
	body.admin-bar.hcn-snap-scroll #ast-mobile-header,
	body.admin-bar.hcn-snap-scroll .ast-mobile-header-wrap {
		top: 46px;
	}
}

/* 其他页面：保持头部在叠层/内容之上 */
#masthead,
#ast-mobile-header,
.ast-mobile-header-wrap {
	position: relative;
	z-index: 10050 !important;
}

/* 手机端抽屉菜单 */
body.hcn-mobile-nav-open {
	overflow: hidden;
}

.hcn-mobile-nav {
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.hcn-mobile-nav[hidden] {
	display: none !important;
}

.hcn-mobile-nav__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.hcn-mobile-nav__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(320px, 88vw);
	height: 100%;
	background: #111820;
	color: #ffffff;
	padding: 24px 20px 32px;
	box-shadow: -8px 0 32px rgba(0, 0, 0, 0.28);
	overflow-y: auto;
}

.hcn-mobile-nav__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.hcn-mobile-nav__menu {
	margin-top: 36px;
}

.hcn-mobile-nav__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hcn-mobile-nav__menu a {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	text-decoration: none;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.hcn-mobile-nav__menu a:hover {
	color: #ffb84d;
}

.hcn-mobile-nav__contact {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.92rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.hcn-mobile-nav__contact a {
	color: #ffb84d;
	text-decoration: none;
}

/* 页脚三栏（替换原 Barber 页脚内容，沿用 Astra 背景） */
.hcn-footer-wrap {
	width: 100%;
}

.hcn-footer-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px;
}

.hcn-footer-widget__title {
	margin: 0 0 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
}

.hcn-footer-widget p {
	margin: 0 0 10px;
	line-height: 1.75;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.88);
}

.hcn-footer-widget__note {
	color: rgba(255, 255, 255, 0.65) !important;
	font-size: 0.85rem !important;
}

.hcn-footer-widget a {
	color: #ffb84d;
	text-decoration: none;
}

.hcn-footer-widget a:hover {
	color: #ffffff;
}

.hcn-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hcn-footer-links li {
	margin: 0 0 10px;
}

.hcn-footer-links a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	text-decoration: none;
}

.hcn-footer-links a:hover {
	color: #ffb84d;
}

.site-below-footer-wrap .ast-footer-copyright,
.site-below-footer-wrap .ast-footer-copyright p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.85rem;
	text-align: center;
}

.site-below-footer-wrap .ast-footer-copyright a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.site-below-footer-wrap .ast-footer-copyright a:hover {
	color: #ffb84d;
}

@media (max-width: 921px) {
	.hcn-footer-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 36px 20px;
	}
}

/* ==========================================================================
   内页（关于我们 / 联系我们 / 新闻中心）
   ========================================================================== */

body.hcn-inner-page-layout,
body.hcn-inner-page-layout #page,
body.hcn-inner-page-layout .site {
	background: #eef1f5 !important;
}

body.hcn-inner-page-layout .site-content,
body.hcn-inner-page-layout .site-content > .ast-container,
body.hcn-inner-page-layout #primary {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.hcn-inner-page-layout #secondary {
	display: none !important;
}

body.hcn-inner-page-layout #masthead,
body.hcn-inner-page-layout .site-header,
body.hcn-inner-page-layout .ast-primary-header-bar,
body.hcn-inner-page-layout .main-header-bar,
body.hcn-inner-page-layout #ast-mobile-header,
body.hcn-inner-page-layout .ast-mobile-header-wrap,
body.hcn-product-layout #masthead,
body.hcn-product-layout .site-header,
body.hcn-product-layout .ast-primary-header-bar,
body.hcn-product-layout .main-header-bar,
body.hcn-product-layout #ast-mobile-header,
body.hcn-product-layout .ast-mobile-header-wrap {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	background-color: #0a0e14 !important;
	background-image: none !important;
}

body.hcn-inner-page-layout .ast-primary-header-bar,
body.hcn-inner-page-layout .main-header-bar,
body.hcn-product-layout .ast-primary-header-bar,
body.hcn-product-layout .main-header-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hcn-inner-page {
	--hcn-accent: #e8941a;
	color: #1a1a1a;
	background: #eef1f5;
}

.hcn-inner-page__hero {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	padding: 56px 24px 48px;
	text-align: center;
}

.hcn-inner-page__hero-inner {
	position: relative;
	z-index: 2;
	max-width: 820px;
	margin: 0 auto;
}

.hcn-inner-page__label {
	display: inline-block;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	color: #ffb84d;
	margin-bottom: 12px;
}

.hcn-inner-page__title {
	margin: 0 0 10px;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 800;
}

.hcn-inner-page__subtitle {
	margin: 0;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.7;
}

.hcn-inner-page__section {
	padding: 56px 20px;
}

.hcn-inner-page__section--alt {
	background: #ffffff;
}

.hcn-inner-page__container {
	max-width: 1100px;
	margin: 0 auto;
}

.hcn-inner-page__head {
	margin-bottom: 28px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e3e7ee;
}

.hcn-inner-page__head h2 {
	margin: 0 0 6px;
	font-size: 1.5rem;
	font-weight: 800;
}

.hcn-inner-page__head p {
	margin: 0;
	color: #777777;
	font-size: 0.92rem;
	letter-spacing: 0.08em;
}

.hcn-about-intro__lead {
	font-size: 1.08rem;
	line-height: 1.85;
	font-weight: 600;
	color: #222222;
	margin-bottom: 18px;
}

.hcn-about-intro p {
	font-size: 1rem;
	line-height: 1.85;
	color: #444444;
	margin: 0 0 14px;
}

.hcn-about-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 36px;
}

.hcn-about-stat {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px 18px;
	text-align: center;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
	border-top: 3px solid var(--hcn-accent);
}

.hcn-about-stat strong {
	display: block;
	font-size: 1.8rem;
	font-weight: 800;
	color: var(--hcn-accent);
	margin-bottom: 6px;
}

.hcn-about-stat span {
	font-size: 0.88rem;
	color: #666666;
}

.hcn-about-showcase__desc {
	margin: -8px 0 28px;
	font-size: 1rem;
	line-height: 1.85;
	color: #555555;
	max-width: 920px;
}

.hcn-about-showcase__grid {
	display: grid;
	gap: 16px;
}

.hcn-about-showcase__grid--factory,
.hcn-about-showcase__grid--exhibition {
	grid-template-columns: repeat(3, 1fr);
}

.hcn-about-showcase__grid--certs {
	grid-template-columns: repeat(4, 1fr);
}

.hcn-about-showcase__item {
	margin: 0;
}

.hcn-about-showcase__thumb {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	text-align: left;
	cursor: zoom-in;
	overflow: hidden;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.hcn-about-showcase__thumb:focus-visible {
	outline: 2px solid var(--hcn-accent);
	outline-offset: 2px;
}

.hcn-about-showcase__grid--factory .hcn-about-showcase__thumb,
.hcn-about-showcase__grid--exhibition .hcn-about-showcase__thumb {
	aspect-ratio: 4 / 3;
}

.hcn-about-showcase__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.hcn-about-showcase__item:hover .hcn-about-showcase__thumb img {
	transform: scale(1.04);
}

.hcn-about-showcase__grid--certs .hcn-about-showcase__item {
	background: #ffffff;
	border-radius: 10px;
	padding: 12px;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
	border: 1px solid #e8ebf0;
	text-align: center;
}

.hcn-about-showcase__grid--certs .hcn-about-showcase__thumb {
	aspect-ratio: auto;
	box-shadow: none;
	border: none;
	background: transparent;
	cursor: zoom-in;
}

.hcn-about-showcase__grid--certs .hcn-about-showcase__thumb img {
	height: auto;
	max-height: 180px;
	object-fit: contain;
}

.hcn-about-showcase__grid--certs figcaption {
	margin-top: 10px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.45;
}

.hcn-history-timeline {
	display: grid;
	gap: 0;
	border-left: 2px solid rgba(232, 148, 26, 0.35);
	padding-left: 24px;
}

.hcn-history-timeline__item {
	position: relative;
	padding: 0 0 24px 0;
}

.hcn-history-timeline__item::before {
	content: "";
	position: absolute;
	left: -31px;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--hcn-accent);
	box-shadow: 0 0 0 4px rgba(232, 148, 26, 0.18);
}

.hcn-history-timeline__year {
	display: block;
	margin: 0 0 6px;
	font-weight: 800;
	color: var(--hcn-accent);
	font-size: 1.05rem;
}

.hcn-history-timeline__item p {
	margin: 0;
	line-height: 1.75;
	color: #444444;
}

.hcn-culture-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.hcn-culture-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px 22px;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
	border-top: 3px solid var(--hcn-accent);
}

.hcn-culture-card h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	color: var(--hcn-accent);
	letter-spacing: 0.08em;
}

.hcn-culture-card__tagline {
	margin: 0 0 8px;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.6;
	color: #222222;
}

.hcn-culture-card__en {
	margin: 0;
	font-size: 0.85rem;
	color: #888888;
	font-style: italic;
}

.hcn-inner-page__cta {
	background: linear-gradient(135deg, #0a0e14 0%, #1a2433 100%);
	color: #ffffff;
	padding: 40px 20px;
}

.hcn-inner-page__cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.hcn-inner-page__cta h2 {
	margin: 0 0 8px;
	font-size: 1.3rem;
}

.hcn-inner-page__cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
}

.hcn-inner-page__cta-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.hcn-inner-page .hcn-btn {
	border-color: rgba(255, 255, 255, 0.55);
	color: #ffffff;
}

.hcn-inner-page .hcn-btn--filled {
	background: var(--hcn-accent);
	border-color: var(--hcn-accent);
	color: #ffffff;
}

.hcn-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.hcn-contact-info__intro {
	font-size: 1.02rem;
	line-height: 1.8;
	color: #444444;
	margin-bottom: 24px;
}

.hcn-contact-list {
	margin: 0;
}

.hcn-contact-list div {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #e8ebf0;
}

.hcn-contact-list dt {
	margin: 0;
	font-weight: 700;
	color: #666666;
}

.hcn-contact-list dd {
	margin: 0;
	color: #222222;
	line-height: 1.6;
}

.hcn-contact-list a {
	color: var(--hcn-accent);
	text-decoration: none;
}

.hcn-contact-info__note {
	margin-top: 18px;
	font-size: 0.92rem;
	color: #777777;
}

.hcn-contact-form-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.hcn-contact-form-card h2 {
	margin: 0 0 8px;
	font-size: 1.25rem;
}

.hcn-contact-form-card > p {
	margin: 0 0 20px;
	color: #666666;
}

.hcn-contact-form label {
	display: block;
	margin-bottom: 14px;
}

.hcn-contact-form label span {
	display: block;
	margin-bottom: 6px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #444444;
}

.hcn-contact-form input,
.hcn-contact-form textarea {
	width: 100%;
	border: 1px solid #d8dce3;
	border-radius: 8px;
	padding: 10px 12px;
	font: inherit;
	background: #fafbfc;
}

.hcn-contact-form__tip {
	margin: 14px 0 0;
	font-size: 0.82rem;
	color: #999999;
}

.hcn-contact-form__notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 0.92rem;
	line-height: 1.55;
}

.hcn-contact-form__notice--success {
	background: #ecfdf3;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.hcn-contact-form__notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.hcn-contact-form .hcn-required {
	color: #e8941a;
	font-style: normal;
}

.hcn-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.hcn-news-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
	transition: transform 0.25s, box-shadow 0.25s;
}

.hcn-news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.hcn-news-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.hcn-news-card__thumb {
	height: 180px;
	background: #f0f2f5;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hcn-news-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hcn-news-card__placeholder {
	font-weight: 800;
	color: var(--hcn-accent);
}

.hcn-news-card__body {
	padding: 18px 20px 22px;
}

.hcn-news-card__body time {
	font-size: 0.82rem;
	color: #888888;
}

.hcn-news-card__body h2 {
	margin: 8px 0 10px;
	font-size: 1.05rem;
	line-height: 1.45;
	color: #111111;
}

.hcn-news-card__body p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.65;
	color: #555555;
}

.hcn-news-pagination,
.hcn-inner-page__empty {
	margin-top: 32px;
	text-align: center;
}

.hcn-inner-page__empty {
	padding: 48px 24px;
	background: #ffffff;
	border-radius: 12px;
}

@media (max-width: 921px) {
	.main-header-menu.hcn-main-nav > .menu-item > a,
	.hcn-main-nav > .menu-item > a {
		font-size: 0.82rem;
		padding: 8px 10px;
		letter-spacing: 0.06em;
	}

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

	.hcn-about-showcase__grid--factory,
	.hcn-about-showcase__grid--exhibition {
		grid-template-columns: repeat(2, 1fr);
	}

	.hcn-about-showcase__grid--certs {
		grid-template-columns: repeat(2, 1fr);
	}

	.hcn-culture-grid,
	.hcn-contact-grid,
	.hcn-news-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hcn-section--panel .hcn-panel-content,
	.hcn-section--panel .hcn-services__grid,
	.hcn-section--panel .hcn-about__layout,
	.hcn-section--panel .hcn-about__highlights,
	.hcn-section--panel .hcn-about__points,
	.hcn-section--panel .hcn-about__media,
	.hcn-section--panel .hcn-culture__grid,
	.hcn-section--panel .hcn-partners__grid,
	.hcn-section--panel .hcn-certifications__marquee,
	.hcn-section--panel .hcn-categories__grid,
	.hcn-section--panel .hcn-hero__stats {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.hcn-scroll-hint {
		animation: none;
	}

	.hcn-certifications__track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
}

/* ==========================================================================
   新闻详情页
   ========================================================================== */

.hcn-news-single__topbar {
	background: #ffffff;
	border-bottom: 1px solid #e3e7ee;
	padding: 14px 20px;
}

.hcn-news-single__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 0.88rem;
	color: #666666;
}

.hcn-news-single__breadcrumb a {
	color: #444444;
	text-decoration: none;
}

.hcn-news-single__breadcrumb a:hover {
	color: var(--hcn-accent);
}

.hcn-news-single__breadcrumb .is-current {
	color: #111111;
	font-weight: 600;
}

.hcn-news-single__hero {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	padding: 48px 20px 56px;
}

.hcn-news-single__hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.03);
}

.hcn-news-single__hero.has-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 14, 20, 0.72) 0%, rgba(10, 14, 20, 0.88) 100%);
}

.hcn-news-single__hero-inner {
	position: relative;
	z-index: 2;
	max-width: 860px;
}

.hcn-news-single__badge {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(232, 148, 26, 0.92);
	color: #111111;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 16px;
}

.hcn-news-single__title {
	margin: 0 0 14px;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	line-height: 1.25;
	font-weight: 800;
}

.hcn-news-single__lead {
	margin: 0 0 18px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
	max-width: 760px;
}

.hcn-news-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.78);
}

.hcn-news-single__meta li {
	display: flex;
	align-items: center;
}

.hcn-news-single__body {
	padding: 40px 20px 56px;
}

.hcn-news-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
	align-items: start;
}

.hcn-news-single__article {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px 36px;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.hcn-news-single__richtext {
	font-size: 1.02rem;
	line-height: 1.9;
	color: #333333;
}

.hcn-news-single__richtext p {
	margin: 0 0 1.1em;
}

.hcn-news-single__richtext p:last-child {
	margin-bottom: 0;
}

.hcn-news-single__richtext h2,
.hcn-news-single__richtext h3,
.hcn-news-single__richtext h4 {
	margin: 1.6em 0 0.75em;
	line-height: 1.35;
	color: #111111;
	font-weight: 800;
}

.hcn-news-single__richtext h2 {
	font-size: 1.35rem;
	padding-left: 14px;
	border-left: 4px solid var(--hcn-accent);
}

.hcn-news-single__richtext h3 {
	font-size: 1.15rem;
}

.hcn-news-single__richtext ul,
.hcn-news-single__richtext ol {
	margin: 0 0 1.2em;
	padding-left: 1.4em;
}

.hcn-news-single__richtext li {
	margin-bottom: 0.45em;
}

.hcn-news-single__richtext a {
	color: #c7770f;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hcn-news-single__richtext a:hover {
	color: var(--hcn-accent);
}

.hcn-news-single__richtext img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.hcn-news-single__figure-btn {
	display: block;
	width: 100%;
	margin: 1.2em 0;
	padding: 0;
	border: none;
	background: none;
	cursor: zoom-in;
	border-radius: 10px;
	overflow: hidden;
}

.hcn-news-single__figure-btn img {
	margin: 0;
	transition: transform 0.25s;
}

.hcn-news-single__figure-btn:hover img,
.hcn-news-single__figure-btn:focus-visible img {
	transform: scale(1.02);
}

.hcn-news-single__tags {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #edf0f4;
}

.hcn-news-single__tags-label {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	color: #888888;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}

.hcn-news-single__tags ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hcn-news-single__tags li {
	padding: 6px 12px;
	border-radius: 999px;
	background: #f3f5f8;
	color: #555555;
	font-size: 0.82rem;
}

.hcn-news-single__article-foot {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #edf0f4;
}

.hcn-news-single__share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
	font-size: 0.88rem;
	color: #666666;
}

.hcn-news-single__share a {
	padding: 6px 14px;
	border-radius: 999px;
	background: #f3f5f8;
	color: #444444;
	text-decoration: none;
	font-size: 0.82rem;
}

.hcn-news-single__share a:hover {
	background: var(--hcn-accent);
	color: #111111;
}

.hcn-news-single__pager {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.hcn-news-single__pager-link {
	display: block;
	padding: 16px 18px;
	border-radius: 12px;
	background: #f7f9fc;
	color: inherit;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}

.hcn-news-single__pager-link:hover {
	background: #eef2f7;
	transform: translateY(-2px);
}

.hcn-news-single__pager-link span {
	display: block;
	font-size: 0.78rem;
	color: #888888;
	margin-bottom: 6px;
}

.hcn-news-single__pager-link strong {
	display: block;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #222222;
}

.hcn-news-single__pager-link.is-next {
	text-align: right;
}

.hcn-news-single__sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: sticky;
	top: 24px;
}

.hcn-news-single__widget {
	background: #ffffff;
	border-radius: 14px;
	padding: 22px 20px;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
}

.hcn-news-single__widget h3 {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 800;
	color: #111111;
}

.hcn-news-single__widget p {
	margin: 0 0 16px;
	font-size: 0.92rem;
	line-height: 1.7;
	color: #555555;
}

.hcn-news-single__widget--cta .hcn-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: 0.04em;
	font-size: 0.88rem;
}

.hcn-news-single__widget--cta .hcn-btn:last-child {
	margin-bottom: 0;
}

.hcn-news-single__widget .hcn-btn--filled {
	background: var(--hcn-accent);
	border-color: var(--hcn-accent);
	color: #111111;
}

.hcn-news-single__widget .hcn-btn--outline {
	background: transparent;
	border-color: #d5dbe3;
	color: #333333;
}

.hcn-news-single__widget .hcn-btn--outline:hover {
	background: #f3f5f8;
	color: #111111;
}

.hcn-news-single__product-card {
	display: flex;
	gap: 14px;
	color: inherit;
	text-decoration: none;
}

.hcn-news-single__product-thumb {
	flex: 0 0 84px;
	height: 84px;
	border-radius: 10px;
	overflow: hidden;
	background: #f0f2f5;
}

.hcn-news-single__product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hcn-news-single__product-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.hcn-news-single__product-body strong {
	font-size: 0.95rem;
	line-height: 1.4;
	color: #111111;
}

.hcn-news-single__product-body em {
	font-style: normal;
	font-size: 0.82rem;
	line-height: 1.55;
	color: #666666;
}

.hcn-news-single__product-link {
	font-size: 0.82rem;
	color: var(--hcn-accent);
	font-weight: 600;
}

.hcn-news-single__related-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hcn-news-single__related-list li + li {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #edf0f4;
}

.hcn-news-single__related-list a {
	display: flex;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}

.hcn-news-single__related-thumb {
	flex: 0 0 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	background: #f0f2f5;
}

.hcn-news-single__related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hcn-news-single__related-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.hcn-news-single__related-text strong {
	font-size: 0.88rem;
	line-height: 1.45;
	color: #222222;
}

.hcn-news-single__related-text time {
	font-size: 0.78rem;
	color: #888888;
}

.hcn-news-single__more {
	padding: 0 20px 48px;
}

.hcn-news-single__back {
	margin-top: 24px;
	text-align: center;
}

.hcn-news-single__back a {
	color: #555555;
	text-decoration: none;
	font-weight: 600;
}

.hcn-news-single__back a:hover {
	color: var(--hcn-accent);
}

.hcn-news-single__footer-cta {
	background: linear-gradient(135deg, #0a0e14 0%, #1a2332 100%);
	color: #ffffff;
	padding: 48px 20px;
	text-align: center;
}

.hcn-news-single__footer-cta h3 {
	margin: 0 0 10px;
	font-size: 1.5rem;
	font-weight: 800;
}

.hcn-news-single__footer-cta p {
	margin: 0 auto 22px;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
}

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

.hcn-news-single__footer-cta .hcn-btn--filled {
	background: var(--hcn-accent);
	border-color: var(--hcn-accent);
	color: #111111;
}

.hcn-news-single__footer-cta .hcn-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.45);
	color: #ffffff;
}

.hcn-news-single__footer-cta .hcn-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

@media (max-width: 1024px) {
	.hcn-news-single__layout {
		grid-template-columns: 1fr;
	}

	.hcn-news-single__sidebar {
		position: static;
	}

	.hcn-news-single__article {
		padding: 24px 22px;
	}
}

@media (max-width: 640px) {
	.hcn-news-single__hero {
		padding: 36px 16px 42px;
	}

	.hcn-news-single__pager {
		grid-template-columns: 1fr;
	}

	.hcn-news-single__pager-link.is-next {
		text-align: left;
	}
}
