@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/manrope-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url("../fonts/unbounded-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url("../fonts/unbounded-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--hc-ink: #071827;
	--hc-ink-soft: #10283a;
	--hc-paper: #f3f0e9;
	--hc-white: #fff;
	--hc-signal: #ff5a22;
	--hc-line: rgba(7, 24, 39, .18);
	--hc-muted: #65727c;
	--hc-shell: min(1440px, calc(100vw - 80px));
	--hc-display: "Unbounded", sans-serif;
	--hc-heading: "Manrope", sans-serif;
	--hc-body: "Manrope", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.hc-home {
	margin: 0;
	background: var(--hc-paper);
	color: var(--hc-ink);
	font-family: var(--hc-body);
	font-size: 16px;
	line-height: 1.55;
	overflow-x: hidden;
}

body.hc-inner-page {
	background: var(--hc-paper);
}

.hc-inner-page .hc-site-header {
	background: rgba(7, 24, 39, .98);
	border-color: rgba(255, 255, 255, .1);
	backdrop-filter: blur(14px);
}

.hc-inner-page .wrapper {
	min-height: calc(100vh - 420px);
	padding-top: 92px;
}

.hc-home *,
.hc-home *::before,
.hc-home *::after {
	box-sizing: border-box;
}

.hc-home img {
	display: block;
	max-width: 100%;
	margin: 0;
}

.hc-home a {
	color: inherit;
	text-decoration: none;
}

.hc-home button,
.hc-home input {
	font: inherit;
}

.hc-home button {
	color: inherit;
}

.hc-shell {
	width: var(--hc-shell);
	margin-inline: auto;
}

.screen-reader-text,
.hc-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.hc-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 10px 16px;
	background: var(--hc-white);
	color: var(--hc-ink);
	transform: translateY(-160%);
	transition: transform .2s ease;
}

.hc-skip-link:focus {
	transform: translateY(0);
}

.hc-site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 1000;
	color: var(--hc-white);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	transition: background-color .3s ease, transform .3s ease, border-color .3s ease;
}

.admin-bar .hc-site-header {
	top: 32px;
}

.hc-site-header.is-scrolled,
.hc-site-header.is-menu-open {
	background: rgba(7, 24, 39, .97);
	border-color: rgba(255, 255, 255, .1);
	backdrop-filter: blur(14px);
}

.hc-site-header__inner {
	width: var(--hc-shell);
	min-height: 92px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 36px;
}

.hc-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: max-content;
}

.hc-brand__mark {
	width: 64px;
	height: 40px;
	object-fit: contain;
	filter: grayscale(1) brightness(0) invert(1);
}

.hc-brand__fallback {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .5);
	font-family: var(--hc-display);
}

.hc-brand__copy {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.hc-brand__copy strong {
	font-family: var(--hc-display);
	font-size: 15px;
	letter-spacing: .12em;
}

.hc-brand__copy small {
	margin-top: 5px;
	font-size: 9px;
	letter-spacing: .26em;
	text-transform: uppercase;
	opacity: .68;
}

.hc-home-nav {
	justify-self: center;
}

.hc-home-nav__list,
.hc-home-nav__list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hc-home-nav__list {
	display: flex;
	align-items: center;
	gap: 30px;
}

.hc-home-nav__list > li {
	position: relative;
}

.hc-home-nav__list > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hc-home-nav__list > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 4px;
	height: 2px;
	background: var(--hc-signal);
	transition: right .25s ease;
}

.hc-home-nav__list > li:hover > a::after,
.hc-home-nav__list > li.current-menu-item > a::after,
.hc-home-nav__list > li.current_page_item > a::after,
.home .hc-home-nav__list > li:first-child > a::after,
.hc-home-nav__list > li > a:focus-visible::after {
	right: 0;
}

.hc-home-nav__list > li.menu-item-has-children > a {
	position: relative;
	padding-right: 15px;
}

.hc-home-nav__list > li.menu-item-has-children > a::after {
	left: auto;
	right: 0;
	bottom: auto;
	top: 50%;
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 5px solid currentColor;
	background: transparent;
	transform: translateY(-35%);
	transition: transform .2s ease;
}

.hc-home-nav__list > li.menu-item-has-children:hover > a::after,
.hc-home-nav__list > li.menu-item-has-children:focus-within > a::after {
	right: 0;
	transform: translateY(-35%) rotate(180deg);
}

.hc-home-nav__list .sub-menu {
	position: absolute;
	top: calc(100% + 14px);
	left: -18px;
	width: 260px;
	padding: 12px;
	background: var(--hc-white);
	color: var(--hc-ink);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.hc-home-nav__list .sub-menu li {
	position: relative;
}

.hc-home-nav__list .sub-menu .sub-menu {
	top: -12px;
	left: 100%;
	transform: translateX(10px);
}

.hc-home-nav__list li:hover > .sub-menu,
.hc-home-nav__list li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hc-home-nav__list .sub-menu li:hover > .sub-menu,
.hc-home-nav__list .sub-menu li:focus-within > .sub-menu {
	transform: translateX(0);
}

.hc-home-nav__list .sub-menu a {
	display: block;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 650;
}

.hc-home-nav__list .sub-menu > li.menu-item-has-children > a {
	position: relative;
	padding-right: 34px;
}

.hc-home-nav__list .sub-menu > li.menu-item-has-children > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid currentColor;
	transform: translateY(-50%);
}

.hc-home-nav__list .sub-menu a:hover,
.hc-home-nav__list .sub-menu a:focus-visible {
	background: #edf1f3;
	color: var(--hc-signal);
}

