:root {
	--dk-bg: #f8f9fa;
	--dk-surface: #ffffff;
	--dk-surface-alt: #dfe8ef;
	--dk-text: #1f2a37;
	--dk-muted: #5d6f7c;
	--dk-line: rgba(19, 35, 49, 0.1);
	--dk-primary: #0047ab;
	--dk-primary-deep: #002060;
	--dk-accent: #ee7d11;
	--dk-dark: #2d2e2e;
	--dk-shadow: 0 22px 48px rgba(9, 20, 29, 0.12);
	--dk-radius: 24px;
	--dk-container: min(1180px, calc(100vw - 32px));
}

/* Product detail and brand procurement upgrade pass */
.single-product .content-section {
	padding-top: 38px;
}

.single-product-layout {
	grid-template-columns: minmax(0, 1.72fr) minmax(330px, 0.82fr);
	gap: 22px;
}

.single-product .product-detail-main {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 252, 0.96) 100%),
		radial-gradient(circle at 82% 8%, rgba(243, 129, 24, 0.12), transparent 32%);
}

.single-product .product-stage-grid {
	grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
	gap: 26px;
}

.single-product .product-media-shell {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product .product-media-shell::after {
	content: "MODEL VERIFICATION";
	position: absolute;
	right: 16px;
	bottom: 14px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(18, 63, 109, 0.08);
	color: #123f6d;
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.single-product .product-overview-shell {
	gap: 14px;
}

.single-product .product-overview-shell .entry-title {
	max-width: 760px;
	font-size: clamp(27px, 2.18vw, 36px);
	line-height: 1.04;
	letter-spacing: -0.012em;
}

.single-product .product-snapshot-grid {
	margin: 10px 0 0;
}

.product-procurement-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.product-procurement-strip span {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 11px;
	border-radius: 12px;
	background: rgba(243, 129, 24, 0.09);
	color: #8f4b0c;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.single-product .woocommerce-summary-shell {
	margin: 4px 0 6px;
	padding: 15px 16px;
}

.single-product .product-inline-actions .button,
.single-product .product-card-actions .button {
	min-height: 42px;
}

.single-product .product-summary-note,
.single-product .product-clean-copy {
	box-shadow: 0 12px 26px rgba(22, 33, 44, 0.06);
}

.single-product .related-products-shell .product-card,
.brand-archive-section .product-card,
.post-type-archive-product .product-card {
	min-height: 438px;
}

.single-product .related-products-shell .product-card h3,
.brand-archive-section .product-card h3,
.brand-archive-section .woocommerce-loop-product__title,
.post-type-archive-product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 48px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.08;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.single-product .related-products-shell .product-card p,
.brand-archive-section .product-card > p,
.post-type-archive-product .product-card > p {
	display: -webkit-box;
	min-height: 48px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.brand-archive-hero,
.brand-directory-hero,
.brand-archive-section,
.brand-directory-section {
	background:
		linear-gradient(90deg, rgba(18, 63, 109, 0.032) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 63, 109, 0.032) 1px, transparent 1px),
		linear-gradient(180deg, #f7f9fb 0%, #edf3f7 100%);
	background-size: 32px 32px, 32px 32px, auto;
}

.brand-archive-hero-grid,
.brand-directory-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.4fr);
	gap: 30px;
	align-items: center;
	padding: 38px 0;
}

.brand-archive-copy h1,
.brand-directory-copy h1 {
	max-width: 840px;
	font-size: clamp(42px, 5vw, 74px);
	line-height: 0.92;
}

.brand-archive-copy .hero-text,
.brand-directory-copy .hero-text {
	max-width: 760px;
}

.brand-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.brand-archive-panel,
.brand-directory-panel {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(135deg, #0b2b4d 0%, #081c31 100%);
	background-size: 24px 24px, 24px 24px, auto;
	color: #fff;
	box-shadow: 0 22px 44px rgba(12, 34, 54, 0.18);
}

.brand-archive-panel::after,
.brand-directory-panel::after {
	content: "";
	position: absolute;
	right: -48px;
	bottom: -58px;
	width: 170px;
	height: 170px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(243, 129, 24, 0.25), transparent 68%);
}

.brand-archive-panel .eyebrow,
.brand-directory-panel .eyebrow,
.brand-archive-panel h2,
.brand-directory-panel strong {
	color: #fff;
}

.brand-archive-logo-tile {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 92px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: inset 0 0 0 1px rgba(22, 33, 44, 0.08);
}

.brand-archive-logo-tile img {
	max-width: 118px;
	max-height: 52px;
	object-fit: contain;
}

.brand-archive-logo-tile span {
	color: #123f6d;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.brand-archive-panel h2 {
	margin: 0 0 18px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(34px, 3.4vw, 48px);
	line-height: 0.96;
	text-transform: uppercase;
}

.brand-archive-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.brand-archive-stats-grid .signal-card {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.12);
}

.brand-archive-stats-grid .signal-card span,
.brand-archive-stats-grid .signal-card strong {
	color: #fff;
}

.brand-archive-action-bar,
.archive-quick-nav {
	margin-bottom: 26px;
}

.brand-product-heading {
	margin-top: 34px;
	margin-bottom: 18px;
}

.brand-directory-panel strong {
	display: block;
	margin: 6px 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(68px, 8vw, 106px);
	line-height: 0.86;
}

.brand-directory-panel span {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 700;
}

.brand-directory-panel-tags {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.brand-directory-panel-tags span {
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.brand-directory-section .brands-stats-strip {
	margin-top: -8px;
}

.brand-priority-grid {
	gap: 16px;
}

.brand-priority-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	min-height: 220px;
	border-radius: 20px;
	background:
		linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 250, 0.96)),
		radial-gradient(circle at 88% 84%, rgba(18, 63, 109, 0.14), transparent 34%);
	border: 1px solid rgba(22, 33, 44, 0.1);
	box-shadow: 0 14px 30px rgba(22, 33, 44, 0.07);
}

.brand-priority-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	margin-bottom: 14px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(22, 33, 44, 0.08);
	color: #123f6d;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 28px;
	font-weight: 900;
}

.brand-priority-logo img {
	max-width: 132px;
	max-height: 38px;
	object-fit: contain;
	filter: saturate(0.92) contrast(1.05);
}

.brand-chip-grid {
	grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
	gap: 10px;
}

.brand-chip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(22, 33, 44, 0.09);
	box-shadow: 0 8px 18px rgba(22, 33, 44, 0.045);
	font-weight: 800;
	text-decoration: none;
}

.brand-chip::after {
	content: "RFQ";
	color: #123f6d;
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.1em;
	opacity: 0.55;
}

.brand-chip:hover,
.brand-priority-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(22, 33, 44, 0.1);
}

.brand-directory-section .support-card,
.brand-archive-section .support-card {
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 28px rgba(22, 33, 44, 0.06);
}

@media (max-width: 980px) {
	.single-product-layout,
	.single-product .product-stage-grid,
	.product-procurement-strip,
	.brand-archive-hero-grid,
	.brand-directory-hero-grid,
	.brand-archive-stats-grid {
		grid-template-columns: 1fr;
	}

	.single-product .product-media-shell {
		min-height: 300px;
	}

	.brand-archive-copy h1,
	.brand-directory-copy h1 {
		font-size: clamp(38px, 12vw, 56px);
	}
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(15, 95, 149, 0.14), transparent 28%),
		linear-gradient(180deg, #f7fafc 0%, var(--dk-bg) 100%);
	color: var(--dk-text);
	font-family: "Inter", sans-serif;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: var(--dk-container);
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(19, 35, 49, 0.05);
}

.header-topbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: #0a0d12;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.74);
}

.topbar-inner,
.header-main,
.footer-grid,
.footer-bottom,
.hero-grid,
.brands-layout,
.support-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.topbar-contact,
.primary-menu,
.hero-points {
	display: flex;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.topbar-inner {
	min-height: 42px;
}

.topbar-contact a {
	color: rgba(255, 255, 255, 0.84);
}

.topbar-note {
	color: rgba(255, 255, 255, 0.78);
}

.header-main {
	min-height: 58px;
}

.header-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	gap: 18px;
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.brand-mark-logo {
	width: auto;
	max-width: 88px;
	max-height: 24px;
	height: auto;
	display: block;
	filter: drop-shadow(0 12px 18px rgba(15, 95, 149, 0.12));
}

.brand-mark-badge {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--dk-primary), #6ea5c8);
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 24px;
	letter-spacing: 0.08em;
	box-shadow: var(--dk-shadow);
}

.brand-mark-text strong {
	display: block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 34px;
	line-height: 0.95;
	letter-spacing: 0.02em;
}

.brand-mark-text small {
	display: block;
	color: var(--dk-muted);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.primary-menu {
	position: relative;
	font-size: 13px;
	font-weight: 600;
	gap: 14px;
}

.primary-menu > .menu-item {
	position: relative;
}

.primary-menu > .menu-item > a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.menu-item-has-flyout > a::after {
	content: "";
	display: inline-block;
	margin-left: 8px;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	opacity: 0.58;
}

.nav-flyout {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	display: none;
	grid-template-columns: repeat(3, minmax(190px, 1fr));
	gap: 12px;
	min-width: 620px;
	padding: 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 26px 54px rgba(9, 20, 29, 0.14);
}

.nav-flyout::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	height: 12px;
}

.menu-item-has-flyout:hover .nav-flyout,
.menu-item-has-flyout.is-flyout-open .nav-flyout,
.menu-item-has-flyout:focus-within .nav-flyout {
	display: grid;
}

.nav-flyout-column {
	display: grid;
	gap: 10px;
}

.nav-flyout-column-wide {
	grid-column: 1 / -1;
}

.nav-flyout-link {
	display: grid;
	gap: 4px;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(240, 246, 250, 0.92);
	border: 1px solid rgba(19, 35, 49, 0.06);
}

.nav-flyout-link strong {
	font-size: 14px;
	line-height: 1.2;
}

.nav-flyout-link span {
	color: var(--dk-muted);
	font-size: 12px;
}

.nav-flyout-link-compact strong {
	font-size: 13px;
}

.nav-flyout-link-compact span {
	font-size: 11px;
}

.nav-flyout-link-inline {
	margin-top: 8px;
}

.nav-flyout-recent {
	display: grid;
	gap: 8px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(19, 35, 49, 0.08);
}

.nav-flyout-empty {
	margin: 0;
	color: var(--dk-muted);
	font-size: 12px;
}

.nav-flyout-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.nav-flyout-chip {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(15, 95, 149, 0.08);
	border: 1px solid rgba(15, 95, 149, 0.12);
	color: var(--dk-primary-deep);
	font-size: 13px;
	font-weight: 700;
}

.header-search {
	position: relative;
}

.header-search-toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid rgba(19, 35, 49, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--dk-text);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.header-search-toggle-text {
	line-height: 1;
}

.header-search-toggle-icon {
	position: relative;
	width: 14px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 999px;
}

.header-search-toggle-icon::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: 7px;
	height: 2px;
	border-radius: 99px;
	background: currentColor;
	transform: rotate(45deg);
}

.header-search-form {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 420px;
	padding: 7px 8px 7px 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 20px 42px rgba(9, 20, 29, 0.14);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.header-search.is-open .header-search-form,
.header-search:focus-within .header-search-form {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.header-search-form input[type="search"] {
	width: 100%;
	border: 0;
	outline: none;
	background: transparent;
	color: var(--dk-text);
	font: inherit;
	font-size: 14px;
}

.header-search-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 0;
	border-radius: 999px;
	background: var(--dk-dark);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.header-search.is-open .header-search-toggle {
	background: rgba(15, 95, 149, 0.08);
	border-color: rgba(15, 95, 149, 0.14);
	color: var(--dk-primary-deep);
}

.header-actions {
	display: flex;
	gap: 12px;
}

.nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid rgba(19, 35, 49, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 99px;
	background: var(--dk-primary-deep);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
	transform: translateY(-1px);
}

.button-accent {
	background: var(--dk-accent);
	color: #fff;
	box-shadow: 0 10px 22px rgba(238, 125, 17, 0.22);
}

.button-outline {
	border-color: rgba(19, 35, 49, 0.15);
	background: rgba(255, 255, 255, 0.7);
}

.button-dark {
	background: var(--dk-dark);
	color: #fff;
}

.hero-section,
.focus-section,
.brands-section,
.support-section,
.content-section {
	padding: 72px 0;
}

.support-section-tight {
	padding-top: 0;
}

.page-hero {
	padding: 72px 0 24px;
}

.page-hero-compact .container {
	display: grid;
	gap: 14px;
}

.page-hero-compact .eyebrow {
	margin-bottom: 0;
}

.page-hero-compact h1 {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 0.98;
	text-transform: uppercase;
}

.hero-grid {
	align-items: stretch;
}

.hero-section-home {
	padding-top: 34px;
	padding-bottom: 24px;
}

.hero-home-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
	gap: 20px;
	align-items: center;
}

.hero-home-grid-rebuilt {
	align-items: stretch;
}

.hero-home-copy {
	padding: 4px 0;
}

.hero-points-stacked {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-points-stacked li {
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(19, 35, 49, 0.08);
	font-size: 14px;
	font-weight: 600;
}

.hero-metric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
}

.hero-trust-ribbon {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.hero-trust-ribbon span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(19, 35, 49, 0.08);
	color: var(--dk-primary-deep);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hero-metric-card {
	padding: 9px 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 10px 22px rgba(19, 35, 49, 0.06);
}

.hero-metric-card strong {
	display: block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 18px;
	line-height: 0.95;
	text-transform: uppercase;
}

.hero-metric-card span {
	display: block;
	margin-top: 3px;
	color: var(--dk-muted);
	font-size: 9px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hero-carousel-shell {
	position: relative;
}

.hero-carousel {
	position: relative;
	height: auto;
	min-height: 300px;
	max-height: 338px;
	aspect-ratio: 16 / 7.1;
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(8, 21, 31, 0.92), rgba(12, 47, 71, 0.82));
	box-shadow: 0 24px 48px rgba(9, 20, 29, 0.16);
}

.hero-carousel-track,
.hero-slide {
	height: 100%;
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.01);
	transition: opacity 260ms ease, transform 260ms ease;
}

.hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.hero-slide-visual {
	position: absolute;
	inset: 0;
}

.hero-slide-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(9, 20, 29, 0.84) 6%, rgba(9, 20, 29, 0.48) 44%, rgba(9, 20, 29, 0.22) 100%),
		radial-gradient(circle at top right, rgba(34, 115, 181, 0.28), transparent 34%);
}

.hero-slide-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 18px 20px;
	color: rgba(255, 255, 255, 0.94);
}

.hero-slide-overlay .eyebrow {
	color: rgba(255, 255, 255, 0.62);
}

.hero-slide-overlay h2 {
	margin: 0 0 8px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(20px, 2.4vw, 30px);
	line-height: 0.98;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hero-slide-overlay p {
	margin: 0;
	max-width: 500px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hero-slide-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	font-size: 11px;
}

.hero-slide-meta a {
	font-weight: 700;
	color: #fff;
}

.hero-carousel-controls {
	position: absolute;
	right: 20px;
	bottom: 16px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 8px;
}

.hero-carousel-button,
.hero-carousel-dot {
	border: 0;
	cursor: pointer;
}

.hero-carousel-button {
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	backdrop-filter: blur(10px);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-carousel-dots {
	display: flex;
	align-items: center;
	gap: 6px;
}

.hero-carousel-dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.34);
}

.hero-carousel-dot.is-active {
	background: var(--dk-accent);
}

.section-heading-split {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	gap: 18px;
	align-items: end;
}

.smart-entry-section {
	padding-top: 6px;
}

.smart-entry-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 24px;
	margin-top: 28px;
}

.smart-entry-panel {
	padding: 24px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(19, 35, 49, 0.06);
	box-shadow: 0 18px 34px rgba(19, 35, 49, 0.08);
}

.smart-entry-panel-dark {
	background: linear-gradient(180deg, rgba(10, 47, 70, 0.98), rgba(9, 20, 29, 0.98));
	color: rgba(255, 255, 255, 0.94);
}

.smart-entry-head h3 {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 24px;
	line-height: 0.98;
	text-transform: uppercase;
}

.smart-category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.smart-category-rail {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	gap: 16px;
}

.smart-category-nav {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 10px 18px rgba(19, 35, 49, 0.08);
	color: var(--dk-primary-deep);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.smart-category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	min-height: 208px;
	padding: 24px 16px 20px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 242, 247, 0.92));
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 18px 34px rgba(19, 35, 49, 0.08);
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.smart-category-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 96px;
	color: var(--dk-primary-deep);
}

.smart-category-icon img {
	display: block;
	width: 96px;
	height: 96px;
	object-fit: contain;
	filter: drop-shadow(0 6px 10px rgba(19, 35, 49, 0.14));
}

.smart-category-icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.smart-category-card:hover,
.brand-chip-link:hover,
.action-ladder-card:hover,
.featured-model-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(19, 35, 49, 0.12);
}

.smart-card-count {
	display: inline-flex;
	margin-top: auto;
	color: var(--dk-primary);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.smart-category-card strong,
.action-ladder-card strong,
.brand-chip-link strong {
	display: block;
	font-size: 16px;
	line-height: 1.08;
	max-width: 160px;
}

.smart-entry-panel-dark .eyebrow,
.smart-entry-panel-dark .action-ladder-card span,
.smart-entry-panel-dark .action-ladder-card {
	color: rgba(255, 255, 255, 0.86);
}

.action-ladder {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.action-ladder-card {
	display: block;
	padding: 15px 16px 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.popular-path-inline {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.popular-path-inline-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 12px;
}

.popular-path-inline-card {
	display: grid;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.92);
}

.popular-path-inline-card strong {
	font-size: 15px;
	line-height: 1.2;
}

.popular-path-inline-card span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.brands-section-home {
	padding-top: 2px;
}

.popular-paths-section {
	padding-top: 12px;
}

.popular-path-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.popular-path-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(22, 111, 173, 0.12), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 242, 247, 0.92));
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 18px 34px rgba(19, 35, 49, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.popular-path-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 34px rgba(19, 35, 49, 0.12);
}

.popular-path-card strong {
	display: block;
	font-size: 20px;
	line-height: 1.15;
}

.popular-path-card small {
	display: block;
	color: var(--dk-muted);
	font-size: 14px;
}

.popular-path-link {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	padding-top: 12px;
	color: var(--dk-primary);
	font-size: 14px;
	font-weight: 700;
}

.brands-layout-home {
	display: grid;
	grid-template-columns: minmax(0, 0.52fr) minmax(0, 1.48fr);
	gap: 18px;
	align-items: center;
}

