.hc-products-page,
.hc-product-page {
	--hc-product-card: #fff;
	--hc-product-surface: #ebe7de;
	--hc-product-line: rgba(7, 24, 39, .16);
	color: var(--hc-ink);
	background: var(--hc-paper);
}

.hc-products-page *,
.hc-products-page *::before,
.hc-products-page *::after,
.hc-product-page *,
.hc-product-page *::before,
.hc-product-page *::after {
	box-sizing: border-box;
}

.hc-products-page img,
.hc-product-page img {
	display: block;
	max-width: 100%;
	margin: 0;
}

.hc-products-page a,
.hc-product-page a {
	color: inherit;
	text-decoration: none;
}

.hc-products-page [id],
.hc-product-page [id] {
	scroll-margin-top: 112px;
}

.hc-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding-block: 28px 18px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hc-breadcrumbs a {
	opacity: .62;
	transition: opacity .2s ease, color .2s ease;
}

.hc-breadcrumbs a:hover,
.hc-breadcrumbs a:focus-visible {
	color: var(--hc-signal);
	opacity: 1;
}

.hc-breadcrumbs--dark {
	color: #fff;
}

.hc-catalog-hero,
.hc-product-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 88px 88px,
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 88px 88px,
		radial-gradient(circle at 74% 30%, rgba(255, 90, 34, .16), transparent 30%),
		var(--hc-ink);
}

.hc-catalog-hero::after,
.hc-product-hero::after {
	content: "";
	position: absolute;
	right: -12vw;
	bottom: -34vw;
	width: 70vw;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	box-shadow:
		0 0 0 7vw rgba(255, 255, 255, .02),
		0 0 0 14vw rgba(255, 255, 255, .018);
	pointer-events: none;
}

.hc-catalog-hero__layout,
.hc-product-hero__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
	align-items: center;
	gap: clamp(48px, 7vw, 120px);
	min-height: 510px;
	padding-block: 54px 64px;
}

.hc-catalog-hero__copy,
.hc-product-hero__copy {
	max-width: 650px;
}

.hc-catalog-hero h1,
.hc-product-hero h1 {
	max-width: 760px;
	margin: 17px 0 24px;
	font-family: var(--hc-display);
	font-size: clamp(38px, 4.2vw, 62px);
	font-weight: 600;
	line-height: .98;
	letter-spacing: -.045em;
	text-transform: uppercase;
}

.hc-product-hero h1 {
	font-size: clamp(40px, 4.6vw, 64px);
}

.hc-catalog-hero__copy > p,
.hc-product-hero__copy > p {
	max-width: 620px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, .72);
	font-size: clamp(16px, 1.5vw, 20px);
	line-height: 1.65;
}

.hc-catalog-hero__visual,
.hc-product-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 340px;
	padding: 48px 44px 26px;
	background: rgba(255, 255, 255, .96);
	border: 1px solid rgba(255, 255, 255, .42);
	color: var(--hc-ink);
	box-shadow: 0 40px 90px rgba(0, 0, 0, .22);
}

.hc-catalog-hero__visual::before,
.hc-product-hero__visual::before {
	content: "";
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(7, 24, 39, .1);
	pointer-events: none;
}

.hc-catalog-hero__visual img,
.hc-product-hero__visual img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 320px;
	object-fit: contain;
	filter: drop-shadow(0 28px 24px rgba(7, 24, 39, .2));
}