@media (min-width: 981px) {
	/*
	 * Preserve hover while the pointer crosses the visual gap below a desktop
	 * menu trigger. The bridge covers both the 14px offset and the submenu's
	 * initial 10px entrance transform without changing the visible spacing.
	 */
	.hc-home-nav__list > li.menu-item-has-children:hover::before,
	.hc-home-nav__list > li.menu-item-has-children:focus-within::before {
		content: "";
		position: absolute;
		top: 100%;
		left: -18px;
		width: 260px;
		height: 24px;
		background: transparent;
	}
}

.hc-submenu-toggle,
.hc-submenu-back {
	display: none;
}

.hc-site-header__actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.hc-language {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
}

.hc-language--mobile {
	display: none;
}

.hc-language__current {
	color: var(--hc-signal);
}

.hc-language a {
	opacity: .66;
}

.hc-language__pending {
	opacity: .42;
	cursor: default;
}

.hc-language a:hover,
.hc-language a:focus-visible {
	opacity: 1;
}

.hc-header-phone {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.1;
}

.hc-header-phone span {
	margin-bottom: 5px;
	font-size: 9px;
	letter-spacing: .13em;
	text-transform: uppercase;
	opacity: .64;
}

.hc-header-phone strong {
	max-width: 210px;
	font-size: 12px;
	font-weight: 650;
	text-align: right;
}

.hc-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, .45);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.hc-header-cta:hover,
.hc-header-cta:focus-visible {
	background: var(--hc-signal);
	border-color: var(--hc-signal);
	color: var(--hc-white);
}

.hc-menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 13px 11px;
	border: 1px solid rgba(255, 255, 255, .35);
	background: transparent;
}

.hc-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 1px;
	margin: 4px 0;
	background: currentColor;
	transition: transform .25s ease, opacity .25s ease;
}

.hc-hero {
	position: relative;
	min-height: 820px;
	height: 100svh;
	max-height: 1100px;
	display: grid;
	align-items: center;
	background: var(--hc-ink);
	color: var(--hc-white);
	isolation: isolate;
	overflow: hidden;
}

.hc-hero__media,
.hc-hero__veil,
.hc-hero__grid {
	position: absolute;
	inset: 0;
}

.hc-hero__fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hc-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	pointer-events: none;
}

.hc-hero__video.is-ready {
	opacity: 1;
}

.hc-hero__veil {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 18, 30, .94) 0%, rgba(5, 18, 30, .6) 42%, rgba(5, 18, 30, .18) 75%),
		linear-gradient(0deg, rgba(5, 18, 30, .84) 0%, transparent 48%);
}

.hc-hero__grid {
	z-index: 2;
	background: none;
	pointer-events: none;
}

.hc-hero__content {
	position: relative;
	z-index: 3;
	padding-top: 88px;
	padding-bottom: 150px;
}

.hc-hero__eyebrow {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-bottom: 32px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.hc-hero__eyebrow span:first-child {
	color: var(--hc-signal);
}

.hc-hero__eyebrow span + span::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 1px;
	margin-right: 18px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .45);
}

.hc-hero h1 {
	max-width: 1040px;
	margin: 0;
	font-family: var(--hc-heading);
	font-size: clamp(44px, 5.6vw, 92px);
	font-weight: 700;
	line-height: .96;
	letter-spacing: -.055em;
	text-wrap: balance;
}

.hc-hero__content > p {
	max-width: 660px;
	margin: 34px 0 0;
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 1.55;
	color: rgba(255, 255, 255, .78);
}

.hc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 42px;
}

.hc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
	min-height: 58px;
	padding: 0 26px;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.hc-button:hover,
.hc-button:focus-visible {
	transform: translateY(-2px);
}

.hc-button--signal {
	background: var(--hc-signal);
	color: var(--hc-white);
}

.hc-button--signal:hover,
.hc-button--signal:focus-visible {
	background: #ff7041;
	color: var(--hc-white);
}

.hc-button--glass {
	border-color: rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .04);
	color: var(--hc-white);
	backdrop-filter: blur(8px);
}

.hc-button--glass:hover,
.hc-button--glass:focus-visible,
.hc-button--outline-light:hover,
.hc-button--outline-light:focus-visible {
	background: var(--hc-white);
	color: var(--hc-ink);
	border-color: var(--hc-white);
}

.hc-button--outline-light {
	border-color: rgba(255, 255, 255, .45);
	color: var(--hc-white);
}

.hc-hero__footer {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
}

.hc-hero__facts {
	display: flex;
	margin: 0;
}

.hc-hero__facts > div {
	min-width: 190px;
	padding: 0 28px;
	border-left: 1px solid rgba(255, 255, 255, .25);
}

.hc-hero__facts > div:first-child {
	padding-left: 0;
	border-left: 0;
}

.hc-hero__facts dt {
	font-family: var(--hc-display);
	font-size: 18px;
	font-weight: 600;
}

.hc-hero__facts dd {
	max-width: 170px;
	margin: 7px 0 0;
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .58);
}

.hc-hero__media-note {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hc-hero__media-note::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hc-signal);
	box-shadow: 0 0 0 5px rgba(255, 81, 36, .18);
}

.hc-products,
.hc-shipyard,
.hc-news,
.hc-gallery,
.hc-video-library,
.hc-partners,
.hc-consultation,
.hc-site-footer {
	content-visibility: auto;
	contain-intrinsic-size: auto 900px;
}

.hc-section {
	padding: 130px 0;
}

.hc-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
	align-items: end;
	gap: 64px;
	margin-bottom: 58px;
}

.hc-section-heading--compact {
	grid-template-columns: 1fr auto;
}

.hc-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	color: var(--hc-signal);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.hc-kicker::before {
	content: "";
	width: 30px;
	height: 2px;
	background: currentColor;
}

.hc-kicker--light {
	color: #ff8c64;
}