.brand-chip-grid-home {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.brand-chip-link {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	min-width: 142px;
	padding: 11px 13px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(19, 35, 49, 0.08);
}

.brand-chip-link strong {
	display: block;
	font-size: 16px;
	line-height: 1.2;
}

.brand-chip-link span {
	display: block;
	margin-top: 6px;
	color: var(--dk-muted);
	font-size: 12px;
}

.brands-layout-copy p {
	max-width: 460px;
}

.brands-section-rail {
	padding-top: 20px;
	padding-bottom: 30px;
}

.section-heading-inline {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.section-heading-reference {
	align-items: end;
}

.section-heading-reference h2 {
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 0.98;
}

.section-heading-reference p:last-child {
	max-width: 360px;
	font-size: 14px;
	line-height: 1.55;
}

.brand-chip-grid-home-rail {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.brand-logo-wall {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.brand-logo-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 96px;
	padding: 12px 12px 10px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(19, 35, 49, 0.07);
	box-shadow: 0 10px 20px rgba(19, 35, 49, 0.06);
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.brand-logo-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(19, 35, 49, 0.08);
}

.brand-logo-frame {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 34px;
}

.brand-logo-card img {
	display: block;
	width: auto;
	max-width: 116px;
	max-height: 28px;
	object-fit: contain;
	filter: saturate(0.96) contrast(1.02);
}

.brand-logo-card strong {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.2;
}

.brand-logo-card span {
	display: block;
	margin-top: 4px;
	color: var(--dk-muted);
	font-size: 10px;
}

.featured-models-section {
	padding-top: 16px;
}

.featured-models-section-priority {
	padding-top: 28px;
}

.smart-category-grid-expanded {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 36px) / 4);
	gap: 12px;
	overflow-x: auto;
	align-items: stretch;
	scrollbar-width: none;
	scroll-behavior: smooth;
}

.smart-category-grid-expanded::-webkit-scrollbar {
	display: none;
}

.arrivals-section {
	padding-top: 12px;
	padding-bottom: 0;
}

.home-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 16px;
	border: 1px solid rgba(19, 35, 49, 0.06);
	box-shadow: 0 14px 28px rgba(19, 35, 49, 0.07);
	padding: 12px;
	list-style: none;
}

.home-product-card .woocommerce-loop-thumb {
	margin: 8px 0 10px;
	padding: 8px;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbfd 0%, #eef3f7 100%);
	min-height: 142px;
	display: grid;
	place-items: center;
}

.home-product-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.home-product-card h3 {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.16;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 30px;
}

.home-product-card p {
	margin: 0;
	font-size: 11px;
	line-height: 1.32;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 28px;
}

.home-product-card-compact {
	padding: 12px;
}

.home-product-card-compact .woocommerce-loop-thumb {
	margin: 6px 0 8px;
	padding: 8px;
	min-height: 132px;
}

.home-product-card-compact h3 {
	font-size: 13px;
	line-height: 1.16;
	min-height: 30px;
}

.product-grid.home-arrivals-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 12px;
}

.home-arrivals-grid .product-card-meta {
	display: grid;
	grid-template-rows: 24px 14px;
	row-gap: 5px;
	min-height: 43px;
	margin-bottom: 0;
}

.home-arrivals-grid .product-card-chip-row {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: nowrap;
	min-height: 24px;
	overflow: hidden;
}

.home-arrivals-grid .product-card-chip-row .pill-label {
	max-width: calc(50% - 4px);
	min-width: 0;
	padding: 4px 8px;
	font-size: 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-arrivals-grid .product-sku {
	display: block;
	min-width: 0;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-arrivals-grid .product-card-actions {
	margin-top: auto;
}

.home-arrivals-grid .product-card-actions {
	gap: 8px;
}

.home-arrivals-grid .product-card-actions .button {
	min-height: 32px;
	padding: 7px 9px;
	font-size: 11px;
}

.featured-model-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
	align-items: stretch;
}

.featured-model-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(19, 35, 49, 0.06);
	box-shadow: 0 14px 28px rgba(19, 35, 49, 0.07);
}

.featured-model-image {
	display: block;
	padding: 12px;
	background:
		radial-gradient(circle at top left, rgba(15, 95, 149, 0.14), transparent 28%),
		linear-gradient(180deg, #f8fbfd 0%, #eef3f7 100%);
	min-height: 150px;
}

.featured-model-image img {
	width: 100%;
	height: 116px;
	object-fit: contain;
}

.featured-model-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0 10px 10px;
}

.featured-model-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	margin-bottom: 5px;
	min-width: 0;
}

.featured-model-tax {
	display: block;
	min-width: 0;
	color: var(--dk-primary-deep);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.featured-model-sku {
	margin: 0;
	color: var(--dk-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: "JetBrains Mono", monospace;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0;
}

.featured-model-body h3 {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.14;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 30px;
}

.featured-model-body p {
	margin: 0;
	color: var(--dk-muted);
	font-size: 11px;
	line-height: 1.32;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 28px;
}

.featured-model-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 7px;
	border-top: 1px solid rgba(19, 35, 49, 0.08);
}

.featured-model-link {
	color: var(--dk-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.featured-model-link-accent {
	color: var(--dk-primary);
}

.industries-process-section {
	padding-top: 28px;
}

.industries-process-grid,
.news-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.process-band-section {
	padding: 0 0 8px;
	margin-top: -6px;
}

.process-band-section .container {
	width: min(1360px, calc(100vw - 20px));
}

.process-band-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 18px;
	padding: 12px 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, #636d76 0%, #48505a 100%);
	color: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 34px rgba(19, 35, 49, 0.12);
}

.process-band-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.process-band-grid .eyebrow {
	color: rgba(255, 255, 255, 0.74);
	margin-bottom: 8px;
}

.process-band-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
	min-height: 100%;
}

.process-band-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
}

.process-band-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: rgba(255, 255, 255, 0.9);
	flex: 0 0 16px;
}

.process-band-item-icon svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.process-band-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 20px;
	align-content: center;
	min-height: 100%;
}

.process-band-step {
	display: flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	color: rgba(255, 255, 255, 0.94);
	min-height: 24px;
}

.process-band-step-number {
	display: inline-block;
	min-width: 18px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.process-band-step strong {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.industry-showcase-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.industry-showcase-grid-horizontal {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.industry-showcase-card {
	position: relative;
	min-height: 116px;
	border-radius: 14px;
	overflow: hidden;
	background-color: #0e2336;
	background-position: center;
	background-size: cover;
	box-shadow: 0 18px 36px rgba(19, 35, 49, 0.12);
}

.industry-showcase-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 18, 28, 0.84) 0%, rgba(7, 18, 28, 0.46) 50%, rgba(7, 18, 28, 0.14) 100%);
}

.industry-showcase-overlay {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	gap: 3px;
	height: 100%;
	padding: 12px 14px;
	color: rgba(255, 255, 255, 0.96);
}

.industry-showcase-overlay h3 {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}

.section-heading-compact {
	margin-bottom: 10px;
}

.industries-showcase-section {
	padding-top: 10px;
	padding-bottom: 22px;
}

.industries-showcase-section .container {
	width: var(--dk-container);
}

.section-heading-compact h2,
.section-heading-compact p:last-child {
	display: none;
}

.rfq-process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.rfq-process-grid-page {
	margin-top: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rfq-step-card {
	position: relative;
	padding-top: 54px;
}

.rfq-step-number {
	position: absolute;
	top: 18px;
	left: 20px;
	color: var(--dk-primary);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.news-faq-section {
	padding-top: 18px;
}

.news-card-grid-home {
	grid-template-columns: 1fr;
}

.news-card-thumb,
.news-feature-thumb {
	display: block;
	margin-bottom: 16px;
	border-radius: 18px;
	overflow: hidden;
}

.news-card-thumb img,
.news-feature-thumb img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.product-commercial-card {
	margin-top: 18px;
}

.faq-list {
	display: grid;
	gap: 8px;
}

.faq-card {
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 8px 16px rgba(19, 35, 49, 0.05);
	overflow: hidden;
}

.faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 16px;
	border: 0;
	background: transparent;
	color: var(--dk-text);
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.faq-question::after {
	content: "+";
	flex: none;
	color: var(--dk-primary);
	font-size: 18px;
	line-height: 1;
}

.faq-card.is-open .faq-question::after {
	content: "–";
}

.faq-answer {
	display: none;
	padding: 0 16px 14px;
	color: var(--dk-muted);
	font-size: 13px;
	line-height: 1.55;
}

.faq-card.is-open .faq-answer {
	display: block;
}

.final-cta-section {
	padding-top: 14px;
}

.support-grid-cta {
	justify-content: start;
}

.final-cta-card {
	width: min(100%, 640px);
	padding: 16px 20px;
	border-radius: 18px;
	background: linear-gradient(135deg, #0d376e 0%, #0a2a56 100%);
	box-shadow: 0 18px 32px rgba(9, 20, 29, 0.16);
}

.catalog-bottom-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin-top: 28px;
	padding: 26px 28px;
}

@media (max-width: 1100px) {
	.hero-home-grid,
	.smart-entry-grid,
	.section-heading-split,
	.brands-layout-home,
	.industries-process-grid,
	.process-band-grid,
	.news-faq-grid,
	.news-feature-card {
		grid-template-columns: 1fr;
	}

	.brand-chip-grid-home,
	.featured-model-grid,
	.popular-path-grid,
	.brand-chip-grid-home-rail,
	.smart-category-grid-expanded,
	.brand-logo-wall,
	.home-arrivals-grid,
	.news-card-grid-home,
	.industry-showcase-grid,
	.industry-showcase-grid-horizontal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-metric-grid,
	.product-grid,
	.process-band-steps,
	.woocommerce ul.products.product-grid,
	.woocommerce-page ul.products.product-grid,
	.woocommerce ul.products.products,
	.woocommerce-page ul.products.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.smart-category-rail {
		grid-template-columns: 1fr;
	}

	.smart-category-nav {
		display: none;
	}
}

@media (max-width: 760px) {
	.header-main {
		flex-wrap: wrap;
		padding: 16px 0;
	}

	.site-navigation,
	.header-actions {
		width: 100%;
	}

	.primary-menu {
		flex-wrap: wrap;
	}

	.nav-flyout {
		min-width: 100%;
		grid-template-columns: 1fr;
	}

	.hero-carousel {
		min-height: 320px;
		max-height: 360px;
	}

	.hero-metric-grid,
	.smart-category-grid,
	.brand-chip-grid-home,
	.featured-model-grid,
	.popular-path-grid,
	.brand-chip-grid-home-rail,
	.smart-category-grid-expanded,
	.industry-showcase-grid,
	.industry-showcase-grid-horizontal,
	.process-band-steps,
	.rfq-process-grid,
	.rfq-process-grid-page {
		grid-template-columns: 1fr;
	}

	.smart-category-rail {
		grid-template-columns: 1fr;
	}

	.brand-logo-card {
		width: 160px;
	}

	.section-heading-inline {
		flex-direction: column;
		align-items: start;
	}

	.catalog-bottom-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.product-grid,
	.home-arrivals-grid,
	.woocommerce ul.products.product-grid,
	.woocommerce-page ul.products.product-grid,
	.woocommerce ul.products.products,
	.woocommerce-page ul.products.products {
		grid-template-columns: 1fr;
	}


	.hero-search-form {
		flex-direction: column;
		align-items: stretch;
	}

	.hero-slide-overlay {
		padding: 24px;
	}

	.hero-carousel-controls {
		left: 24px;
		right: 24px;
		justify-content: space-between;
	}

	.brand-mark-logo {
		max-width: 122px;
		max-height: 36px;
	}
}

.hero-copy,
.hero-panel,
.support-card,
.entry-card {
	flex: 1;
}

.hero-copy {
	padding: 28px 0;
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--dk-primary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hero-copy h1,
.brands-layout h2 {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(36px, 5.1vw, 58px);
	line-height: 0.98;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.section-heading h2,
.brands-layout-copy h2 {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(22px, 2.9vw, 34px);
	line-height: 1.04;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.hero-text,
.brands-layout p,
.section-heading p {
	max-width: 640px;
	color: var(--dk-muted);
	font-size: 15px;
}

.hero-actions {
	display: flex;
	gap: 14px;
	margin: 22px 0 18px;
}

.hero-search-form {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 16px 30px rgba(19, 35, 49, 0.06);
}

.hero-search-form input[type="search"] {
	width: 100%;
	border: 0;
	outline: none;
	background: transparent;
	color: var(--dk-text);
	font-size: 16px;
}

.hero-search-shortcuts {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 14px;
}

.hero-search-shortcuts a {
	color: var(--dk-primary);
	font-size: 14px;
	font-weight: 700;
}

.hero-board {
	margin-top: 28px;
	padding: 24px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(9, 20, 29, 0.98), rgba(15, 47, 70, 0.96));
	color: rgba(255, 255, 255, 0.92);
	box-shadow: var(--dk-shadow);
}

.hero-board .eyebrow {
	color: rgba(255, 255, 255, 0.62);
}

.hero-board-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hero-board-cell {
	padding: 18px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
}

.hero-board-cell span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
}

.hero-board-cell strong {
	display: block;
	margin-top: 10px;
	font-size: 22px;
	line-height: 1.1;
}

.hero-points {
	flex-wrap: wrap;
	color: var(--dk-muted);
	font-size: 14px;
}

.hero-points li {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(19, 35, 49, 0.08);
}

.hero-panel-frame {
	position: relative;
	display: grid;
	gap: 18px;
	height: 100%;
	min-height: 420px;
	padding: 28px;
	border-radius: 34px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.92) 10%, rgba(223, 232, 239, 0.95) 100%),
		linear-gradient(120deg, var(--dk-primary-deep), rgba(15, 95, 149, 0.7));
	box-shadow: var(--dk-shadow);
	overflow: hidden;
}

.hero-panel-frame::before,
.hero-panel-frame::after {
	content: "";
	position: absolute;
	inset: auto;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(238, 125, 17, 0.18), rgba(15, 95, 149, 0.08));
}

.hero-panel-frame::before {
	top: -80px;
	right: -70px;
	width: 260px;
	height: 260px;
}

.hero-panel-frame::after {
	left: -40px;
	bottom: -60px;
	width: 220px;
	height: 220px;
}

.signal-card {
	position: relative;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(12px);
}

.signal-card span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--dk-muted);
}

.signal-card strong {
	display: block;
	margin-top: 10px;
	font-size: 22px;
	line-height: 1.2;
}

.section-heading {
	display: grid;
	gap: 10px;
	margin-bottom: 30px;
}

.focus-grid,
.brand-chip-grid,
.product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.page-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.focus-card,
.brand-chip,
.product-card,
.support-card,
.entry-card {
	padding: 26px;
	border-radius: 24px;
	background: var(--dk-surface);
	border: 1px solid var(--dk-line);
	box-shadow: var(--dk-shadow);
}

.focus-card h3,
.support-card h3,
.entry-title {
	margin: 0 0 12px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
}

.focus-card p,
.support-card p,
.entry-content,
.entry-card p {
	margin: 0;
	color: var(--dk-muted);
}

.brands-layout {
	align-items: start;
}

.brands-layout > * {
	flex: 1;
}

.brand-chip {
	display: grid;
	place-items: center;
	min-height: 88px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	background: linear-gradient(180deg, #ffffff 0%, #f4f7f9 100%);
}

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

.catalog-guide-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 18px;
	margin-bottom: 24px;
}

.catalog-route-banner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: 22px;
	padding: 16px 18px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(234, 241, 246, 0.92));
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 16px 30px rgba(19, 35, 49, 0.08);
}

.catalog-route-banner p {
	margin: 0;
	color: var(--dk-muted);
}

.catalog-route-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.catalog-route-tag {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(15, 95, 149, 0.08);
	color: var(--dk-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.archive-action-bar {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
	gap: 18px;
	margin-bottom: 24px;
}

.catalog-focus-grid {
	margin-bottom: 24px;
}

.mini-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mini-chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 95, 149, 0.08);
	border: 1px solid rgba(15, 95, 149, 0.12);
	color: var(--dk-primary-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.product-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	padding: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

.woocommerce ul.products.product-grid,
.woocommerce-page ul.products.product-grid,
.woocommerce ul.products.products,
.woocommerce-page ul.products.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce ul.products li.product.product-card,
.woocommerce-page ul.products li.product.product-card {
	width: 100%;
	margin: 0;
	float: none;
}

.product-card h3 {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 20px;
	line-height: 1.08;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 44px;
}

.product-card p {
	margin: 0;
	color: var(--dk-muted);
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 44px;
}

.product-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.product-card-chip-row {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.pill-label {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 95, 149, 0.12);
	color: var(--dk-primary-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pill-label-muted {
	background: rgba(19, 35, 49, 0.08);
	color: var(--dk-text);
}

.product-sku {
	color: var(--dk-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	font-family: "JetBrains Mono", monospace;
}

.product-card-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: auto;
	align-items: stretch;
}

.product-card-actions .button {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	text-align: center;
}

.woocommerce-loop-thumb {
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(180deg, #f8fbfd 0%, #eef3f7 100%);
	border: 1px solid rgba(19, 35, 49, 0.06);
}

.woocommerce-loop-thumb a {
	display: block;
}

.product-loop-label {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 95, 149, 0.08);
	color: var(--dk-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.single-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 24px;
	align-items: start;
}

.product-stage-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 28px;
	align-items: start;
}

.product-detail-main,
.product-detail-sidebar {
	position: sticky;
	top: 120px;
}

.product-detail-main {
	position: static;
}

.product-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--dk-muted);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.product-overview-shell {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 12px 0;
}

.product-snapshot-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0;
}

.product-spec-card {
	margin-top: 18px;
	padding: 18px;
	border-radius: 20px;
	background: rgba(15, 95, 149, 0.06);
	border: 1px solid rgba(15, 95, 149, 0.12);
}

.woocommerce-summary-shell {
	margin: 18px 0 24px;
	padding: 18px;
	border-radius: 20px;
	background: rgba(9, 20, 29, 0.03);
	border: 1px solid rgba(9, 20, 29, 0.08);
}

.product-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.product-entry-content {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(19, 35, 49, 0.08);
}

.product-summary-note,
.product-clean-copy {
	padding: 22px 24px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(19, 35, 49, 0.08);
	box-shadow: 0 10px 24px rgba(19, 35, 49, 0.05);
}

.product-clean-copy {
	margin-top: 18px;
}

.product-summary-note ul {
	margin: 0 0 16px;
	padding-left: 18px;
}

.product-summary-note li {
	margin-bottom: 8px;
}

.product-entry-content h2,
.product-entry-content h3,
.product-entry-content h4 {
	margin: 28px 0 12px;
	font-family: "Barlow Condensed", sans-serif;
	line-height: 1.04;
	text-transform: uppercase;
}

.product-entry-content h2 {
	font-size: clamp(24px, 2.8vw, 34px);
}

.product-entry-content h3 {
	font-size: clamp(20px, 2.2vw, 28px);
}

.product-entry-content h4 {
	font-size: 20px;
}

.product-entry-content p,
.product-entry-content li {
	color: var(--dk-muted);
	font-size: 15px;
	line-height: 1.75;
}

.product-entry-content ul,
.product-entry-content ol {
	padding-left: 20px;
}

.product-entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 22px 0;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(19, 35, 49, 0.08);
	border-radius: 18px;
	overflow: hidden;
}

.product-entry-content table th,
.product-entry-content table td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(19, 35, 49, 0.08);
	text-align: left;
	font-size: 14px;
}

.inquiry-checklist-card {
	background: rgba(9, 20, 29, 0.04);
	border-color: rgba(9, 20, 29, 0.08);
}

.brands-support-card {
	margin-top: 24px;
}

