:root {
	--sxf-cat-white: #ffffff;
	--sxf-cat-ink: #191918;
	--sxf-cat-text: #4b4a46;
	--sxf-cat-muted: #74716b;
	--sxf-cat-copper: #a8431d;
	--sxf-cat-copper-dark: #873415;
	--sxf-cat-line: #d9d6cf;
	--sxf-cat-media: #f3f1ec;
}

body.page-id-215,
body.page-id-523 {
	background: var(--sxf-cat-white) !important;
	color: var(--sxf-cat-ink) !important;
}

body.page-id-215 .entry-content,
body.page-id-215 .wp-block-post-content,
body.page-id-523 .entry-content,
body.page-id-523 .wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

.sxf-catalog,
.sxf-catalog * {
	box-sizing: border-box;
}

.sxf-catalog {
	--sxf-cat-subnav-top: 0px;
	--sxf-cat-subnav-height: 63px;
	--sxf-cat-anchor-gap: 24px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: clip;
	background: var(--sxf-cat-white);
	color: var(--sxf-cat-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

body.admin-bar .sxf-catalog {
	--sxf-cat-subnav-top: 32px;
}

.sxf-catalog h1,
.sxf-catalog h2,
.sxf-catalog h3,
.sxf-catalog p,
.sxf-catalog figure,
.sxf-catalog dl,
.sxf-catalog dd {
	margin: 0;
}

.sxf-catalog a {
	color: inherit;
}

.sxf-cat-shell {
	width: min(calc(100% - 112px), 1560px);
	margin-inline: auto;
}

.sxf-cat-kicker {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--sxf-cat-copper);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .18em;
	line-height: 1.25;
	text-transform: uppercase;
}

.sxf-cat-kicker::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
}

.sxf-cat-hero {
	position: relative;
	display: flex;
	min-height: clamp(660px, 82vh, 900px);
	align-items: stretch;
	background: #25231f;
	color: #fff;
}

.sxf-cat-hero__image,
.sxf-cat-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sxf-cat-hero__image {
	object-fit: cover;
	object-position: center;
}

.sxf-cat-hero__shade {
	background:
		linear-gradient(90deg, rgba(9, 9, 8, .74) 0%, rgba(9, 9, 8, .48) 38%, rgba(9, 9, 8, .05) 73%),
		linear-gradient(0deg, rgba(9, 9, 8, .52) 0%, rgba(9, 9, 8, 0) 48%);
}

.sxf-cat-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: inherit;
	flex-direction: column;
	justify-content: space-between;
	padding-block: 30px clamp(72px, 9vw, 120px);
}

.sxf-cat-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	font-weight: 600;
}

.sxf-cat-breadcrumb a {
	text-decoration: none;
}

.sxf-cat-breadcrumb a:hover {
	color: #fff;
}

.sxf-cat-hero__content {
	max-width: 820px;
	margin-top: auto;
}

.sxf-cat-hero .sxf-cat-kicker {
	color: #f0cabb;
}

.sxf-cat-hero h1 {
	max-width: 810px;
	margin-top: 24px;
	font-size: clamp(56px, 6.6vw, 100px);
	font-weight: 600;
	letter-spacing: -.064em;
	line-height: .92;
}

.sxf-cat-hero__content > p {
	max-width: 650px;
	margin-top: 28px;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.65;
}

.sxf-cat-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.sxf-cat-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 0 24px;
	border: 1px solid var(--sxf-cat-copper);
	border-radius: 999px;
	background: var(--sxf-cat-copper);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.sxf-cat-button::after {
	content: "↗";
	font-size: 16px;
}

.sxf-cat-button:hover {
	border-color: var(--sxf-cat-copper-dark);
	background: var(--sxf-cat-copper-dark);
	transform: translateY(-2px);
}

.sxf-cat-button--light {
	border-color: rgba(255, 255, 255, .7);
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(10px);
}

.sxf-cat-button--light:hover {
	border-color: #fff;
	background: #fff;
	color: var(--sxf-cat-ink) !important;
}

.sxf-cat-hero__meta {
	position: absolute;
	right: 0;
	bottom: clamp(72px, 9vw, 120px);
	display: grid;
	justify-items: end;
}

.sxf-cat-hero__meta strong {
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: 1;
}