.hc-section-heading h2,
.hc-shipyard h2,
.hc-consultation h2,
.hc-partners h2 {
	margin: 0;
	font-family: var(--hc-heading);
	font-size: clamp(34px, 4.2vw, 64px);
	font-weight: 700;
	line-height: .98;
	letter-spacing: -.05em;
	text-wrap: balance;
}

.hc-section-heading > p,
.hc-shipyard__copy > p,
.hc-consultation__copy > p {
	margin: 0;
	color: var(--hc-muted);
	font-size: 16px;
}

.hc-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--hc-line);
	border-left: 1px solid var(--hc-line);
}

.hc-product-card {
	position: relative;
	min-width: 0;
	border-right: 1px solid var(--hc-line);
	border-bottom: 1px solid var(--hc-line);
	background: rgba(255, 255, 255, .2);
	overflow: hidden;
	transition: background-color .25s ease, transform .25s ease;
}

.hc-product-card:hover,
.hc-product-card:focus-visible {
	z-index: 2;
	background: var(--hc-white);
	transform: translateY(-5px);
	outline: none;
	box-shadow: 0 28px 60px rgba(7, 24, 39, .12);
}

.hc-product-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	display: grid;
	place-items: center;
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .56), transparent 62%),
		#e9e8e3;
	overflow: hidden;
}

.hc-product-card__media::after {
	content: "";
	position: absolute;
	inset: auto 24px 18px;
	height: 1px;
	background: rgba(7, 24, 39, .15);
}

.hc-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.hc-product-card__placeholder {
	font-family: var(--hc-display);
	font-size: clamp(28px, 3.5vw, 54px);
	font-weight: 600;
	letter-spacing: -.04em;
	color: rgba(7, 24, 39, .09);
}

.hc-product-card:hover .hc-product-card__media img,
.hc-product-card:focus-visible .hc-product-card__media img {
	transform: scale(1.07) translateY(-3px);
}

.hc-product-card__body {
	min-height: 130px;
	padding: 23px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hc-product-card h3 {
	margin: 0 0 20px;
	font-family: var(--hc-display);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

.hc-product-card__link,
.hc-news-card__more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--hc-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hc-product-card__link b,
.hc-news-card__more span {
	color: var(--hc-signal);
	font-size: 18px;
	font-weight: 400;
}

.hc-section-action {
	display: flex;
	justify-content: flex-end;
	margin-top: 34px;
}

.hc-text-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 7px;
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hc-text-link span {
	color: var(--hc-signal);
}

.hc-text-link:hover,
.hc-text-link:focus-visible {
	color: var(--hc-signal);
}

.hc-shipyard {
	position: relative;
	padding: 128px 0;
	background:
		radial-gradient(circle at 84% 18%, rgba(61, 113, 140, .25), transparent 34%),
		linear-gradient(135deg, #071827, #0a2235 62%, #071827);
	color: var(--hc-white);
	overflow: hidden;
}

.hc-shipyard::before {
	content: "ПАРМА";
	position: absolute;
	right: -1vw;
	top: 16px;
	font-family: var(--hc-display);
	font-size: clamp(100px, 20vw, 320px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.08em;
	color: rgba(255, 255, 255, .025);
	pointer-events: none;
}

.hc-shipyard__layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, .5fr);
	gap: 70px 80px;
}

.hc-shipyard__copy {
	align-self: end;
}

.hc-shipyard__copy > p {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, .65);
}

.hc-capabilities {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	margin: 16px 0 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.hc-capabilities li {
	min-height: 250px;
	padding: 28px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.hc-capabilities__icon {
	display: block;
	width: 44px;
	height: 44px;
	margin-bottom: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	color: var(--hc-signal);
	transition: transform .25s ease;
}

.hc-capabilities li:hover .hc-capabilities__icon {
	transform: translateY(-3px);
}

.hc-capabilities strong {
	display: block;
	margin-bottom: 14px;
	font-family: var(--hc-display);
	font-size: 16px;
}

.hc-capabilities p {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, .58);
}

.hc-news {
	background: #fff;
}

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

.hc-rail-controls button {
	width: 50px;
	height: 50px;
	border: 1px solid var(--hc-line);
	background: transparent;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.hc-rail-controls button:hover:not(:disabled),
.hc-rail-controls button:focus-visible {
	background: var(--hc-ink);
	border-color: var(--hc-ink);
	color: var(--hc-white);
}

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

.hc-news-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(310px, 1fr);
	grid-template-rows: 1fr;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.hc-news-rail::-webkit-scrollbar,
.hc-gallery-rail::-webkit-scrollbar {
	display: none;
}

.hc-news-card {
	display: flex;
	flex-direction: column;
	min-height: 570px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--hc-line);
	scroll-snap-align: start;
}

.hc-news-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	margin-bottom: 22px;
	background: #dfe5e8;
	overflow: hidden;
}

.hc-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.78);
	transition: transform .5s ease, filter .5s ease;
}

.hc-news-card:hover .hc-news-card__media img {
	transform: scale(1.04);
	filter: saturate(1);
}

.hc-news-card__meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	color: var(--hc-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hc-news-card h3 {
	margin: 0 0 14px;
	font-family: var(--hc-display);
	font-size: 18px;
	line-height: 1.35;
}

.hc-news-card h3 a:hover,
.hc-news-card h3 a:focus-visible {
	color: var(--hc-signal);
}

.hc-news-card p {
	margin: 0 0 24px;
	color: var(--hc-muted);
	font-size: 13px;
}

.hc-news-card__more {
	margin-top: auto;
}

.hc-gallery {
	padding-bottom: 140px;
	background: var(--hc-paper);
}

.hc-gallery-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: clamp(190px, 17vw, 260px);
	grid-template-rows: clamp(240px, 23vw, 340px);
	gap: 8px;
	padding: 0 max(40px, calc((100vw - 1440px) / 2));
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.hc-gallery-card {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: var(--hc-ink);
	overflow: hidden;
	cursor: zoom-in;
	scroll-snap-align: start;
}

.hc-gallery-card--wide {
	grid-column: auto;
}

.hc-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .88;
	transition: transform .6s ease, opacity .4s ease;
}