.brand-priority-grid {
	margin: 28px 0 36px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-priority-card {
	text-decoration: none;
	color: var(--dk-text);
	min-height: 180px;
}

.brand-priority-card h3 {
	margin-bottom: 8px;
}

.brand-priority-meta {
	margin: 0 0 10px;
	color: var(--dk-primary-deep);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.archive-chip-grid-inline {
	margin-top: 18px;
	justify-content: flex-start;
}

.related-products-shell {
	margin-top: 24px;
}

.contact-list {
	margin: 0;
	padding-left: 18px;
}

.contact-list li {
	margin-bottom: 10px;
}

.rfq-form {
	display: grid;
	gap: 14px;
}

.rfq-form label {
	display: grid;
	gap: 8px;
	font-weight: 600;
}

.rfq-form input,
.rfq-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(19, 35, 49, 0.12);
	border-radius: 16px;
	background: #fff;
	color: var(--dk-text);
	font: inherit;
}

.rfq-form textarea {
	resize: vertical;
	min-height: 140px;
}

.single-product .site-main,
.rfq-page-hero,
.rfq-page-section {
	background:
		linear-gradient(90deg, rgba(18, 63, 109, 0.032) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 63, 109, 0.032) 1px, transparent 1px),
		linear-gradient(180deg, #f7f9fb 0%, #eef3f6 100%);
	background-size: 32px 32px, 32px 32px, auto;
}

.single-product .product-detail-main,
.single-product .product-detail-sidebar,
.single-product .product-guidance-card,
.single-product .product-datasheet-card,
.single-product .product-commercial-card,
.rfq-page-section .contact-form-card,
.rfq-page-section .contact-method-card,
.rfq-page-section .rfq-step-card {
	border-radius: 16px;
	border: 1px solid rgba(22, 33, 44, 0.1);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 32px rgba(22, 33, 44, 0.08);
}

.single-product .product-detail-main {
	padding: 24px;
}

.single-product .price {
	display: none;
}

.single-product .product-media-shell {
	padding: 18px;
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(18, 63, 109, 0.055), rgba(243, 129, 24, 0.035)),
		#fff;
	border: 1px solid rgba(22, 33, 44, 0.08);
}

.single-product .product-media-shell img {
	filter: drop-shadow(0 18px 22px rgba(22, 33, 44, 0.12));
}

.single-product .product-overview-shell .entry-title {
	margin: 0;
	color: #111923;
	font-size: clamp(28px, 2.55vw, 42px);
	line-height: 1;
}

.single-product .product-sku,
.single-product .product-breadcrumbs,
.single-product .product-spec-table span {
	color: #64717d;
	font-family: "JetBrains Mono", monospace;
}

.single-product .signal-card,
.single-product .product-spec-table div {
	padding: 13px 14px;
	border-radius: 12px;
	background: rgba(18, 63, 109, 0.06);
	border: 1px solid rgba(18, 63, 109, 0.08);
}

.single-product .signal-card span,
.single-product .product-spec-table span {
	display: block;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.single-product .signal-card strong,
.single-product .product-spec-table strong {
	color: #111923;
	font-size: 13px;
}

.single-product .quick-quote-card {
	position: sticky;
	top: 108px;
	padding: 22px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(135deg, #0d2f55 0%, #0a243f 100%);
	background-size: 24px 24px, 24px 24px, auto;
	color: #fff;
}

.single-product .quick-quote-card .eyebrow,
.single-product .quick-quote-card p,
.single-product .quick-quote-card li,
.single-product .quick-quote-card a {
	color: rgba(255, 255, 255, 0.78);
}

.single-product .quick-quote-card h3,
.single-product .quick-quote-card strong {
	color: #fff;
}

.single-product .quick-quote-card .product-spec-table div {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
}

.single-product .button-accent,
.rfq-page-section .button-accent {
	background: linear-gradient(180deg, #ff961f 0%, var(--dk-accent) 100%) !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: 0 12px 22px rgba(243, 129, 24, 0.24) !important;
}

.single-product .button-outline,
.rfq-page-section .button-outline {
	background: rgba(255, 255, 255, 0.92) !important;
	border-color: rgba(22, 33, 44, 0.14) !important;
	color: #16212c !important;
}

.single-product .quick-quote-card .button-outline {
	background: rgba(255, 255, 255, 0.14) !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
	color: #fff !important;
}

.single-product .product-response-promise {
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(243, 129, 24, 0.16);
	border: 1px solid rgba(243, 129, 24, 0.24);
}

.rfq-page-hero .container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
	gap: 28px;
	align-items: center;
	padding: 34px 0;
}

.rfq-hero-copy h1 {
	max-width: 760px;
}

.rfq-hero-metrics {
	display: grid;
	gap: 10px;
}

.rfq-hero-metrics span {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 15px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(22, 33, 44, 0.1);
	box-shadow: 0 8px 16px rgba(22, 33, 44, 0.05);
	color: #52616f;
	font-size: 13px;
}

.rfq-hero-metrics strong {
	color: var(--dk-primary);
	text-transform: uppercase;
}

.rfq-page-section .contact-form-card {
	padding: 26px;
}

.rfq-page-section .contact-card-head h2 {
	margin-top: 0;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1;
}

.rfq-prefill-note {
	margin: 10px 0 0;
	padding: 11px 13px;
	border-radius: 12px;
	background: rgba(33, 143, 86, 0.1);
	color: #16663c;
	font-size: 13px;
	font-weight: 700;
}

.rfq-page-section .rfq-form input:focus,
.rfq-page-section .rfq-form textarea:focus {
	outline: none;
	border-color: rgba(18, 63, 109, 0.42);
	box-shadow: 0 0 0 4px rgba(18, 63, 109, 0.08);
}

.rfq-page-section .rfq-step-card {
	position: relative;
	padding-top: 52px;
}

.form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-notice {
	padding: 14px 16px;
	border-radius: 16px;
	font-weight: 600;
}

.form-notice strong,
.form-notice span {
	display: block;
}

.form-notice span {
	margin-top: 4px;
	font-weight: 500;
}

.form-notice-success {
	background: rgba(39, 144, 80, 0.12);
	color: #19633a;
}

.form-notice-error {
	background: rgba(180, 50, 50, 0.12);
	color: #8a1f1f;
}

.form-notice-bulk {
	margin-bottom: 16px;
	background: rgba(15, 95, 149, 0.1);
	border: 1px solid rgba(15, 95, 149, 0.16);
	color: var(--dk-primary-deep);
}

.support-grid {
	align-items: stretch;
}

.support-grid > * {
	flex: 1;
}

.contact-shell {
	display: grid;
	gap: 26px;
}

.contact-layout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 24px;
	align-items: start;
}

.contact-sidebar-stack {
	display: grid;
	gap: 18px;
}

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

.contact-route-grid-tight {
	margin-top: 4px;
}

.contact-card-head {
	margin-bottom: 16px;
}

.contact-card-head h3 {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 34px;
	line-height: 1;
	text-transform: uppercase;
}

.form-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.form-submit-row {
	display: flex;
	justify-content: flex-start;
}

.contact-next-card {
	margin-top: 0;
}

.news-intro-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 20px;
	margin-bottom: 26px;
}

.news-intro-card h2 {
	margin: 0 0 12px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(26px, 3.4vw, 38px);
	line-height: 0.98;
	text-transform: uppercase;
}

.news-intro-card-accent {
	background:
		radial-gradient(circle at top right, rgba(110, 165, 200, 0.2), transparent 30%),
		linear-gradient(135deg, #0d2434 0%, #143b56 100%);
	color: rgba(255, 255, 255, 0.92);
}

.news-intro-card-accent .eyebrow,
.news-intro-card-accent p {
	color: rgba(255, 255, 255, 0.78);
}

.news-feature-card {
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr);
	gap: 16px;
	margin-bottom: 22px;
	padding: 32px;
	background:
		radial-gradient(circle at top right, rgba(22, 111, 173, 0.12), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 242, 247, 0.94));
}

.news-feature-card .entry-title {
	font-size: clamp(28px, 3.6vw, 42px);
	line-height: 0.98;
}

.news-feature-copy {
	display: grid;
	align-content: center;
	gap: 12px;
}

.news-card-grid {
	margin-top: 0;
}

.news-card .entry-title {
	font-size: 22px;
	line-height: 1.05;
}

.stats-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 24px;
}

.archive-stats-strip {
	margin-top: 28px;
}

.timeline-block,
.workflow-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.timeline-card,
.workflow-card {
	padding: 26px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f1f6fa 100%);
	border: 1px solid var(--dk-line);
	box-shadow: var(--dk-shadow);
}

.timeline-label,
.workflow-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 95, 149, 0.1);
	color: var(--dk-primary-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.timeline-card h3,
.workflow-card h3,
.industry-banner h3 {
	margin: 16px 0 12px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
}

.timeline-card p,
.workflow-card p,
.industry-banner p {
	margin: 0;
	color: var(--dk-muted);
}

.industry-banner {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 24px;
	margin-top: 24px;
	padding: 32px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(110, 165, 200, 0.2), transparent 24%),
		linear-gradient(135deg, #0d2434 0%, #143b56 100%);
	color: rgba(255, 255, 255, 0.9);
	box-shadow: var(--dk-shadow);
}

.industry-banner .eyebrow {
	color: rgba(255, 255, 255, 0.62);
}

.industry-banner-copy p:last-child {
	color: rgba(255, 255, 255, 0.72);
}

.industry-banner-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-content: center;
}

.industry-banner-grid span {
	display: grid;
	place-items: center;
	min-height: 88px;
	padding: 18px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
}

.about-card ul,
.support-card ul {
	margin: 0;
	padding-left: 18px;
	color: var(--dk-muted);
}

.about-card li,
.support-card li {
	margin-bottom: 10px;
}

.industry-section {
	padding-top: 0;
}

.quick-routes-section {
	padding-top: 0;
}

.assurance-section {
	padding-top: 0;
}

.scenario-section {
	padding-top: 0;
}

.closing-cta-section {
	padding-top: 0;
}

.capability-section {
	padding-top: 0;
}

.quick-route-card,
.brand-action-grid .focus-card,
.brand-directory-grid .focus-card,
.assurance-card,
.scenario-card,
.capability-card,
.about-credibility-grid .focus-card,
.about-principles-grid .focus-card,
.services-trust-grid .focus-card,
.services-response-grid .focus-card,
.catalog-access-grid .focus-card,
.catalog-decision-grid .focus-card {
	position: relative;
	overflow: hidden;
}

.quick-route-card::after,
.brand-action-grid .focus-card::after,
.brand-directory-grid .focus-card::after,
.assurance-card::after,
.scenario-card::after,
.capability-card::after,
.about-credibility-grid .focus-card::after,
.about-principles-grid .focus-card::after,
.services-trust-grid .focus-card::after,
.services-response-grid .focus-card::after,
.catalog-access-grid .focus-card::after,
.catalog-decision-grid .focus-card::after {
	content: "";
	position: absolute;
	inset: auto -40px -40px auto;
	width: 120px;
	height: 120px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(110, 165, 200, 0.26), transparent 70%);
	pointer-events: none;
}

.brand-action-grid {
	margin-top: 28px;
}

.brand-directory-grid {
	margin-top: 28px;
}

.about-credibility-grid,
.about-principles-grid,
.services-trust-grid,
.services-response-grid,
.catalog-access-grid,
.catalog-decision-grid {
	margin-top: 28px;
}

.catalog-access-heading,
.services-trust-heading,
.services-response-heading,
.about-credibility-heading,
.about-principles-heading,
.brand-group-heading {
	margin-top: 34px;
}

.brand-group-block {
	margin-top: 28px;
}

.brand-index-grid {
	margin-top: 24px;
}

.brand-directory-note,
.catalog-response-note {
	margin-top: 28px;
}

.news-intro-card {
	margin-bottom: 28px;
}

.news-cluster-heading,
.news-route-heading,
.brand-growth-heading,
.catalog-growth-heading {
	margin-top: 34px;
}

.news-cluster-grid,
.news-route-grid,
.brand-growth-grid,
.catalog-growth-grid {
	margin-top: 28px;
}

.news-pagination {
	margin-top: 28px;
}

.closing-cta-card,
.about-cta-card,
.services-cta-card,
.news-cta-card {
	margin-top: 34px;
}

.news-planning-heading {
	margin-top: 28px;
}

.archive-quick-nav {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 20px;
	margin: 6px 0 22px;
}

.archive-quick-nav-tight {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
	margin-top: 0;
}

.archive-quick-nav-priority {
	margin-top: 0;
}

.archive-chip-card,
.archive-chip-card-wide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.archive-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.archive-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(15, 95, 149, 0.14);
	background: rgba(15, 95, 149, 0.08);
	color: var(--dk-primary-deep);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.catalog-loop-shell {
	margin-top: 8px;
}

.catalog-post-copy {
	margin-top: 18px;
}

.catalog-access-heading-compact {
	margin-top: 12px;
	margin-bottom: 18px;
}

.catalog-decision-grid-compact .focus-card {
	padding: 22px;
}

.archive-quick-nav-bottom {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin-top: 18px;
}

.archive-chip-copy {
	margin: 0;
	color: var(--dk-muted);
}

.catalog-loop-shell .woocommerce-result-count,
.catalog-loop-shell .woocommerce-ordering {
	margin-bottom: 18px;
}

.catalog-loop-shell .woocommerce-result-count {
	color: var(--dk-muted);
	font-size: 14px;
}

.catalog-loop-shell .woocommerce-ordering select {
	padding: 10px 14px;
	border-radius: 14px;
	border: 1px solid rgba(19, 35, 49, 0.12);
	background: rgba(255, 255, 255, 0.96);
	font: inherit;
}

.assurance-grid-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.assurance-card {
	padding: 22px;
}

.assurance-card h3 {
	font-size: 24px;
	margin-bottom: 8px;
}

.section-heading-tight {
	margin-bottom: 22px;
}

.quick-quote-card {
	display: grid;
	gap: 16px;
}

