@font-face {
	font-family: "Manrope";
	src: url("../fonts/Manrope-Variable.ttf") format("truetype");
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
}

.hongli-unified-machine .site-content > .ast-container,
.hongli-unified-machine #primary,
.hongli-unified-machine #main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.hl-product {
	--hl-navy: #071e41;
	--hl-yellow: #ffb800;
	--hl-ink: #172033;
	--hl-muted: #5f6b7c;
	--hl-line: #dce3ec;
	--hl-soft: #f5f8fc;
	color: var(--hl-ink);
	background: #fff;
	font-family: "Manrope", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}

.hl-product * {
	box-sizing: border-box;
}

.hl-product__breadcrumbs,
.hl-product__hero,
.hl-product__overview,
.hl-product__equipment,
.hl-product__article,
.hl-product__inquiry {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.hl-product__breadcrumbs {
	display: flex;
	gap: 9px;
	align-items: center;
	padding: 22px 0 18px;
	color: #65738a;
	font-size: 13px;
}

.hl-product__breadcrumbs a {
	color: #375c8d;
	text-decoration: none;
}

.hl-product__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
	gap: 44px;
	align-items: center;
	padding-bottom: 54px;
}

.hl-product__gallery {
	min-width: 0;
}

.hl-product__media {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--hl-line);
	border-radius: 4px;
	background: #fff;
}

.hl-product__image,
.hl-product__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: contain;
}

.hl-product__gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(7, 30, 65, .18);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: var(--hl-navy);
	font: 700 30px/1 Arial, sans-serif;
	box-shadow: 0 6px 18px rgba(7, 30, 65, .12);
	cursor: pointer;
	transform: translateY(-50%);
}

.hl-product__gallery-arrow:hover {
	background: var(--hl-yellow);
}

.hl-product__gallery-arrow:focus-visible,
.hl-product__gallery-thumbs button:focus-visible {
	outline: 3px solid #2b73d2;
	outline-offset: 2px;
}

.hl-product__gallery-arrow.is-prev {
	left: 14px;
}

.hl-product__gallery-arrow.is-next {
	right: 14px;
}

.hl-product__gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.hl-product__gallery-thumbs button {
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}

.hl-product__gallery-thumbs button.is-active {
	border-color: var(--hl-yellow);
}

.hl-product__gallery-thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: contain;
	background: #fff;
}

.hl-product__eyebrow,
.hl-section-label {
	margin: 0 0 12px;
	color: #bd8700;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hl-product__summary h1 {
	margin: 0 0 14px;
	color: var(--hl-navy);
	font-size: clamp(36px, 3.45vw, 48px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.028em;
}

.hl-product__description {
	margin: 0 0 20px;
	color: var(--hl-muted);
	font-size: 15px;
	line-height: 1.65;
}

.hl-product__quick-specs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 0 20px;
	border: 1px solid var(--hl-line);
	border-radius: 4px;
	overflow: hidden;
}

.hl-product__quick-specs > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 10px;
	align-items: center;
	min-height: 78px;
	padding: 13px 15px;
	border-right: 1px solid var(--hl-line);
	border-bottom: 1px solid var(--hl-line);
}

.hl-product__quick-specs > div:nth-child(2n) {
	border-right: 0;
}

.hl-product__quick-specs > div:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.hl-product__quick-specs > div:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	border-right: 0;
}

.hl-product__quick-specs .dashicons {
	width: 25px;
	height: 25px;
	color: var(--hl-navy);
	font-size: 25px;
}

.hl-product__quick-specs dt {
	color: var(--hl-navy);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .015em;
	text-transform: uppercase;
}

.hl-product__quick-specs dd {
	margin: 5px 0 0;
	color: var(--hl-navy);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}

.hl-product__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.hl-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 700;
	transition: transform .18s ease, box-shadow .18s ease;
}

.hl-button:hover {
	transform: translateY(-1px);
}