.hc-gallery-card:hover img,
.hc-gallery-card:focus-visible img {
	transform: scale(1.04);
	opacity: 1;
}

.hc-gallery-card > span {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 18px;
	display: flex;
	justify-content: space-between;
	color: var(--hc-white);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hc-gallery-card > span b {
	color: var(--hc-signal);
	font-size: 18px;
}

.hc-video-library {
	background: var(--hc-ink);
	color: var(--hc-white);
}

.hc-video-library .hc-section-heading > p {
	color: rgba(255, 255, 255, .58);
}

.hc-video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .14);
}

.hc-video-card {
	min-width: 0;
	padding: 0;
	border: 0;
	background: var(--hc-ink);
	color: var(--hc-white);
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	transition: background-color .25s ease;
}

.hc-video-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	background: #0d293d;
	overflow: hidden;
}

.hc-video-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(7, 24, 39, .62), transparent 55%);
}

.hc-video-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.55);
	transition: transform .5s ease, filter .5s ease;
}

.hc-video-card:hover img,
.hc-video-card:focus-visible img {
	transform: scale(1.04);
	filter: saturate(.9);
}

.hc-video-card__media i {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 50%;
	background: rgba(7, 24, 39, .42);
	transform: translate(-50%, -50%);
	transition: background-color .2s ease, border-color .2s ease;
}

.hc-video-card__media i::before {
	content: "";
	position: absolute;
	left: 29px;
	top: 24px;
	border-left: 19px solid var(--hc-white);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.hc-video-card:hover .hc-video-card__media i,
.hc-video-card:focus-visible .hc-video-card__media i {
	background: var(--hc-signal);
	border-color: var(--hc-signal);
}

.hc-video-card__title {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 82px;
	padding: 18px 22px;
	font-family: var(--hc-display);
	font-size: 15px;
	line-height: 1.35;
}

.hc-video-card__title::after {
	content: "↗";
	margin-left: auto;
	flex: 0 0 auto;
	color: var(--hc-signal);
	font-family: var(--hc-body);
	font-size: 20px;
	font-weight: 400;
	transition: transform .25s ease;
}

.hc-video-card:hover,
.hc-video-card:focus-visible {
	background: var(--hc-ink-soft);
}

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

.hc-video-card:hover .hc-video-card__title::after,
.hc-video-card:focus-visible .hc-video-card__title::after {
	transform: translate(3px, -3px);
}

.hc-partners {
	padding: 100px 0;
	background: #e7e5df;
}

.hc-partners h2 {
	font-size: clamp(30px, 3.4vw, 48px);
}

.hc-partners__title-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
}

.hc-partners__controls {
	flex: 0 0 auto;
	margin-bottom: 7px;
}

.hc-partners__controls button {
	display: grid;
	place-items: center;
	color: var(--hc-ink);
}

.hc-partners__controls svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 1.4;
}

.hc-partner-list {
	display: flex;
	align-items: center;
	gap: 54px;
	margin-top: 54px;
	padding: 34px 0;
	border-top: 1px solid var(--hc-line);
	border-bottom: 1px solid var(--hc-line);
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	touch-action: pan-x pan-y;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.hc-partner-list.is-scrollable {
	cursor: grab;
}

.hc-partner-list::-webkit-scrollbar {
	display: none;
}

.hc-partner-list.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	user-select: none;
}

.hc-partner-list:focus-visible {
	outline: 2px solid var(--hc-signal);
	outline-offset: 6px;
}

.hc-partner {
	flex: 0 0 120px;
	height: 100px;
	display: grid;
	place-items: center;
	scroll-snap-align: start;
}

.hc-partner img {
	max-width: 110px;
	max-height: 92px;
	pointer-events: none;
	user-select: none;
	filter: grayscale(1) contrast(.9);
	opacity: .68;
	transition: filter .25s ease, opacity .25s ease;
}

.hc-partner:hover img {
	filter: grayscale(0);
	opacity: 1;
}

.hc-consultation {
	position: relative;
	overflow: hidden;
	padding: 120px 0;
	border-top: 1px solid rgba(255, 255, 255, .08);
	background:
		linear-gradient(118deg, rgba(255, 90, 34, .1) 0%, rgba(255, 90, 34, 0) 43%),
		linear-gradient(180deg, #15364b 0%, #0b2538 100%);
	color: var(--hc-white);
}

.hc-consultation::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: none;
}

.hc-consultation__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
	gap: 90px;
	align-items: start;
}

.hc-consultation h2 {
	font-size: clamp(34px, 4vw, 58px);
}

.hc-consultation__copy > p {
	max-width: 560px;
	margin-top: 26px;
	color: rgba(255, 255, 255, .7);
}

.hc-consultation-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 18px;
	padding-top: 10px;
}

.hc-consultation-form > label {
	display: block;
}

.hc-consultation-form > label:nth-of-type(3) {
	grid-column: 1 / -1;
}

.hc-consultation-form label > span:first-child {
	display: block;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hc-consultation-form input:not([type="checkbox"]) {
	width: 100%;
	height: 56px;
	padding: 0 2px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .38);
	border-radius: 0;
	outline: none;
	background: transparent;
	color: var(--hc-white);
}

.hc-consultation-form input::placeholder {
	color: rgba(255, 255, 255, .46);
}

.hc-consultation-form input:focus {
	border-color: #ff8c64;
}