.product-spec-table {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.product-response-promise {
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(15, 95, 149, 0.07);
	border: 1px solid rgba(15, 95, 149, 0.12);
	color: var(--dk-primary-deep);
	font-size: 14px;
	line-height: 1.5;
}

.product-datasheet-card {
	margin-top: 20px;
}

.product-datasheet-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.product-datasheet-link {
	display: grid;
	gap: 4px;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(15, 95, 149, 0.06);
	border: 1px solid rgba(15, 95, 149, 0.12);
}

.product-datasheet-link strong {
	font-size: 15px;
	line-height: 1.35;
}

.product-datasheet-link span {
	color: var(--dk-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.product-spec-table div {
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(15, 95, 149, 0.06);
	border: 1px solid rgba(15, 95, 149, 0.1);
}

.product-spec-table span {
	display: block;
	margin-bottom: 6px;
	color: var(--dk-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-spec-table strong {
	display: block;
	font-size: 15px;
	line-height: 1.35;
}

.product-guidance-shell {
	margin-top: 18px;
}

.product-guidance-card {
	padding: 24px 26px;
}

.product-guidance-card h3 {
	margin: 8px 0 12px;
	font-size: clamp(28px, 3vw, 38px);
}

.product-guidance-card ul {
	margin: 0;
	padding-left: 18px;
}

.product-guidance-card li {
	margin-bottom: 10px;
	color: var(--dk-muted);
}

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

.product-guidance-grid h3 {
	margin: 0 0 12px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 26px;
	line-height: 1;
	text-transform: uppercase;
}

.archive-chip-muted {
	background: rgba(9, 20, 29, 0.05);
	border-color: rgba(19, 35, 49, 0.12);
	color: var(--dk-text);
}

.inquiry-signal-card {
	background:
		radial-gradient(circle at top right, rgba(110, 165, 200, 0.22), transparent 30%),
		linear-gradient(180deg, rgba(15, 95, 149, 0.08), rgba(255, 255, 255, 0.94));
}

@media (max-width: 960px) {
	.hero-grid,
	.brands-layout,
	.support-grid,
	.archive-action-bar,
	.archive-quick-nav,
	.catalog-route-banner,
	.catalog-guide-grid,
	.single-product-layout,
	.stats-strip,
	.timeline-block,
	.workflow-strip,
	.industry-banner,
	.product-snapshot-grid,
	.page-card-grid,
	.product-grid,
	.focus-grid {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.woocommerce ul.products.product-grid,
	.woocommerce-page ul.products.product-grid,
	.woocommerce ul.products.products,
	.woocommerce-page ul.products.products {
		grid-template-columns: 1fr;
	}

	.site-header {
		position: static;
	}

	.topbar-inner,
	.footer-grid,
	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.header-main {
		align-items: center;
	}

	.nav-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.header-panel {
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		padding: 18px 0 8px;
	}

	.header-panel.is-open {
		display: flex;
	}

	.site-navigation,
	.header-actions,
	.header-search,
	.header-search-form {
		width: 100%;
	}

	.header-actions {
		flex-direction: column;
	}

	.header-search {
		order: -1;
	}

	.header-search-form {
		position: static;
		min-width: 0;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		box-shadow: none;
	}

	.header-search-toggle {
		display: none;
	}

	.primary-menu,
	.hero-actions,
	.hero-points {
		flex-wrap: wrap;
	}

	.primary-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.nav-flyout,
	.menu-item-has-flyout > a::after {
		display: none !important;
	}

	.hero-board-grid,
	.industry-banner-grid,
	.form-grid-2 {
		grid-template-columns: 1fr;
	}

	.product-detail-sidebar {
		position: static;
	}

	.contact-layout-grid,
	.contact-route-grid,
	.news-intro-layout,
	.product-stage-grid,
	.product-guidance-grid,
	.assurance-grid-compact,
	.product-datasheet-grid,
	.brand-logo-wall,
	.news-card-grid-home {
		grid-template-columns: 1fr;
	}
}

.support-card ul {
	margin: 0;
	padding-left: 18px;
	color: var(--dk-muted);
}

.accent-card {
	background: linear-gradient(135deg, var(--dk-primary-deep), #173e58);
	color: #fff;
}

.accent-card .eyebrow,
.accent-card p {
	color: rgba(255, 255, 255, 0.8);
}

.site-footer {
	padding: 34px 0 20px;
	background: var(--dk-dark);
	color: rgba(255, 255, 255, 0.86);
}

.floating-contact-rail {
	position: fixed;
	right: 22px;
	top: 50%;
	z-index: 40;
	display: grid;
	gap: 6px;
	transform: translateY(-50%);
}

.floating-contact-item {
	display: grid;
	justify-items: center;
	gap: 2px;
	width: 72px;
	padding: 9px 6px 8px;
	border-radius: 14px;
	border: 1px solid rgba(19, 35, 49, 0.08);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 22px rgba(19, 35, 49, 0.1);
	color: var(--dk-text);
	text-align: center;
	font: inherit;
	cursor: pointer;
	text-decoration: none;
}

.floating-contact-icon {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	color: var(--dk-primary-deep);
}

.floating-contact-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.floating-contact-item-whatsapp .floating-contact-icon svg {
	fill: currentColor;
	stroke: none;
}

.floating-contact-item strong {
	font-size: 9px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.floating-contact-item span {
	font-size: 8px;
	line-height: 1.25;
	color: var(--dk-muted);
	word-break: break-word;
}

.floating-contact-item-whatsapp {
	border-color: rgba(37, 211, 102, 0.24);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 248, 239, 0.98));
}

.floating-contact-item-top {
	border: 1px solid rgba(19, 35, 49, 0.08);
}

.footer-grid {
	align-items: start;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	grid-template-columns: 1.1fr 0.9fr 0.8fr 1fr;
	gap: 22px;
}

.site-footer h3 {
	margin-top: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

.site-footer ul {
	margin: 0;
	padding-left: 18px;
}

.footer-contact-card {
	padding: 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.footer-contact-actions .button {
	flex: 1 1 auto;
	text-align: center;
}

.footer-bottom {
	padding-top: 14px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
}

.content-narrow {
	max-width: 860px;
}

@media (max-width: 1080px) {
	.header-main,
	.hero-grid,
	.brands-layout,
	.support-grid,
	.footer-grid {
		flex-direction: column;
		align-items: stretch;
	}

	.floating-contact-rail {
		display: none;
	}

	.site-navigation {
		order: 3;
	}

	.header-actions {
		order: 2;
	}
}

@media (max-width: 720px) {
	.primary-menu,
	.topbar-inner,
	.header-actions,
	.hero-actions,
	.hero-points {
		flex-wrap: wrap;
	}

	.hero-copy h1,
	.section-heading h2,
	.brands-layout h2 {
		font-size: 42px;
	}

	.focus-grid,
	.brand-chip-grid,
	.product-grid,
	.single-product-layout {
		grid-template-columns: 1fr;
	}

	.hero-section,
	.focus-section,
	.brands-section,
	.support-section,
	.content-section {
		padding: 56px 0;
	}
}

/* Homepage industrial polish pass. Keep these overrides last so the active front page has one clear visual direction. */
:root {
	--dk-bg: #f3f6f8;
	--dk-surface: #ffffff;
	--dk-text: #16212c;
	--dk-muted: #64717d;
	--dk-line: rgba(22, 33, 44, 0.12);
	--dk-primary: #123f6d;
	--dk-primary-deep: #0b2742;
	--dk-accent: #f38118;
	--dk-dark: #171c21;
	--dk-shadow: 0 10px 24px rgba(22, 33, 44, 0.08);
	--dk-radius: 8px;
	--dk-container: min(1168px, calc(100vw - 32px));
}

body.driveknms-front-page {
	background:
		linear-gradient(90deg, rgba(18, 63, 109, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 63, 109, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, #f7f9fb 0%, #eef3f6 100%);
	background-size: 32px 32px, 32px 32px, auto;
	overflow-x: hidden;
}

.driveknms-front-page .site-header {
	background: rgba(255, 255, 255, 0.94);
	border-bottom-color: rgba(22, 33, 44, 0.1);
	box-shadow: 0 8px 18px rgba(22, 33, 44, 0.05);
}

.driveknms-front-page .header-topbar {
	background: #070b10;
	font-size: 12px;
}

.driveknms-front-page .header-main {
	min-height: 56px;
}

.driveknms-front-page .brand-mark-logo {
	max-width: 76px;
	max-height: 22px;
	filter: none;
}

.driveknms-front-page .primary-menu {
	gap: 16px;
	font-size: 12px;
}

.driveknms-front-page .primary-menu > .menu-item > a {
	min-height: 40px;
	color: #1c2834;
}

.driveknms-front-page .header-search {
	position: relative;
	display: flex;
	align-items: center;
}

.driveknms-front-page .header-search-toggle {
	border-radius: 999px;
	border-color: rgba(22, 33, 44, 0.12);
	background: #fff;
	box-shadow: 0 6px 14px rgba(22, 33, 44, 0.07);
}

.driveknms-front-page .button {
	min-height: 40px;
	border-radius: 999px;
	padding: 10px 18px;
	font-size: 12px;
	letter-spacing: 0;
	box-shadow: none;
}

.driveknms-front-page .button-accent {
	background: linear-gradient(180deg, #ff961f 0%, var(--dk-accent) 100%);
	box-shadow: 0 10px 18px rgba(243, 129, 24, 0.22);
}

.driveknms-front-page .button-outline {
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(22, 33, 44, 0.14);
}

.driveknms-front-page .hero-section-home {
	padding: 28px 0 20px;
}

.driveknms-front-page .hero-home-grid {
	grid-template-columns: minmax(360px, 0.43fr) minmax(0, 0.57fr);
	gap: 32px;
	align-items: center;
}

.driveknms-front-page .hero-home-copy {
	padding: 12px 0 8px;
}

.driveknms-front-page .eyebrow {
	margin-bottom: 10px;
	color: var(--dk-primary);
	font-size: 10px;
	letter-spacing: 0.14em;
}

.driveknms-front-page .hero-home-copy h1 {
	max-width: 560px;
	margin: 0;
	color: #121a24;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 44px;
	line-height: 1.02;
	letter-spacing: 0;
	text-transform: none;
}

.driveknms-front-page .hero-text {
	max-width: 520px;
	margin: 18px 0 0;
	color: #51606d;
	font-size: 15px;
	line-height: 1.55;
}

.driveknms-front-page .hero-actions {
	margin: 22px 0 16px;
	gap: 12px;
}

.driveknms-front-page .hero-trust-ribbon {
	gap: 8px;
	margin-top: 14px;
}

.driveknms-front-page .hero-trust-ribbon span {
	border-radius: 999px;
	border-color: rgba(18, 63, 109, 0.1);
	background: rgba(255, 255, 255, 0.82);
	color: #213449;
	font-size: 9px;
	letter-spacing: 0.02em;
}

.driveknms-front-page .hero-metric-grid {
	gap: 10px;
	margin-top: 18px;
}

.driveknms-front-page .hero-metric-card {
	min-height: 70px;
	padding: 12px 10px;
	border-radius: 8px;
	border-color: rgba(22, 33, 44, 0.1);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 16px rgba(22, 33, 44, 0.06);
}

.driveknms-front-page .hero-metric-card strong {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
}

.driveknms-front-page .hero-metric-card span {
	font-size: 9px;
	letter-spacing: 0.04em;
}

.driveknms-front-page .hero-carousel {
	aspect-ratio: 16 / 7.2;
	min-height: 316px;
	max-height: 336px;
	border-radius: 16px;
	background: #17202a;
	box-shadow: 0 24px 42px rgba(22, 33, 44, 0.16);
}

.driveknms-front-page .hero-slide-visual img {
	object-fit: cover;
	filter: saturate(0.92) contrast(1.04);
}

.driveknms-front-page .hero-slide::after {
	background:
		linear-gradient(90deg, rgba(9, 16, 23, 0.82) 0%, rgba(9, 16, 23, 0.54) 42%, rgba(9, 16, 23, 0.2) 100%),
		linear-gradient(180deg, transparent 0%, rgba(9, 16, 23, 0.48) 100%);
}

.driveknms-front-page .hero-slide-overlay {
	max-width: 82%;
	padding: 26px 28px;
}

.driveknms-front-page .hero-slide-overlay .eyebrow {
	color: rgba(255, 255, 255, 0.7);
}

.driveknms-front-page .hero-slide-overlay h2 {
	max-width: 640px;
	font-size: 28px;
	line-height: 1.02;
	letter-spacing: 0;
}

.driveknms-front-page .hero-slide-meta {
	gap: 14px;
	font-size: 10px;
}

.driveknms-front-page .hero-carousel-controls {
	right: 22px;
	bottom: 18px;
}

.driveknms-front-page .hero-carousel-button {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
}

.driveknms-front-page .brands-section,
.driveknms-front-page .content-section {
	padding: 32px 0;
}

.driveknms-front-page .section-heading {
	margin-bottom: 18px;
}

.driveknms-front-page .section-heading h2,
.driveknms-front-page .section-heading-reference h2 {
	color: #121a24;
	font-size: 32px;
	line-height: 1.04;
	letter-spacing: 0;
}

.driveknms-front-page .section-heading-reference p:last-child {
	max-width: 420px;
	color: #566574;
	font-size: 13px;
}

.driveknms-front-page .brand-logo-wall {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.driveknms-front-page .brand-logo-card {
	min-height: 86px;
	border-radius: 8px;
	border-color: rgba(22, 33, 44, 0.12);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 14px rgba(22, 33, 44, 0.05);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.driveknms-front-page .brand-logo-card img {
	max-height: 30px;
	filter: grayscale(1) saturate(0.4) opacity(0.72);
	transition: filter 180ms ease, transform 180ms ease;
}

.driveknms-front-page .brand-logo-card:hover {
	transform: translateY(-4px);
	border-color: rgba(18, 63, 109, 0.2);
	box-shadow: 0 16px 30px rgba(18, 63, 109, 0.1);
}

.driveknms-front-page .brand-logo-card:hover img {
	filter: none;
	transform: scale(1.04);
}

.driveknms-front-page .brand-logo-card span {
	font-size: 10px;
}

.driveknms-front-page .smart-category-rail {
	position: relative;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	gap: 14px;
}

.driveknms-front-page .smart-category-window {
	overflow: hidden;
	padding: 4px 2px 18px;
	mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent 100%);
}

.driveknms-front-page .smart-category-grid-expanded {
	position: relative;
	display: flex;
	width: 100%;
	gap: 16px;
}

.driveknms-front-page .smart-category-card {
	position: relative;
	overflow: hidden;
	flex: 0 0 calc((100% - 48px) / 4);
	min-height: 176px;
	padding: 20px 18px 18px;
	border-radius: 14px;
	border-color: rgba(22, 33, 44, 0.12);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 250, 0.94)),
		linear-gradient(135deg, rgba(18, 63, 109, 0.08), transparent 56%);
	box-shadow: 0 14px 28px rgba(22, 33, 44, 0.08);
	scroll-snap-align: start;
	isolation: isolate;
}

.driveknms-front-page .smart-category-card[hidden] {
	display: none;
}

.driveknms-front-page .smart-category-card::before {
	content: "";
	position: absolute;
	inset: auto -22px -34px auto;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(18, 63, 109, 0.06);
	z-index: -1;
}

.driveknms-front-page .smart-category-card::after {
	content: "Browse family";
	position: absolute;
	right: 14px;
	bottom: 12px;
	color: rgba(18, 63, 109, 0.44);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.driveknms-front-page .smart-category-icon {
	width: 100%;
	height: 76px;
	margin-bottom: 12px;
}

.driveknms-front-page .smart-category-card strong {
	font-size: 15px;
	line-height: 1.2;
}

.driveknms-front-page .smart-card-count {
	color: var(--dk-primary);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.driveknms-front-page .smart-category-icon img {
	width: 116px;
	height: 76px;
	object-fit: contain;
	transform: scale(1.08);
	filter: drop-shadow(0 14px 18px rgba(22, 33, 44, 0.18));
}

.driveknms-front-page .smart-category-nav {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border-color: rgba(22, 33, 44, 0.12);
	background: #fff;
	box-shadow: 0 12px 22px rgba(22, 33, 44, 0.12);
}

.driveknms-front-page .smart-category-nav:disabled {
	opacity: 0.42;
	cursor: not-allowed;
}

.driveknms-front-page .featured-models-section-priority {
	padding-top: 30px;
}

.driveknms-front-page .featured-model-grid,
.driveknms-front-page .product-grid.home-arrivals-grid {
	gap: 14px;
}

.driveknms-front-page .featured-model-card,
.driveknms-front-page .home-product-card {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	border-color: rgba(22, 33, 44, 0.12);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 28px rgba(22, 33, 44, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.driveknms-front-page .featured-model-card:hover,
.driveknms-front-page .home-product-card:hover {
	transform: translateY(-5px);
	border-color: rgba(18, 63, 109, 0.2);
	box-shadow: 0 18px 34px rgba(18, 63, 109, 0.12);
}

.driveknms-front-page .featured-model-image {
	min-height: 190px;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(18, 63, 109, 0.04), rgba(243, 129, 24, 0.035)),
		#fff;
	border-bottom: 1px solid rgba(22, 33, 44, 0.08);
}

.driveknms-front-page .featured-model-image img {
	height: 150px;
	object-fit: contain;
	transition: transform 180ms ease;
	filter: drop-shadow(0 16px 18px rgba(22, 33, 44, 0.12));
}

.driveknms-front-page .featured-model-card:hover .featured-model-image img {
	transform: scale(1.04);
}

.driveknms-front-page .featured-model-body {
	padding: 14px 14px 12px;
}

.driveknms-front-page .featured-model-meta {
	align-items: flex-start;
	margin-bottom: 6px;
}

.driveknms-front-page .featured-model-tax {
	color: var(--dk-primary);
	font-size: 9px;
	letter-spacing: 0.08em;
}

.driveknms-front-page .featured-model-status,
.driveknms-front-page .arrival-status-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 20px;
	padding: 4px 7px;
	border-radius: 999px;
	background: rgba(33, 143, 86, 0.12);
	color: #16663c;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.driveknms-front-page .featured-model-sku {
	display: block;
	margin-bottom: 8px;
	font-size: 10px;
	letter-spacing: 0;
}

.driveknms-front-page .featured-model-body h3,
.driveknms-front-page .home-product-card h3 {
	color: #111923;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

.driveknms-front-page .featured-model-body p,
.driveknms-front-page .home-product-card p {
	color: #52616f;
	font-size: 12px;
	line-height: 1.45;
}

.driveknms-front-page .featured-model-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.driveknms-front-page .featured-model-proof span {
	padding: 5px 7px;
	border-radius: 999px;
	background: rgba(18, 63, 109, 0.07);
	color: #29445f;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.driveknms-front-page .featured-model-footer {
	margin-top: 14px;
	padding-top: 10px;
}

.driveknms-front-page .featured-model-link {
	font-size: 10px;
	letter-spacing: 0.02em;
}

.driveknms-front-page .featured-model-link-accent {
	color: var(--dk-accent);
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb {
	min-height: 184px;
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(18, 63, 109, 0.035), rgba(22, 33, 44, 0.02)),
		#fff;
	border: 1px solid rgba(22, 33, 44, 0.08);
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	max-height: 160px;
	object-fit: contain;
	filter: drop-shadow(0 14px 18px rgba(22, 33, 44, 0.11));
}

.driveknms-front-page .home-arrivals-grid .product-card-meta {
	grid-template-rows: auto auto auto;
	row-gap: 5px;
}

.driveknms-front-page .home-arrivals-grid .product-card-chip-row .pill-label {
	border-radius: 999px;
	background: rgba(18, 63, 109, 0.08);
	color: #22374d;
}

.driveknms-front-page .home-arrivals-grid .product-card-actions .button {
	border-radius: 999px;
}

.driveknms-front-page .home-product-card {
	padding: 18px;
	min-height: 560px;
}

.driveknms-front-page .home-arrivals-grid .product-card-meta {
	margin-bottom: 12px;
}

.driveknms-front-page .home-arrivals-grid .home-product-card h3 {
	min-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.driveknms-front-page .home-arrivals-grid .home-product-card p {
	min-height: 52px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.driveknms-front-page .home-arrivals-grid .product-card-actions {
	margin-top: auto;
}

.driveknms-front-page .process-band-grid {
	grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
	align-items: center;
	gap: 28px;
	padding: 22px 28px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(135deg, #25313b 0%, #5e6872 100%);
	background-size: 28px 28px, 28px 28px, auto;
	box-shadow: 0 16px 30px rgba(22, 33, 44, 0.14);
}

.driveknms-front-page .process-band-list {
	display: grid;
	grid-template-columns: 1fr;
}

.driveknms-front-page .process-band-steps {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.driveknms-front-page .process-band-step {
	padding: 12px 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.driveknms-front-page .industry-showcase-card {
	min-height: 128px;
	border-radius: 8px;
	box-shadow: 0 12px 22px rgba(22, 33, 44, 0.12);
}

.driveknms-front-page .industry-showcase-overlay h3 {
	font-size: 22px;
	letter-spacing: 0;
}

.driveknms-front-page .news-faq-grid {
	align-items: stretch;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 30px;
	padding: 28px;
	border: 1px solid rgba(22, 33, 44, 0.08);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(239, 245, 248, 0.62)),
		linear-gradient(90deg, rgba(18, 63, 109, 0.028) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 63, 109, 0.028) 1px, transparent 1px);
	background-size: auto, 26px 26px, 26px 26px;
	box-shadow: 0 16px 32px rgba(22, 33, 44, 0.07);
}

.driveknms-front-page .news-insight-column,
.driveknms-front-page .faq-insight-column {
	min-width: 0;
}

.driveknms-front-page .news-card {
	display: grid;
	grid-template-columns: minmax(160px, 0.45fr) minmax(0, 0.55fr);
	gap: 0;
	min-height: 268px;
	padding: 0;
	overflow: hidden;
	border-radius: 14px;
	border-color: rgba(22, 33, 44, 0.12);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 28px rgba(22, 33, 44, 0.08);
}

.driveknms-front-page .news-card-thumb {
	height: 100%;
	margin: 0;
	border-radius: 0;
	background:
		linear-gradient(135deg, rgba(18, 63, 109, 0.12), rgba(243, 129, 24, 0.08)),
		#f7f9fb;
}

.driveknms-front-page .news-card-thumb img {
	height: 100%;
	aspect-ratio: auto;
	object-fit: contain;
	padding: 24px;
	filter: drop-shadow(0 16px 18px rgba(22, 33, 44, 0.18));
}

.driveknms-front-page .news-card-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 24px 24px 22px;
}

.driveknms-front-page .news-card-kicker {
	margin: 0 0 10px;
	color: var(--dk-primary);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.driveknms-front-page .news-card .entry-title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 0.98;
}

.driveknms-front-page .news-card .entry-content p {
	margin: 0;
	color: #52616f;
	font-size: 13px;
	line-height: 1.55;
}

.driveknms-front-page .news-card-link {
	margin-top: 18px;
}

.driveknms-front-page .faq-card {
	border-radius: 10px;
	border-color: rgba(22, 33, 44, 0.12);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 8px 16px rgba(22, 33, 44, 0.05);
}

.driveknms-front-page .faq-question {
	padding: 13px 16px;
	font-size: 13px;
}

.driveknms-front-page .final-cta-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
	gap: 26px;
	width: 100%;
	padding: 30px 34px;
	overflow: hidden;
	border-radius: 16px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		radial-gradient(circle at 86% 20%, rgba(243, 129, 24, 0.28), transparent 24%),
		linear-gradient(135deg, #08233d 0%, #0d355d 58%, #071a2b 100%);
	background-size: 24px 24px, 24px 24px, auto;
	box-shadow: 0 20px 42px rgba(8, 35, 61, 0.22);
}

.driveknms-front-page .final-cta-card::after {
	content: "";
	position: absolute;
	right: 34px;
	bottom: -28px;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	transform: rotate(45deg);
}

.driveknms-front-page .final-cta-copy,
.driveknms-front-page .final-cta-specs {
	position: relative;
	z-index: 1;
}

.driveknms-front-page .final-cta-copy h2 {
	max-width: 720px;
	font-size: 28px;
	line-height: 1.05;
}

.driveknms-front-page .final-cta-copy > p:last-of-type {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.78);
}

.driveknms-front-page .final-cta-specs {
	display: grid;
	gap: 10px;
	align-content: center;
}

.driveknms-front-page .final-cta-specs span {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
}

.driveknms-front-page .final-cta-specs strong {
	color: #fff;
	text-transform: uppercase;
}

.driveknms-front-page .floating-contact-rail {
	right: 18px;
	gap: 8px;
	padding: 8px;
	border-radius: 16px;
	border: 1px solid rgba(22, 33, 44, 0.08);
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 34px rgba(22, 33, 44, 0.14);
}

.driveknms-front-page .floating-contact-item {
	width: 70px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: none;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.driveknms-front-page .floating-contact-item:hover {
	transform: translateX(-5px);
	background: #fff;
	color: var(--dk-primary);
}

.driveknms-front-page .floating-contact-item-whatsapp:hover {
	color: #128c4a;
}

.driveknms-front-page .site-footer {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
		radial-gradient(circle at 84% 28%, rgba(255, 255, 255, 0.13), transparent 10%),
		linear-gradient(135deg, #11161a 0%, #1d2328 58%, #0e1114 100%);
	background-size: 28px 28px, 28px 28px, auto;
}

.driveknms-front-page .site-footer::after {
	content: "";
	position: absolute;
	right: 70px;
	top: 70px;
	width: 92px;
	height: 92px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(45deg);
}

.driveknms-front-page .footer-grid {
	position: relative;
	z-index: 1;
	gap: 34px;
	padding-block: 10px 30px;
}

.driveknms-front-page .footer-brand-column p {
	max-width: 260px;
}

.driveknms-front-page .footer-kicker {
	margin: 0 0 8px;
	color: rgba(243, 129, 24, 0.92);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.driveknms-front-page .footer-mini-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 18px;
}

.driveknms-front-page .footer-mini-metrics span {
	padding: 6px 8px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
	font-weight: 800;
}

.driveknms-front-page .site-footer h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.03em;
}

.driveknms-front-page .site-footer p,
.driveknms-front-page .site-footer li {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.55;
}

.driveknms-front-page .site-footer a:hover {
	color: #fff;
}

.driveknms-front-page .footer-contact-card {
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
}

.driveknms-front-page .footer-bottom {
	position: relative;
	z-index: 1;
}

@media (max-width: 1100px) {
	.driveknms-front-page .hero-home-grid,
	.driveknms-front-page .news-faq-grid {
		grid-template-columns: 1fr;
	}

	.driveknms-front-page .footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.driveknms-front-page .brand-logo-wall,
	.driveknms-front-page .featured-model-grid,
	.driveknms-front-page .product-grid.home-arrivals-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.driveknms-front-page .smart-category-grid-expanded {
		grid-auto-columns: calc((100% - 12px) / 2);
	}
}

@media (max-width: 760px) {
	html,
	body.driveknms-front-page {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.driveknms-front-page .container {
		width: min(100% - 32px, 1168px);
	}

	.driveknms-front-page .header-topbar {
		font-size: 11px;
	}

	.driveknms-front-page .topbar-inner {
		min-height: 0;
		gap: 6px;
		padding: 6px 0;
	}

	.driveknms-front-page .topbar-contact {
		gap: 10px;
	}

	.driveknms-front-page .header-main {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		min-height: 46px;
		padding: 8px 0;
		gap: 12px;
	}

	.driveknms-front-page .site-branding,
	.driveknms-front-page .brand-mark {
		min-width: 0;
		line-height: 0;
	}

	.driveknms-front-page .brand-mark-logo {
		width: 78px;
		max-width: 78px;
		max-height: 20px;
	}

	.driveknms-front-page .nav-toggle {
		display: inline-flex;
		width: 38px;
		height: 38px;
		margin-left: auto;
		border-radius: 8px;
	}

	.driveknms-front-page .header-panel {
		grid-column: 1 / -1;
	}

	.driveknms-front-page .hero-section-home {
		padding-top: 24px;
	}

	.driveknms-front-page .site-shell,
	.driveknms-front-page .site-main,
	.driveknms-front-page .hero-section-home,
	.driveknms-front-page .hero-home-grid,
	.driveknms-front-page .hero-home-copy,
	.driveknms-front-page .hero-carousel-shell {
		min-width: 0;
		max-width: 100%;
	}

	.driveknms-front-page .hero-home-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	.driveknms-front-page .hero-home-copy h1 {
		display: block;
		width: 100%;
		max-width: 330px;
		font-size: 30px;
		line-height: 1.08;
		white-space: normal;
		overflow: visible;
		word-break: normal;
		overflow-wrap: break-word;
	}

	.driveknms-front-page .hero-text {
		max-width: 100%;
	}

	.driveknms-front-page .hero-actions {
		flex-wrap: wrap;
	}

	.driveknms-front-page .hero-trust-ribbon span {
		max-width: 100%;
	}

	.driveknms-front-page .hero-metric-card {
		min-height: 66px;
	}

	.driveknms-front-page .hero-carousel {
		min-height: 300px;
		aspect-ratio: auto;
	}

	.driveknms-front-page .hero-slide-overlay {
		max-width: 100%;
		padding: 22px;
	}

	.driveknms-front-page .hero-slide-overlay h2 {
		font-size: 24px;
	}

	.driveknms-front-page .hero-metric-grid,
	.driveknms-front-page .brand-logo-wall,
	.driveknms-front-page .featured-model-grid,
	.driveknms-front-page .product-grid.home-arrivals-grid,
	.driveknms-front-page .industry-showcase-grid-horizontal,
	.driveknms-front-page .footer-grid {
		grid-template-columns: 1fr;
	}

	.driveknms-front-page .news-faq-grid {
		padding: 18px;
		border-radius: 14px;
	}

	.driveknms-front-page .news-card,
	.driveknms-front-page .final-cta-card {
		grid-template-columns: 1fr;
	}

	.driveknms-front-page .news-card-thumb {
		min-height: 190px;
	}

	.driveknms-front-page .news-card .entry-title {
		font-size: 22px;
	}

	.driveknms-front-page .final-cta-card {
		padding: 24px 20px;
		gap: 18px;
	}

	.driveknms-front-page .final-cta-specs span {
		display: grid;
		gap: 2px;
	}

	.driveknms-front-page .header-search-form {
		left: auto;
		right: 0;
		min-width: min(330px, calc(100vw - 32px));
	}

	.driveknms-front-page .process-band-grid,
	.driveknms-front-page .process-band-steps {
		grid-template-columns: 1fr;
	}

	.driveknms-front-page .process-band-grid {
		padding: 20px;
	}

	.single-product .product-stage-grid,
	.single-product .product-snapshot-grid,
	.single-product .product-spec-table,
	.rfq-page-hero .container {
		grid-template-columns: 1fr;
	}

	.single-product .product-detail-main {
		padding: 18px;
	}

	.single-product .quick-quote-card {
		position: static;
	}

	.rfq-page-section .contact-form-card {
		padding: 20px;
	}

	.driveknms-front-page .footer-grid,
	.driveknms-front-page .footer-contact-card,
	.driveknms-front-page .footer-contact-actions,
	.driveknms-front-page .site-footer a {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.driveknms-front-page .smart-category-grid-expanded {
		gap: 12px;
	}

	.driveknms-front-page .smart-category-window {
		mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent 100%);
	}

	.driveknms-front-page .smart-category-card {
		flex-basis: 82%;
	}

	.driveknms-front-page .brand-logo-card {
		width: auto;
	}
}

/* Final product-detail composition pass */
.single-product .content-section {
	padding-top: 34px;
}

.single-product .product-detail-main {
	padding: clamp(22px, 2.2vw, 32px);
	border-radius: 24px;
	background:
		radial-gradient(circle at 20% 8%, rgba(18, 63, 109, 0.08), transparent 28%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 252, 0.97));
}

.single-product .product-stage-grid {
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(24px, 3vw, 34px);
	align-items: stretch;
}

.single-product .product-media-shell {
	min-height: 470px;
	padding: 26px;
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(18, 63, 109, 0.04) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 63, 109, 0.04) 1px, transparent 1px),
		radial-gradient(circle at 50% 46%, #fff 0%, #fff 34%, rgba(232, 240, 246, 0.98) 35%, rgba(247, 250, 252, 0.98) 72%);
	background-size: 28px 28px, 28px 28px, auto;
	box-shadow: inset 0 0 0 1px rgba(22, 33, 44, 0.08), 0 18px 34px rgba(22, 33, 44, 0.08);
}

.single-product .product-media-shell::before {
	content: "VERIFIED MODEL IMAGE";
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #123f6d;
	font-family: "JetBrains Mono", monospace;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
}

.single-product .product-media-shell::after {
	right: 18px;
	bottom: 18px;
	background: rgba(18, 63, 109, 0.1);
}

.single-product .product-media-shell .woocommerce-product-gallery {
	width: 100% !important;
	max-width: 340px;
	margin: 0 auto !important;
	float: none !important;
}

.single-product .product-media-shell .woocommerce-product-gallery__wrapper,
.single-product .product-media-shell .woocommerce-product-gallery__image,
.single-product .product-media-shell .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.single-product .product-media-shell .woocommerce-product-gallery__image:not(:first-child) {
	display: none !important;
}

.single-product .product-media-shell .woocommerce-product-gallery__image img,
.single-product .product-media-shell img.wp-post-image {
	width: min(100%, 320px) !important;
	height: auto !important;
	max-height: 320px;
	object-fit: contain;
	transform: scale(1.38);
	filter: drop-shadow(0 26px 32px rgba(22, 33, 44, 0.18));
}

.single-product .product-media-shell .flex-control-thumbs {
	display: none !important;
}

.single-product .product-overview-shell {
	display: grid;
	align-content: center;
	gap: 14px;
	padding: 6px 0;
}

.single-product .product-overview-shell .entry-title {
	max-width: 780px;
	font-size: clamp(34px, 3.4vw, 54px);
	line-height: 0.94;
	letter-spacing: -0.018em;
}

.single-product .product-sku {
	margin: 0;
	padding: 4px 0 2px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.single-product .product-snapshot-grid {
	gap: 12px;
	margin: 6px 0 0;
}

.single-product .signal-card {
	min-height: 72px;
	background: linear-gradient(180deg, rgba(245, 249, 252, 0.98), rgba(236, 244, 249, 0.98));
}

.single-product .signal-card strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-product .product-procurement-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-product .product-procurement-strip span {
	min-height: 52px;
	background: linear-gradient(180deg, rgba(255, 244, 231, 0.98), rgba(255, 237, 214, 0.98));
	box-shadow: inset 0 0 0 1px rgba(243, 129, 24, 0.08);
}

.product-hero-brief {
	padding: 18px 20px;
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 250, 0.96)),
		radial-gradient(circle at 92% 18%, rgba(18, 63, 109, 0.12), transparent 30%);
	border: 1px solid rgba(22, 33, 44, 0.1);
	box-shadow: 0 12px 24px rgba(22, 33, 44, 0.06);
}

.product-hero-brief .eyebrow {
	margin-bottom: 8px;
}

.product-hero-brief p:last-child {
	margin: 0;
	color: #1d2c3a;
	font-size: 16px;
	line-height: 1.62;
}

.single-product .woocommerce-summary-shell {
	display: none;
}

.single-product .product-inline-actions {
	margin-top: 4px;
}

.single-product .product-inline-actions .button {
	min-width: 150px;
	justify-content: center;
}

.single-product .quick-quote-card {
	border-radius: 22px;
}

.single-product .quick-quote-card .product-card-actions {
	grid-template-columns: 1fr;
}

.product-entry-content {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 18px;
}

.product-clean-copy {
	margin-top: 0;
}

.product-summary-note h2,
.product-clean-copy h2 {
	margin-top: 0;
}

.product-summary-note,
.product-clean-copy,
.product-datasheet-card,
.product-commercial-card,
.product-guidance-card {
	border-radius: 22px;
}

.product-datasheet-card,
.product-commercial-card {
	margin-top: 18px;
}

.product-commercial-card {
	background:
		linear-gradient(135deg, rgba(13, 47, 85, 0.96), rgba(9, 31, 53, 0.96)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	color: #fff;
}

.product-commercial-card .eyebrow,
.product-commercial-card h3 {
	color: #fff;
}

.product-commercial-card p {
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1120px) {
	.single-product .product-stage-grid,
	.product-entry-content {
		grid-template-columns: 1fr;
	}

	.single-product .product-media-shell {
		min-height: 360px;
	}

	.single-product .product-overview-shell .entry-title {
		font-size: clamp(32px, 8vw, 46px);
	}
}

@media (max-width: 720px) {
	.single-product .product-snapshot-grid,
	.single-product .product-procurement-strip {
		grid-template-columns: 1fr;
	}

	.single-product .product-media-shell .woocommerce-product-gallery__image img,
	.single-product .product-media-shell img.wp-post-image {
		transform: scale(1.12);
	}
}

/* Product archive / category route polish */
.catalog-hero,
.catalog-section {
	background:
		linear-gradient(90deg, rgba(18, 63, 109, 0.032) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 63, 109, 0.032) 1px, transparent 1px),
		linear-gradient(180deg, #f7f9fb 0%, #edf3f7 100%);
	background-size: 32px 32px, 32px 32px, auto;
}

.catalog-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.4fr);
	gap: 30px;
	align-items: center;
	padding: 38px 0;
}

.catalog-hero-copy h1 {
	max-width: 880px;
	font-size: clamp(44px, 5.5vw, 80px);
	line-height: 0.9;
}

.catalog-hero-copy .hero-text {
	max-width: 780px;
}

.catalog-hero-panel {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border-radius: 24px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(135deg, #0b2b4d 0%, #081c31 100%);
	background-size: 24px 24px, 24px 24px, auto;
	color: #fff;
	box-shadow: 0 22px 44px rgba(12, 34, 54, 0.18);
}

.catalog-hero-panel::after {
	content: "";
	position: absolute;
	right: -56px;
	bottom: -68px;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(243, 129, 24, 0.26), transparent 68%);
}

.catalog-hero-panel .eyebrow,
.catalog-hero-panel h2 {
	position: relative;
	z-index: 1;
	color: #fff;
}

.catalog-hero-panel h2 {
	margin: 8px 0 22px;
	font-size: clamp(32px, 3.2vw, 46px);
	line-height: 0.96;
}

.catalog-hero-panel-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.catalog-hero-panel-grid span {
	padding: 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.catalog-section .archive-quick-nav-priority {
	margin-bottom: 34px;
}

.catalog-loop-heading {
	margin: 10px 0 18px;
}

.catalog-loop-shell {
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(22, 33, 44, 0.08);
	box-shadow: 0 16px 34px rgba(22, 33, 44, 0.06);
}

.catalog-loop-shell .products {
	gap: 18px;
}

.catalog-loop-shell .woocommerce-result-count,
.catalog-loop-shell .woocommerce-ordering {
	margin-bottom: 18px;
}

.catalog-loop-shell .woocommerce-ordering select {
	min-height: 42px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(22, 33, 44, 0.12);
	background: #fff;
	color: #16212c;
	font-weight: 700;
}

.catalog-bottom-cta {
	margin-top: 28px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(13, 47, 85, 0.96), rgba(9, 31, 53, 0.96)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	color: #fff;
}

.catalog-bottom-cta .eyebrow,
.catalog-bottom-cta h2 {
	color: #fff;
}

@media (max-width: 980px) {
	.catalog-hero-grid,
	.catalog-hero-panel-grid {
		grid-template-columns: 1fr;
	}

	.catalog-loop-shell {
		padding: 16px;
	}
}

.site-shell .button.button-accent,
.site-shell a.button.button-accent,
.site-header .button-accent {
	background: linear-gradient(180deg, #ff961f 0%, var(--dk-accent) 100%) !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: 0 12px 22px rgba(243, 129, 24, 0.24) !important;
}

.catalog-hero .button-outline,
.catalog-section .button-outline,
.brand-archive-hero .button-outline,
.brand-directory-hero .button-outline {
	background: rgba(255, 255, 255, 0.92) !important;
	border-color: rgba(22, 33, 44, 0.14) !important;
	color: #16212c !important;
}

.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
	display: none;
}

/* Search, category and RFQ conversion polish */
.search-results-hero,
.search-results-section,
.category-hero,
.category-section {
	background:
		linear-gradient(90deg, rgba(18, 63, 109, 0.032) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 63, 109, 0.032) 1px, transparent 1px),
		linear-gradient(180deg, #f7f9fb 0%, #edf3f7 100%);
	background-size: 32px 32px, 32px 32px, auto;
}

.search-results-hero-grid,
.category-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
	gap: 30px;
	align-items: center;
	padding: 38px 0;
}

.search-results-copy h1,
.category-hero-copy h1 {
	max-width: 900px;
	font-size: clamp(42px, 5.2vw, 78px);
	line-height: 0.9;
}

.search-results-copy .hero-text,
.category-hero-copy .hero-text {
	max-width: 780px;
}

.search-results-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	max-width: 720px;
	margin-top: 22px;
	padding: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(22, 33, 44, 0.1);
	box-shadow: 0 14px 28px rgba(22, 33, 44, 0.07);
}

.search-results-form input {
	min-height: 48px;
	padding: 0 18px;
	border: 0;
	background: transparent;
	color: #16212c;
	font: inherit;
	font-weight: 700;
}

.search-results-form input:focus {
	outline: none;
}

.search-results-panel,
.category-hero-panel {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border-radius: 24px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(135deg, #0b2b4d 0%, #081c31 100%);
	background-size: 24px 24px, 24px 24px, auto;
	color: #fff;
	box-shadow: 0 22px 44px rgba(12, 34, 54, 0.18);
}

.search-results-panel::after,
.category-hero-panel::after {
	content: "";
	position: absolute;
	right: -58px;
	bottom: -66px;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(243, 129, 24, 0.26), transparent 68%);
}

.search-results-panel .eyebrow,
.category-hero-panel .eyebrow {
	color: #fff;
}

.search-results-panel strong,
.category-hero-panel strong {
	position: relative;
	z-index: 1;
	display: block;
	margin: 8px 0;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(72px, 8vw, 112px);
	line-height: 0.84;
}

.search-results-panel span,
.category-hero-panel span {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
}

.search-results-panel-actions {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.search-results-panel .button-outline,
.category-section .button-outline,
.search-results-section .button-outline {
	background: rgba(255, 255, 255, 0.14) !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
	color: #fff !important;
}

.category-hero-tags {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
	margin-top: 20px;
}

.category-hero-tags span {
	padding: 10px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.search-route-strip {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
	gap: 18px;
	align-items: center;
	padding: 22px 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(22, 33, 44, 0.09);
	box-shadow: 0 14px 28px rgba(22, 33, 44, 0.06);
}

.search-route-strip h2 {
	margin: 0;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 0.98;
}

.search-route-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.search-route-steps span {
	padding: 14px 12px;
	border-radius: 16px;
	background: rgba(18, 63, 109, 0.07);
	color: #123f6d;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.search-loop-heading,
.category-loop-heading {
	margin: 34px 0 18px;
}

.search-empty-card {
	padding: 30px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 250, 0.96)),
		radial-gradient(circle at 92% 18%, rgba(243, 129, 24, 0.14), transparent 34%);
}

.rfq-page-hero .container {
	padding: 44px 0;
}

.rfq-page-hero h1 {
	max-width: 900px;
	font-size: clamp(44px, 5.2vw, 76px);
	line-height: 0.9;
}

.rfq-hero-metrics {
	padding: 18px;
	border-radius: 22px;
	background:
		linear-gradient(135deg, #0b2b4d 0%, #081c31 100%);
	box-shadow: 0 20px 42px rgba(12, 34, 54, 0.16);
}

.rfq-hero-metrics span {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.78);
}

.rfq-hero-metrics strong {
	color: #fff;
}

.rfq-page-section .contact-layout-grid {
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
}

.rfq-page-section .contact-form-card {
	padding: clamp(24px, 3vw, 36px);
	border-radius: 26px;
	background:
		radial-gradient(circle at 88% 0%, rgba(243, 129, 24, 0.12), transparent 32%),
		rgba(255, 255, 255, 0.96);
}

.rfq-page-section .rfq-form {
	gap: 18px;
}

.rfq-page-section .rfq-form label span {
	color: #123f6d;
	font-family: "JetBrains Mono", monospace;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.rfq-page-section .rfq-form input,
.rfq-page-section .rfq-form textarea {
	min-height: 50px;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff, #f8fbfd);
	font-weight: 650;
}

.rfq-page-section .rfq-form textarea {
	min-height: 170px;
	line-height: 1.65;
}

.rfq-page-section .form-submit-row .button {
	min-width: 190px;
	justify-content: center;
}

.rfq-page-section .contact-method-card {
	border-radius: 22px;
}

.rfq-page-section .accent-card {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(135deg, #0b2b4d 0%, #081c31 100%);
	background-size: 24px 24px, 24px 24px, auto;
}

.rfq-page-section .rfq-step-card {
	border-radius: 22px;
}

@media (max-width: 980px) {
	.search-results-hero-grid,
	.category-hero-grid,
	.search-route-strip,
	.search-route-steps,
	.rfq-page-section .contact-layout-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.search-results-form {
		grid-template-columns: 1fr;
		border-radius: 22px;
	}
}

/* Focused corrections from product/category/brand QA */
.single-product .product-stage-grid {
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: 28px;
}

.single-product .product-media-shell {
	min-height: 390px;
	padding: 20px;
	background:
		linear-gradient(90deg, rgba(18, 63, 109, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 63, 109, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, #f7fafc 0%, #edf3f7 100%);
	background-size: 24px 24px, 24px 24px, auto;
}

.single-product .product-media-shell::before,
.single-product .product-media-shell::after {
	display: none;
}

.single-product .product-media-shell .woocommerce-product-gallery {
	max-width: 100%;
}

.single-product .product-media-shell .woocommerce-product-gallery__wrapper {
	display: block;
}

.single-product .product-media-shell .woocommerce-product-gallery__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	padding: 16px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(22, 33, 44, 0.08);
}

.single-product .product-media-shell .woocommerce-product-gallery__image:not(:first-child) {
	display: flex !important;
	min-height: auto;
	padding: 0;
	box-shadow: none;
}

.single-product .product-media-shell .woocommerce-product-gallery__image img,
.single-product .product-media-shell img.wp-post-image {
	width: auto !important;
	max-width: 100% !important;
	max-height: 300px;
	object-fit: contain;
	transform: none;
	filter: drop-shadow(0 18px 24px rgba(22, 33, 44, 0.16));
}

.single-product .product-media-shell .flex-control-thumbs {
	display: flex !important;
	gap: 10px;
	margin: 14px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}

.single-product .product-media-shell .flex-control-thumbs li {
	width: 64px !important;
	height: 64px;
	padding: 6px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(22, 33, 44, 0.1);
	box-shadow: 0 8px 16px rgba(22, 33, 44, 0.06);
}

.single-product .product-media-shell .flex-control-thumbs img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	opacity: 0.68;
	transform: none;
	filter: none;
}

.single-product .product-media-shell .flex-control-thumbs img.flex-active,
.single-product .product-media-shell .flex-control-thumbs img:hover {
	opacity: 1;
}

.single-product .product-gallery-board {
	display: grid;
	gap: 14px;
	width: 100%;
}

.single-product .product-gallery-main {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 310px;
	overflow: hidden;
	border-radius: 20px;
	background:
		radial-gradient(circle at 50% 45%, #fff 0%, #fff 38%, rgba(236, 244, 249, 0.94) 39%, rgba(247, 250, 252, 0.96) 74%);
	box-shadow: inset 0 0 0 1px rgba(22, 33, 44, 0.08), 0 18px 34px rgba(22, 33, 44, 0.08);
}

.single-product .product-gallery-main img {
	width: auto;
	max-width: 118%;
	max-height: 330px;
	object-fit: contain;
	transform: scale(1.32);
	filter: drop-shadow(0 20px 26px rgba(22, 33, 44, 0.18));
}

.single-product .product-gallery-thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 2px 2px 8px;
}

.single-product .product-gallery-thumb {
	display: flex;
	flex: 0 0 68px;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	padding: 7px;
	border: 1px solid rgba(22, 33, 44, 0.1);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 16px rgba(22, 33, 44, 0.06);
	cursor: pointer;
	opacity: 0.72;
}

.single-product .product-gallery-thumb.is-active,
.single-product .product-gallery-thumb:hover {
	border-color: rgba(243, 129, 24, 0.62);
	opacity: 1;
}

.single-product .product-gallery-thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.single-product .product-gallery-board-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.74);
	color: #64717d;
	font-weight: 800;
}

.single-product .product-overview-shell .entry-title {
	font-size: clamp(30px, 2.95vw, 46px);
}

.single-product .product-snapshot-grid,
.single-product .product-procurement-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.single-product .signal-card {
	min-height: 62px;
	padding: 11px 12px;
}

.single-product .product-procurement-strip span {
	min-height: 44px;
	padding: 9px 10px;
	font-size: 10px;
}

.product-hero-brief {
	padding: 14px 16px;
}

.product-entry-content {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
	padding-top: 18px;
}

.product-summary-note,
.product-clean-copy {
	padding: 18px 20px;
}

.product-summary-note h2,
.product-clean-copy h2,
.product-datasheet-card h3 {
	font-size: clamp(24px, 2.2vw, 32px);
}

.product-summary-note ul {
	margin-bottom: 10px;
}

.product-datasheet-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px 18px;
	align-items: center;
	padding: 18px 20px;
}

.product-datasheet-card .eyebrow,
.product-datasheet-card h3,
.product-datasheet-card p {
	margin: 0;
}

.product-datasheet-card > p:last-child {
	grid-row: 1 / span 3;
	grid-column: 2;
}

.product-commercial-card {
	display: none;
}

.related-products-shell .product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.related-products-shell .product-card {
	min-height: 410px;
	padding: 16px;
}

.related-products-shell .woocommerce-loop-thumb {
	min-height: 168px;
	margin: 6px 0 4px;
}

.related-products-shell .woocommerce-loop-thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 168px;
}

.related-products-shell .woocommerce-loop-thumb img {
	max-height: 150px;
	width: auto;
	object-fit: contain;
}

.catalog-hero-grid,
.search-results-hero-grid,
.category-hero-grid {
	min-height: 0;
	padding: 28px 0 34px;
}

.catalog-hero-copy h1,
.search-results-copy h1,
.category-hero-copy h1 {
	font-size: clamp(36px, 4.2vw, 58px);
	line-height: 0.95;
}

.catalog-hero-panel,
.search-results-panel,
.category-hero-panel {
	padding: 20px;
}

.catalog-hero-panel h2 {
	font-size: clamp(28px, 2.6vw, 38px);
}

.catalog-section .archive-quick-nav-priority {
	margin-top: -8px;
	margin-bottom: 22px;
}

.catalog-loop-shell {
	padding: 18px;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.catalog-loop-shell .products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

.woocommerce ul.products li.product.product-card,
.woocommerce-page ul.products li.product.product-card {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	min-height: 460px;
	padding: 16px;
}

.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb {
	min-height: 220px;
	margin: 2px 0 4px;
}

.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
}

.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb img {
	width: auto;
	max-height: 200px;
	object-fit: contain;
}

.woocommerce ul.products li.product.product-card h3,
.woocommerce ul.products li.product.product-card .woocommerce-loop-product__title {
	min-height: auto;
	font-size: 17px;
	line-height: 1.08;
}

.woocommerce ul.products li.product.product-card p {
	min-height: 38px;
	font-size: 13px;
}

.product-loop-label {
	padding: 7px 10px;
	font-size: 10px;
}

.brand-priority-grid-main {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.main-brand-scope-card {
	margin-bottom: 28px;
	padding: 24px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 250, 0.96)),
		radial-gradient(circle at 92% 18%, rgba(243, 129, 24, 0.12), transparent 32%);
}

.main-brand-scope-card h2 {
	margin: 8px 0 10px;
	font-size: clamp(22px, 2.1vw, 30px);
	line-height: 1.22;
	text-transform: none;
}

.brand-directory-panel strong {
	font-size: clamp(58px, 6vw, 88px);
}

@media (max-width: 1100px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.catalog-loop-shell .products,
	.related-products-shell .product-grid,
	.brand-priority-grid-main {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 720px) {
	.single-product .product-stage-grid,
	.product-entry-content,
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.catalog-loop-shell .products,
	.related-products-shell .product-grid,
	.brand-priority-grid-main {
		grid-template-columns: 1fr !important;
	}

	.single-product .product-snapshot-grid,
	.single-product .product-procurement-strip {
		grid-template-columns: 1fr;
	}
}

.catalog-hero,
.brand-directory-hero,
.search-results-hero,
.category-hero {
	padding: 20px 0 10px;
}

.catalog-section,
.brand-directory-section,
.search-results-section,
.category-section {
	padding-top: 42px;
}

.catalog-hero-grid,
.brand-directory-hero-grid,
.search-results-hero-grid,
.category-hero-grid {
	padding: 10px 0 14px;
}

.catalog-hero-copy h1 {
	font-size: clamp(32px, 3.45vw, 48px);
	max-width: 760px;
}

.catalog-hero-copy .hero-text {
	max-width: 650px;
}

.catalog-hero-panel {
	max-width: 360px;
	justify-self: end;
}

.catalog-hero-panel-grid span {
	padding: 10px;
}

.catalog-section .archive-quick-nav-priority .support-card {
	padding: 18px 20px;
}

.post-type-archive-product .archive-quick-nav-priority {
	display: none;
}

.post-type-archive-product .catalog-section {
	padding-top: 26px;
}

.single-product .product-gallery-main {
	position: relative;
	cursor: zoom-in;
}

.single-product .product-gallery-main::after {
	content: "Click to enlarge";
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: #0d3558;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(19, 35, 49, 0.12);
}

.product-image-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px;
	background: rgba(5, 12, 18, 0.82);
	backdrop-filter: blur(12px);
}

.product-image-modal-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1040px, 92vw);
	height: min(760px, 82vh);
	padding: 28px;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 244, 248, 0.98)),
		linear-gradient(rgba(13, 53, 88, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 53, 88, 0.06) 1px, transparent 1px);
	background-size: auto, 24px 24px, 24px 24px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.product-image-modal-frame img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 26px 34px rgba(19, 35, 49, 0.22));
}

.product-image-modal-close {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 1;
	padding: 11px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: #ff8718;
	color: #fff;
	font-weight: 900;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
	cursor: pointer;
}

.has-product-image-modal {
	overflow: hidden;
}

.brand-priority-card {
	min-height: 260px;
}

.brand-priority-logo {
	height: 72px;
}

.brand-priority-logo img {
	max-width: 78%;
	max-height: 42px;
	object-fit: contain;
}

.main-brand-scope-card p {
	max-width: 760px;
}

.single-product .product-clean-copy {
	grid-column: 1 / -1;
}

.single-product .product-guidance-shell {
	margin-top: 26px;
}

.single-product .product-technical-dossier {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 3vw, 38px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.96)),
		radial-gradient(circle at 100% 0%, rgba(255, 135, 24, 0.1), transparent 30%);
}

.single-product .product-technical-dossier::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(13, 53, 88, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 53, 88, 0.045) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 58%);
}