.sxf-cat-hero__meta span {
	margin-top: 8px;
	color: rgba(255, 255, 255, .66);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sxf-cat-subnav {
	position: sticky;
	top: var(--sxf-cat-subnav-top);
	z-index: 40;
	border-bottom: 1px solid var(--sxf-cat-line);
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(12px);
}
/*
 * The collection header can collapse while scrolling. Keeping this particular
 * navigation sticky with a fixed header offset leaves it floating over the
 * range imagery, so the collection page uses a stable in-flow section index.
 */
.sxf-catalog--collection > .sxf-cat-subnav {
	position: relative;
	top: auto;
	backdrop-filter: none;
}

.sxf-catalog--manual > .sxf-cat-subnav {
	background: var(--sxf-cat-white);
}

.sxf-catalog--manual > section[id] {
	scroll-margin-top: calc(
		var(--sxf-cat-subnav-top) + var(--sxf-cat-subnav-height) + var(--sxf-cat-anchor-gap)
	);
}

.sxf-cat-subnav__track {
	display: flex;
	min-height: 62px;
	align-items: center;
	gap: clamp(24px, 3vw, 48px);
	overflow-x: auto;
	scrollbar-width: none;
}

.sxf-cat-subnav__track::-webkit-scrollbar {
	display: none;
}

.sxf-cat-subnav a {
	position: relative;
	flex: 0 0 auto;
	color: var(--sxf-cat-text);
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
}

.sxf-cat-subnav a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	height: 2px;
	background: var(--sxf-cat-copper);
	transform: scaleX(0);
	transition: transform .2s ease;
}

.sxf-cat-subnav a:hover::after,
.sxf-cat-subnav a:focus-visible::after {
	transform: scaleX(1);
}

.sxf-cat-intro,
.sxf-cat-ranges,
.sxf-cat-models,
.sxf-cat-applications,
.sxf-cat-support,
.sxf-cat-manual-feature,
.sxf-cat-technical,
.sxf-cat-inspiration,
.sxf-cat-downloads,
.sxf-cat-faq,
.sxf-cat-final {
	background: var(--sxf-cat-white);
}

.sxf-cat-intro {
	padding: clamp(88px, 9vw, 146px) 0;
}

.sxf-cat-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
	gap: clamp(70px, 10vw, 170px);
}

.sxf-cat-intro h2 {
	max-width: 900px;
	margin-top: 24px;
	font-size: clamp(48px, 5.7vw, 86px);
	font-weight: 600;
	letter-spacing: -.063em;
	line-height: .96;
}

.sxf-cat-intro__copy {
	padding-top: 38px;
}

.sxf-cat-intro__copy > p {
	color: var(--sxf-cat-text);
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.78;
}

.sxf-cat-intro__copy > p + p {
	margin-top: 18px;
}

.sxf-cat-stat-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 40px;
	padding-top: 22px;
	border-top: 1px solid var(--sxf-cat-line);
}

.sxf-cat-stat-row strong,
.sxf-cat-stat-row span {
	display: block;
}

.sxf-cat-stat-row strong {
	font-size: 18px;
	font-weight: 650;
	line-height: 1.25;
}