.hc-catalog-hero__index,
.hc-product-hero__label {
	position: absolute;
	z-index: 2;
	top: 24px;
	left: 28px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.hc-product-hero__placeholder,
.hc-model-card__placeholder {
	font-family: var(--hc-display);
	font-size: clamp(34px, 6vw, 70px);
	font-weight: 700;
	letter-spacing: .12em;
	opacity: .13;
}

.hc-catalog-hero__facts,
.hc-product-hero__facts {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.hc-catalog-hero__facts > div,
.hc-product-hero__facts > div {
	min-width: 0;
	padding: 25px 30px 29px;
	border-right: 1px solid rgba(255, 255, 255, .16);
}

.hc-catalog-hero__facts > div:first-child,
.hc-product-hero__facts > div:first-child {
	padding-left: 0;
}

.hc-catalog-hero__facts > div:last-child,
.hc-product-hero__facts > div:last-child {
	border-right: 0;
}

.hc-catalog-hero__facts dt,
.hc-product-hero__facts dt {
	margin-bottom: 5px;
	font-family: var(--hc-display);
	font-size: clamp(18px, 2vw, 28px);
	font-weight: 600;
	line-height: 1.2;
}

.hc-catalog-hero__facts dd,
.hc-product-hero__facts dd {
	margin: 0;
	color: rgba(255, 255, 255, .56);
	font-size: 12px;
	line-height: 1.4;
}

.hc-product-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hc-model-range,
.hc-product-specs,
.hc-product-description,
.hc-product-gallery,
.hc-product-engineering,
.hc-product-videos {
	padding-block: clamp(68px, 6vw, 96px);
}

.hc-product-gallery + .hc-product-gallery {
	padding-top: clamp(28px, 4vw, 56px);
}

.hc-product-gallery + .hc-product-engineering {
	padding-top: clamp(52px, 5vw, 76px);
}

.hc-model-range__heading,
.hc-product-engineering__heading {
	margin-bottom: 48px;
}

.hc-model-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 22px;
}

.hc-model-card {
	position: relative;
	display: flex;
	flex-direction: column;
	grid-column: span 4;
	min-height: 510px;
	overflow: hidden;
	background: var(--hc-product-card);
	border: 1px solid var(--hc-product-line);
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.hc-model-card:nth-child(1),
.hc-model-card:nth-child(8) {
	grid-column: span 8;
}

.hc-model-card:nth-child(1) .hc-model-card__media,
.hc-model-card:nth-child(8) .hc-model-card__media {
	min-height: 355px;
}

.hc-model-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 4px;
	background: var(--hc-signal);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
}

.hc-model-card:hover,
.hc-model-card:focus-visible {
	z-index: 2;
	border-color: rgba(7, 24, 39, .38);
	box-shadow: 0 26px 60px rgba(7, 24, 39, .12);
	outline: none;
	transform: translateY(-7px);
}

.hc-model-card:hover::after,
.hc-model-card:focus-visible::after {
	transform: scaleX(1);
}

.hc-model-card__topline {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--hc-product-line);
	color: var(--hc-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hc-model-card__media {
	display: grid;
	place-items: center;
	min-height: 300px;
	padding: 28px;
	background:
		linear-gradient(90deg, rgba(7, 24, 39, .035) 1px, transparent 1px) 0 0 / 34px 34px,
		linear-gradient(rgba(7, 24, 39, .035) 1px, transparent 1px) 0 0 / 34px 34px,
		#f7f5f0;
}

.hc-model-card__media img {
	width: 100%;
	max-height: 270px;
	object-fit: contain;
	transition: transform .5s cubic-bezier(.2, .65, .25, 1);
}

.hc-model-card:hover .hc-model-card__media img,
.hc-model-card:focus-visible .hc-model-card__media img {
	transform: scale(1.045) translateY(-4px);
}

.hc-model-card__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 10px 22px;
	margin-top: auto;
	padding: 25px 26px 29px;
}

.hc-model-card__code {
	grid-column: 1 / -1;
	color: var(--hc-signal);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.hc-model-card h3 {
	margin: 0;
	font-family: var(--hc-display);
	font-size: clamp(20px, 1.7vw, 26px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.035em;
	text-transform: uppercase;
}

.hc-model-card__action {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hc-model-card__action b {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	background: var(--hc-ink);
	color: #fff;
	font-size: 14px;
	transition: background-color .2s ease, transform .2s ease;
}

.hc-model-card:hover .hc-model-card__action b,
.hc-model-card:focus-visible .hc-model-card__action b {
	background: var(--hc-signal);
	transform: rotate(8deg);
}

.hc-model-range__empty {
	padding: 40px;
	background: #fff;
	border: 1px solid var(--hc-product-line);
}

.hc-catalog-guidance {
	padding-block: 72px;
	background: var(--hc-product-surface);
	border-block: 1px solid var(--hc-product-line);
}

.hc-catalog-guidance__layout {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(0, 1fr) auto;
	align-items: end;
	gap: 38px clamp(38px, 6vw, 94px);
}

.hc-catalog-guidance h2 {
	max-width: 620px;
	margin: 14px 0 0;
	font-family: var(--hc-display);
	font-size: clamp(26px, 2.6vw, 40px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -.04em;
	text-transform: uppercase;
}

.hc-catalog-guidance p {
	margin: 0;
	color: var(--hc-muted);
	font-size: 17px;
	line-height: 1.72;
}

.hc-product-specs {
	background: var(--hc-product-surface);
	border-bottom: 1px solid var(--hc-product-line);
}

.hc-product-specs__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	align-items: start;
	gap: clamp(40px, 5vw, 72px);
}

.hc-product-specs__layout > *,
.hc-product-description__layout > * {
	min-width: 0;
}

.hc-product-specs h2,
.hc-product-description h2,
.hc-product-gallery h2,
.hc-product-videos h2 {
	margin: 16px 0 24px;
	font-family: var(--hc-display);
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -.035em;
	text-transform: uppercase;
}

.hc-products-page .hc-section-heading h2,
.hc-product-page .hc-section-heading h2 {
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.04;
	letter-spacing: -.035em;
}

.hc-product-specs header > p {
	max-width: 470px;
	margin: 0;
	color: var(--hc-muted);
	line-height: 1.7;
}

.hc-spec-table {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--hc-product-line);
}

.hc-spec-table table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	table-layout: fixed;
}

.hc-spec-table tr:nth-child(even) {
	background: rgba(7, 24, 39, .035);
}

.hc-spec-table td,
.hc-spec-table th {
	width: auto !important;
	padding: 16px 18px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hc-product-line) !important;
	color: var(--hc-ink) !important;
	font-family: var(--hc-body) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	vertical-align: middle !important;
}

.hc-spec-table tr:last-child td,
.hc-spec-table tr:last-child th {
	border-bottom: 0 !important;
}

.hc-spec-table td:last-child,
.hc-spec-table th:last-child {
	text-align: right;
	font-weight: 750;
}

.hc-product-description {
	background: #fff;
}

.hc-product-description__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: clamp(40px, 5vw, 72px);
}