.single-product .product-technical-dossier > * {
	position: relative;
	z-index: 1;
}

.single-product .product-technical-dossier > h2 {
	max-width: 760px;
	margin-bottom: 18px;
	font-size: clamp(30px, 3vw, 46px);
}

.single-product .product-clean-copy h2 + h2,
.single-product .product-clean-copy h3,
.single-product .product-clean-copy h4 {
	margin-top: 26px;
}

.single-product .product-clean-copy p,
.single-product .product-clean-copy li {
	color: #516171;
	font-size: 15px;
	line-height: 1.72;
}

.single-product .product-clean-copy ul,
.single-product .product-clean-copy ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px;
	margin: 14px 0 18px;
	padding-left: 18px;
}

.single-product .product-clean-copy strong {
	color: #142231;
	font-weight: 900;
}

.single-product .product-clean-copy table {
	display: table;
	width: 100%;
	min-width: 680px;
	margin: 20px 0 24px;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(19, 35, 49, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 34px rgba(19, 35, 49, 0.07);
}

.single-product .product-clean-copy table th,
.single-product .product-clean-copy table td {
	padding: 14px 16px;
	border-right: 1px solid rgba(19, 35, 49, 0.08);
	border-bottom: 1px solid rgba(19, 35, 49, 0.08);
	color: #516171;
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
	vertical-align: top;
}

.single-product .product-clean-copy table th,
.single-product .product-clean-copy table td:first-child {
	background: rgba(229, 239, 246, 0.72);
	color: #0d3558;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.single-product .product-clean-copy table tr:last-child th,
.single-product .product-clean-copy table tr:last-child td {
	border-bottom: 0;
}

.single-product .product-clean-copy table th:last-child,
.single-product .product-clean-copy table td:last-child {
	border-right: 0;
}

.single-product .product-clean-copy table + p {
	margin-top: 6px;
}

@media (max-width: 760px) {
	.single-product .product-clean-copy ul,
	.single-product .product-clean-copy ol {
		grid-template-columns: 1fr;
	}

	.single-product .product-clean-copy {
		overflow-x: auto;
	}
}

.single-product .product-detail-main {
	padding: clamp(18px, 2vw, 26px);
}

.single-product .product-stage-grid {
	grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(18px, 2.2vw, 30px);
	align-items: start;
}

.single-product .product-media-shell {
	min-height: 0;
	padding: 14px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(235, 244, 250, 0.92)),
		linear-gradient(rgba(13, 53, 88, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 53, 88, 0.045) 1px, transparent 1px);
	background-size: auto, 24px 24px, 24px 24px;
}

.single-product .product-gallery-main {
	min-height: 250px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 52% 46%, #fff 0%, #fff 34%, rgba(236, 244, 249, 0.88) 35%, rgba(247, 250, 252, 0.96) 76%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(234, 242, 247, 0.98));
}

.single-product .product-gallery-main img {
	max-width: 108%;
	max-height: 280px;
	transform: scale(1.18);
}

.single-product .product-gallery-main::after {
	right: 10px;
	bottom: 10px;
	padding: 6px 9px;
	font-size: 9px;
	background: rgba(255, 255, 255, 0.82);
}

.single-product .product-overview-shell .entry-title {
	max-width: 560px;
	margin: 10px 0 10px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 0.96;
	letter-spacing: -0.025em;
}

.single-product .product-card-meta {
	margin-bottom: 6px;
}

.single-product .product-sku {
	margin-bottom: 14px;
}

.single-product .product-entry-content {
	display: block;
	margin-top: 18px;
	padding-top: 18px;
}

.single-product .product-summary-note {
	display: grid;
	grid-template-columns: minmax(190px, 0.62fr) minmax(0, 1.38fr);
	gap: 16px 28px;
	align-items: start;
	padding: 18px 20px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 250, 0.96)),
		radial-gradient(circle at 100% 0%, rgba(13, 53, 88, 0.08), transparent 34%);
}