.sxf-cat-stat-row span {
	margin-top: 7px;
	color: var(--sxf-cat-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.sxf-cat-ranges,
.sxf-cat-models,
.sxf-cat-applications,
.sxf-cat-manual-feature,
.sxf-cat-technical,
.sxf-cat-inspiration,
.sxf-cat-downloads,
.sxf-cat-faq {
	padding: clamp(84px, 8.5vw, 132px) 0;
}

.sxf-cat-ranges,
.sxf-cat-models,
.sxf-cat-applications,
.sxf-cat-manual-feature,
.sxf-cat-technical,
.sxf-cat-inspiration,
.sxf-cat-downloads,
.sxf-cat-faq,
.sxf-cat-support,
.sxf-cat-final {
	border-top: 1px solid var(--sxf-cat-line);
}

.sxf-cat-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
	align-items: end;
	gap: clamp(56px, 8vw, 130px);
}

.sxf-cat-section-head h2 {
	max-width: 930px;
	margin-top: 22px;
	font-size: clamp(44px, 5vw, 74px);
	font-weight: 600;
	letter-spacing: -.06em;
	line-height: .98;
}

.sxf-cat-section-head > p {
	color: var(--sxf-cat-text);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.75;
}

.sxf-cat-range-grid {
	display: grid;
	gap: clamp(20px, 2vw, 34px);
	margin-top: clamp(52px, 6vw, 84px);
}

.sxf-cat-range-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sxf-cat-range-grid--four {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sxf-cat-range-card {
	display: block;
	text-decoration: none !important;
}

.sxf-cat-range-card__media {
	height: clamp(340px, 34vw, 540px);
	overflow: hidden;
	background: var(--sxf-cat-media);
}

.sxf-cat-range-grid--four .sxf-cat-range-card__media {
	height: clamp(310px, 29vw, 460px);
}

.sxf-cat-range-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.sxf-cat-range-card--product .sxf-cat-range-card__media img {
	padding: clamp(20px, 3vw, 46px);
	object-fit: contain;
}

.sxf-cat-range-card:hover .sxf-cat-range-card__media img {
	transform: scale(1.025);
}

.sxf-cat-range-card__body {
	position: relative;
	padding: 22px 54px 8px 0;
}

.sxf-cat-range-card__body::after {
	content: "↗";
	position: absolute;
	top: 24px;
	right: 4px;
	color: var(--sxf-cat-copper);
	font-size: 22px;
}

.sxf-cat-range-card__body > span {
	color: var(--sxf-cat-copper);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sxf-cat-range-card__body h3 {
	margin-top: 10px;
	font-size: clamp(25px, 2.5vw, 38px);
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.sxf-cat-range-card__body p {
	max-width: 640px;
	margin-top: 12px;
	color: var(--sxf-cat-text);
	font-size: 14px;
	line-height: 1.68;
}

.sxf-cat-range-card__body strong {
	display: inline-block;
	margin-top: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
	font-size: 13px;
	font-weight: 700;
}

.sxf-cat-model-toolbar {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 48px;
	padding-block: 14px;
	border-top: 1px solid var(--sxf-cat-line);
	border-bottom: 1px solid var(--sxf-cat-line);
}

.sxf-cat-model-count {
	color: var(--sxf-cat-muted);
	font-size: 13px;
}

.sxf-cat-model-count strong {
	color: var(--sxf-cat-ink);
	font-weight: 700;
}

.sxf-cat-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.sxf-cat-filter button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	gap: 8px;
	padding: 0 15px;
	border: 1px solid var(--sxf-cat-line);
	border-radius: 999px;
	background: #fff;
	color: var(--sxf-cat-text);
	cursor: pointer;
	font: 650 12px/1 Manrope, Arial, sans-serif;
}

.sxf-cat-filter button span {
	color: var(--sxf-cat-muted);
	font-size: 10px;
}

.sxf-cat-filter button:hover,
.sxf-cat-filter button.is-active {
	border-color: var(--sxf-cat-ink);
	background: var(--sxf-cat-ink);
	color: #fff;
}

.sxf-cat-filter button.is-active span {
	color: rgba(255, 255, 255, .68);
}

.sxf-catalog .woocommerce {
	width: 100%;
	margin-top: 34px;
}

.sxf-catalog .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 3vw, 50px) clamp(18px, 2.2vw, 34px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sxf-catalog .woocommerce ul.products::before,
.sxf-catalog .woocommerce ul.products::after {
	display: none !important;
}

.sxf-catalog .woocommerce ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 30px 0 4px !important;
	border-top: 1px solid var(--sxf-cat-line);
	background: transparent !important;
	list-style: none !important;
}

.sxf-catalog .woocommerce ul.products li.product[hidden] {
	display: none !important;
}

.sxf-catalog .woocommerce ul.products li.product::before {
	display: block;
	color: var(--sxf-cat-copper);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sxf-catalog .woocommerce ul.products li.product.product_cat-sxsmart::before {
	content: "Intelligent system";
}

.sxf-catalog .woocommerce ul.products li.product.product_cat-sxmanual::before {
	content: "Manual system";
}

.sxf-catalog .woocommerce ul.products li.product a {
	display: block;
	color: inherit;
	text-decoration: none !important;
}

.sxf-catalog .woocommerce ul.products li.product a img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 3;
	margin: 14px 0 20px !important;
	padding: clamp(18px, 2.5vw, 42px);
	background: var(--sxf-cat-media);
	object-fit: contain;
	transition: transform .45s cubic-bezier(.2, .7, .2, 1), background .25s ease;
}

.sxf-catalog .woocommerce ul.products li.product:hover a img {
	background: #ece9e2;
	transform: scale(1.018);
}

.sxf-catalog .woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 2.7em;
	padding: 0 28px 0 0 !important;
	color: var(--sxf-cat-ink) !important;
	font-size: clamp(18px, 1.35vw, 22px) !important;
	font-weight: 600 !important;
	letter-spacing: -.025em;
	line-height: 1.35 !important;
}

.sxf-catalog .woocommerce ul.products li.product .woocommerce-loop-product__title::after {
	content: " ↗";
	color: var(--sxf-cat-copper);
	font-size: .8em;
}

.sxf-catalog .woocommerce .price,
.sxf-catalog .woocommerce .button,
.sxf-catalog .woocommerce .added_to_cart,
.sxf-catalog .woocommerce .onsale,
.sxf-catalog .woocommerce .star-rating {
	display: none !important;
}

.sxf-cat-application-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 30px);
	margin-top: 58px;
}