.hc-product-description__content {
	color: #30424f;
	font-size: 17px;
	line-height: 1.82;
	overflow-wrap: anywhere;
}

.hc-product-description__content span,
.hc-product-chapter__body span {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.hc-product-description__content > :first-child {
	margin-top: 0;
}

.hc-product-description__content > :last-child {
	margin-bottom: 0;
}

.hc-product-description__content a {
	color: var(--hc-signal);
	font-weight: 700;
}

.hc-product-gallery {
	overflow: hidden;
	border-top: 1px solid var(--hc-product-line);
}

.hc-product-gallery + .hc-product-gallery {
	background: var(--hc-product-surface);
}

.hc-product-gallery__header {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 32px;
	margin-bottom: 38px;
}

.hc-product-gallery__header h2 {
	margin-bottom: 0;
}

.hc-product-gallery__header > p {
	max-width: 360px;
	margin: 0;
	color: rgba(255, 255, 255, .6);
}

.hc-rail-controls {
	display: flex;
	gap: 8px;
}

.hc-rail-controls button {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	background: transparent;
	border: 1px solid var(--hc-product-line);
	color: var(--hc-ink);
	font-size: 18px;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.hc-rail-controls button:hover,
.hc-rail-controls button:focus-visible {
	background: var(--hc-ink);
	color: #fff;
	outline: none;
}

.hc-rail-controls button:disabled {
	cursor: default;
	opacity: .26;
}

.hc-product-gallery__rail {
	display: grid;
	grid-auto-columns: minmax(300px, 42%);
	grid-auto-flow: column;
	gap: 18px;
	overflow-x: auto;
	padding-bottom: 12px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: var(--hc-signal) rgba(7, 24, 39, .1);
}

.hc-product-gallery__item {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	padding: 0;
	background: var(--hc-ink);
	border: 0;
	color: #fff;
	cursor: zoom-in;
	scroll-snap-align: start;
}

.hc-product-gallery__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(7, 24, 39, .6));
	pointer-events: none;
}

.hc-product-gallery__item img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	transition: transform .55s ease, opacity .3s ease;
}

.hc-product-gallery__item:hover img,
.hc-product-gallery__item:focus-visible img {
	opacity: .86;
	transform: scale(1.035);
}

.hc-product-gallery__item:focus-visible {
	outline: 3px solid var(--hc-signal);
	outline-offset: -3px;
}

.hc-product-engineering {
	background: #fff;
}

.hc-product-chapters {
	border-top: 1px solid var(--hc-product-line);
}

.hc-product-chapter {
	display: grid;
	grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
	gap: clamp(38px, 8vw, 130px);
	padding-block: 54px;
	border-bottom: 1px solid var(--hc-product-line);
}

.hc-product-chapter > header {
	display: grid;
	align-content: start;
	gap: 18px;
}