.single-product .product-summary-note h2 {
	margin: 0;
	font-size: clamp(23px, 2vw, 30px);
}

.single-product .product-summary-note ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-product .product-summary-note li {
	margin: 0;
	padding: 11px 12px;
	border: 1px solid rgba(13, 53, 88, 0.08);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	color: #526271;
	font-size: 13px;
}

.single-product .product-summary-note p {
	grid-column: 2;
	margin: -2px 0 0;
	color: #526271;
	font-size: 14px;
	line-height: 1.58;
}

.single-product .product-technical-dossier {
	padding: clamp(22px, 2.4vw, 32px);
}

.single-product .product-technical-dossier > .eyebrow,
.single-product .product-technical-dossier > h2 {
	max-width: none;
}

.single-product .product-technical-dossier > h2 {
	margin: 4px 0 12px;
	font-size: clamp(30px, 2.7vw, 42px);
	line-height: 1.03;
}

.single-product .product-clean-copy h2 + h2 {
	max-width: 840px;
	margin-top: 18px;
	font-size: clamp(25px, 2.35vw, 36px);
	line-height: 1.12;
	text-transform: none;
}

.single-product .product-clean-copy h3 {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(13, 53, 88, 0.1);
	font-size: clamp(22px, 1.8vw, 28px);
}

.single-product .product-clean-copy p {
	max-width: 980px;
}

.single-product .product-clean-copy table {
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.single-product .product-clean-copy table:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 44px rgba(19, 35, 49, 0.1);
}

.single-product .product-clean-copy table tr {
	transition: background-color 160ms ease;
}

.single-product .product-clean-copy table tr:hover td {
	background: rgba(255, 248, 239, 0.68);
}

@media (max-width: 960px) {
	.single-product .product-stage-grid,
	.single-product .product-summary-note {
		grid-template-columns: 1fr;
	}

	.single-product .product-summary-note p {
		grid-column: auto;
	}
}

@media (max-width: 760px) {
	.single-product .product-summary-note ul {
		grid-template-columns: 1fr;
	}
}

.trust-page-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(42px, 5vw, 76px) 0 clamp(36px, 4vw, 58px);
	background:
		radial-gradient(circle at 82% 20%, rgba(255, 135, 24, 0.12), transparent 30%),
		linear-gradient(135deg, rgba(245, 250, 253, 0.98), rgba(236, 244, 250, 0.94));
}

.trust-page-hero::before,
.article-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(13, 53, 88, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 53, 88, 0.045) 1px, transparent 1px);
	background-size: 28px 28px;
	pointer-events: none;
}

.trust-page-hero .container,
.article-hero .container {
	position: relative;
	z-index: 1;
}

.trust-page-hero h1 {
	max-width: 860px;
	font-size: clamp(42px, 5.4vw, 82px);
	line-height: 0.92;
	letter-spacing: -0.035em;
}

.trust-page-hero .hero-text {
	max-width: 760px;
	color: #526271;
	font-size: clamp(16px, 1.45vw, 20px);
}

.article-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(40px, 5vw, 70px) 0;
	background:
		radial-gradient(circle at 85% 16%, rgba(255, 135, 24, 0.12), transparent 26%),
		linear-gradient(135deg, #f5f9fc, #eaf2f7);
}

.article-hero-grid,
.article-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: clamp(24px, 4vw, 48px);
	align-items: start;
}

.article-hero h1 {
	max-width: 850px;
	font-size: clamp(40px, 5vw, 72px);
	line-height: 0.94;
	letter-spacing: -0.034em;
}

.article-hero-panel,
.article-rfq-card {
	padding: 24px;
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(8, 45, 79, 0.98), rgba(9, 28, 48, 0.98)),
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: auto, 24px 24px, 24px 24px;
	color: #fff;
	box-shadow: 0 24px 54px rgba(8, 45, 79, 0.22);
}

.article-hero-panel h2,
.article-rfq-card h3 {
	color: #fff;
	font-size: clamp(26px, 2.6vw, 38px);
	line-height: 0.98;
}

.article-hero-panel p,
.article-rfq-card p,
.article-rfq-card .contact-list,
.article-rfq-card a {
	color: rgba(255, 255, 255, 0.82);
}

.article-detail-section {
	padding-top: 34px;
}

.article-detail-card {
	padding: clamp(22px, 3vw, 38px);
}

.article-feature-image {
	overflow: hidden;
	margin-bottom: 26px;
	border-radius: 24px;
	background: #edf4f8;
}

.article-feature-image img {
	display: block;
	width: 100%;
	max-height: 420px;
	object-fit: cover;
}

.article-content {
	color: #526271;
	font-size: 16px;
	line-height: 1.78;
}

.article-content h2,
.article-content h3 {
	margin-top: 32px;
	color: #142231;
	font-family: "Barlow Condensed", sans-serif;
	line-height: 1.02;
	text-transform: uppercase;
}

.article-content h2 {
	font-size: clamp(30px, 3vw, 44px);
}

.article-content h3 {
	font-size: clamp(24px, 2.2vw, 32px);
}

.article-content table {
	width: 100%;
	margin: 22px 0;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid rgba(19, 35, 49, 0.1);
	border-radius: 18px;
	background: #fff;
}

.article-content th,
.article-content td {
	padding: 13px 15px;
	border-right: 1px solid rgba(19, 35, 49, 0.08);
	border-bottom: 1px solid rgba(19, 35, 49, 0.08);
	text-align: left;
}

.article-content th,
.article-content td:first-child {
	background: rgba(229, 239, 246, 0.72);
	color: #0d3558;
	font-weight: 900;
}

.article-sidebar {
	position: sticky;
	top: 92px;
	display: grid;
	gap: 16px;
}