.hl-button:focus-visible {
	outline: 3px solid #2b73d2;
	outline-offset: 3px;
}

.hl-button--primary {
	background: var(--hl-yellow);
	color: var(--hl-navy) !important;
	box-shadow: 0 8px 18px rgba(255, 184, 0, .24);
}

.hl-button--secondary {
	border-color: var(--hl-navy);
	background: #fff;
	color: var(--hl-navy) !important;
}

.hl-button--outline {
	border: 2px solid var(--hl-yellow);
	background: #fff;
	color: var(--hl-navy) !important;
}

.hl-product__overview {
	position: relative;
	z-index: 0;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
	gap: 58px;
	padding: 58px 0;
}

.hl-product__overview::after {
	content: "";
	position: absolute;
	inset: 0 calc(50% - 50vw);
	z-index: -1;
	background: var(--hl-soft);
}

.hl-product__overview h2,
.hl-product__equipment h2,
.hl-product__inquiry h2 {
	margin: 0 0 16px;
	color: var(--hl-navy);
	font-size: clamp(27px, 2.5vw, 34px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.02em;
}

.hl-product__overview-copy > p:not(.hl-section-label),
.hl-product__inquiry-head > p:not(.hl-section-label) {
	color: var(--hl-muted);
	line-height: 1.68;
}

.hl-feature-list {
	display: grid;
	gap: 8px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.hl-feature-list li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
	align-items: center;
	padding: 9px 0;
	background: transparent;
}

.hl-feature-list li > .dashicons {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--hl-navy);
	color: #fff;
	font-size: 17px;
	line-height: 30px;
}

.hl-feature-list strong,
.hl-feature-list small {
	display: block;
}

.hl-feature-list strong {
	color: var(--hl-navy);
	font-size: 14px;
	line-height: 1.35;
}

.hl-feature-list small {
	margin-top: 4px;
	color: var(--hl-muted);
	font-size: 13px;
	line-height: 1.5;
}

.hl-product__spec-card {
	padding: 0;
	border: 0;
	background: transparent;
}

.hl-product__spec-title {
	margin-bottom: 16px !important;
	font-size: 28px !important;
}

.hl-product__spec-card dl {
	margin: 0;
	border: 1px solid var(--hl-line);
	background: #fff;
	overflow: hidden;
}

.hl-product__spec-card dl > div {
	display: grid;
	grid-template-columns: minmax(170px, 42%) 1fr;
}

.hl-product__spec-card dt,
.hl-product__spec-card dd {
	margin: 0;
	padding: 11px 14px;
	border-bottom: 1px solid var(--hl-line);
}

.hl-product__spec-card dt {
	background: #f8fafc;
	color: var(--hl-navy);
	font-size: 14px;
	font-weight: 600;
}

.hl-product__spec-card dd {
	border-left: 1px solid var(--hl-line);
	color: var(--hl-navy);
	font-size: 14px;
	font-weight: 400;
}

.hl-product__spec-card dl > div:last-child dt,
.hl-product__spec-card dl > div:last-child dd {
	border-bottom: 0;
}

.hl-product__equipment {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
	gap: 52px;
	align-items: center;
	padding: 62px 0;
}

.hl-product__equipment-image {
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
}

.hl-product__equipment-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.hl-product__equipment-copy {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.hl-product__equipment-copy h2 {
	padding-bottom: 9px;
	border-bottom: 2px solid var(--hl-yellow);
	font-size: 22px;
}

.hl-product__equipment-copy > div > p {
	margin: 0;
	color: #46546a;
	line-height: 1.7;
}

.hl-check-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #46546a;
}