.sxf-cat-application {
	display: block;
	text-decoration: none !important;
}

.sxf-cat-application > img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.sxf-cat-application > div {
	padding: 20px 34px 0 0;
}

.sxf-cat-application span {
	color: var(--sxf-cat-copper);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sxf-cat-application h3 {
	margin-top: 9px;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.1;
}

.sxf-cat-application p {
	margin-top: 12px;
	color: var(--sxf-cat-text);
	font-size: 14px;
	line-height: 1.68;
}

.sxf-cat-support {
	padding: clamp(88px, 9vw, 146px) 0;
}

.sxf-cat-support__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr);
	gap: clamp(60px, 8vw, 126px);
	align-items: center;
}

.sxf-cat-support__media img {
	display: block;
	width: 100%;
	min-height: 680px;
	object-fit: cover;
}

.sxf-cat-support__content h2 {
	max-width: 650px;
	margin-top: 22px;
	font-size: clamp(44px, 4.7vw, 70px);
	font-weight: 600;
	letter-spacing: -.06em;
	line-height: .98;
}

.sxf-cat-support__content > p {
	max-width: 600px;
	margin-top: 24px;
	color: var(--sxf-cat-text);
	font-size: 16px;
	line-height: 1.76;
}

.sxf-cat-support__content ul {
	margin: 34px 0 0;
	padding: 0;
	border-top: 1px solid var(--sxf-cat-line);
	list-style: none;
}

.sxf-cat-support__content li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	padding: 17px 0;
	border-bottom: 1px solid var(--sxf-cat-line);
}

.sxf-cat-support__content li span {
	color: var(--sxf-cat-copper);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
}

.sxf-cat-support__content li strong {
	font-size: 14px;
	font-weight: 600;
}

.sxf-cat-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 26px;
	padding-bottom: 4px;
	border-bottom: 1px solid currentColor;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}

.sxf-cat-text-link::after {
	content: "↗";
	color: var(--sxf-cat-copper);
}

.sxf-cat-feature-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
	gap: clamp(50px, 7vw, 110px);
	align-items: stretch;
	margin-top: 58px;
}

.sxf-cat-feature-layout__image {
	position: relative;
	min-height: 720px;
	overflow: hidden;
}

.sxf-cat-feature-layout__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sxf-cat-feature-layout__image figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	padding: 13px 16px;
	background: rgba(255, 255, 255, .92);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.sxf-cat-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--sxf-cat-line);
	border-left: 1px solid var(--sxf-cat-line);
}

.sxf-cat-feature-list article {
	min-height: 360px;
	padding: clamp(28px, 3vw, 46px);
	border-right: 1px solid var(--sxf-cat-line);
	border-bottom: 1px solid var(--sxf-cat-line);
}

.sxf-cat-feature-list article > span {
	color: var(--sxf-cat-copper);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .14em;
}

.sxf-cat-feature-list h3 {
	margin-top: 64px;
	font-size: clamp(22px, 1.8vw, 29px);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.sxf-cat-feature-list p {
	margin-top: 15px;
	color: var(--sxf-cat-text);
	font-size: 14px;
	line-height: 1.7;
}

.sxf-cat-technical__grid {
	display: grid;
	grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
	gap: clamp(60px, 9vw, 150px);
	align-items: start;
}

.sxf-cat-technical__intro {
	position: sticky;
	top: 180px;
}

.sxf-cat-technical__intro h2,
.sxf-cat-faq h2 {
	margin-top: 22px;
	font-size: clamp(42px, 4.8vw, 70px);
	font-weight: 600;
	letter-spacing: -.058em;
	line-height: .98;
}

.sxf-cat-technical__intro > p {
	margin-top: 22px;
	color: var(--sxf-cat-text);
	font-size: 15px;
	line-height: 1.75;
}

.sxf-cat-details {
	border-top: 1px solid var(--sxf-cat-line);
}

.sxf-cat-details details {
	border-bottom: 1px solid var(--sxf-cat-line);
}

.sxf-cat-details summary {
	position: relative;
	display: flex;
	min-height: 82px;
	align-items: center;
	padding: 18px 50px 18px 0;
	cursor: pointer;
	font-size: clamp(18px, 1.5vw, 23px);
	font-weight: 650;
	letter-spacing: -.02em;
	list-style: none;
}

.sxf-cat-details summary::-webkit-details-marker {
	display: none;
}

.sxf-cat-details summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	color: var(--sxf-cat-copper);
	font-size: 28px;
	font-weight: 400;
}