.article-route-card ul {
	margin: 0;
	padding-left: 18px;
	color: #526271;
}

.article-next-section {
	padding-top: 0;
}

.news-intro-layout,
.contact-layout-grid,
.contact-route-grid,
.stats-strip,
.about-credibility-grid,
.about-principles-grid {
	position: relative;
}

.news-feature-card,
.news-card,
.about-card,
.about-cta-card,
.contact-form-card,
.contact-method-card,
.contact-route-grid .support-card {
	border: 1px solid rgba(13, 53, 88, 0.1);
	box-shadow: 0 18px 40px rgba(19, 35, 49, 0.07);
}

.news-feature-card {
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 250, 0.96)),
		radial-gradient(circle at 100% 0%, rgba(255, 135, 24, 0.1), transparent 30%);
}

.news-card {
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 52px rgba(19, 35, 49, 0.1);
}

.about-card {
	display: grid;
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.about-card h3 {
	margin: 0;
	font-size: clamp(28px, 2.8vw, 42px);
	line-height: 0.98;
}

.about-card ul,
.contact-method-card ul,
.contact-route-grid ul {
	margin: 0;
	padding-left: 18px;
	color: #526271;
	line-height: 1.7;
}

.contact-form-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.96)),
		radial-gradient(circle at 96% 8%, rgba(255, 135, 24, 0.1), transparent 28%);
}

.contact-card-head h3 {
	font-size: clamp(28px, 2.8vw, 42px);
	line-height: 1;
}

.contact-sidebar-stack .accent-card,
.contact-route-grid .accent-card {
	background:
		linear-gradient(145deg, rgba(8, 45, 79, 0.96), rgba(9, 28, 48, 0.96)),
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: auto, 24px 24px, 24px 24px;
	color: #fff;
}

.contact-sidebar-stack .accent-card h3,
.contact-route-grid .accent-card h3,
.contact-sidebar-stack .accent-card li,
.contact-route-grid .accent-card li,
.contact-route-grid .accent-card p {
	color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 980px) {
	.article-hero-grid,
	.article-detail-grid,
	.about-card {
		grid-template-columns: 1fr;
	}

	.article-sidebar {
		position: static;
	}
}

.single-product .product-title-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px 18px;
	align-items: start;
	margin: 8px 0 20px;
	padding: 18px 20px;
	border: 1px solid rgba(13, 53, 88, 0.08);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 251, 0.94)),
		radial-gradient(circle at 100% 0%, rgba(255, 135, 24, 0.08), transparent 32%);
}

.single-product .product-title-panel .product-card-meta {
	grid-column: 2;
	grid-row: 1 / span 2;
	justify-content: flex-end;
	margin: 0;
}

.single-product .product-title-panel .entry-title {
	grid-column: 1;
	max-width: 820px;
	margin: 0;
	font-size: clamp(30px, 3.3vw, 48px);
	line-height: 0.96;
	letter-spacing: -0.03em;
}

.single-product .product-title-panel .product-sku {
	grid-column: 1;
	margin: 0;
	color: #64717d;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.single-product .product-stage-grid {
	grid-template-columns: minmax(250px, 0.92fr) minmax(0, 1.08fr);
	gap: 18px;
	padding: 14px;
	border: 1px solid rgba(13, 53, 88, 0.08);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 251, 0.92)),
		radial-gradient(circle at 0% 100%, rgba(13, 53, 88, 0.06), transparent 32%);
}

.single-product .product-media-shell {
	align-self: stretch;
	padding: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}

.single-product .product-gallery-main {
	min-height: 252px;
	height: 100%;
	border-radius: 18px;
}

.single-product .product-gallery-main img {
	max-width: 118%;
	max-height: 270px;
	transform: scale(1.18);
}

.single-product .product-overview-shell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 252px;
	padding: 0;
}

.single-product .product-overview-shell > .entry-title,
.single-product .product-overview-shell > .product-card-meta,
.single-product .product-overview-shell > .product-sku {
	display: none;
}

.single-product .product-snapshot-grid {
	align-items: stretch;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 8px;
}

.single-product .signal-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 58px;
	padding: 10px 12px;
}

.single-product .signal-card strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-product .product-datasheet-card {
	margin-top: 12px;
	padding: 16px 18px;
	border-radius: 20px;
}

.single-product .product-datasheet-card h3 {
	font-size: clamp(24px, 2.1vw, 32px);
}

.single-product .product-datasheet-card .button {
	white-space: nowrap;
}

.single-product .product-procurement-strip {
	gap: 8px;
	margin-bottom: 8px;
}

.single-product .product-procurement-strip span {
	min-height: 40px;
	padding: 8px 10px;
}

.single-product .product-hero-brief {
	padding: 13px 14px;
	border-radius: 16px;
}

.single-product .product-inline-actions {
	margin-top: 8px;
}

@media (max-width: 960px) {
	.single-product .product-title-panel {
		grid-template-columns: 1fr;
	}

	.single-product .product-title-panel .product-card-meta,
	.single-product .product-title-panel .entry-title,
	.single-product .product-title-panel .product-sku {
		grid-column: auto;
		grid-row: auto;
		justify-content: flex-start;
	}
}

.single-product .single-product-layout {
	grid-template-columns: minmax(0, 1fr) minmax(250px, 292px);
	gap: 18px;
}

.single-product .product-detail-main {
	padding: clamp(18px, 2vw, 24px);
}

.single-product .product-title-panel {
	margin-bottom: 14px;
	padding: 16px 18px;
}

.single-product .product-title-panel .entry-title {
	max-width: 920px;
	font-size: clamp(30px, 3vw, 46px);
}

.single-product .product-stage-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	padding: 14px;
}

.single-product .product-media-shell {
	width: 100%;
}

.single-product .product-gallery-board {
	gap: 10px;
}

.single-product .product-gallery-main {
	min-height: clamp(310px, 34vw, 430px);
}

.single-product .product-gallery-main img {
	max-width: 94%;
	max-height: clamp(300px, 32vw, 410px);
	transform: none;
}

.single-product .product-gallery-thumbs {
	justify-content: center;
	padding-bottom: 2px;
}

.single-product .product-overview-shell {
	min-height: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 0;
}

.single-product .product-snapshot-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.single-product .signal-card {
	min-height: 54px;
	padding: 9px 11px;
}

.single-product .product-procurement-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.single-product .product-procurement-strip span {
	min-height: 38px;
	padding: 8px 9px;
}

.single-product .product-hero-brief {
	margin: 0;
}

.single-product .product-inline-actions {
	margin-top: 0;
}

.single-product .product-detail-sidebar.quick-quote-card {
	padding: 18px;
}

.single-product .quick-quote-card h3 {
	font-size: clamp(24px, 2.1vw, 31px);
}

.single-product .quick-quote-card p {
	font-size: 14px;
	line-height: 1.55;
}

.single-product .quick-quote-card .product-spec-table {
	grid-template-columns: 1fr;
	gap: 8px;
}

.single-product .quick-quote-card .product-spec-table div {
	min-height: 0;
	padding: 10px 12px;
}

.single-product .quick-quote-card .product-card-actions {
	grid-template-columns: 1fr;
	gap: 8px;
}

@media (max-width: 1020px) {
	.single-product .single-product-layout {
		grid-template-columns: 1fr;
	}

	.single-product .product-detail-sidebar.quick-quote-card {
		position: static;
	}
}

@media (max-width: 720px) {
	.single-product .product-snapshot-grid,
	.single-product .product-procurement-strip {
		grid-template-columns: 1fr;
	}
}

.product-card,
.woocommerce ul.products li.product.product-card,
.woocommerce-page ul.products li.product.product-card,
.single-product .related-products-shell .product-card,
.brand-archive-section .product-card,
.post-type-archive-product .product-card {
	display: grid !important;
	grid-template-rows: auto auto auto minmax(42px, auto) auto 1fr auto;
	align-items: start;
}

.product-card .woocommerce-loop-thumb,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb,
.single-product .related-products-shell .woocommerce-loop-thumb,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb {
	width: 100%;
	aspect-ratio: 1 / 1;
	min-height: 0 !important;
	margin: 10px 0 14px;
	padding: 14px;
	border-radius: 20px;
	background:
		radial-gradient(circle at 50% 44%, #fff 0%, #fff 36%, rgba(236, 244, 249, 0.92) 37%, rgba(247, 250, 252, 0.96) 76%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(234, 242, 247, 0.98));
}

.product-card .woocommerce-loop-thumb a,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb a,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb a,
.single-product .related-products-shell .woocommerce-loop-thumb a,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
}

.product-card .woocommerce-loop-thumb img,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb img,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb img,
.single-product .related-products-shell .woocommerce-loop-thumb img,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	width: auto !important;
	max-width: 88% !important;
	height: auto !important;
	max-height: 88% !important;
	object-fit: contain;
	transform: scale(1.1);
	filter: drop-shadow(0 18px 24px rgba(19, 35, 49, 0.14));
}

.product-card h3,
.woocommerce ul.products li.product.product-card h3,
.woocommerce-page ul.products li.product.product-card h3,
.woocommerce ul.products li.product.product-card .woocommerce-loop-product__title,
.driveknms-front-page .home-product-card h3 {
	display: -webkit-box;
	min-height: 46px;
	max-height: 50px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product-card > p,
.woocommerce ul.products li.product.product-card > p,
.woocommerce-page ul.products li.product.product-card > p,
.driveknms-front-page .home-product-card > p,
.driveknms-front-page .home-product-card p {
	display: -webkit-box;
	min-height: 48px;
	max-height: 52px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product-card .product-card-actions,
.home-arrivals-grid .product-card-actions,
.driveknms-front-page .home-arrivals-grid .product-card-actions {
	align-self: end;
	margin-top: 12px;
}

.related-products-shell .product-card {
	min-height: 0;
}

.driveknms-front-page .product-grid.home-arrivals-grid {
	align-items: stretch;
}

.driveknms-front-page .home-product-card {
	min-height: 0;
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb {
	margin-top: 8px;
}

.driveknms-front-page .arrivals-section,
.driveknms-front-page .featured-models-section + .arrivals-section {
	padding-bottom: 22px;
}

.driveknms-front-page .process-band-section {
	margin-top: -6px;
	padding-top: 18px;
}

.product-card .product-card-meta,
.woocommerce ul.products li.product.product-card .product-card-meta,
.woocommerce-page ul.products li.product.product-card .product-card-meta,
.driveknms-front-page .home-arrivals-grid .product-card-meta {
	display: grid;
	grid-template-columns: auto auto;
	gap: 8px;
	justify-content: start;
	align-items: start;
}

.product-card .product-card-chip-row,
.woocommerce ul.products li.product.product-card .product-card-meta,
.woocommerce-page ul.products li.product.product-card .product-card-meta {
	align-content: start;
}

.product-card .pill-label,
.woocommerce ul.products li.product.product-card .pill-label,
.woocommerce-page ul.products li.product.product-card .pill-label {
	justify-self: start;
}

.woocommerce ul.products li.product.product-card .product-card-meta,
.woocommerce-page ul.products li.product.product-card .product-card-meta {
	grid-template-columns: auto auto;
	justify-content: start;
}

.woocommerce ul.products li.product.product-card .product-card-meta .product-sku,
.woocommerce-page ul.products li.product.product-card .product-card-meta .product-sku,
.product-card .product-card-meta .product-sku,
.driveknms-front-page .home-arrivals-grid .product-card-meta .product-sku {
	grid-column: 1 / -1;
	display: block;
	width: 100%;
	margin-top: 0;
	white-space: normal;
}

.product-card .woocommerce-loop-thumb img,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb img,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb img,
.single-product .related-products-shell .woocommerce-loop-thumb img,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	max-width: 96% !important;
	max-height: 96% !important;
	transform: scale(1.26);
}

.driveknms-front-page .smart-category-card img,
.driveknms-front-page .featured-model-image img {
	transform: scale(1.18);
}

.nav-flyout {
	grid-template-columns: minmax(180px, 0.92fr) minmax(180px, 0.92fr) minmax(210px, 1fr);
	align-items: start;
	padding: 16px;
}

.nav-flyout-column {
	align-content: start;
}

.nav-flyout-column .eyebrow {
	margin-bottom: 0;
}

.nav-flyout-link {
	min-height: 0;
	padding: 12px 14px;
}

.nav-flyout-recent {
	max-height: 260px;
	overflow: auto;
}

.brand-archive-hero {
	padding: 44px 0 34px;
}

.brand-archive-hero-grid {
	min-height: 0;
	align-items: center;
}

.brand-archive-copy {
	padding-top: 0;
}

.brand-archive-panel {
	min-height: 0;
	padding: 22px;
}

.brand-archive-logo-tile {
	width: 128px;
	height: 82px;
}

.brand-archive-stats-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.brand-archive-stats-grid .signal-card {
	min-height: 86px;
}

/* Final procurement UI polish: larger media, tighter cards, cleaner flyouts. */
.product-card,
.woocommerce ul.products li.product.product-card,
.woocommerce-page ul.products li.product.product-card,
.single-product .related-products-shell .product-card,
.brand-archive-section .product-card,
.post-type-archive-product .product-card {
	grid-template-rows: auto auto auto auto auto;
	align-content: start;
}

.product-card .woocommerce-loop-thumb,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb,
.single-product .related-products-shell .woocommerce-loop-thumb,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb {
	aspect-ratio: 1 / 1;
	min-height: 0 !important;
	padding: 10px;
}

.product-card .woocommerce-loop-thumb img,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb img,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb img,
.single-product .related-products-shell .woocommerce-loop-thumb img,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	max-width: 100% !important;
	max-height: 100% !important;
	transform: scale(1.36);
}

.product-card h3,
.woocommerce ul.products li.product.product-card h3,
.woocommerce-page ul.products li.product.product-card h3,
.woocommerce ul.products li.product.product-card .woocommerce-loop-product__title,
.driveknms-front-page .home-product-card h3 {
	margin-top: 6px;
	min-height: 40px;
	max-height: 48px;
}

.product-card > p,
.woocommerce ul.products li.product.product-card > p,
.woocommerce-page ul.products li.product.product-card > p,
.driveknms-front-page .home-product-card > p,
.driveknms-front-page .home-product-card p {
	min-height: 38px;
	max-height: 46px;
}

.product-card .product-card-actions,
.home-arrivals-grid .product-card-actions,
.driveknms-front-page .home-arrivals-grid .product-card-actions {
	align-self: auto;
	margin-top: 14px;
}

.driveknms-front-page .home-product-card {
	min-height: 0;
	padding: 14px;
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb {
	min-height: 0;
	margin: 8px 0 12px;
	padding: 10px;
}

.driveknms-front-page .featured-model-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: 12px;
}

.driveknms-front-page .featured-model-image img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	transform: scale(1.18);
	object-fit: contain;
}

.driveknms-front-page .smart-category-card {
	min-height: 210px;
	padding-top: 20px;
	gap: 12px;
}

.driveknms-front-page .smart-category-icon {
	width: 150px;
	height: 112px;
	margin-bottom: 4px;
}

.driveknms-front-page .smart-category-icon img {
	width: 142px;
	height: 108px;
	transform: scale(1.18);
}

.product-card .product-card-meta,
.woocommerce ul.products li.product.product-card .product-card-meta,
.woocommerce-page ul.products li.product.product-card .product-card-meta,
.driveknms-front-page .home-arrivals-grid .product-card-meta {
	grid-template-columns: auto auto;
	row-gap: 8px;
	margin-bottom: 8px;
}

.product-card .product-card-meta .product-sku,
.woocommerce ul.products li.product.product-card .product-card-meta .product-sku,
.woocommerce-page ul.products li.product.product-card .product-card-meta .product-sku,
.driveknms-front-page .home-arrivals-grid .product-card-meta .product-sku {
	grid-column: 1 / -1;
	display: block;
	line-height: 1.35;
}

.nav-flyout {
	grid-template-columns: minmax(188px, 0.9fr) minmax(188px, 0.9fr) minmax(220px, 1fr);
	gap: 10px;
	min-width: 650px;
	padding: 14px;
	align-items: start;
}

.nav-flyout-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 8px;
	min-height: 0;
}

.nav-flyout-column .eyebrow {
	margin: 0 0 4px;
}

.nav-flyout-link {
	padding: 11px 13px;
	min-height: 0;
}

.nav-flyout-recent {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 1px solid rgba(19, 35, 49, 0.08);
}

.nav-flyout-empty {
	margin-bottom: 0;
}

.brand-archive-hero {
	padding: 30px 0 28px;
}

.brand-archive-hero-grid {
	padding: 0;
	min-height: 0;
	gap: 26px;
}

.brand-archive-copy h1 {
	font-size: clamp(40px, 4.2vw, 64px);
	line-height: 0.95;
}

.brand-archive-copy .hero-text {
	max-width: 660px;
}

.brand-archive-panel {
	padding: 22px;
}

/* Trust content pages: article, news, about, contact and RFQ closing polish. */
.trust-page-hero,
.article-hero,
.rfq-page-hero {
	border-bottom: 1px solid rgba(13, 53, 88, 0.08);
}

.news-page-hero,
.about-page-hero,
.contact-page-hero,
.rfq-page-hero {
	padding: clamp(46px, 6vw, 86px) 0 clamp(38px, 5vw, 70px);
}

.news-page-hero .container,
.about-page-hero .container,
.contact-page-hero .container {
	display: grid;
	gap: 14px;
}

.news-intro-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.62fr);
	gap: 18px;
	margin-bottom: 22px;
}

.news-intro-card {
	min-height: 0;
	padding: 24px;
}

.news-intro-card h2,
.news-intro-card h3 {
	max-width: 760px;
}

.news-topic-rail {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
}

.news-topic-rail a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 13px;
	border-radius: 999px;
	background: #edf4f8;
	border: 1px solid rgba(13, 53, 88, 0.09);
	color: var(--dk-text);
	font-size: 13px;
	font-weight: 900;
}

.news-topic-rail a:hover,
.news-topic-rail a.is-active {
	background: var(--dk-primary);
	color: #fff;
}

.news-topic-rail strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	color: var(--dk-primary);
	font-size: 12px;
}

.news-feature-card {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
	gap: 0;
	margin-bottom: 22px;
	padding: 0;
}

.news-feature-thumb {
	display: block;
	min-height: 100%;
	background: linear-gradient(135deg, rgba(18, 63, 109, 0.08), rgba(243, 129, 24, 0.06));
}

.news-feature-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
}

.news-feature-copy {
	display: grid;
	align-content: center;
	gap: 12px;
	padding: clamp(24px, 3vw, 40px);
}

.news-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.news-card {
	display: grid;
	grid-template-rows: auto auto auto 1fr auto;
	gap: 12px;
	padding: 18px;
}

.news-card-thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border-radius: 18px;
	background: #edf4f8;
}

.news-card-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.news-card:hover .news-card-thumb img {
	transform: scale(1.04);
}

.news-card .entry-title {
	min-height: 58px;
	font-size: clamp(24px, 2.1vw, 32px);
}

.news-card .entry-content,
.news-feature-copy .entry-content {
	color: #536575;
	line-height: 1.65;
}

.news-card .button,
.news-feature-copy .button {
	justify-self: start;
}

.article-hero {
	padding: clamp(46px, 6vw, 82px) 0;
}

.article-hero-grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	align-items: center;
}

.article-hero h1 {
	max-width: 980px;
	font-size: clamp(44px, 5.7vw, 84px);
}