.hc-consultation-form label.error {
	display: block;
	margin-top: 7px;
	font-size: 11px;
	color: #ffb39a;
}

.hc-consultation-form__submit {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(230px, .58fr) 1fr;
	align-items: center;
	gap: 22px;
	margin-top: 8px;
}

.hc-consultation-form__submit > button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	padding: 0 24px;
	border: 1px solid var(--hc-signal);
	background: var(--hc-signal);
	color: var(--hc-white);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.hc-consultation-form__submit > button:hover,
.hc-consultation-form__submit > button:focus-visible {
	transform: translateY(-2px);
	border-color: #e84c18;
	background: #e84c18;
}

.hc-consent {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
}

.hc-consent input {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	accent-color: var(--hc-signal);
}

.hc-consent > span:first-child {
	display: inline !important;
	margin: 0 !important;
	font-size: inherit !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.hc-consent a {
	border-bottom: 1px solid rgba(255, 255, 255, .65);
}

.hc-consultation-form .success {
	grid-column: 1 / -1;
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--hc-white);
	font-weight: 700;
	text-align: left;
}

.hc-consultation-form .success.is-success {
	color: #c5f1d6;
}

.hc-consultation-form .success.is-error {
	color: #ffb39a;
}

.hc-consultation-form__submit > button:disabled {
	cursor: wait;
	opacity: .66;
	transform: none;
}

.hc-site-footer {
	padding: 80px 0 26px;
	background: #04111c;
	color: var(--hc-white);
}

.hc-site-footer__top {
	display: grid;
	grid-template-columns: 1.5fr 1.15fr .75fr .75fr;
	gap: 50px;
	padding-bottom: 70px;
}

.hc-site-footer__brand > a {
	display: inline-flex;
	flex-direction: column;
	font-family: var(--hc-display);
	font-size: 30px;
	font-weight: 650;
	letter-spacing: .08em;
	line-height: 1;
}

.hc-site-footer__brand > a span {
	margin-top: 7px;
	font-family: var(--hc-body);
	font-size: 9px;
	letter-spacing: .28em;
	text-transform: uppercase;
	opacity: .55;
}

.hc-site-footer__brand p {
	max-width: 360px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .52);
	font-size: 13px;
}

.hc-site-footer__label {
	display: block;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, .45);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.hc-site-footer__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hc-site-footer__contacts > a,
.hc-site-footer__phones a,
.hc-protected-email {
	font-family: var(--hc-display);
	font-size: 14px;
}

.hc-site-footer__contacts > a,
.hc-protected-email {
	margin-bottom: 10px;
}

.hc-protected-email {
	padding: 0 0 3px;
	border: 0;
	border-bottom: 1px dashed rgba(255, 255, 255, .38);
	background: transparent;
	color: var(--hc-white);
	cursor: pointer;
}

.hc-site-footer__phones {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	margin-bottom: 10px;
}

.hc-site-footer__contacts > a:hover,
.hc-site-footer__contacts > a:focus-visible,
.hc-protected-email:hover,
.hc-protected-email:focus-visible,
.hc-site-footer__phones a:hover,
.hc-site-footer__phones a:focus-visible,
.hc-site-footer__links a:hover,
.hc-site-footer__links a:focus-visible {
	color: var(--hc-signal);
}

.hc-cookie-notice {
	position: fixed;
	z-index: 1400;
	right: 24px;
	bottom: 24px;
	width: min(560px, calc(100vw - 48px));
	padding: 22px 24px;
	border: 1px solid rgba(7, 24, 39, .16);
	background: rgba(255, 255, 255, .98);
	color: var(--hc-ink);
	box-shadow: 0 24px 70px rgba(2, 14, 24, .24);
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .25s ease, transform .25s ease;
}

.hc-cookie-notice[hidden] {
	display: none;
}

.hc-cookie-notice.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.hc-cookie-notice p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
}

.hc-cookie-notice__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 16px;
}