.hc-product-chapter h3 {
	margin: 0;
	font-family: var(--hc-display);
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.035em;
	text-transform: uppercase;
}

.hc-product-chapter__body {
	min-width: 0;
	color: #30424f;
	font-size: 15px;
	line-height: 1.76;
	overflow-wrap: anywhere;
}

.hc-product-chapter__body > :first-child {
	margin-top: 0;
}

.hc-product-chapter__body > :last-child {
	margin-bottom: 0;
}

.hc-product-chapter__body ul,
.hc-product-chapter__body ol {
	padding-left: 22px;
}

.hc-product-chapter__body table {
	width: 100% !important;
	height: auto !important;
	margin-block: 26px !important;
	border-collapse: collapse;
	table-layout: fixed;
}

.hc-product-chapter__body tr {
	height: auto !important;
}

.hc-product-chapter__body td,
.hc-product-chapter__body th {
	width: auto !important;
	height: auto !important;
	padding: 13px 14px !important;
	border: 1px solid var(--hc-product-line) !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
	overflow-wrap: anywhere;
	vertical-align: middle !important;
}

.hc-product-chapter__body td:last-child,
.hc-product-chapter__body th:last-child {
	text-align: right;
	font-weight: 700;
}

.hc-product-chapter__media {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 28px;
}

.hc-product-chapter__media button {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	padding: 0;
	background: var(--hc-product-surface);
	border: 0;
	cursor: zoom-in;
}

.hc-product-chapter__media button:focus-visible {
	outline: 3px solid var(--hc-signal);
	outline-offset: 2px;
}

.hc-product-chapter__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.hc-product-chapter__media button:hover img {
	transform: scale(1.05);
}

.hc-product-videos {
	color: #fff;
	background: var(--hc-ink);
}

.hc-product-videos h2 {
	color: #fff;
}

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

.hc-product-video {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	padding: 0;
	background: #02080d;
	border: 1px solid rgba(255, 255, 255, .14);
	color: #fff;
	cursor: pointer;
}

.hc-product-video::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 24, 39, .08), rgba(7, 24, 39, .62));
}

.hc-product-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .76;
	transition: opacity .3s ease, transform .45s ease;
}

.hc-product-video:hover img,
.hc-product-video:focus-visible img {
	opacity: .95;
	transform: scale(1.04);
}

.hc-product-video:focus-visible {
	outline: 3px solid var(--hc-signal);
	outline-offset: 3px;
}

.hc-product-video__play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	padding-left: 4px;
	background: var(--hc-signal);
	color: #fff;
	transform: translate(-50%, -50%);
	transition: transform .25s ease;
}

.hc-product-video:hover .hc-product-video__play,
.hc-product-video:focus-visible .hc-product-video__play {
	transform: translate(-50%, -50%) scale(1.08);
}

.hc-product-consultation {
	margin-top: 0;
	padding-block: clamp(72px, 7vw, 104px);
}

.hc-product-consultation h2 {
	font-size: clamp(30px, 3vw, 44px);
}

.rs-17 .rs-button-up {
	display: none !important;
}

@media (max-width: 1180px) {
	.hc-catalog-hero__layout,
	.hc-product-hero__layout {
		grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
		gap: 46px;
	}

	.hc-model-card,
	.hc-model-card:nth-child(1),
	.hc-model-card:nth-child(8) {
		grid-column: span 6;
	}

	.hc-catalog-guidance__layout {
		grid-template-columns: 1fr 1fr;
	}

	.hc-catalog-guidance__layout > .hc-text-link {
		grid-column: 2;
	}
}

@media (max-width: 980px) {
	.hc-inner-page .wrapper {
		padding-top: 78px;
	}
}