.sxf-cat-details details[open] summary::after {
	content: "−";
}

.sxf-cat-details__body {
	padding: 0 0 34px;
	color: var(--sxf-cat-text);
}

.sxf-cat-details__body > p {
	font-size: 15px;
	line-height: 1.75;
}

.sxf-cat-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 8px;
	border: 1px solid var(--sxf-cat-line);
	background: var(--sxf-cat-line);
}

.sxf-cat-specs > div {
	min-height: 110px;
	padding: 20px;
	background: #fff;
}

.sxf-cat-specs dt {
	color: var(--sxf-cat-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.sxf-cat-specs dd {
	margin-top: 9px;
	color: var(--sxf-cat-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.sxf-cat-note {
	margin-top: 22px !important;
	padding-left: 18px;
	border-left: 2px solid var(--sxf-cat-copper);
	color: var(--sxf-cat-muted);
	font-size: 13px !important;
}

.sxf-cat-inspiration__grid {
	display: grid;
	grid-template-columns: 1.5fr .75fr;
	grid-template-rows: repeat(2, minmax(240px, 1fr));
	gap: 18px;
	min-height: 720px;
	margin-top: 58px;
}

.sxf-cat-inspiration figure {
	position: relative;
	overflow: hidden;
	background: var(--sxf-cat-media);
}

.sxf-cat-inspiration figure:first-child {
	grid-row: 1 / 3;
}

.sxf-cat-inspiration figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sxf-cat-inspiration figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 16px;
	background: rgba(255, 255, 255, .92);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .1em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.sxf-cat-download {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 132px;
	margin-top: 48px;
	padding: 26px 30px;
	border: 1px solid var(--sxf-cat-line);
	text-decoration: none !important;
	transition: border-color .2s ease, transform .2s ease;
}

.sxf-cat-download:hover {
	border-color: var(--sxf-cat-copper);
	transform: translateX(4px);
}

.sxf-cat-download__file {
	position: relative;
	display: grid;
	width: 58px;
	height: 72px;
	place-items: end center;
	padding-bottom: 11px;
	border: 1px solid var(--sxf-cat-copper);
	color: var(--sxf-cat-copper);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}

.sxf-cat-download__title,
.sxf-cat-download__title small,
.sxf-cat-download__title strong,
.sxf-cat-download__title span {
	display: block;
}

.sxf-cat-download__title small {
	color: var(--sxf-cat-copper);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.sxf-cat-download__title strong {
	margin-top: 6px;
	font-size: clamp(18px, 1.5vw, 23px);
	font-weight: 650;
}

.sxf-cat-download__title > span {
	margin-top: 7px;
	color: var(--sxf-cat-muted);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .04em;
}

.sxf-cat-download__title b {
	margin-inline: 5px;
	color: var(--sxf-cat-copper);
}

.sxf-cat-download__action {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid var(--sxf-cat-ink);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.sxf-cat-faq__grid {
	display: grid;
	grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
	gap: clamp(58px, 9vw, 150px);
}

.sxf-cat-final {
	padding: clamp(96px, 11vw, 172px) 0;
}

.sxf-cat-final__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(320px, .62fr);
	gap: clamp(60px, 9vw, 150px);
	align-items: end;
}

.sxf-cat-final h2 {
	max-width: 980px;
	margin-top: 22px;
	font-size: clamp(50px, 6.6vw, 98px);
	font-weight: 600;
	letter-spacing: -.066em;
	line-height: .93;
}

.sxf-cat-final__grid > div:last-child > p {
	color: var(--sxf-cat-text);
	font-size: 16px;
	line-height: 1.75;
}

.sxf-cat-final .sxf-cat-button {
	margin-top: 26px;
}

.sxf-catalog :focus-visible {
	outline: 2px solid var(--sxf-cat-copper);
	outline-offset: 4px;
}

@media (max-width: 1180px) {
	.sxf-cat-shell {
		width: min(calc(100% - 64px), 1560px);
	}

	.sxf-cat-application-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sxf-cat-application:last-child {
		grid-column: 1 / -1;
	}

	.sxf-cat-application:last-child > img {
		aspect-ratio: 2 / 1;
	}

	.sxf-cat-support__grid,
	.sxf-cat-feature-layout {
		grid-template-columns: 1fr;
	}

	.sxf-cat-support__media img,
	.sxf-cat-feature-layout__image {
		min-height: 620px;
	}
}

@media (max-width: 900px) {
	.sxf-cat-shell {
		width: min(calc(100% - 42px), 1560px);
	}

	.sxf-cat-hero {
		min-height: 740px;
	}

	.sxf-cat-hero__shade {
		background:
			linear-gradient(90deg, rgba(9, 9, 8, .63), rgba(9, 9, 8, .16)),
			linear-gradient(0deg, rgba(9, 9, 8, .72), rgba(9, 9, 8, .02) 70%);
	}

	.sxf-cat-hero__meta {
		display: none;
	}

	.sxf-cat-intro__grid,
	.sxf-cat-section-head,
	.sxf-cat-technical__grid,
	.sxf-cat-faq__grid,
	.sxf-cat-final__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.sxf-cat-intro__copy {
		padding-top: 0;
	}

	.sxf-catalog .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sxf-cat-technical__intro {
		position: static;
	}
}

@media (max-width: 782px) {
	body.admin-bar .sxf-catalog {
		--sxf-cat-subnav-top: 46px;
	}
}

@media (max-width: 680px) {
	.sxf-cat-shell {
		width: calc(100% - 36px);
	}

	.sxf-catalog {
		--sxf-cat-anchor-gap: 16px;
	}

	.sxf-cat-hero {
		min-height: 700px;
	}

	.sxf-cat-hero__image {
		object-position: 58% center;
	}

	.sxf-cat-hero h1 {
		font-size: clamp(48px, 14.7vw, 68px);
	}

	.sxf-cat-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sxf-cat-button {
		width: 100%;
	}

	.sxf-cat-subnav__track {
		width: 100%;
		padding-inline: 18px;
	}

	.sxf-cat-intro h2,
	.sxf-cat-section-head h2,
	.sxf-cat-technical__intro h2,
	.sxf-cat-faq h2 {
		font-size: clamp(40px, 12vw, 54px);
	}

	.sxf-cat-stat-row,
	.sxf-cat-range-grid--two,
	.sxf-cat-range-grid--four,
	.sxf-cat-application-grid,
	.sxf-cat-feature-list,
	.sxf-cat-specs {
		grid-template-columns: 1fr;
	}

	.sxf-cat-stat-row > div {
		padding-bottom: 15px;
		border-bottom: 1px solid var(--sxf-cat-line);
	}

	.sxf-cat-range-card__media,
	.sxf-cat-range-grid--four .sxf-cat-range-card__media {
		height: 360px;
	}

	.sxf-cat-model-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.sxf-cat-filter {
		width: 100%;
		justify-content: flex-start;
	}

	.sxf-catalog .woocommerce ul.products {
		display: flex !important;
		gap: 14px !important;
		overflow-x: auto;
		margin-inline: -18px !important;
		padding: 0 18px 18px !important;
		scroll-padding-left: 18px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.sxf-catalog .woocommerce ul.products li.product {
		flex: 0 0 min(84vw, 390px) !important;
		scroll-snap-align: start;
	}

	.sxf-cat-application:last-child {
		grid-column: auto;
	}

	.sxf-cat-application:last-child > img,
	.sxf-cat-application > img {
		aspect-ratio: 4 / 3;
	}

	.sxf-cat-support__media img,
	.sxf-cat-feature-layout__image {
		min-height: 450px;
	}

	.sxf-cat-feature-list article {
		min-height: 0;
	}

	.sxf-cat-feature-list h3 {
		margin-top: 38px;
	}

	.sxf-cat-inspiration__grid {
		grid-template-columns: 1fr;
		grid-template-rows: 430px 280px 280px;
		min-height: 0;
	}

	.sxf-cat-inspiration figure:first-child {
		grid-row: auto;
	}

	.sxf-cat-download {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 16px;
		padding: 20px;
	}

	.sxf-cat-download__file {
		width: 48px;
		height: 60px;
	}

	.sxf-cat-download__action {
		grid-column: 1 / -1;
		width: 100%;
	}

	.sxf-cat-final h2 {
		font-size: clamp(46px, 13vw, 64px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sxf-catalog *,
	.sxf-catalog *::before,
	.sxf-catalog *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