.article-hero-signals {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.article-hero-signals span {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(13, 53, 88, 0.1);
	color: #0d3558;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.article-detail-grid {
	grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
	gap: 28px;
}

.article-detail-card {
	overflow: hidden;
	padding: clamp(26px, 3vw, 46px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.96)),
		radial-gradient(circle at 100% 0, rgba(243, 129, 24, 0.08), transparent 30%);
}

.article-content {
	max-width: 860px;
	color: #3f5060;
	font-size: 17px;
	line-height: 1.82;
}

.article-content > * + * {
	margin-top: 18px;
}

.article-content p {
	margin-bottom: 0;
}

.article-content a:not(.button),
.entry-content a:not(.button) {
	color: var(--dk-primary);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(243, 129, 24, 0.62);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.article-content a:not(.button):hover,
.entry-content a:not(.button):hover {
	color: var(--dk-accent);
	text-decoration-color: currentColor;
}

.article-content h2,
.article-content h3 {
	scroll-margin-top: 110px;
}

.article-content ul,
.article-content ol {
	padding-left: 22px;
	color: #526271;
	line-height: 1.75;
}

.article-content blockquote {
	margin: 28px 0;
	padding: 22px 24px;
	border-left: 5px solid var(--dk-accent);
	border-radius: 18px;
	background: rgba(229, 239, 246, 0.64);
	color: #233648;
	font-weight: 700;
}

.article-content table {
	box-shadow: 0 18px 36px rgba(19, 35, 49, 0.06);
}

.article-inline-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: 34px;
	padding: 20px;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(8, 45, 79, 0.96), rgba(14, 67, 108, 0.96)),
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: auto, 24px 24px, 24px 24px;
	color: #fff;
}

.article-inline-cta h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 2.8vw, 38px);
	line-height: 1;
	text-transform: uppercase;
}

.article-inline-cta .eyebrow {
	color: rgba(255, 255, 255, 0.66);
}

.article-sidebar {
	top: 112px;
}

.article-route-card,
.article-contact-card {
	padding: 22px;
}

.article-contact-card a {
	color: var(--dk-primary);
	font-weight: 900;
}

.article-related-section {
	padding-top: 0;
}

.article-related-grid {
	align-items: stretch;
}

.article-related-card .entry-title {
	min-height: 0;
}

.category-news-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	gap: 28px;
	align-items: stretch;
}

.category-news-panel {
	align-self: stretch;
	padding: 22px;
}

.category-news-panel .news-topic-rail {
	display: grid;
	margin: 0;
}

.category-news-panel .news-topic-rail a {
	justify-content: space-between;
	border-radius: 14px;
}

.category-news-grid {
	align-items: stretch;
}

.category-news-card .entry-title {
	min-height: 0;
}

.category-empty-card {
	max-width: 820px;
}

.article-next-section .accent-card,
.news-cta-card,
.about-cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
}

.stats-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.about-credibility-grid,
.about-principles-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.about-card {
	margin-bottom: 24px;
}

.timeline-card {
	border-left: 4px solid rgba(243, 129, 24, 0.8);
}

.contact-layout-grid {
	align-items: start;
}

.contact-form-card,
.contact-method-card,
.contact-route-grid .support-card {
	padding: 24px;
}

.contact-form-card .rfq-form input,
.contact-form-card .rfq-form textarea {
	background: rgba(255, 255, 255, 0.92);
}

.contact-sidebar-stack {
	display: grid;
	gap: 16px;
}

.contact-route-grid-tight,
.rfq-process-grid-page {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.rfq-page-hero .container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: 28px;
	align-items: center;
}

.rfq-hero-metrics {
	display: grid;
	gap: 12px;
	padding: 22px;
	border-radius: 26px;
	background:
		linear-gradient(145deg, rgba(8, 45, 79, 0.98), rgba(9, 28, 48, 0.98)),
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: auto, 24px 24px, 24px 24px;
	box-shadow: 0 24px 54px rgba(8, 45, 79, 0.18);
}

.rfq-hero-metrics span {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
	font-weight: 800;
}

.rfq-hero-metrics strong {
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
}

.rfq-step-card {
	position: relative;
	overflow: hidden;
	min-height: 210px;
}

.rfq-step-card::after {
	content: "";
	position: absolute;
	right: -38px;
	bottom: -38px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(13, 53, 88, 0.06);
}

.rfq-step-number {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--dk-accent);
	font-family: "JetBrains Mono", monospace;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

@media (max-width: 1080px) {
	.news-card-grid,
	.about-credibility-grid,
	.about-principles-grid,
	.contact-route-grid-tight,
	.rfq-process-grid-page {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.news-intro-layout,
	.news-feature-card,
	.article-hero-grid,
	.article-detail-grid,
	.article-inline-cta,
	.article-next-section .accent-card,
	.news-cta-card,
	.about-cta-card,
	.rfq-page-hero .container {
		grid-template-columns: 1fr;
	}

	.article-sidebar {
		position: static;
	}
}

@media (max-width: 680px) {
	.news-card-grid,
	.about-credibility-grid,
	.about-principles-grid,
	.contact-route-grid-tight,
	.rfq-process-grid-page,
	.stats-strip {
		grid-template-columns: 1fr;
	}

	.article-content {
		font-size: 16px;
	}
}

/* Repair pass: keep product media contained, restore pagination, remove homepage grid texture. */
body,
body.driveknms-front-page {
	background: #f8f9fa !important;
}

.driveknms-front-page .hero-section-home,
.driveknms-front-page .content-section {
	background-image: none !important;
	background-color: transparent !important;
}

.product-card .woocommerce-loop-thumb,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb,
.single-product .related-products-shell .woocommerce-loop-thumb,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card .woocommerce-loop-thumb a,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb a,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb a,
.single-product .related-products-shell .woocommerce-loop-thumb a,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.product-card .woocommerce-loop-thumb img,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb img,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb img,
.single-product .related-products-shell .woocommerce-loop-thumb img,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	width: auto !important;
	height: auto !important;
	max-width: 90% !important;
	max-height: 90% !important;
	object-fit: contain !important;
	transform: none !important;
}

.driveknms-front-page .featured-model-image {
	overflow: hidden;
}

.driveknms-front-page .featured-model-image img {
	max-width: 92%;
	max-height: 92%;
	transform: none !important;
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	max-width: 88% !important;
	max-height: 88% !important;
}

.post-type-archive-product .product-card .woocommerce-loop-thumb img,
.brand-archive-section .product-card .woocommerce-loop-thumb img {
	max-width: 86% !important;
	max-height: 86% !important;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-pagination,
.news-pagination {
	display: flex;
	justify-content: center;
	margin: 34px 0 8px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-pagination ul,
.news-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination ul li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.woocommerce nav.woocommerce-pagination .page-numbers,
.woocommerce-pagination .page-numbers,
.news-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(19, 35, 49, 0.12);
	color: #142231;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current,
.news-pagination .page-numbers.current {
	background: var(--dk-primary-deep);
	border-color: var(--dk-primary-deep);
	color: #fff;
}

.woocommerce nav.woocommerce-pagination .page-numbers.dots,
.woocommerce-pagination .page-numbers.dots {
	background: transparent;
	border-color: transparent;
	min-width: 24px;
	padding: 0 4px;
}

.news-cta-card,
.article-next-section .accent-card {
	display: block;
}

.news-cta-card h3,
.article-next-section .accent-card h3 {
	max-width: 860px;
	margin-bottom: 12px;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.02;
}

.news-cta-card p,
.article-next-section .accent-card p {
	max-width: 940px;
}

.news-cta-card .button,
.article-next-section .accent-card .button {
	margin-top: 14px;
}

/* Final texture and media tuning: remove grid overlays, keep the same color mood. */
.product-card .woocommerce-loop-thumb img,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb img,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb img,
.single-product .related-products-shell .woocommerce-loop-thumb img,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	max-width: 94% !important;
	max-height: 94% !important;
	transform: none !important;
	object-fit: contain !important;
}

.post-type-archive-product .product-card .woocommerce-loop-thumb img,
.brand-archive-section .product-card .woocommerce-loop-thumb img {
	max-width: 91% !important;
	max-height: 91% !important;
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	max-width: 92% !important;
	max-height: 92% !important;
}

.driveknms-front-page .featured-model-image img,
.driveknms-front-page .smart-category-icon img {
	transform: none !important;
	max-width: 94%;
	max-height: 94%;
}

.brand-archive-hero,
.brand-directory-hero,
.brand-archive-section,
.brand-directory-section,
.catalog-hero,
.catalog-section,
.rfq-page-hero,
.rfq-page-section,
.single-product .site-main {
	background-image: linear-gradient(180deg, #f7f9fb 0%, #edf3f7 100%) !important;
	background-size: auto !important;
}

.trust-page-hero {
	background-image:
		radial-gradient(circle at 82% 20%, rgba(255, 135, 24, 0.12), transparent 30%),
		linear-gradient(135deg, rgba(245, 250, 253, 0.98), rgba(236, 244, 250, 0.94)) !important;
	background-size: auto !important;
}

.article-hero {
	background-image:
		radial-gradient(circle at 85% 16%, rgba(255, 135, 24, 0.12), transparent 26%),
		linear-gradient(135deg, #f5f9fc, #eaf2f7) !important;
	background-size: auto !important;
}

.trust-page-hero::before,
.article-hero::before,
.single-product .product-technical-dossier::before,
.single-product .product-media-shell::before {
	display: none !important;
}

.catalog-hero-panel,
.article-hero-panel,
.article-rfq-card,
.article-inline-cta,
.rfq-hero-metrics,
.contact-sidebar-stack .accent-card,
.contact-route-grid .accent-card,
.rfq-step-card,
.catalog-bottom-cta,
.process-band-section .process-band,
.driveknms-front-page .process-band-grid {
	background-image: linear-gradient(145deg, rgba(8, 45, 79, 0.96), rgba(9, 28, 48, 0.96)) !important;
	background-size: auto !important;
}

.driveknms-front-page .process-band-section,
.driveknms-front-page .process-band-grid {
	background-size: auto !important;
}

/* Final polish: slightly larger contained product images and no decorative grid texture. */
.product-card .woocommerce-loop-thumb img,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb img,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb img,
.single-product .related-products-shell .woocommerce-loop-thumb img,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	max-width: 95% !important;
	max-height: 95% !important;
	object-fit: contain !important;
	transform: none !important;
}

.post-type-archive-product .product-card .woocommerce-loop-thumb img,
.brand-archive-section .product-card .woocommerce-loop-thumb img {
	max-width: 93% !important;
	max-height: 93% !important;
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	max-width: 94% !important;
	max-height: 94% !important;
}

.driveknms-front-page .smart-category-icon img {
	max-width: 96%;
	max-height: 96%;
}

.single-product .product-gallery-main img {
	max-width: 100%;
	max-height: 286px;
	transform: none !important;
	object-fit: contain;
}

.brand-archive-hero,
.brand-directory-hero,
.brand-archive-section,
.brand-directory-section,
.catalog-hero,
.catalog-section,
.rfq-page-hero,
.rfq-page-section,
.single-product .site-main {
	background-image: linear-gradient(180deg, #f7f9fb 0%, #edf3f7 100%) !important;
	background-size: auto !important;
}

.product-image-modal-frame,
.single-product .product-media-shell,
.single-product .product-technical-dossier,
.driveknms-front-page .news-faq-grid {
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 250, 0.94)) !important;
	background-size: auto !important;
}

.single-product .quick-quote-card,
.article-hero-panel,
.article-rfq-card,
.article-inline-cta,
.rfq-hero-metrics,
.contact-sidebar-stack .accent-card,
.contact-route-grid .accent-card,
.rfq-step-card,
.catalog-hero-panel,
.catalog-bottom-cta,
.news-cta-card,
.article-next-section .accent-card,
.driveknms-front-page .final-cta-card,
.driveknms-front-page .process-band-grid {
	background-image: linear-gradient(145deg, rgba(8, 45, 79, 0.97), rgba(9, 28, 48, 0.97)) !important;
	background-size: auto !important;
}

.driveknms-front-page .process-band-grid {
	background-image: linear-gradient(135deg, #25313b 0%, #5e6872 100%) !important;
}

.driveknms-front-page .final-cta-card {
	background-image:
		radial-gradient(circle at 86% 20%, rgba(243, 129, 24, 0.28), transparent 24%),
		linear-gradient(135deg, #08233d 0%, #0d355d 58%, #071a2b 100%) !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	list-style: none !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	list-style: none !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.woocommerce-pagination ul.page-numbers span.page-numbers {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 40px !important;
	height: 40px !important;
	padding: 0 14px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	border: 1px solid rgba(19, 35, 49, 0.12) !important;
	color: #142231 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.current {
	background: var(--dk-primary-deep) !important;
	border-color: var(--dk-primary-deep) !important;
	color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers span.page-numbers.dots,
.woocommerce-pagination ul.page-numbers span.page-numbers.dots {
	background: transparent !important;
	border-color: transparent !important;
	min-width: 24px !important;
	padding: 0 4px !important;
}

/* Product thumbnails have generous baked-in white margins; use a safe visual zoom. */
.post-type-archive-product .product-card .woocommerce-loop-thumb img,
.brand-archive-section .product-card .woocommerce-loop-thumb img {
	max-width: 96% !important;
	max-height: 96% !important;
	transform: scale(1.08) !important;
	transform-origin: center center;
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb img,
.single-product .related-products-shell .woocommerce-loop-thumb img {
	max-width: 96% !important;
	max-height: 96% !important;
	transform: scale(1.05) !important;
	transform-origin: center center;
}

/* Inner product page: make the verified model image easier to inspect. */
.single-product .product-gallery-main {
	background: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(22, 33, 44, 0.08) !important;
}

.single-product .product-gallery-main img {
	max-width: 92% !important;
	max-height: clamp(360px, 36vw, 470px) !important;
	transform: scale(1.28) !important;
	transform-origin: center center;
	filter: none !important;
	object-fit: contain !important;
}

/* Product card media should feel like a clean image plate, not a shadowed frame. */
.driveknms-front-page .home-product-card .woocommerce-loop-thumb,
.post-type-archive-product .product-card .woocommerce-loop-thumb,
.brand-archive-section .product-card .woocommerce-loop-thumb {
	background: #fff !important;
	box-shadow: none !important;
}

.driveknms-front-page .home-product-card .woocommerce-loop-thumb img,
.post-type-archive-product .product-card .woocommerce-loop-thumb img,
.brand-archive-section .product-card .woocommerce-loop-thumb img {
	filter: none !important;
}

/* Keep homepage news image and copy in their own lanes. */
.driveknms-front-page .news-card {
	grid-template-columns: minmax(170px, 0.46fr) minmax(0, 0.54fr) !important;
}

.driveknms-front-page .news-card-thumb {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

.driveknms-front-page .news-card-thumb img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	padding: 22px !important;
	object-fit: contain !important;
	transform: none !important;
	filter: none !important;
}

.driveknms-front-page .news-card-content {
	position: relative;
	z-index: 1;
	min-width: 0;
	background: rgba(255, 255, 255, 0.96);
}

/* Stable product media system: square white plates, no grid texture, safe watermark room. */
.single-product .product-gallery-main img {
	max-width: 88% !important;
	max-height: clamp(330px, 34vw, 440px) !important;
	transform: scale(1.16) !important;
}

body.tax-product_cat,
.tax-product_cat .site-main,
.tax-product_cat .catalog-hero,
.tax-product_cat .catalog-section {
	background-image: none !important;
	background-color: #f8f9fa !important;
	background-size: auto !important;
}

.product-card .woocommerce-loop-thumb,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb,
.post-type-archive-product .product-card .woocommerce-loop-thumb,
.tax-product_cat .product-card .woocommerce-loop-thumb,
.brand-archive-section .product-card .woocommerce-loop-thumb,
.single-product .related-products-shell .woocommerce-loop-thumb,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb {
	aspect-ratio: 1 / 1 !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 18px !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
}

.product-card .woocommerce-loop-thumb a,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb a,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb a,
.tax-product_cat .product-card .woocommerce-loop-thumb a,
.brand-archive-section .product-card .woocommerce-loop-thumb a,
.single-product .related-products-shell .woocommerce-loop-thumb a,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb a {
	width: 100% !important;
	height: 100% !important;
}

.product-card .woocommerce-loop-thumb img,
.woocommerce ul.products li.product.product-card .woocommerce-loop-thumb img,
.woocommerce-page ul.products li.product.product-card .woocommerce-loop-thumb img,
.post-type-archive-product .product-card .woocommerce-loop-thumb img,
.tax-product_cat .product-card .woocommerce-loop-thumb img,
.brand-archive-section .product-card .woocommerce-loop-thumb img,
.single-product .related-products-shell .woocommerce-loop-thumb img,
.driveknms-front-page .home-product-card .woocommerce-loop-thumb img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	transform: scale(1.03) !important;
	transform-origin: center center !important;
	filter: none !important;
}

.driveknms-front-page .featured-model-image {
	background: #fff !important;
	box-shadow: none !important;
}

.driveknms-front-page .featured-model-image img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	transform: scale(1.03) !important;
	filter: none !important;
}

/* Live polish: stronger header mark and more colorful homepage rails. */
.site-header .site-branding {
	min-width: 136px !important;
}

.site-header .brand-mark {
	min-height: 52px !important;
	display: inline-flex !important;
	align-items: center !important;
}

.site-header .brand-mark-logo,
.driveknms-front-page .brand-mark-logo {
	width: 128px !important;
	max-width: 128px !important;
	max-height: 44px !important;
	object-fit: contain !important;
	filter: drop-shadow(0 5px 12px rgba(15, 23, 42, 0.08)) !important;
}

.driveknms-front-page .brand-logo-card {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
	border-color: rgba(18, 66, 112, 0.16) !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

.driveknms-front-page .brand-logo-frame {
	min-height: 48px !important;
}

.driveknms-front-page .brand-logo-card img {
	max-width: 156px !important;
	max-height: 40px !important;
	opacity: 1 !important;
	filter: none !important;
	transform: none !important;
}

.driveknms-front-page .brand-logo-card:hover img {
	filter: saturate(1.08) contrast(1.04) !important;
	transform: scale(1.03) !important;
}

.driveknms-front-page .smart-category-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%) !important;
	background-image: none !important;
}

.driveknms-front-page .smart-category-icon {
	width: 186px !important;
	height: 116px !important;
}

.driveknms-front-page .smart-category-icon img {
	display: block !important;
	width: 186px !important;
	height: 116px !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	border-radius: 10px !important;
	transform: none !important;
	filter: saturate(1.12) contrast(1.06) drop-shadow(0 14px 22px rgba(15, 23, 42, 0.14)) !important;
}

@media (max-width: 782px) {
	.site-header .site-branding {
		min-width: 110px !important;
	}

	.site-header .brand-mark-logo,
	.driveknms-front-page .brand-mark-logo {
		width: 108px !important;
		max-width: 108px !important;
		max-height: 38px !important;
	}
}

/* Category family pages: remove the faint table/grid background only. */
body.tax-product_cat,
.tax-product_cat .site-shell,
.tax-product_cat .site-main,
.tax-product_cat .page-hero,
.tax-product_cat .content-section,
.tax-product_cat .category-hero,
.tax-product_cat .category-section {
	background: #f8f9fa !important;
	background-image: none !important;
	background-size: auto !important;
}

.tax-product_cat .page-hero::before,
.tax-product_cat .page-hero::after,
.tax-product_cat .content-section::before,
.tax-product_cat .content-section::after,
.tax-product_cat .category-hero::before,
.tax-product_cat .category-hero::after,
.tax-product_cat .category-section::before,
.tax-product_cat .category-section::after {
	background: none !important;
	background-image: none !important;
}