.hc-cookie-notice__details {
	padding-bottom: 2px;
	border-bottom: 1px solid currentColor;
	color: var(--hc-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hc-cookie-notice .hc-cookie-notice__accept {
	min-height: 42px;
	margin-left: auto;
	padding: 0 22px;
	border: 1px solid var(--hc-signal);
	background: var(--hc-signal);
	color: var(--hc-white);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}

.hc-cookie-notice .hc-cookie-notice__accept:hover,
.hc-cookie-notice .hc-cookie-notice__accept:focus-visible {
	border-color: #e84c18;
	background: #e84c18;
	color: var(--hc-white);
}

.hc-site-footer__contacts address {
	max-width: 300px;
	margin-top: 14px;
	color: rgba(255, 255, 255, .48);
	font-size: 12px;
	font-style: normal;
}

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

.hc-site-footer__links li {
	margin-bottom: 12px;
}

.hc-site-footer__links a {
	font-size: 12px;
	color: rgba(255, 255, 255, .72);
}

.hc-site-footer__bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	color: rgba(255, 255, 255, .45);
	font-size: 10px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.hc-site-footer__bottom > a:last-child {
	justify-self: end;
}

.hc-site-footer__legal {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
}

.hc-site-footer__legal a {
	color: rgba(255, 255, 255, .72);
}

.hc-site-footer__legal a:hover,
.hc-site-footer__legal a:focus-visible {
	color: var(--hc-signal);
}

.hc-site-footer__social {
	display: flex;
	gap: 20px;
}

.hc-legal-page {
	background: var(--hc-paper);
}

.hc-legal-hero {
	padding: 190px 0 92px;
	background:
		radial-gradient(circle at 84% 18%, rgba(61, 113, 140, .25), transparent 34%),
		linear-gradient(135deg, #071827, #0a2235 62%, #071827);
	color: var(--hc-white);
}

.hc-legal-hero h1 {
	max-width: 1050px;
	margin: 0;
	font-family: var(--hc-heading);
	font-size: clamp(42px, 5.4vw, 78px);
	font-weight: 700;
	line-height: .98;
	letter-spacing: -.055em;
	text-wrap: balance;
}

.hc-legal-hero p {
	max-width: 680px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .66);
	font-size: 16px;
}

.hc-legal-body {
	padding: 96px 0 130px;
}

.hc-legal-layout {
	display: grid;
	grid-template-columns: minmax(210px, .32fr) minmax(0, 1fr);
	gap: 80px;
	align-items: start;
}

.hc-legal-nav {
	position: sticky;
	top: 126px;
	display: flex;
	flex-direction: column;
	padding: 24px 0;
	border-top: 1px solid var(--hc-line);
	border-bottom: 1px solid var(--hc-line);
}

.hc-legal-nav > span {
	margin-bottom: 18px;
	color: var(--hc-signal);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.hc-legal-nav a {
	padding: 8px 0;
	color: var(--hc-muted);
	font-size: 12px;
}

.hc-legal-nav a:hover,
.hc-legal-nav a:focus-visible {
	color: var(--hc-signal);
}

.hc-legal-content {
	max-width: 920px;
}

.hc-legal-content section {
	padding: 0 0 46px;
	margin: 0 0 46px;
	border-bottom: 1px solid var(--hc-line);
	scroll-margin-top: 124px;
}

.hc-legal-content section:last-child {
	margin-bottom: 0;
}

.hc-legal-content h2 {
	margin: 0 0 24px;
	font-family: var(--hc-heading);
	font-size: clamp(24px, 2.4vw, 36px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.035em;
}

.hc-legal-content p,
.hc-legal-content li,
.hc-legal-content dd {
	color: #344553;
	font-size: 15px;
	line-height: 1.75;
}

.hc-legal-content p {
	margin: 0 0 16px;
}

.hc-legal-content a {
	border-bottom: 1px solid currentColor;
	color: var(--hc-signal);
}

.hc-legal-content .hc-protected-email {
	display: inline;
	margin: 0;
	padding: 0 0 2px;
	border-bottom-color: currentColor;
	color: var(--hc-signal);
	font-family: var(--hc-body);
	font-size: inherit;
}

.hc-legal-lead {
	margin: 0 0 58px !important;
	padding: 26px 30px;
	border-left: 3px solid var(--hc-signal);
	background: rgba(255, 255, 255, .72);
	color: var(--hc-ink) !important;
	font-size: 18px !important;
	line-height: 1.6 !important;
}

.hc-legal-details {
	margin: 0;
	border-top: 1px solid var(--hc-line);
}

.hc-legal-details > div {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 24px;
	padding: 16px 0;
	border-bottom: 1px solid var(--hc-line);
}

.hc-legal-details dt {
	color: var(--hc-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hc-legal-details dd {
	margin: 0;
	color: var(--hc-ink);
}

.hc-legal-table-wrap {
	margin: 28px 0;
	overflow-x: auto;
}

.hc-legal-content table {
	width: 100%;
	min-width: 650px;
	border-collapse: collapse;
	background: rgba(255, 255, 255, .56);
}

.hc-legal-content th,
.hc-legal-content td {
	padding: 16px 18px;
	border: 1px solid var(--hc-line);
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.55;
}

.hc-legal-content th {
	background: rgba(7, 24, 39, .06);
	color: var(--hc-ink);
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hc-legal-content code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: .92em;
}

.hc-media-dialog,
.hc-consent-dialog {
	width: min(1180px, calc(100vw - 40px));
	max-width: none;
	padding: 0;
	border: 0;
	background: var(--hc-ink);
	color: var(--hc-white);
	overflow: visible;
}

.hc-media-dialog::backdrop,
.hc-consent-dialog::backdrop {
	background: rgba(2, 9, 15, .9);
	backdrop-filter: blur(10px);
}

.hc-media-dialog > img {
	width: 100%;
	max-height: 86vh;
	object-fit: contain;
}

.hc-dialog-close {
	position: absolute;
	z-index: 4;
	top: -18px;
	right: -18px;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--hc-signal);
	color: var(--hc-white);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.hc-video-dialog__frame {
	position: relative;
	aspect-ratio: 16 / 9;
}

.hc-video-dialog__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.hc-consent-dialog {
	width: min(680px, calc(100vw - 40px));
	padding: 46px;
	background: var(--hc-white);
	color: var(--hc-ink);
}

.hc-consent-dialog h2 {
	margin: 0 0 24px;
	font-family: var(--hc-display);
	font-size: 24px;
	line-height: 1.2;
}

.hc-consent-dialog p {
	color: var(--hc-muted);
}

@media (max-width: 1240px) {
	:root {
		--hc-shell: min(100% - 48px, 1180px);
	}

	.hc-site-header__inner {
		gap: 24px;
	}

	.hc-home-nav__list {
		gap: 20px;
	}

	.hc-header-phone {
		display: none;
	}

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

@media (max-width: 980px) {
	:root {
		--hc-mobile-header-height: 78px;
	}

	body.hc-menu-open {
		overflow: hidden;
	}

	.admin-bar .hc-site-header {
		top: 46px;
	}

	.hc-site-header__inner {
		min-height: 78px;
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.hc-menu-toggle {
		display: block;
		justify-self: end;
	}

	.hc-site-header.is-menu-open .hc-menu-toggle span:nth-child(1) {
		transform: translateY(5px) rotate(45deg);
	}

	.hc-site-header.is-menu-open .hc-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.hc-site-header.is-menu-open .hc-menu-toggle span:nth-child(3) {
		transform: translateY(-5px) rotate(-45deg);
	}

	.hc-home-nav {
		position: fixed;
		top: var(--hc-mobile-header-height);
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: calc(100dvh - var(--hc-mobile-header-height));
		padding: 0;
		background: var(--hc-ink);
		overflow: clip;
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		transition: opacity .24s ease, visibility .24s ease, transform .36s cubic-bezier(.22, 1, .36, 1);
	}

	.admin-bar .hc-home-nav {
		top: calc(var(--hc-mobile-header-height) + 46px);
		height: calc(100dvh - var(--hc-mobile-header-height) - 46px);
	}

	.hc-site-header.is-menu-open .hc-home-nav {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.hc-home-nav__list {
		display: block;
		width: 100%;
		height: 100%;
		padding: 22px 20px 110px;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.hc-home-nav__list li {
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 1fr) 62px;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.hc-home-nav__list li > a {
		display: flex;
		align-items: center;
		min-width: 0;
		min-height: 64px;
		padding: 10px 8px 10px 0;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.hc-home-nav__list > li > a::after,
	.hc-home-nav__list > li.menu-item-has-children > a::after {
		display: none;
	}

	.hc-submenu-toggle {
		position: relative;
		display: grid;
		grid-column: 2;
		grid-row: 1;
		place-items: center;
		width: 62px;
		min-height: 64px;
		padding: 0;
		border: 0;
		border-left: 1px solid rgba(255, 255, 255, .12);
		background: transparent;
		cursor: pointer;
	}

	.hc-submenu-toggle::before {
		content: "";
		width: 9px;
		height: 9px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform .2s ease;
	}

	.hc-submenu-toggle:hover,
	.hc-submenu-toggle:focus-visible {
		background: rgba(255, 255, 255, .08);
		color: var(--hc-signal);
	}

	.hc-home-nav__list .sub-menu {
		position: fixed;
		inset: 0;
		z-index: 3;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 20px 110px;
		background: var(--hc-ink);
		color: var(--hc-white);
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		pointer-events: none;
		transition: opacity .24s ease, visibility .24s ease, transform .36s cubic-bezier(.22, 1, .36, 1);
	}

	.hc-home-nav__list .sub-menu .sub-menu {
		top: 0;
		left: 0;
		transform: translateX(100%);
	}

	.hc-home-nav__list .sub-menu a {
		padding: 10px 8px 10px 0;
		color: var(--hc-white);
	}

	.hc-home-nav__list .sub-menu > li.menu-item-has-children > a {
		padding-right: 8px;
	}

	.hc-home-nav__list .sub-menu > li.menu-item-has-children > a::after {
		display: none;
	}

	.hc-home-nav__list li:hover > .sub-menu,
	.hc-home-nav__list li:focus-within > .sub-menu {
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		pointer-events: none;
	}

	.hc-home-nav__list li.is-submenu-open > .sub-menu,
	.hc-home-nav__list li.is-submenu-open:hover > .sub-menu,
	.hc-home-nav__list li.is-submenu-open:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		pointer-events: auto;
	}

	.hc-home-nav__list .hc-submenu-back {
		position: sticky;
		top: 0;
		z-index: 2;
		display: block;
		margin: 0 -20px 12px;
		border-bottom-color: rgba(255, 255, 255, .18);
		background: var(--hc-ink);
	}

	.hc-submenu-back__button {
		display: flex;
		align-items: center;
		gap: 14px;
		width: 100%;
		min-height: 68px;
		padding: 0 20px;
		border: 0;
		background: transparent;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .1em;
		text-transform: uppercase;
		cursor: pointer;
	}

	.hc-submenu-back__button::before {
		content: "";
		width: 9px;
		height: 9px;
		border-bottom: 2px solid currentColor;
		border-left: 2px solid currentColor;
		transform: rotate(45deg);
	}

	.hc-submenu-back__button span {
		margin-left: auto;
		color: rgba(255, 255, 255, .54);
		font-size: 10px;
		letter-spacing: .08em;
	}

	.hc-submenu-back__button:hover,
	.hc-submenu-back__button:focus-visible {
		color: var(--hc-signal);
	}

	.hc-site-header__actions {
		position: absolute;
		right: 64px;
	}

	.hc-header-cta {
		display: none;
	}

	.hc-hero {
		min-height: 760px;
	}

	.hc-hero__content {
		padding-bottom: 210px;
	}

	.hc-hero__footer {
		display: block;
	}

	.hc-hero__media-note {
		margin-top: 20px;
	}

	.hc-section {
		padding: 96px 0;
	}

	.hc-section-heading,
	.hc-shipyard__layout,
	.hc-consultation__layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

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

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

	.hc-consultation__layout {
		gap: 60px;
	}

	.hc-site-footer__top {
		grid-template-columns: 1.3fr 1fr 1fr;
	}

	.hc-site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	:root {
		--hc-shell: calc(100% - 32px);
		--hc-mobile-header-height: 70px;
	}

	.admin-bar .hc-site-header {
		top: 0;
	}

	.admin-bar .hc-home-nav,
	.hc-home-nav {
		top: var(--hc-mobile-header-height);
		height: calc(100dvh - var(--hc-mobile-header-height));
	}

	.hc-site-header__inner {
		min-height: 70px;
	}

	.hc-brand__mark {
		width: 52px;
		height: 34px;
	}

	.hc-brand__copy strong {
		font-size: 12px;
	}

	.hc-site-header__actions {
		right: 60px;
	}

	.hc-site-header__actions .hc-language {
		display: none;
	}

	.hc-language--mobile {
		position: absolute;
		z-index: 4;
		right: 20px;
		bottom: 24px;
		left: 20px;
		display: flex;
		gap: 18px;
		padding-top: 18px;
		border-top: 1px solid rgba(255, 255, 255, .12);
		font-size: 12px;
	}

	.hc-menu-toggle {
		width: 44px;
		height: 44px;
	}

	.hc-hero {
		min-height: 740px;
		height: 100svh;
		max-height: none;
	}

	.hc-hero__video {
		display: none;
	}

	.hc-hero__veil {
		background:
			linear-gradient(90deg, rgba(5, 18, 30, .84), rgba(5, 18, 30, .42)),
			linear-gradient(0deg, rgba(5, 18, 30, .94), transparent 70%);
	}

	.hc-hero__grid {
		background: none;
	}

	.hc-hero__content {
		padding-top: 88px;
		padding-bottom: 220px;
	}

	.hc-hero__eyebrow {
		display: block;
		margin-bottom: 22px;
		font-size: 9px;
	}

	.hc-hero__eyebrow span + span {
		display: none;
	}

	.hc-hero h1 {
		font-size: clamp(38px, 12vw, 58px);
		line-height: 1.02;
	}

	.hc-hero__content > p {
		margin-top: 24px;
		font-size: 14px;
	}

	.hc-hero__actions {
		display: grid;
		margin-top: 30px;
	}

	.hc-button {
		min-height: 54px;
	}

	.hc-hero__footer {
		bottom: 20px;
	}

	.hc-hero__facts {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.hc-hero__facts > div {
		min-width: 0;
		padding: 0 10px;
	}

	.hc-hero__facts dt {
		font-size: 12px;
	}

	.hc-hero__facts dd {
		font-size: 7px;
		line-height: 1.35;
	}

	.hc-hero__media-note {
		display: none;
	}

	.hc-section {
		padding: 76px 0;
	}

	.hc-section-heading {
		display: block;
		margin-bottom: 38px;
	}

	.hc-section-heading > p {
		margin-top: 22px;
		font-size: 14px;
	}

	.hc-section-heading h2,
	.hc-shipyard h2,
	.hc-consultation h2,
	.hc-partners h2 {
		font-size: clamp(30px, 9vw, 42px);
	}

	.hc-section-heading--compact {
		display: flex;
		align-items: end;
		justify-content: space-between;
		gap: 16px;
	}

	.hc-section-heading--compact h2 {
		font-size: 32px;
	}

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

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

	.hc-product-card {
		display: grid;
		grid-template-columns: 44% 56%;
	}

	.hc-product-card__media {
		aspect-ratio: 1 / 1;
		padding: 12px;
	}

	.hc-product-card__body {
		min-height: 0;
		padding: 20px;
	}

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

	.hc-shipyard {
		padding: 80px 0;
	}

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

	.hc-capabilities li {
		min-height: 0;
		padding: 24px;
	}

	.hc-capabilities__icon {
		margin-bottom: 22px;
	}

	.hc-news-rail {
		grid-auto-columns: 84vw;
	}

	.hc-news-card {
		min-height: 510px;
	}

	.hc-gallery-rail {
		grid-auto-columns: 68vw;
		grid-template-rows: 310px;
		padding-inline: 16px;
	}

	.hc-gallery-card--wide {
		grid-column: auto;
	}

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

	.hc-video-card,
	.hc-video-card:nth-child(1),
	.hc-video-card:nth-child(2) {
		width: 100%;
		margin: 0;
	}

	.hc-video-card__media i {
		width: 58px;
		height: 58px;
	}

	.hc-video-card__media i::before {
		left: 24px;
		top: 19px;
	}

	.hc-partners {
		padding: 74px 0;
	}

	.hc-partners__title-row {
		align-items: flex-start;
	}

	.hc-partners__controls {
		margin-top: 4px;
		margin-bottom: 0;
	}

	.hc-partner-list {
		gap: 32px;
		margin-top: 36px;
		touch-action: pan-x pan-y;
	}

	.hc-consultation {
		padding: 80px 0;
	}

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

	.hc-consultation-form > label:nth-of-type(3),
	.hc-consultation-form__submit {
		grid-column: 1;
	}

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

	.hc-site-footer {
		padding-top: 64px;
	}

	.hc-site-footer__top {
		grid-template-columns: 1fr 1fr;
		gap: 42px 22px;
	}

	.hc-site-footer__contacts {
		grid-column: 1 / -1;
	}

	.hc-site-footer__bottom {
		grid-template-columns: 1fr auto;
	}

	.hc-site-footer__social {
		grid-row: 2;
	}

	.hc-site-footer__bottom > a:last-child {
		grid-row: 2;
	}

	.hc-dialog-close {
		top: 8px;
		right: 8px;
	}

	.hc-consent-dialog {
		padding: 48px 24px 28px;
	}

	.hc-cookie-notice {
		right: 16px;
		bottom: 16px;
		width: calc(100vw - 32px);
		padding: 18px;
	}

	.hc-cookie-notice__actions {
		gap: 14px;
	}

	.hc-legal-hero {
		padding: 142px 0 68px;
	}

	.hc-legal-hero h1 {
		font-size: clamp(34px, 10vw, 48px);
	}

	.hc-legal-body {
		padding: 58px 0 80px;
	}

	.hc-legal-layout {
		display: block;
	}

	.hc-legal-nav {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2px 18px;
		margin-bottom: 48px;
	}

	.hc-legal-nav > span {
		grid-column: 1 / -1;
	}

	.hc-legal-content section {
		padding-bottom: 34px;
		margin-bottom: 34px;
	}

	.hc-legal-lead {
		margin-bottom: 42px !important;
		padding: 20px;
		font-size: 16px !important;
	}

	.hc-legal-details > div {
		display: block;
	}

	.hc-legal-details dt {
		margin-bottom: 5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hc-home *,
	.hc-home *::before,
	.hc-home *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