@media (max-width: 900px) {
	.hc-catalog-hero__layout,
	.hc-product-hero__layout {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-top: 38px;
	}

	.hc-catalog-hero__copy,
	.hc-product-hero__copy {
		max-width: 760px;
	}

	.hc-catalog-hero__visual,
	.hc-product-hero__visual {
		min-height: 310px;
	}

	.hc-product-specs__layout,
	.hc-product-description__layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.hc-product-chapter {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.hc-model-card__body {
		grid-template-columns: 1fr;
	}

	.hc-model-card__action {
		justify-content: space-between;
		margin-top: 8px;
	}

	.hc-product-gallery__rail {
		grid-auto-columns: minmax(280px, 72%);
	}

	.hc-product-videos__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.hc-inner-page .wrapper {
		padding-top: 70px;
	}

	.hc-products-page [id],
	.hc-product-page [id] {
		scroll-margin-top: 88px;
	}

	.rs-17 .rs-button-up {
		display: none !important;
	}

	.hc-breadcrumbs {
		padding-block: 20px 8px;
		font-size: 9px;
	}

	.hc-catalog-hero__layout,
	.hc-product-hero__layout {
		padding-block: 34px 44px;
	}

	.hc-catalog-hero h1,
	.hc-product-hero h1 {
		font-size: clamp(32px, 9.5vw, 44px);
	}

	.hc-product-specs h2,
	.hc-product-description h2,
	.hc-product-gallery h2,
	.hc-product-videos h2,
	.hc-products-page .hc-section-heading h2,
	.hc-product-page .hc-section-heading h2 {
		font-size: clamp(26px, 8vw, 32px);
	}

	.hc-catalog-hero__visual,
	.hc-product-hero__visual {
		min-height: 250px;
		padding: 40px 22px 18px;
	}

	.hc-catalog-hero__visual img,
	.hc-product-hero__visual img {
		max-height: 230px;
	}

	.hc-catalog-hero__facts,
	.hc-product-hero__facts {
		grid-template-columns: 1fr;
	}

	.hc-catalog-hero__facts > div,
	.hc-product-hero__facts > div,
	.hc-catalog-hero__facts > div:first-child,
	.hc-product-hero__facts > div:first-child {
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .14);
	}

	.hc-catalog-hero__facts > div:last-child,
	.hc-product-hero__facts > div:last-child {
		border-bottom: 0;
	}

	.hc-model-range,
	.hc-product-specs,
	.hc-product-description,
	.hc-product-gallery,
	.hc-product-engineering,
	.hc-product-videos {
		padding-block: 56px;
	}

	.hc-model-grid {
		grid-template-columns: 1fr;
	}

	.hc-model-card,
	.hc-model-card:nth-child(1),
	.hc-model-card:nth-child(8) {
		grid-column: auto;
		min-height: 0;
	}

	.hc-model-card__media,
	.hc-model-card:nth-child(1) .hc-model-card__media,
	.hc-model-card:nth-child(8) .hc-model-card__media {
		min-height: 270px;
	}

	.hc-catalog-guidance__layout {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.hc-catalog-guidance__layout > .hc-text-link {
		grid-column: auto;
	}

	.hc-product-gallery__header {
		align-items: center;
	}

	.hc-product-videos .hc-product-gallery__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.hc-product-videos .hc-product-gallery__header > p {
		max-width: none;
	}

	.hc-product-gallery__rail {
		grid-auto-columns: 86%;
	}

	.hc-product-gallery__item,
	.hc-product-gallery__item img {
		min-height: 330px;
	}

	.hc-product-chapter {
		grid-template-columns: 1fr;
		gap: 28px;
		padding-block: 42px;
	}

	.hc-product-chapter > header {
		gap: 10px;
	}

	.hc-product-chapter__body {
		font-size: 14px;
	}

	.hc-product-chapter__media {
		grid-template-columns: repeat(2, 1fr);
	}

	.hc-product-videos__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.hc-product-hero__actions {
		display: grid;
	}

	.hc-product-hero__actions .hc-button {
		justify-content: center;
		width: 100%;
	}

	.hc-spec-table {
		max-width: 100%;
		overflow: hidden;
	}

	.hc-spec-table table {
		min-width: 0;
		table-layout: auto;
	}

	.hc-spec-table tbody {
		display: block;
	}

	.hc-spec-table tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(76px, .42fr);
		height: auto !important;
	}

	.hc-spec-table td,
	.hc-spec-table th {
		display: block;
		width: auto !important;
		height: auto !important;
		overflow-wrap: anywhere;
	}

	.hc-product-specs h2 {
		font-size: 26px;
	}

	.hc-product-gallery__header {
		align-items: end;
	}

	.hc-product-gallery__header h2 {
		font-size: 32px;
	}

	.hc-rail-controls button {
		width: 40px;
		height: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hc-model-card,
	.hc-model-card::after,
	.hc-model-card__media img,
	.hc-model-card__action b,
	.hc-product-gallery__rail,
	.hc-product-gallery__item img,
	.hc-product-chapter__media img,
	.hc-product-video img,
	.hc-product-video__play {
		scroll-behavior: auto;
		transition: none;
	}
}
