:root {
	--hxl-navy: #082338;
	--hxl-red: #e6163d;
	--hxl-red-dark: #bc0d2e;
	--hxl-pale: #f5f7fa;
	--hxl-line: #dbe2e8;
	--hxl-muted: #5f6b76;
}

.hxl-pc-catalog,
.hxl-pc-single {
	color: var(--hxl-navy);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

.hxl-pc-catalog {
	box-sizing: border-box;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(42px, 7vw, 92px) 24px;
}

.hxl-pc-catalog-header {
	max-width: 760px;
	margin-bottom: 34px;
}

.hxl-pc-eyebrow,
.hxl-pc-section-heading > span,
.hxl-pc-contact-card > div > span {
	display: block;
	margin-bottom: 8px;
	color: var(--hxl-red);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .12em;
}

.hxl-pc-catalog h1,
.hxl-pc-single h1,
.hxl-pc-section h2,
.hxl-pc-contact-card h2 {
	margin: 0;
	color: var(--hxl-navy);
	font-weight: 780;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.hxl-pc-catalog h1 {
	font-size: clamp(36px, 5vw, 62px);
}

.hxl-pc-catalog-header p {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--hxl-muted);
	font-size: 17px;
	line-height: 1.8;
}

.hxl-pc-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 30px;
}

.hxl-pc-filters button {
	appearance: none;
	padding: 10px 17px;
	border: 1px solid var(--hxl-line);
	border-radius: 999px;
	background: #fff;
	color: var(--hxl-navy);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 650;
}

.hxl-pc-filters button:hover,
.hxl-pc-filters button:focus-visible,
.hxl-pc-filters button.is-active {
	border-color: var(--hxl-red);
	background: var(--hxl-red);
	color: #fff;
}

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