.hl-check-list li {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.hl-check-list .dashicons {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	color: var(--hl-navy);
	font-size: 16px;
}

.hl-product__applications {
	grid-column: 1 / -1;
	padding: 18px 20px;
	border-left: 4px solid var(--hl-yellow);
	background: var(--hl-soft);
}

.hl-product__applications h3 {
	margin: 0 0 6px;
	color: var(--hl-navy);
	font-size: 16px;
}

.hl-product__applications p {
	margin: 0;
	color: #5a6678;
	line-height: 1.6;
}

.hl-product__equipment-copy > .hl-button {
	grid-column: 1 / -1;
}

.hl-product__article {
	padding: 64px 0;
	border-top: 1px solid var(--hl-line);
}

.hl-product__article-content {
	width: min(900px, 100%);
	margin-inline: auto;
	color: #344054;
	font-size: 16px;
	line-height: 1.8;
}

.hl-product__article-content > :first-child {
	margin-top: 0;
}

.hl-product__article-content > :last-child {
	margin-bottom: 0;
}

.hl-product__article-content h2,
.hl-product__article-content h3,
.hl-product__article-content h4 {
	color: var(--hl-navy);
	font-weight: 700;
	line-height: 1.25;
}

.hl-product__article-content h2 {
	margin: 42px 0 16px;
	font-size: clamp(26px, 2.4vw, 34px);
}

.hl-product__article-content h3 {
	margin: 32px 0 12px;
	font-size: 23px;
}

.hl-product__article-content p,
.hl-product__article-content ul,
.hl-product__article-content ol,
.hl-product__article-content figure,
.hl-product__article-content table,
.hl-product__article-content blockquote {
	margin: 0 0 22px;
}

.hl-product__article-content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.hl-product__article-content table {
	width: 100%;
	border-collapse: collapse;
}

.hl-product__article-content th,
.hl-product__article-content td {
	padding: 11px 14px;
	border: 1px solid var(--hl-line);
	text-align: left;
}

.hl-product__article-content blockquote {
	padding: 18px 22px;
	border-left: 4px solid var(--hl-yellow);
	background: var(--hl-soft);
}

.hl-product__inquiry {
	display: grid;
	grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
	gap: 46px;
	padding: 48px 48px;
	margin-bottom: 62px;
	border-radius: 4px;
	background: var(--hl-soft);
}

.hl-product__inquiry-head {
	align-self: start;
}

.hl-product__form .wpforms-container {
	margin: 0;
}

.hl-product__form .wpforms-field {
	padding: 0 0 14px;
}

.hl-product__form .wpforms-field-label {
	margin-bottom: 6px;
	color: var(--hl-navy);
	font-size: 12px;
	font-weight: 600;
}

.hl-product__form input,
.hl-product__form textarea,
.hl-product__form select {
	width: 100% !important;
	max-width: none !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 3px !important;
	background: #fff !important;
}

.hl-product__form input {
	min-height: 42px;
}

.hl-product__form textarea {
	min-height: 106px;
}

.hl-product__form button[type="submit"] {
	min-height: 45px;
	padding: 0 26px !important;
	border: 0 !important;
	border-radius: 3px !important;
	background: var(--hl-yellow) !important;
	color: var(--hl-navy) !important;
	font-weight: 700 !important;
}

@media (max-width: 980px) {
	.hl-product__hero,
	.hl-product__overview,
	.hl-product__equipment,
	.hl-product__article,
	.hl-product__inquiry {
		grid-template-columns: 1fr;
	}

	.hl-product__hero {
		gap: 28px;
	}

	.hl-product__overview,
	.hl-product__equipment {
		gap: 34px;
	}

	.hl-product__inquiry {
		gap: 26px;
		padding: 42px 30px;
	}
}

@media (max-width: 640px) {
	.hl-product__breadcrumbs,
	.hl-product__hero,
	.hl-product__overview,
	.hl-product__equipment,
	.hl-product__article,
	.hl-product__inquiry {
		width: min(100% - 28px, 1180px);
	}

	.hl-product__breadcrumbs {
		padding-top: 18px;
		font-size: 12px;
	}

	.hl-product__hero {
		padding-bottom: 44px;
	}

	.hl-product__gallery-arrow {
		width: 36px;
		height: 36px;
		font-size: 26px;
	}

	.hl-product__gallery-arrow.is-prev {
		left: 8px;
	}

	.hl-product__gallery-arrow.is-next {
		right: 8px;
	}

	.hl-product__summary h1 {
		font-size: 31px;
		line-height: 1.12;
	}

	.hl-product__description {
		font-size: 14px;
		line-height: 1.65;
	}

	.hl-product__quick-specs,
	.hl-product__actions,
	.hl-product__equipment-copy {
		grid-template-columns: 1fr;
	}

	.hl-product__quick-specs > div {
		border-right: 0;
	}

	.hl-product__quick-specs > div:nth-last-child(-n + 2) {
		border-bottom: 1px solid var(--hl-line);
	}

	.hl-product__quick-specs > div:last-child {
		border-bottom: 0;
	}

	.hl-product__overview,
	.hl-product__equipment {
		padding: 44px 0;
	}

	.hl-product__article {
		padding: 44px 0;
	}

	.hl-product__spec-card {
		padding: 0;
	}

	.hl-product__spec-card dl > div {
		grid-template-columns: 1fr;
	}

	.hl-product__spec-card dd {
		border-left: 0;
	}

	.hl-product__spec-card dt {
		border-bottom: 0;
	}

	.hl-product__inquiry {
		padding: 32px 20px;
		margin-bottom: 48px;
	}
}

/* Unified technical specifications */
.hl-product__technical-specs {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
	padding: 56px 0;
}

.hl-product__technical-head {
	display: flex;
	gap: 24px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 24px;
}

.hl-product__technical-head h2 {
	margin: 0;
	color: var(--hl-navy);
	font-size: clamp(27px, 3vw, 38px);
	line-height: 1.16;
}

.hl-product__spec-tabs {
	display: inline-flex;
	gap: 6px;
	padding: 5px;
	border: 1px solid var(--hl-line);
	border-radius: 4px;
	background: var(--hl-soft);
}

.hl-product__spec-tabs button {
	min-height: 40px;
	padding: 8px 18px;
	border: 0;
	border-radius: 3px;
	background: transparent;
	color: var(--hl-navy);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.hl-product__spec-tabs button[aria-selected="true"] {
	background: var(--hl-yellow);
	box-shadow: 0 2px 8px rgba(7, 30, 65, .12);
}

.hl-product__spec-tabs button:focus-visible {
	outline: 3px solid #2b73d2;
	outline-offset: 2px;
}

.hl-product__spec-panel[hidden] {
	display: none;
}

.hl-product__spec-panel dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid var(--hl-line);
	border-left: 1px solid var(--hl-line);
	background: #fff;
}

.hl-product__spec-panel dl > div {
	display: grid;
	grid-template-columns: minmax(150px, .95fr) minmax(120px, 1.05fr);
	min-width: 0;
	border-right: 1px solid var(--hl-line);
	border-bottom: 1px solid var(--hl-line);
}

.hl-product__spec-panel dt,
.hl-product__spec-panel dd {
	min-width: 0;
	margin: 0;
	padding: 13px 15px;
	overflow-wrap: anywhere;
}

.hl-product__spec-panel dt {
	background: var(--hl-soft);
	color: #45556d;
	font-size: 13px;
	font-weight: 650;
}

.hl-product__spec-panel dd {
	color: var(--hl-navy);
	font-weight: 750;
}

@media (max-width: 820px) {
	.hl-product__technical-head {
		align-items: start;
		flex-direction: column;
	}

	.hl-product__spec-panel dl {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hl-product__technical-specs {
		width: min(100% - 28px, 1180px);
		padding: 44px 0;
	}

	.hl-product__spec-tabs {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hl-product__spec-tabs button {
		padding-inline: 10px;
	}

	.hl-product__spec-panel dl > div {
		grid-template-columns: 1fr;
	}

	.hl-product__spec-panel dt {
		padding-bottom: 5px;
	}

	.hl-product__spec-panel dd {
		padding-top: 5px;
	}
}