.hxl-pc-card {
	overflow: hidden;
	border: 1px solid var(--hxl-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(8, 35, 56, .06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.hxl-pc-card:hover {
	box-shadow: 0 18px 42px rgba(8, 35, 56, .12);
	transform: translateY(-3px);
}

.hxl-pc-card[hidden] {
	display: none;
}

.hxl-pc-card-image {
	display: flex;
	height: 260px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #fff, #f2f5f7);
	text-decoration: none;
}

.hxl-pc-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hxl-pc-image-placeholder {
	display: grid;
	width: 150px;
	height: 150px;
	place-items: center;
	border-radius: 50%;
	background: var(--hxl-navy);
	color: #fff;
	font-size: 22px;
	font-weight: 750;
}

.hxl-pc-card-body {
	padding: 24px;
}

.hxl-pc-card-kicker {
	color: var(--hxl-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
}

.hxl-pc-draft-badge {
	display: inline-block;
	margin-left: 7px;
	padding: 2px 6px;
	border-radius: 4px;
	background: #fff4cc;
	color: #7a5400;
	letter-spacing: 0;
}

.hxl-pc-card h3 {
	margin: 10px 0 7px;
	font-size: 21px;
	line-height: 1.35;
}

.hxl-pc-card h3 a,
.hxl-pc-text-link {
	color: var(--hxl-navy);
	text-decoration: none;
}

.hxl-pc-english {
	min-height: 42px;
	margin: 0 0 14px;
	color: var(--hxl-muted);
	font-size: 13px;
	line-height: 1.55;
}

.hxl-pc-summary {
	display: -webkit-box;
	overflow: hidden;
	min-height: 76px;
	margin: 0 0 16px;
	color: #354554;
	font-size: 14px;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.hxl-pc-card-meta {
	display: flex;
	min-height: 56px;
	margin-bottom: 17px;
	flex-direction: column;
	gap: 5px;
	color: var(--hxl-muted);
	font-size: 12px;
	line-height: 1.5;
}

.hxl-pc-text-link {
	font-size: 14px;
	font-weight: 750;
}

.hxl-pc-text-link:hover {
	color: var(--hxl-red);
}

.hxl-pc-empty {
	padding: 30px;
	border: 1px dashed var(--hxl-line);
	border-radius: 14px;
	background: var(--hxl-pale);
}

.hxl-pc-single {
	background: #fff;
}

.hxl-pc-single-inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 34px 24px 90px;
}

.hxl-pc-breadcrumb {
	display: flex;
	overflow: hidden;
	margin-bottom: 28px;
	gap: 9px;
	color: var(--hxl-muted);
	font-size: 13px;
	white-space: nowrap;
}

.hxl-pc-breadcrumb a {
	color: var(--hxl-muted);
	text-decoration: none;
}

.hxl-pc-hero {
	display: grid;
	margin-bottom: 70px;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(34px, 7vw, 82px);
	align-items: center;
}

.hxl-pc-product-visual {
	display: flex;
	min-height: 430px;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: linear-gradient(145deg, #fff, #f0f4f7);
}

.hxl-pc-product-visual img {
	display: block;
	max-width: 100%;
	max-height: 540px;
	object-fit: contain;
}

.hxl-pc-single h1 {
	margin-top: 12px;
	font-size: clamp(34px, 5vw, 58px);
}

.hxl-pc-single-english {
	margin: 12px 0 24px;
	color: var(--hxl-muted);
	font-size: 16px;
	line-height: 1.6;
}

.hxl-pc-single-summary {
	margin: 0 0 26px;
	color: #344656;
	font-size: 17px;
	line-height: 1.9;
}

.hxl-pc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hxl-pc-button {
	display: inline-flex;
	min-height: 46px;
	padding: 0 21px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none !important;
}

.hxl-pc-button-primary {
	background: var(--hxl-red);
	color: #fff !important;
}

.hxl-pc-button-primary:hover {
	background: var(--hxl-red-dark);
}

.hxl-pc-button-secondary {
	border-color: var(--hxl-navy);
	background: #fff;
	color: var(--hxl-navy) !important;
}

.hxl-pc-ruo {
	margin: 17px 0 0;
	color: var(--hxl-red);
	font-size: 12px;
	font-weight: 650;
}

.hxl-pc-section {
	margin: 70px 0;
}

.hxl-pc-section-heading {
	max-width: 760px;
	margin-bottom: 24px;
}

.hxl-pc-section-heading h2,
.hxl-pc-contact-card h2 {
	font-size: clamp(28px, 4vw, 42px);
}

.hxl-pc-section-heading p {
	margin: 12px 0 0;
	color: var(--hxl-muted);
	line-height: 1.75;
}

.hxl-pc-info-table {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--hxl-line);
	border-radius: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hxl-pc-info-table > div {
	display: grid;
	min-height: 84px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--hxl-line);
	grid-template-columns: 120px 1fr;
	gap: 12px;
	align-items: start;
}

.hxl-pc-info-table > div:nth-child(odd) {
	border-right: 1px solid var(--hxl-line);
}

.hxl-pc-info-table dt {
	color: var(--hxl-muted);
	font-size: 13px;
	font-weight: 650;
}

.hxl-pc-info-table dd {
	margin: 0;
	color: var(--hxl-navy);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.7;
}

.hxl-pc-editor-content {
	color: #344656;
	font-size: 16px;
	line-height: 1.9;
}

.hxl-pc-flow-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.hxl-pc-flow-grid figure {
	margin: 0;
	padding: 18px;
	border: 1px solid var(--hxl-line);
	border-radius: 14px;
	background: #fff;
}

.hxl-pc-flow-grid img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.hxl-pc-flow-grid figcaption {
	margin-top: 12px;
	color: var(--hxl-muted);
	font-size: 13px;
	line-height: 1.7;
}

.hxl-pc-contact-card {
	display: flex;
	padding: clamp(28px, 5vw, 52px);
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border-radius: 22px;
	background: var(--hxl-navy);
}

.hxl-pc-contact-card h2,
.hxl-pc-contact-card p {
	color: #fff;
}

.hxl-pc-contact-card p {
	margin: 12px 0 0;
}

@media (max-width: 920px) {
	.hxl-pc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hxl-pc-hero {
		grid-template-columns: 1fr;
	}
	.hxl-pc-product-visual {
		min-height: 340px;
	}
}

@media (max-width: 640px) {
	.hxl-pc-catalog,
	.hxl-pc-single-inner {
		padding-right: 16px;
		padding-left: 16px;
	}
	.hxl-pc-grid,
	.hxl-pc-flow-grid,
	.hxl-pc-info-table {
		grid-template-columns: 1fr;
	}
	.hxl-pc-info-table > div:nth-child(odd) {
		border-right: 0;
	}
	.hxl-pc-info-table > div {
		grid-template-columns: 100px 1fr;
	}
	.hxl-pc-card-image {
		height: 230px;
	}
	.hxl-pc-contact-card {
		align-items: flex-start;
		flex-direction: column;
	}
}

